Exercises
Exercises
for the
Logic Manual
2023/2024
There are no changes to the exercises
from last year’s edition
Volker Halbach
Oxford
23rd August 2023
1
preface
The most recent version of this Exercises Booklet can be downloaded from
http://logicmanual.philosophy.ox.ac.uk/index.html, the web page
of the Logic Manual. I have also uploaded some files with partial truth
tables tables, proofs in Natural Deduction, past papers with solutions and
lecture slides. Peter Fritz has supplied a full set of exercises with solutions.
For self-study I recommend Peter’s exercises, while the version you are
looking at is intended for use in tutorials and classes.
exercise 1.5. Consider the relation containing the ordered pairs ⟨Germany,
Italy⟩, ⟨Germany, Germany⟩, ⟨Italy, Italy⟩, ⟨France, France⟩ but no other
pairs.
(a) Is this relation reflexive on the set {Germany, Italy, France}?
(b) Is this relation transitive on {Germany, Italy, France}?
(c) Is this relation symmetric on {Germany, Italy, France}?
(d) Is it an equivalence relation on {Germany, Italy, France}?
(e) Is it an equivalence relation on {Germany, France}?
exercise 1.6. Consider the following relations, where d and e are per-
sons:
(i) the set of all ordered pairs ⟨d, e⟩ such that d is taller than e
(ii) {⟨d, e⟩ ∶ d loves e}
(iii) the relation with all ordered pairs ⟨d, e⟩ as members such that d is
the father of e
(iv) the relation with all ordered pairs ⟨d, e⟩ as members such that e is
the father of d
(v) the relation of being of a similar age
Determine for each of these relations whether it is symmetric, whether it
is transitive, and whether it is a function.
exercise 1.7. Identify premisses and conclusions in the following argu-
ments. Are the arguments logically valid?
(i) All men are mortal, Socrates is a man. Thus, Socrates is mortal.
(ii) Houses become cheaper only if interest rates are falling. Now
houses are actually becoming cheaper, although interest rates are
not falling. So the Prime Minister will become the king of France.
(iii) Tom will move to Edinburgh. This is because he got a job there and
he can’t find another job where he is living now.
(iv) Alfred can see the house. So he must have at least one eye.
(v) If the mind is immortal, it’s not identical with the body. So if the
mind is identical to the body, the mind is not immortal.
(vi) This must be a Manx cat: it hasn’t got a tail.
exercise 1.8. Identify the premisses and the conclusion in the following
argument:
(vi) Tom owns at least one car and he won’t sell it.
(vii) One man has visited every country.
exercise 4.4. Translate the L2 -sentences below into English using the
following dictionary:
a: Tom
P1: . . . is a person
Q 1: . . . acts freely
(i) Qa
(ii) (Qa ∨ ¬Pa)
(iii) ∀x (Px → Qx)
(iv) ∀x (Px ↔ Qx)
(v) ¬∃z1 Qz1
exercise 4.5. Translate the L2 -sentences below into English using the
following dictionary:
P1: . . . is a set
R2 : . . . is an element of . . .
(i) ¬∃z Pz
(ii) ¬∀x(Px → ∃y Ryx)
(iii) ∃x (Px ∧ ¬∃y Ryx)
(iv) ¬∃z (Pz ∧ ∀x Rxz)
DS = {1, 2, 3}
∣a∣S =1
∣b∣S =3
∣P 1 ∣S = {2}
∣R 2 ∣S = {⟨1, 2⟩, ⟨2, 3⟩, ⟨1, 3⟩}
Are the following sentences true or false in this structure? Sketch proofs
of your answers.
(i) Pa
(ii) Rab
(iii) Rba
(iv) Rab ↔ Rba
(v) Rbb ∨ (¬Pa ∧ ¬Raa)
(vi) ∃xRax
(vii) ∃x(Rax ∧ Rxb)
(viii) Pb ∨ ∃x Rxx
(ix) ∀x ∃y Rx y
(x) ∀x(Px → (∃y Ryx ∧ ∃y Rx y))
(xi) ∀x(Px → ∃y (Ryx ∧ Rx y))
As an example I will show that (viii) is false in S:
Further examples of proofs and hints for constructing proofs can be found
on WebLearn.
Exercises 6.1–6.2 are on propositional logic only.
As there may be too many many exercises, I suggest that Exercises
6.2 and 6.5 and possibly some of the other exercises are postponed to the
two remaining weeks.
exercise 6.1. Establish the following claims by providing proofs in Natu-
ral Deduction.
(i) ⊢ P → (R ∨ P)
(ii) R ∧ Q ⊢ Q ∧ R
(iii) P → Q ⊢ ¬Q → ¬P
(iv) ⊢ (P → ¬P) → ¬P
(v) P ↔ Q, ¬Q ⊢ ¬P
(vi) P ∧ Q → R ⊢ P → (Q → R)
(vii) ¬(P → Q) ⊢ P
exercise 6.2. The solution to Exercise 3.6 consists in the formalisation
of an English argument (plus additional premisses) in the language L1 of
propositional logic and in a proof of the validity of the resulting argument
in L1 . There the task was to prove the validity of the sentence with an
incomplete truth table. Alternatively one can show its validity by a proof
in Natural Deduction. The English argument in Exercise 3.6 can be
formalised as follows:
exercise 7.1. Find the mistakes in the following proofs, that is, list all
steps in the proof that are not licensed by a rule of the system of Natural
Deduction. If possible, repair the proof by providing a correct proof. If
the argument is not valid, provide a counterexample.
(i) ∃x (Px ∧ Qx) ⊢ ∃x Px ∧ ∃x Qx
∀x ∃y Rx y
∃y Ray [Rab]
Rab
∀x Rxb
∃y ∀x Rx y
(iii) ∃y (P y → Q y) ⊢ ∀x(Px → Qx)
∃x ∀y (Ryx ↔ ¬Ry y) ⊢ P.
∃x ∀y (Ryx ↔ ¬Ry y)
is syntactically inconsistent.
(iv) The expression {x ∶ A} is used as an abbreviation for ‘the set of all
x such that A’, where A is a claim about x. What is the problem of
defining sets in this way?
exercise 7.5. Consider the following argument:
exercise 8.1. Add the brackets that have been omitted in accordance
with the bracketing conventions to the following sentence:
∀x∀y∀z(Px ∧ P y ∧ Pz → x = y ∨ y = z ∨ x = z)
P: ... is clever
Q: ... is a tutor
Q1 : ... is a philosophy student
R: ... is better than . . .
(i) There are two philosophy students.
(ii) The clever tutor is better than any philosophy student.
(iii) The philosophy student who is better than all tutors is clever.
(iv) There are fewer than three tutors.