My Knowledge Base

Home

❯

3. Resource

❯

Truth table

Truth table

Dec 05, 20251 min read

  • math/logic

Definition

pq¬pp∨qp∧qp→qp↔q
TTFTTTT
TFFFTFF
FTTFTTF
FFTFFTT

Facts

p→q≡¬p∨q

De Morgan's Laws

Definition

¬(p∧q)≡¬p∨¬q ¬(p∨q)≡¬p∧¬q

Link to original

Contraposition

Definition

p→q≡¬q→¬p

Link to original

Associative Property: (p∨q)∨r≡p∨(q∨r)

Distributive Property: p∨(q∧r)≡(p∨q)∧(p∨r)


Graph View

  • Definition
  • Facts

Backlinks

  • Propositional Logic Note

Created with Quartz v4.5.1 © 2025

  • GitHub
  • Discord Community