Last Update: 25 October 2010
Note: or material is highlighted |
Note: A username and password may be required to access certain documents. Please contact Bill Rapaport.
∀x[Archer(x) → HasArrows(x)]
∃x[Archer(x) ∧ ¬HasArrows(x)]
∀x[Archer(x) → ∃y[Target(y) ∧ Hits(x,y)]]
∀y[Target(y) → ∃x[Archer(x) ∧ Hits(x,y)]]
∀x[Archer(x) → ∃!y[Target(y) ∧ Hits(x,y)]]
¬∃x∃y1∃y2[Archer(x) ∧ Target(y1) ∧ Target(y2) ∧ y1≠y2 ∧ Hits(x,y1) ∧ Hits(x,y2)]