diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-09-08 08:41:13 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-09-08 08:41:13 +0200 |
| commit | a911f938427ec88618b6b1507ac3929616c770f7 (patch) | |
| tree | 616869bc1a884ffdb3f21f78b8ace487d9391496 /slides/preplogic-slides.tex | |
| parent | 048cb594ab336efcc9b4e2e9a3af88b4521345ed (diff) | |
| download | preplogic-a911f938427ec88618b6b1507ac3929616c770f7.tar.gz preplogic-a911f938427ec88618b6b1507ac3929616c770f7.zip | |
Minor fixes
Diffstat (limited to 'slides/preplogic-slides.tex')
| -rw-r--r-- | slides/preplogic-slides.tex | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/slides/preplogic-slides.tex b/slides/preplogic-slides.tex index dc68c1f..e0c4886 100644 --- a/slides/preplogic-slides.tex +++ b/slides/preplogic-slides.tex | |||
| @@ -347,15 +347,19 @@ Mathematician: ``Yes.'' | |||
| 347 | Let $S$ be a set and let $A(x)$ be a ``variable statement'' that depends on | 347 | Let $S$ be a set and let $A(x)$ be a ``variable statement'' that depends on |
| 348 | $x\in S$ (for example $S=\mathbb{N}$ and $A(x)=$``x is an even number''). | 348 | $x\in S$ (for example $S=\mathbb{N}$ and $A(x)=$``x is an even number''). |
| 349 | \pause | 349 | \pause |
| 350 | 350 | \vspace{12pt} | |
| 351 | \begin{itemize} | 351 | \begin{itemize} |
| 352 | \item \textbf{Universal quantifier} ($\forall$ or ``for all''): | 352 | \item \textbf{Universal quantifier} ($\forall$ or ``for all''): |
| 353 | ``$\forall x\in S,\,A(x)$'' means that if we replace ``$x$'' with any | 353 | ``$\forall x\in S,\,A(x)$'' means that if we replace ``$x$'' with any |
| 354 | element of $S$, $A(x)$ is always \textbf{true}. | 354 | element of $S$, $A(x)$ is always \textbf{true}. |
| 355 | \vspace{9pt} | ||
| 355 | \item \textbf{Existential quantifier} ($\exists$ or ``there exists''): | 356 | \item \textbf{Existential quantifier} ($\exists$ or ``there exists''): |
| 356 | ``$\exists x\in S,\, A(x)$'' means that $A(x)$ is \textbf{true} for | 357 | ``$\exists x\in S,\, A(x)$'' means that $A(x)$ is \textbf{true} for |
| 357 | at least one value of $x$ is $S$. | 358 | at least one value of $x$ is $S$. |
| 358 | \end{itemize} | 359 | \end{itemize} |
| 360 | \vspace{12pt} | ||
| 361 | \pause | ||
| 362 | \textbf{You always need a set $S$} | ||
| 359 | \end{frame} | 363 | \end{frame} |
| 360 | 364 | ||
| 361 | \begin{frame}{Quantifiers - examples} | 365 | \begin{frame}{Quantifiers - examples} |
| @@ -467,8 +471,8 @@ Mathematician: ``Yes.'' | |||
| 467 | \begin{enumerate} | 471 | \begin{enumerate} |
| 468 | \item Assume that there are only finitely many prime numbers. | 472 | \item Assume that there are only finitely many prime numbers. |
| 469 | \pause | 473 | \pause |
| 470 | \item So there are $n$ prime numbers, for some number $n$. | 474 | \item $\exists n\in \mathbb N$, there are $n$ prime numbers. Call them |
| 471 | Call them $p_1,p_2,\dots,p_n$. | 475 | $p_1,p_2,\dots,p_n$. |
| 472 | \pause | 476 | \pause |
| 473 | \item Let $u=p_1\times p_2\times \dots \times p_n +1$. | 477 | \item Let $u=p_1\times p_2\times \dots \times p_n +1$. |
| 474 | \pause | 478 | \pause |
