Notes - Logic MT24, Example proofs in first-order logic
Flashcards
Suppose:
- $\mathcal L$ is a first-order language
- $\phi \in \text{Form}(\mathcal L)$
- $\text{Free}(\phi) = \{x _ i\}$
- $\phi[x _ j / x _ i]$ is defined
Give a proof in $K(\mathcal L)$ that then:
\[\\{\forall x_i \phi\\} \vdash \forall x_j \phi[x_j / x_i]\]
- Hyp: $\forall x _ i \phi$
- A4: $(\forall x _ i \phi \to \phi[x _ j / x _ i])$
- MP1,2: $\phi[x _ j/x _ i]$
- Gen: $\forall x _ j \phi[x _ j /x _ i]$
@example~