(∃y: (Py ∧ Syx) ∧ (∀z: ¬ z = y) ¬ (Pz ∧ Szx)) Gxy
∀x ( (Nx ∧ Gxo)
→ ∃y ((Py ∧ Syx) ∧ ∀z (¬ z = y → ¬ (Pz ∧ Szx)) ∧ Gxy) )
or:
(∀x: Nx ∧ Gxo)
(∃y: (Py ∧ Syx) ∧ (∀z: Pz ∧ Szx) y = z) Gxy
∀x ( (Nx ∧ Gxo)
→ ∃y ((Py ∧ Syx) ∧ ∀z ((Pz ∧ Szx) → y = z) ∧ Gxy) )
G: [ _ is greater than y]; N: [ _ is a number]; P: [ _ is positive]; S: [ _ is a square root of _ ]
with the description operator:
Every number greater than one is greater than its positive square root (∀x: x is a number ∧ x is greater than one) x is greater than the positive square root of x (∀x: Nx ∧ Gxo) G x the positive square root of x (∀x: Nx ∧ Gxo) Gx(Iy y is a positive square root of x) (∀x: Nx ∧ Gxo) Gx(Iy (y is a positive ∧ y is a square root of x))
(∀x: Nx ∧ Gxo) Gx(Iy (Py ∧ Syx))
|
2. | a. |
(∃x: x owns Spot ∧ (∀y: ¬ y = x) ¬ y owns Spot) x called (∃x: x owns Spot ∧ only x owns Spot) x called The owner of Spot is such that (it called) Spot’s owner called |
b. |
John found (Ix (x is a photographer ∧ x enlarged (Iy y is a picture of John))) John found (Ix (x is a photographer ∧ x enlarged the picture of John)) John found (Ix (x is a photographer who enlarged the picture of John)) John found the photographer who enlarged the picture of him |