Last active
December 19, 2015 01:18
-
-
Save chriswl/5874505 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "metadata": { | |
| "name": "Untitled1" | |
| }, | |
| "nbformat": 3, | |
| "nbformat_minor": 0, | |
| "worksheets": [ | |
| { | |
| "cells": [ | |
| { | |
| "cell_type": "markdown", | |
| "metadata": {}, | |
| "source": "Die Definition f\u00fcr Steuerbarkeit ist, dass ein vom (gesteuerten) Prozess erzeugtes Wort $\\in K$, auch nach Anh\u00e4ngen von beliebigen m\u00f6glichen (vom Prozess zugelassenen) und nicht steuerbaren Ereignissen $e \\in E_u$ noch in der Spezifikation enthalten sein muss. \nDas 'beliebig' in diesem Satz ist im Kleene-Abschluss der Definition dieser Worte $KE_u^\\ast$ ausgedr\u00fcckt. \nIm Kleene-Abschluss ist das leere Wort enthalten, und das ist im Beispiel das einzige Suffix aus unkontrollierbaren Ereignissen f\u00fcr 'ba', das der Prozess zul\u00e4sst, also $ba E_u^\\ast \\cap L(G) = \\\\{ba, baa, baaa, \\ldots\\\\} \\cap L(G) = ba$.\n" | |
| } | |
| ], | |
| "metadata": {} | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment