Discretica

Logic & Propositions

Reference · Always free

Master the foundations of mathematical reasoning: propositions, logical connectives, truth tables, and equivalences.

Concepts in this topic

Key formulas & identities

Key formulas and identities for Logic & Propositions, with each formula and what it means.
NameFormulaMeaning
De Morgan's Law (AND)¬(p ∧ q) ≡ ¬p ∨ ¬qThe negation of a conjunction is the disjunction of the negations
De Morgan's Law (OR)¬(p ∨ q) ≡ ¬p ∧ ¬qThe negation of a disjunction is the conjunction of the negations
Conditional Equivalencep → q ≡ ¬p ∨ qAn implication is equivalent to the disjunction of the negated hypothesis and the conclusion
Contrapositivep → q ≡ ¬q → ¬pAn implication is logically equivalent to its contrapositive
Biconditional Expansionp ↔ q ≡ (p → q) ∧ (q → p)A biconditional is the conjunction of both directions of implication
Distributive Law (AND over OR)p ∧ (q ∨ r) ≡ (p ∧ q) ∨ (p ∧ r)Conjunction distributes over disjunction
Distributive Law (OR over AND)p ∨ (q ∧ r) ≡ (p ∨ q) ∧ (p ∨ r)Disjunction distributes over conjunction
Absorption Law (1)p ∨ (p ∧ q) ≡ pA variable absorbs its conjunction with another

Sample practice problem

From the free practice sample — 77 guided problems cover this topic in interactive practice.

Which of the following is a proposition?

  • "What is your name?"
  • "2 + 2 = 4"
  • "x + 1 = 5"
  • "Please sit down"
Show answer

Answer: "2 + 2 = 4"

"2 + 2 = 4" is the only declarative statement with a definite truth value (true). Questions, commands, and statements with variables are not propositions.