Logic Text Chapter 11 Solutions

Chapter 11: Identity and Functions

Basic

Question {11.1}

1. Alphonzo is Bernadette.

2. Alphonzo is Bernadette and Alphonzo isn’t Candide.

3. There’s someone (other than Candide) who is rich.

4. Everyone (other than Candide) is rich.

5. Everyone (other than Bernadette) is smaller than Bernadette.

6. No-one (other than Bernadette) is smaller than Candide.

7. Everyone works for someone.

8. Everyone works for someone other than themselves.

9. Someone works for someone.

10. Someone works for someone other than themselves.

Question {11.2}

1. Ra & ~ Rc

2. (∃ x)(Px & Rx & Sxc)

3. (∃ x)(Px & xc & Sxa)

4. (∀ x)(Px ⊃ (∃ y)(Py & Sxy))

5. (∀ x)(Px ⊃ (∃ y)(Py & xy & Sxy))

6. (∀ x)((Px & xa) ⊃ (∃ y)(Py & Wxy))

7. ~(∃ x)((Px & xb) & Wxa)

8. (∃ x)(∃ y)(xy & Px & Py)

9. (∀ x)(∀ y)(∀ z)(∀ w)((Px & Py & Pz & Pw) ⊃ (x=yx=zx=wy=zy=wz=w))

10. (∃ x)((Px & Wxa) & (∀ y)((Py & Way) ⊃ x=y))

Question {11.3}

The first four are tautologies, and the last is not.

1. Tautology.

~(∀ x)(x=x) / a
|
aa
X

2. Tautology

~(∀ x)(∀ y)(x=yy=x) / a
|
~(∀ x)(a=yy=a) / b
|
~(a=bb=a)
|
a=b
ba
|
bb
X

3. Tautology

~(∀ x)(∃ y)x=y / a
|
~(∃ y)a=y \a
|
aa
X

4. Tautology

~(∀ x)(∀ y)(∀ z)((x=y & y=z) ⊃ x=z) / a
|
~(∀ y)(∀ z)((a=y & y=z) ⊃ a=z) / b
|
~(∀ z)((a=b & b=z) ⊃ a=z) / c
|
~((a=b & b=c) ⊃ a=c)
|
a=b & b=c
ac
|
a=b
b=c
|
bc
|
cc
X

5. Not a tautology

~(∀ x)(∀ y)(∀ z)(∀ w)((Rxy & Rzw) ⊃ (yzRxw)) / a
|
~(∀ y)(∀ z)(∀ w)((Ray & Rzw) ⊃ (yzRaw)) / b
|
~(∀ z)(∀ w)((Rab & Rzw) ⊃ (bzRaw)) / c
|
~(∀ w)((Rab & Rcw) ⊃ (bcRaw)) / d
|
~((Rab & Rcd) ⊃ (bcRad))
|
Rab & Rcd
~(bcRad)
|
Rab
Rcd
|
~(bc)
~ Rad
|
b=c
|
Rac

This branch remains open. The branch contains the names a, b, c, and d, and we know that b=c. This means we have a domain D = {a,c,d}, and R works at least like this:

I(R)a c d
a 10
c 1
d

Any interpretation which has this form will make our original formula false. Here is an instance of the quantified formula:

(Rac & Rcd) ⊃ (ccRad)

which is false. So the original formula is false. So, here is one interpretation in which the formula is false.

I(R)a c d
a 110
c 111
d 111

Question {11.4}

Argument 1 is invalid, and argument 2 is valid.

1.

(∀ x)(FxGx) \a
(∀ x)(Fxx=a) \a
~ Ga
|
FaGa
Faa=a
/\
~ FaGa
/\X
~ Faa=a

Both branches on the left here are open. They give rise to this interpretation

I(F)I(G)
a 00

The premises are true, but the conclusion is false.

2.

(∀ x)(∀ y)x=y \a
~((∀ x)Gx ∨ (∀ x)~ Gx)
|
~(∀ x)Gx / a
~(∀ x)~ Gx / b
|
~ Ga
|
~~ Gb
|
(∀ y)a=y \b
|
a=b
|
~ Gb
X

The tree closes, the argument is valid.

Question {11.5}

1. At most two frogs are blue, therefore at most three frogs are blue. (∀ x)(∀ y)(∀ z)(((Fx & Bx) & (Fy & By) & (Fz & Bz)) ⊃ (x=yy=zx=z)) therefore,

(∀ x)(∀ y)(∀ z)(∀ w)(((Fx & Bx) & (Fy & By) & (Fz & Bz) & (Fw & Bw)) ⊃ (x=yx=zx=wy=zy=wz=w))

This is a valid argument. I will write the tree in shorthand, skipping obvious steps or running things together (such as the long disjunctions or conjunctions).

(∀ x)(∀ y)(∀ z)(((Fx & Bx) & (Fy & By) & (Fz & Bz)) ⊃ (x=yy=zx=z))
~(∀ x)(∀ y)(∀ z)(∀ w)(((Fx & Bx) & (Fy & By) & (Fz & Bz) & (Fw & Bw)) ⊃ (x=yx=zx=wy=zy=wz=w))
|
~(((Fa & Ba) & (Fb & Bb) & (Fc & Bc) & (Fd & Bd)) ⊃ (a=ba=ca=db=cb=dc=d))
|
Fa & Ba
|
Fb & Bb
|
Fc & Bc
|
Fd & Bd
|
~(a=ba=ca=db=cb=dc=d)
|
ab
ac
ad
bc
bd
cd
|
((Fa & Ba) & (Fb & Bb) & (Fc & Bc)) ⊃ (a=ba=cb=c)
/\
~((Fa & Ba) & (Fb & Bb) & (Fc & Bc))a=ba=cb=c
/|\/|\
~(Fa & Ba)~(Fb & Bb)~(Fc & Bc)a=ba=cb=c
X X X X X X

2. At least two frogs are blue, therefore at least three frogs are blue. (∃ x)(∃ y)((Bx & Fx) & (By & Fy) & xy) therefore (∃ x)(∃ y)(∃ z)((Bx & Fx) & (By & Fy) & (Bz & Fz) & xy & xz & yz)

(∃ x)(∃ y)((Bx & Fx) & (By & Fy) & xy) / a,b
~(∃ x)(∃ y)(∃ z)((Bx & Fx) & (By & Fy) & (Bz & Fz) & xy & xz & yz) / a,b
|
Ba & Fa
|
Bb & Fb
|
ab
|
~(∃ z)((Ba & Fa) & (Bb & Fb) & (Bz & Fz) & ab & az & bz)
|
:
:

This tree remains open. There’s nothing that we can do to close it. Here’s an interpretation read off the tree which makes the premise true and the conclusion false. D = {a,b}

I(B)I(F)
a 11
b 11

Question {11.6}

(You don’t need to know how to do this one.)

Part 1:

a = b
f(a) ≠ f(b)
|
f(b) ≠ f(b)
X

Part 2:

f(a) = f(b) ⊬ a=b

Consider the counterexample:

D={a,b}

I(f)
a a
b a