Skip to content

Commit

Permalink
typos in solutions reported by Oscar Levenson-Stoltz
Browse files Browse the repository at this point in the history
  • Loading branch information
rzach committed Jul 12, 2024
1 parent 0ab8342 commit 7cf1f1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions ADOPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ text in logic courses:
- University of Cincinnati
- University of Illinois, Urbana-Champaign
- University of Indiana
- University of Maryland, College Park
- University of Michigan
- University of Notre Dame
- University of Toronto
Expand Down
6 changes: 2 additions & 4 deletions solutions/forallx-sol-fol.tex
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ \chapter{Sentences with one quantifier}\label{s:MoreMonadic}\setcounter{ProbPart
\item[\text{domain}] people
\item[\atom{S}{x}] \gap{x} expects the Spanish Inquisition
\item[\atom{T}{x}] \gap{x} knows the troubles I've seen
\item[h] Holmes
\item[a] Watson
\end{ekey}
$\forall x\enot \atom{S}{x}, \forall x \enot \atom{T}{x} \therefore \forall x (\atom{S}{x} \eif \atom{T}{x})$}
\item All babies are illogical. Nobody who is illogical can manage a crocodile. Berthold is a baby. Therefore, Berthold is unable to manage a crocodile.
Expand Down Expand Up @@ -242,7 +240,7 @@ \chapter{Multiple generality}\setcounter{ProbPart}{0}
\item There is a dog that is larger than Shane.
\item[] \myanswer{$\exists x (\atom{D}{x} \eand \atom{L}{x,h})$}
\item If there is a dog larger than Daisy, then there is a dog larger than Shane.
\item[] \myanswer{$\exists x (\atom{D}{x} \eand \atom{L}{x}\emph{d}) \eif \exists x(\atom{D}{x} \eand \atom{L}{x,h})$}
\item[] \myanswer{$\exists x (\atom{D}{x} \eand \atom{L}{x,d}) \eif \exists x(\atom{D}{x} \eand \atom{L}{x,h})$}
\item No animal that likes samurai movies is larger than Shane.
\item[] \myanswer{$\forall x (\atom{S}{x} \eif \enot \atom{L}{x,h})$}
\item No dog is larger than Daisy.
Expand All @@ -251,7 +249,7 @@ \chapter{Multiple generality}\setcounter{ProbPart}{0}
\item[] \myanswer{$\forall x (\enot \atom{S}{x} \eif \atom{L}{x,r})$\\
Comment: this is very poor, though! For `dislikes' does not mean the same as `does not like'.}
\item There is an animal that is between Rave and Shane in size.
\item[] \myanswer{$\exists x((\atom{L}{b,x} \eand \atom{L}{x,h}) \eor (\atom{L}{h,x} \eand \atom{L}{x,r}))$}
\item[] \myanswer{$\exists x((\atom{L}{r,x} \eand \atom{L}{x,h}) \eor (\atom{L}{h,x} \eand \atom{L}{x,r}))$}
\item There is no dog that is between Rave and Shane in size.
\item[] \myanswer{$\forall x \bigl(\atom{D}{x} \eif \enot\bigl[(\atom{L}{b,x} \eand \atom{L}{x,h}) \eor (\atom{L}{h,x} \eand \atom{L}{x,r})\bigr]\bigr)$}
\item No dog is larger than itself.
Expand Down

0 comments on commit 7cf1f1c

Please sign in to comment.