[TI] Format, add start of worked example

This commit is contained in:
2025-10-23 17:51:02 +02:00
parent 28f446e6d7
commit 90152a6066
2 changed files with 28 additions and 8 deletions

View File

@@ -99,3 +99,23 @@ Eine Folge von Satz 3.2 ist eben, dass $\mathcal{L}_{\text{EA}} = \mathcal{L}_{\
Was hingegen ein Problem sein kann, ist dass die durch die Potenzmengenkonstruktion erzeugten Automaten (exponentiell) grösser sind als die NEA.
% Currently on Page 98, below Task 3.22 half way in the text block
\fhlc{ForestGreen}{Worked Example} Zeige, das jeder endliche Automat,
der die Sprache $L = \{ w \in \{ a , b \}^* \divides w \text{ enthält Teilwort $ab$ gleich oft wie das Teilwort $ba$ enthält} \}$
mindestens $n := 5$ Zustände haben muss.
\begin{table}[h!]
\begin{center}
\begin{tabular}[c]{c|ccccc}
& $ab$ & $(ab)^2$ & $(ab)^3$ & $(ab)^4$ & $(ab)^5$ \\
\hline
$ab$ & - & $(ba)^2$ & $(ba)^3$ & $(ba)^4$ & $(ba)^5$ \\
$(ab)^2$ & & - & $(ba)^3$ & $(ba)^4$ & $(ba)^5$ \\
$(ab)^3$ & & & - & $(ba)^4$ & $(ba)^5$ \\
$(ab)^4$ & & & & - & $(ba)^5$ \\
$(ab)^5$ & & & & & - \\
\end{tabular}
\end{center}
\end{table}
Sei $S = \{ ab, (ab)^2, (ab)^3, (ab)^4, (ab)^5 \}$.
Laut Lemma 3.3

Binary file not shown.