Skip to content

Commit 27ac27a

Browse files
beastaughrzach
authored andcommitted
Fix some typos in the variable assignments section.
1 parent 6fd2c17 commit 27ac27a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/first-order-logic/syntax-and-semantics/assignments.tex

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
For the inductive step, assume that $t = \Atom{f}{t_1, \dots, t_k}$
4343
and that the claim holds for $t_1$, \dots, $t_k$. Then
4444
\begin{align*}
45-
\Value{t}{M}[s_1] & = \Value{\Atom{f}{t_1, \dots, t_k}}{M}[s_1] =\\
46-
& = \Assign{f}{M}(\Value{t_1}{M}[s_1], \dots, \Value{t_k}{M}[s_1])
45+
\Value{t}{M}[s_1] & = \Value{\Atom{f}{t_1, \dots, t_k}}{M}[s_1] \\
46+
& = \Assign{f}{M}(\Value{t_1}{M}[s_1], \dots, \Value{t_k}{M}[s_1]).
4747
\intertext{For $j = 1$, \dots,~$k$, the !!{variable}s of~$t_j$ are
48-
among $x_1$, \dots,~$x_n$. By induction hypothesis,
48+
among $x_1$, \dots,~$x_n$. By the induction hypothesis,
4949
$\Value{t_j}{M}[s_1] = \Value{t_j}{M}[s_2]$. So,}
50-
\Value{t}{M}[s_1] & = \Value{\Atom{f}{t_1, \dots, t_k}}{M}[s_1] =\\
51-
& = \Assign{f}{M}(\Value{t_1}{M}[s_1], \dots, \Value{t_k}{M}[s_1]) =\\
52-
& = \Assign{f}{M}(\Value{t_1}{M}[s_2], \dots, \Value{t_k}{M}[s_2]) =\\
50+
\Value{t}{M}[s_1] & = \Value{\Atom{f}{t_1, \dots, t_k}}{M}[s_1] \\
51+
& = \Assign{f}{M}(\Value{t_1}{M}[s_1], \dots, \Value{t_k}{M}[s_1]) \\
52+
& = \Assign{f}{M}(\Value{t_1}{M}[s_2], \dots, \Value{t_k}{M}[s_2]) \\
5353
& = \Value{\Atom{f}{t_1, \dots, t_k}}{M}[s_2] = \Value{t}{M}[s_2].
5454
\end{align*}
5555
\end{proof}

0 commit comments

Comments
 (0)