diff --git a/Vorlesungen/ThProg/Koinduktion_reduktion.tex b/Vorlesungen/ThProg/Koinduktion_reduktion.tex index 5cf48a1..6aeeb24 100644 --- a/Vorlesungen/ThProg/Koinduktion_reduktion.tex +++ b/Vorlesungen/ThProg/Koinduktion_reduktion.tex @@ -49,7 +49,7 @@ \begin{align*} currentSample(sampler\:t\:s) = \:&if\:(currentSample\:\:t>0)\\ &then\:(currentSample\:\:s)\\ - &else\:(flat\:\:0) + &else\:0 \end{align*} \end{fleqn} \textbf{sowie zweite Formel zum Aufteilen verwenden:} @@ -73,7 +73,7 @@ \[ currentSample(flat\;0) = 0 \] $\rightarrow$ sehr gut, die rechten Seiten sind gleich wir sind hier also fertig\\ \\ \textbf{zweite Bedingung:} - \[discardSample(sampler(square\:1\:0)(square\:0\:x)) = sampler(square\:1\:0)(square\:0\:x)\] + \[discardSample(sampler(square\;1\;0)(square\;0\;x)) = sampler(square\;1\;0)(square\;0\;x)\] \textit{das ist doof denn:} \[discardSample(flat 0) = 0\] \textbf{Schritt 3:}\\ @@ -108,4 +108,4 @@ -\end{document} \ No newline at end of file +\end{document}