small fixes

This commit is contained in:
Sheppy 2015-10-09 15:20:44 +02:00
parent 0d92cf4b92
commit df6e4daed0
2 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@
\end{align*}
\textbf{damit:}
\[
mgu = [\;y \mapsto u\,,\;z \mapsto (\,u;\Uparrow\;w\,)\;]
mgu = [\;y \mapsto u\,,\;z \mapsto (\,u\;\Uparrow\;w\,)\;]
\]
\textbf{und die mit dem MGU substituierte Seite $l_1$:}\\
\begin{align*}

View File

@ -34,7 +34,7 @@
\end{align*}
\textbf{Induktionshypothese/-voraussetzeung (IH/IV):}\\\\
- $xs$ durch allgemeines as ersetzen
\[as+(Cons\;e\;ys) = (snoc\;as\;e)+ys\]
\[\forall\,e\,ys\,.\;as+(Cons\;e\;ys) = (snoc\;as\;e)+ys\]
\newpage
\textbf{Induktionsschritt (IS):}\\\\
$xs\;=\;Cons\;a\;as$\\$\Rightarrow$ Einsetzen und wieder beide Seiten maximal vereinfachen,auf einer Seite die Induktionshypothese reinfrikeln (idR. nur auf einer Seite,z.B. auf der linken)