Back to the course home page
Specifying how many things are F
There are at least ___ F's
One: (
x)
Fx
Two: (
x)
(
y)
(Fx & Fy & x
y)
Three: (
x)
(
y)
(
z)
(Fx & Fy & Fz & x
y & x
z & y
z)
Four: (
x)
(
y)
(
z)
(
w)
(Fx & Fy & Fz & Fw & x
y & x
z & x
w & y
z & y
w & z
w)
n: (
x1)
...
(
xn)
(Fx1 & ... & Fxn & x1
x2 & ... & xn-1
xn)
There are at most ___ F's
One way to say "at most n things are F" is to say
~ "at least n+1 things are F"
by using the symbolization above. Another way is to say it
directly.
One: (
x)
(
y)
[(Fx & Fy)
x = y]
Two: (
x)
(
y)
(
z)
[(Fx & Fy & Fz)
(x = y v x = z v y = z )]
Three: (
x)
(
y)
(
z)
(
w)
[(Fx & Fy & Fz & Fw)
(x = y v x = z v x = w v y = z v y = w v z = w)]
n: (
x1)
...
(
xn+1)
[(Fx1 & ... & Fxn+1)
(x1 = x2 v x1 = x3
v ... v x1 = xn+1 v
x2 = x3 v ... v x2 = xn+1
v ... v xn = xn+1)]
There are exactly ___ F's
One way is to say "exactly n things are F" is to say
"at least n things are F"
& "at most n things are F"
by using the symbolizations above.
Another way is to say it directly:
Zero: (
x)
(~Fx)
One: (
x)
(
y)
[Fx &
(Fy
y = x)]
Two: (
x)
(
y)
(
z)
{Fx & Fy &
[Fz
(z = x v z = y)]
& x
y}
Three: (
x)
(
y)
(
z)
(
w)
{Fx & Fy & Fz &
[Fw
(w = x v w = y v w = z)]
& x
y
& x
z
& y
z}
n: (
x1)
...
(
xn)
(
y)
{Fx1 & ... & Fn &
[Fy
(y = x1 v ... v y = xn)]
& x1
x2 & ... & xn-1
xn}
Specifying how many things there are
This can be done using the symbolizations above, but leaving out the F's. For instance,
"There are at least 2 things [in the UD]" may be symbolized
(
x)
(
y)
(x
y)