MethodMath
Ask
Join
HomeTopicsAskAlerts
Profile

© 2026 MethodMath. Built for mathematical knowledge sharing.

AboutContactGuidelinesPrivacyTermsCookies
Liam Henderson
Apr 9, 2026

How to construct truth tables and prove logical equivalence in propositional logic?

I am learning discrete mathematics and I need help with propositional logic. I understand the basic connectives: ∧\land∧ (and), ∨\lor∨ (or), ¬\neg¬ (not), →\to→ (implies), ↔\leftrightarrow↔ (iff).

My questions:

  1. How do I construct a truth table for a compound proposition like ¬(p∨q)↔(¬p∧¬q)\neg(p \lor q) \leftrightarrow (\neg p \land \neg q)¬(p∨q)↔(¬p∧¬q)?
  2. What does it mean for two propositions to be logically equivalent?
  3. How do I prove De Morgan's laws without truth tables?
  4. What is the difference between a tautology, contradiction, and contingency?

Also, how can I simplify (p→q)∧(p→r)(p \to q) \land (p \to r)(p→q)∧(p→r) into a single implication?

1 answers365 views

1 Answer

1
Raj Patel
Raj Patel
Apr 9, 2026
Accepted
**De Morgan's Laws:** $$\neg(p \land q) \equiv \neg p \lor \neg q$$ $$\neg(p \lor q) \equiv \neg p \land \neg q$$ **Truth table for $\neg(p \lor q) \leftrightarrow (\neg p \land \neg q)$:** \begin{array}{cc|c|c|c|c} p & q & p \lor q & \neg(p \lor q) & \neg p \land \neg q & \leftrightarrow \\ \hline T & T & T & F & F & T \\ T & F & T & F & F & T \\ F & T & T & F & F & T \\ F & F & F & T & T & T \end{array} All entries in the last column are True, making this a **tautology** (always true), confirming De Morgan's law. **Algebraic proof (no truth tables) of $\neg(p \lor q) \equiv \neg p \land \neg q$:** You can prove this by showing each side implies the other using natural deduction, but the most common approach is using truth tables or Venn diagrams. **Tautology vs Contradiction vs Contingency:** - **Tautology:** True for all truth assignments (e.g., $p \lor \neg p$) - **Contradiction:** False for all truth assignments (e.g., $p \land \neg p$) - **Contingency:** True for some, false for others (e.g., $p \land q$) **Simplifying $(p \to q) \land (p \to r)$:** Using the equivalence $p \to q \equiv \neg p \lor q$: $$(\neg p \lor q) \land (\neg p \lor r) \equiv \neg p \lor (q \land r) \equiv p \to (q \land r)$$ So: $(p \to q) \land (p \to r) \equiv p \to (q \land r)$ — if $p$ implies both $q$ and $r$, then $p$ implies their conjunction.
1 comment
Abdessamad
AbdessamadApr 23, 2026

The truth table for De Morgan's law is so clear. I finally understand the tautology concept.

Still unsure? Join to comment or ask a follow-up.
Login or Register to post your answer

Suggested questions

Can someone explain Hilbert's hotel paradox simply?

24k

How many ways to arrange n distinct objects in a circle? (Circular permutations)

2883

Why is the Collatz conjecture still hard to prove?

14.3k

Why does 0 factorial equal 1 instead of 0? Simple proof

31.4k

Does the Banach-Steinhaus theorem hold for non-complete normed spaces?

31.1k