You have 3 free guides left 😟
Unlock your guides
You have 3 free guides left 😟
Unlock your guides

2.1 Propositional logic and truth tables

3 min readjuly 22, 2024

Propositional logic is a powerful tool for analyzing arguments reasoning. It uses symbols to represent statements and to combine them, allowing us to evaluate complex propositions and determine their truth values.

Truth tables are key in propositional logic, helping us assess the validity of arguments and identify logical equivalences. By understanding the rules of logical connectives, we can navigate complex reasoning and uncover fundamental truths in logical statements.

Propositional Logic

Propositional logic and syntax

Top images from around the web for Propositional logic and syntax
Top images from around the web for Propositional logic and syntax
  • Formal system for reasoning about propositions and their relationships using logical connectives
    • Declarative sentences that can be either true false (propositions)
    • Most basic propositions represented by lowercase letters (pp, [q](https://www.fiveableKeyTerm:q)[q](https://www.fiveableKeyTerm:q), rr)
  • Symbols used to combine propositions to form more complex propositions (logical connectives)
    • "" reverses the of a (, ¬\neg)
    • "and" true only when both propositions are true (, \wedge)
    • "or" true when at least one proposition is true (, \vee)
    • "if...then" true except when the antecedent is true and the consequent is false (, \rightarrow)
    • "if and only if" true when both propositions have the same (, \leftrightarrow)
  • Propositions constructed according to the syntax rules of propositional logic (, WFFs)
    • Atomic propositions are WFFs
    • ¬ϕ\neg\phi is a WFF if ϕ\phi is a WFF
    • (ϕψ)(\phi \wedge \psi), (ϕψ)(\phi \vee \psi), (ϕψ)(\phi \rightarrow \psi), and (ϕψ)(\phi \leftrightarrow \psi) are WFFs if ϕ\phi and ψ\psi are WFFs

Truth tables for formulas

  • Evaluate the truth values of propositional formulas for all possible combinations of truth values of their constituent atomic propositions
    • Each atomic proposition assigned a column, all possible combinations of truth values listed
    • Truth values of complex propositions determined by applying the rules of the logical connectives
  • Two propositional formulas logically equivalent if they have the same truth value for all possible combinations of truth values of their atomic propositions
    • determined by comparing the truth tables of the formulas
    • Formulas logically equivalent if truth tables are identical

Rules of logical connectives

  • (¬\neg)
    • ¬p\neg p true when pp false, false when pp true
  • Conjunction (\wedge)
    • pqp \wedge q true only when both pp and qq true
  • Disjunction (\vee)
    • pqp \vee q true when at least one of pp or qq true
  • Implication (\rightarrow)
    • pqp \rightarrow q true except when pp true and qq false
  • Biconditional (\leftrightarrow)
    • pqp \leftrightarrow q true when both pp and qq have the same truth value

Logical Equivalence and Validity

Validity of propositional arguments

  • Propositional argument valid if and only if its conclusion true whenever all its premises true
    • To prove validity using truth tables, construct a truth table with columns for premises and conclusion
    • Argument valid if conclusion true in every row where all premises true
  • Common logical equivalences
    • De Morgan's laws: ¬(pq)(¬p¬q)\neg(p \wedge q) \equiv (\neg p \vee \neg q) and ¬(pq)(¬p¬q)\neg(p \vee q) \equiv (\neg p \wedge \neg q)
    • Double negation: ¬(¬p)p\neg(\neg p) \equiv p
    • : (pq)(¬pq)(p \rightarrow q) \equiv (\neg p \vee q)
    • Biconditional equivalence: (pq)(pq)(qp)(p \leftrightarrow q) \equiv (p \rightarrow q) \wedge (q \rightarrow p)
  • Propositional formula always true, regardless of the truth values of its atomic propositions ()
    • Tautology examples: p¬pp \vee \neg p, (pq)(qp)(p \rightarrow q) \vee (q \rightarrow p)
© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.


© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.

© 2024 Fiveable Inc. All rights reserved.
AP® and SAT® are trademarks registered by the College Board, which is not affiliated with, and does not endorse this website.
Glossary
Glossary