mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-10-30 01:12:07 -04:00
Typo fix
This commit is contained in:
parent
bc493c8c22
commit
270ddc8da0
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ $$
|
|||
(\forall x \phi) \implies \psi &\iff \neg (\forall x \phi) \vee \psi \tag{0.1} \\\\
|
||||
&\iff (\exists x \neg \phi) \vee \psi \tag{2.2}\\\\
|
||||
&\iff \exists x (\neg \phi \vee \psi) \tag{2.1}\\\\
|
||||
&\iff \exists x (\neg \phi \implies \psi) \tag{0.1}
|
||||
&\iff \exists x (\phi \implies \psi) \tag{0.1}
|
||||
\end{align*}
|
||||
$$
|
||||
**2.** Show that $\phi \implies (\exists x \psi)$ is equivalent to $\exists x (\phi \implies \psi)$
|
||||
|
|
Loading…
Reference in a new issue