Flashcards · 13 cards

Logic

Say the answer to yourself, then check. Cards you know come back less and less often; cards you don't come back tomorrow.

  1. Rule

    What is ∼p{\sim}p?

    Answer

    The negation, "not pp": true exactly when pp is false.

    p∼p
    TF
    FT
    Negation ∼pThe opposite of p
  2. Rule

    When is p∧qp \wedge q true?

    Answer

    Only when both pp and qq are true.

    pqp ∧ q
    TTT
    TFF
    FTF
    FFF
    And: p ∧ qTrue only if both are true
  3. Rule

    When is p∨qp \vee q true?

    Answer

    When at least one is true, including when both are.

    pqp ∨ q
    TTT
    TFT
    FTT
    FFF
    Or: p ∨ qTrue if at least one is true
  4. Rule

    When is p⇒qp \Rightarrow q false?

    Answer

    Only when pp is true and qq is false.

    pqp ⇒ q
    TTT
    TFF
    FTT
    FFT
    If … then: p ⇒ qFalse only for T ⇒ F
  5. Rule

    When is p⇔qp \Leftrightarrow q true?

    Answer

    When pp and qq match: both true or both false.

    pqp ⇔ q
    TTT
    TFF
    FTF
    FFT
    If and only if: p ⇔ qTrue when they match
  6. Know it

    For p⇒qp \Rightarrow q, what are the converse, inverse and contrapositive?

    Answer

    Converse: q⇒pq \Rightarrow p. Inverse: ∼p⇒∼q{\sim}p \Rightarrow {\sim}q. Contrapositive: ∼q⇒∼p{\sim}q \Rightarrow {\sim}p.

  7. Rule

    Which statement means the same as p⇒qp \Rightarrow q?

    Answer

    Its contrapositive, ∼q⇒∼p{\sim}q \Rightarrow {\sim}p. The converse, q⇒pq \Rightarrow p, does not.

    swapnegate bothnegate bothswapStatementp ⇒ qConverseq ⇒ pInverse∼p ⇒ ∼qContrapositive∼q ⇒ ∼p
    The four implicationsThe gold pair mean the same: p ⇒ q and its contrapositive. The dashed pair mean the same as each other.
  8. Rule

    Draw "All P are Q" as a Venn diagram.

    Answer

    The circle PP inside the circle QQ.

    UQP
    All P are QP inside Q (also: only Qs are Ps)
  9. Rule

    Draw "No P is Q" as a Venn diagram.

    Answer

    Two circles that don't meet.

    UPQ
    No P is QThe circles don't meet
  10. Rule

    Draw "Some P are Q" as a Venn diagram.

    Answer

    Overlapping circles, with at least one member in the overlap.

    UPQ
    Some P are QThe overlap has at least one member
  11. Know it

    "Only members may vote." Which circle goes inside which?

    Answer

    Voters inside members: everyone who votes is a member. The word after "only" is the bigger set.

  12. Rule

    All A are B, and all B are C. What follows?

    Answer

    All A are C: A sits inside B, which sits inside C.

    UCBA
    All A are B; all B are CA inside B inside C, so all A are C
  13. Which method?

    WAEC 2022 · Paper 2 · Q7 (b)

    Consider the following statements:

    PP: There is no Mathematics student who is not clever. QQ: Every Physics student studies Mathematics.

    (i) Draw a Venn diagram to represent the statements. (ii) Deduce whether the following statements are valid or not valid. (I) Every clever student is a Physics student. (II) All Physics students are clever. (III) Every Mathematics student studies Physics.

    What does "There is no Mathematics student who is not clever" mean?

    Answer

    Every Mathematics student is clever: the Maths circle inside Clever. "Every Physics student studies Mathematics" then puts Physics inside Maths.