Courses / Philosophy I
Logic

The Language of Propositional Logic

Philosophy I 385 words Free to read

Building Sentences From Sentences

Propositional logic takes whole declarative sentences as its atoms — written PP, QQ, RR — and builds compounds from them with connectives. Each connective is truth-functional: the truth value of the compound is fixed entirely by the truth values of its parts, with nothing else relevant.

ConnectiveSymbolRead asTrue when
Negation¬P\neg Pnot PP is false
ConjunctionPQP \wedge QP and Qboth are true
DisjunctionPQP \vee QP or Qat least one is true
ConditionalPQP \rightarrow Qif P then Qexcept when P true and Q false
BiconditionalPQP \leftrightarrow QP if and only if Qboth have the same value

Two of these need care. Disjunction is inclusive: PQP \vee Q is true when both disjuncts are true. Ordinary English often means the exclusive "or", "tea or coffee" usually excludes both, but the logical symbol does not.

The conditional is the one that surprises everyone. PQP \rightarrow Q is defined as false in exactly one case: PP true and QQ false. So it comes out true whenever PP is false, regardless of QQ. "If the moon is made of cheese then I am the Pope" is true, on this definition. This is the material conditional, and it captures only part of what "if" means in English, but it is the part that makes deduction work, and the surprise is a feature of the definition rather than a mistake.

Brackets matter as much as connectives. ¬(PQ)\neg(P \wedge Q) and ¬PQ\neg P \wedge Q are different sentences with different truth conditions, and the difference is exactly where ambiguity in ordinary language hides.

Translating from English is where the real work lies. "Unless" is usually \vee; "P only if Q" is PQP \rightarrow Q, not QPQ \rightarrow P; "neither P nor Q" is ¬P¬Q\neg P \wedge \neg Q.

Common pitfall: reading "P only if Q" as "if P then Q" reversed. "You may vote only if you are registered" says registration is necessary, not sufficient, so it means voting \rightarrow registered. The "only" marks the consequent, not the antecedent.
The Language of Propositional Logic

Practise this lesson

Try the questions below, free, answers included. The full set, with its interactive scenes, is in the Tryals app.

11practice questions
2interactive scenes

Logic