Handout edits

This commit is contained in:
2023-08-02 13:11:14 -07:00
parent 3c45ad0e95
commit 26c26b17bf
3 changed files with 20 additions and 16 deletions

View File

@ -60,9 +60,15 @@ Which are true in $\mathbb{R}^+_0$? \par
\problem{}
Does the order of $\forall$ and $\exists$ in a formula matter? \par
What's the difference between $\exists x ~ \forall y ~ (x < y)$ and $\forall y ~ \exists x ~ (x < y)$? \par
What's the difference between $\exists x ~ \forall y ~ (x \leq y)$ and $\forall y ~ \exists x ~ (x \leq y)$? \par
\hint{In $\mathbb{R}^+$, the first is false and the second is true. $\mathbb{R}^+$ does not contain zero.}
\begin{solution}
If $\exists x$ is inside $\forall y$, $x$ depends on $y$. We can have a different value of $x$ for every $y$. \par
If $\exists x$ is outside, $x$ is fixed \textit{before} we check all $y$.
\end{solution}
\vfill
\problem{}