mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 02:24:23 +00:00
[TI] Finished chapter 5 mostly
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
\newpage
|
\newpage
|
||||||
\subsection{Die Methode der Reduktion}
|
\subsection{Die Methode der Reduktion}
|
||||||
|
% TODO: Add guide for reducing languages
|
||||||
\fancydef{Rekursiv reduzierbare Sprache} Eine Sprache $L_1 \subseteq \word_1$ ist auf $L_2 \subseteq \word_2$ rekursiv reduzierbar, geschrieben $L_1 \leq_R L_2$,
|
\fancydef{Rekursiv reduzierbare Sprache} Eine Sprache $L_1 \subseteq \word_1$ ist auf $L_2 \subseteq \word_2$ rekursiv reduzierbar, geschrieben $L_1 \leq_R L_2$,
|
||||||
falls $L_2 \in \cL_R \Rightarrow L_1 \in \cL_R$.
|
falls $L_2 \in \cL_R \Rightarrow L_1 \in \cL_R$.
|
||||||
|
|
||||||
|
|||||||
18
semester3/ti/parts/04_computability/02_rice.tex
Normal file
18
semester3/ti/parts/04_computability/02_rice.tex
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
\subsection{Der Satz von Rice}
|
||||||
|
\inlinedef $L$ heisst \bi{semantisch nichttriviales Entscheidungsproblem über Turingmaschinen}, falls folgende Bedingungen gelten:
|
||||||
|
\begin{enumerate}[label=(\roman*)]
|
||||||
|
\item Es gibt eine TM $M_1$, so dass $\text{Kod}(M_1) \in L$ (also $L \neq \emptyset$)
|
||||||
|
\item Es gibt eine TM $M_2$, so dass $\text{Kod}(M_2) \notin L$ (also sind nicht alle Kodierungen in $L$)
|
||||||
|
\item für zwei TM $A$ und $B$: $L(A) = L(B) \Rightarrow \text{Kod}(A) \in L \Leftrightarrow \text{Kod}(B) \in L$
|
||||||
|
\end{enumerate}
|
||||||
|
|
||||||
|
Sei $L_{H, \lambda} = \{ \text{Kod}(M) \divides M \text{ hält auf } \lambda \}$ ein spezifisches Halteproblem.
|
||||||
|
|
||||||
|
\inlinelemma $L_{H, \lambda} \notin \cL_R$
|
||||||
|
\inlineproof Auf Seite 146 im Buch (= 159 im PDF)
|
||||||
|
|
||||||
|
\begin{theorem}[]{Satz von Rice}
|
||||||
|
Jedes semantisch nichttriviale Entscheidungsproblem über Turingmaschinen ist unentscheidbar.
|
||||||
|
\end{theorem}
|
||||||
|
\inlineproof Ausführlich im Buch auf Seiten 146 - 149 beschrieben (= 159 - 162 im PDF)
|
||||||
|
\stepcounter{subsection}
|
||||||
6
semester3/ti/parts/04_computability/03_kolmogorov.tex
Normal file
6
semester3/ti/parts/04_computability/03_kolmogorov.tex
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
\subsection{Die Methode der Kolmogorov-Komplexität}
|
||||||
|
\inlinetheorem Das Probelem, für jedes $x \in \wordbool$ die Kolmogorov-Komplexität $K(x)$ von $x$ zu berechnen ist algorithmisch unlösbar.
|
||||||
|
|
||||||
|
\inlinelemma Falls $L_H \in \cL_R$, dann existiert ein Algorithmus zur Berechnung der Kolmogorov-Komplexität $K(x)$ für jedes $x\in \wordbool$
|
||||||
|
|
||||||
|
% TODO: See if we need to do these kinds of proofs and if so, elaborate
|
||||||
0
semester3/ti/parts/05_complexity/00_intro.tex
Normal file
0
semester3/ti/parts/05_complexity/00_intro.tex
Normal file
Binary file not shown.
@@ -96,6 +96,8 @@
|
|||||||
\stepcounter{subsection}
|
\stepcounter{subsection}
|
||||||
\input{parts/04_computability/00_intro.tex}
|
\input{parts/04_computability/00_intro.tex}
|
||||||
\input{parts/04_computability/01_reduction.tex}
|
\input{parts/04_computability/01_reduction.tex}
|
||||||
|
\input{parts/04_computability/02_rice.tex}
|
||||||
|
\input{parts/04_computability/03_kolmogorov.tex}
|
||||||
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
Reference in New Issue
Block a user