Skip to content

Commit

Permalink
Fix some typos in the variable assignments section.
Browse files Browse the repository at this point in the history
  • Loading branch information
beastaugh authored and rzach committed Nov 30, 2024
1 parent 6fd2c17 commit 27ac27a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/first-order-logic/syntax-and-semantics/assignments.tex
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
For the inductive step, assume that $t = \Atom{f}{t_1, \dots, t_k}$
and that the claim holds for $t_1$, \dots, $t_k$. Then
\begin{align*}
\Value{t}{M}[s_1] & = \Value{\Atom{f}{t_1, \dots, t_k}}{M}[s_1] =\\
& = \Assign{f}{M}(\Value{t_1}{M}[s_1], \dots, \Value{t_k}{M}[s_1])
\Value{t}{M}[s_1] & = \Value{\Atom{f}{t_1, \dots, t_k}}{M}[s_1] \\
& = \Assign{f}{M}(\Value{t_1}{M}[s_1], \dots, \Value{t_k}{M}[s_1]).
\intertext{For $j = 1$, \dots,~$k$, the !!{variable}s of~$t_j$ are
among $x_1$, \dots,~$x_n$. By induction hypothesis,
among $x_1$, \dots,~$x_n$. By the induction hypothesis,
$\Value{t_j}{M}[s_1] = \Value{t_j}{M}[s_2]$. So,}
\Value{t}{M}[s_1] & = \Value{\Atom{f}{t_1, \dots, t_k}}{M}[s_1] =\\
& = \Assign{f}{M}(\Value{t_1}{M}[s_1], \dots, \Value{t_k}{M}[s_1]) =\\
& = \Assign{f}{M}(\Value{t_1}{M}[s_2], \dots, \Value{t_k}{M}[s_2]) =\\
\Value{t}{M}[s_1] & = \Value{\Atom{f}{t_1, \dots, t_k}}{M}[s_1] \\
& = \Assign{f}{M}(\Value{t_1}{M}[s_1], \dots, \Value{t_k}{M}[s_1]) \\
& = \Assign{f}{M}(\Value{t_1}{M}[s_2], \dots, \Value{t_k}{M}[s_2]) \\
& = \Value{\Atom{f}{t_1, \dots, t_k}}{M}[s_2] = \Value{t}{M}[s_2].
\end{align*}
\end{proof}
Expand Down

0 comments on commit 27ac27a

Please sign in to comment.