\begin{minipage}{\columnwidth}
 
\emph{∃ and ∧ work together}
 
Some square is blue:
 
∃x ( Square(x) ∧ Blue(x) )
 
Some of my things are broken:
 
∃x ( Belongs(a,x) ∧ Broken(x) )
 
\end{minipage}
 
\begin{minipage}{\columnwidth}
 
\emph{∀ and → work together}
 
All squares are blue:
 
∀x ( Square(x) → Blue(x) )
 
All my things are broken:
 
∀x ( Belongs(a,x) → Broken(x) )
 
\end{minipage}
 

Press the right key for the next slide (or swipe left)

9.16.10--9.16.15
9.17.7--9.17.15