The document defines several logical equivalences and rules of inference. It lists commutative, associative, distributive, identity, negation, double negative, idempotent, universal bound, De Morgan's, and absorption laws for logical equivalences. It also defines modus ponens, modus tollens, disjunctive syllogism, hypothetical syllogism, disjunctive addition, conjunctive simplification, conjunctive addition, closing conditional world without contradiction, and closing conditional world with contradiction as rules of inference. Finally, it provides definitions for implication, biconditional, negation of quantifiers, and universal and existential instantiation and generalization.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
367 views
Cheat Sheet
The document defines several logical equivalences and rules of inference. It lists commutative, associative, distributive, identity, negation, double negative, idempotent, universal bound, De Morgan's, and absorption laws for logical equivalences. It also defines modus ponens, modus tollens, disjunctive syllogism, hypothetical syllogism, disjunctive addition, conjunctive simplification, conjunctive addition, closing conditional world without contradiction, and closing conditional world with contradiction as rules of inference. Finally, it provides definitions for implication, biconditional, negation of quantifiers, and universal and existential instantiation and generalization.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
Theorem 2.1.
1 — Logical Equivalences (Epp page 35)
Given any statement variables p, q, and r, a tautology t, and a contradiction c, the following logical equivalences hold: Commutative laws: p∧q ≡q∧p p∨q ≡q∨p Associative laws: (p ∧ q) ∧ r ≡ p ∧ (q ∧ r) (p ∨ q) ∨ r ≡ p ∨ (q ∨ r) Distributive laws: p ∧ (q ∨ r) ≡ (p ∧ q) ∨ (p ∧ r) p ∨ (q ∧ r) ≡ (p ∨ q) ∧ (p ∨ r) Identity laws: p∧t≡p p∨c≡p Negation laws: p ∨ ∼p ≡ t p ∧ ∼p ≡ c Double negative law: ∼(∼p) ≡ p Idempotent laws: p∧p≡p p∨p≡p Universal bound laws: p ∨ t ≡ t p∧c≡c De Morgan’s laws: ∼(p ∧ q) ≡ ∼p ∨ ∼q ∼(p ∨ q) ≡ ∼p ∧ ∼q Absorption laws: p ∨ (p ∧ q) ≡ p p ∧ (p ∨ q) ≡ p Negations of t and c: ∼t ≡ c ∼c ≡ t
Table 2.3.1 — Rules of Inference (Epp, page 60)
Modus ponens p→q Disjunctive syllogism p∨q p∨q p ∼q ∼p ∴q ∴p ∴q Modus tollens p→q Hypothetical syllogism p→q ∼q q→r ∴ ∼p ∴p→r Disjunctive addition p q Dilemma, or p∨q ∴p∨q ∴p∨q Proof by division p→r Conjunctive simplification p∧q p∧q into cases q→r ∴p ∴q ∴r Conjunctive addition p Contradiction rule ∼p → c q ∴p ∴p∧q Closing conditional | p (assumed) Closing conditional | p (assumed) world without | q (derived) world with | q ∧ ∼q (derived) contradiction ∴p→q contradiction ∴ ∼p
Other Logical Equivalences and Rules of Inference
Definition of implication: p → q ≡ ∼p ∨ q ∼(p → q) ≡ p ∧ ∼q Contrapositive rule: p → q ≡ ∼q → ∼p Definition of biconditional: p ↔ q ≡ (p → q) ∧ (q → p) Negation of quantifiers: ∼(∀x P (x)) ≡ ∃x ∼P (x) ∼(∃x P (x)) ≡ ∀x ∼P (x) Universal ∀x ∈ D, P (x) → Q(x) Universal ∀x ∈ D, P (x) → Q(x) modus ponens: P (a) where a ∈ D modus tollens: ∼Q(a) where a ∈ D ∴ Q(a) ∴ ∼P (a) Universal ∀x ∈ D, P (x) Existential ∃x ∈ D, P (x) instantiation: ∴ P (a) where a ∈ D ∗ instantiation : ∴ P (a) where a ∈ D Universal P (a) where a ∈ D Existential P (a) where a ∈ D generalization∗ : ∴ ∀x ∈ D, P (x) generalization: ∴ ∃x ∈ D, P (x) ∗ Remember the special circumstances required for the rules marked by the stars.