Truth Tables for Not, And and OR

  • NOT
  • AND
  • OR
  • Conditional
  • If and Only If
  • Construct truth tables for
  • A self-contradiction is a compound statement that is always false.
  • (p ↔ q) ∧ (p ↔ ~q)
  • A tautology is a compound statement that is always true.
  • (~q → p) ∨ ~q
  • An implication is a conditional statement that is a tautology
  • p → (p ∨ q)