Exactly one reindeer was red nosed
at least one reindeer was red nosed ∧ ¬ at least two reindeer were red nosed
some reindeer is such that (it was red nosed) ∧ ¬ at least two reindeer were such that (they were red nosed)
(∃x: x is a reindeer) x was red nosed ∧ ¬ (∃x: x is a reindeer) (∃y: y is a reindeer ∧ ¬ y = x) ( x was red nosed ∧ y was red nosed)
(∃ x: Rx) Nx ∧ ¬ (∃ x: Rx) (∃ y: Ry ∧ ¬ y = x) (Nx ∧ Ny)
or:
Exactly one reindeer was red nosed
some reindeer is such that (it was red nosed and no other reindeer was red nosed)
(∃x: x is a reindeer) (x was red nosed and no other reindeer was red nosed)
(∃x: Rx) (Nx ∧ no reindeer other than x was red nosed)
(∃x: Rx) (Nx ∧ no reindeer other than x is such that (it was red nosed)
(∃x: Rx) (Nx ∧ (∀y: y is a reindeer ∧ ¬ y = x) ¬ y was red nosed)
(∃ x: Rx) (Nx ∧ (∀y: Ry ∧ ¬ y = x) ¬ Ny)
or:
(∃ x: Rx) (Nx ∧ (∀y: Ry ∧ Ny) x = y)
[N: λx (x was red nosed); R: λx (x is a reindeer)]
The generalization using the variable y must be resricted to reindeer or else the sentence will say that some reindeer is the only and only thing that is red nosed--i.e., that there is exactly one red-nosed thing and it is a reindeer.
|