Skip to content

Commit 94a9dcd

Browse files
FnControlOptionrzach
authored andcommitted
Fix proof of Theorem 25.9
1 parent b48a292 commit 94a9dcd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/model-theory/basics/isomorphism.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@
9494
\begin{align}
9595
h(\Value{t}{M}[s])
9696
& = h(\Assign{f}{M}(\Value{t_1}{M}[s], \dots, \Value{t_n}{M}[s]) \notag\\
97-
& = h(\Assign{f}{M}(\Value{t_1}{M'}[h \circ s], \dots,
98-
\Value{t_n}{M'}[h \circ s]) \ollabel{iso-1}\\
97+
& = \Assign{f}{M'}(h(\Value{t_1}{M}[s]), \dots,
98+
h(\Value{t_n}{M}[s])) \ollabel{iso-1}\\
9999
& = \Assign{f}{M'}(\Value{t_1}{M'}[h \circ s], \dots,
100100
\Value{t_n}{M'}[h \circ s]) \ollabel{iso-2}\\
101101
& = \Value{t}{M'}[h\circ s] \notag
102102
\end{align}
103-
Here, \olref{iso-1} follows by induction hypothesis and \olref{iso-2} by
104-
\olref{defn:iso-func} of \olref{defn:isomorphism}.
103+
Here, \olref{iso-1} follows by \olref{defn:iso-func} of
104+
\olref{defn:isomorphism} and \olref{iso-2} by induction hypothesis.
105105
\end{enumerate}
106106
Part (b) is left as an exercise.
107107

0 commit comments

Comments
 (0)