name | expression | explanation | |
---|---|---|---|
Simple Contradiction | P ∧ ¬P | A proposition and its negation cannot both be true | |
Multiple Contradiction | (P ∧ Q) ∧ ¬(P ∧ Q) | A compound proposition and its negation cannot both be true | |
Implication Contradiction | (P → Q) ∧ (P ∧ ¬Q) | Cannot have P implying Q while P is true and Q is false | |
Biconditional Contradiction | (P ↔ Q) ∧ (P ∧ ¬Q) | Cannot have P equivalent to Q while P is true and Q is false | |
Disjunction Contradiction | ¬(P ∨ Q) ∧ (P ∨ Q) | A disjunction and its negation cannot both be true | |
Exclusive Disjunction Contradiction | (P ⊕ Q) ∧ (P ↔ Q) | P and Q cannot be both different and the same | |
Triple Contradiction | P ∧ ¬P ∧ Q | Adding propositions to a contradiction still yields a contradiction | |
Negated Tautology | ¬(P → P) | The negation of a self-implication tautology | |
Material Implication Contradiction | (P → Q) ∧ ¬(¬P ∨ Q) | Contradicts the material implication equivalence | |
Syllogism Contradiction | ((P → Q) ∧ (Q → R)) ∧ (P ∧ ¬R) | Contradicts the transitive property of implication | |
Distributive Law Contradiction | ¬((P ∧ (Q ∨ R)) ↔ ((P ∧ Q) ∨ (P ∧ R))) | Negation of the distributive property of conjunction over disjunction | |
Absorption Law Contradiction | ¬((P ∨ (P ∧ Q)) ↔ P) | Negation of the absorption property | |
Double Negation Contradiction | ¬(¬¬P ↔ P) | Negation of the double negation equivalence | |
Contraposition Contradiction | ¬((P → Q) ↔ (¬Q → ¬P)) | Negation of the contrapositive equivalence | |
Material Equivalence Contradiction | ¬((P ↔ Q) ↔ ((P → Q) ∧ (Q → P))) | Negation of the definition of the biconditional | |
Exportation Law Contradiction | ¬(((P ∧ Q) → R) ↔ (P → (Q → R))) | Negation of the exportation equivalence | |
Self-Contradiction with Implication | (P → Q) ∧ (P → ¬Q) ∧ P | P implies contradictory outcomes while P is true | |
Conjunction-Disjunction Contradiction | (P ∧ Q) ∧ ¬(P ∨ Q) | Cannot have a conjunction be true while its disjunction is false | |
Tautology-Contradiction Implication | ((P ∨ ¬P) → (Q ∧ ¬Q)) | A tautology cannot imply a contradiction | |
Vacuous Truth Contradiction | ¬P ∧ (P → Q) ∧ ¬Q | Contradicts the principle of vacuous truth for implication | |
Biconditional Chain Contradiction | (P ↔ Q) ∧ (Q ↔ R) ∧ ¬(P ↔ R) | Contradicts the transitivity of the biconditional | |
Disjunctive Syllogism Contradiction | (P ∨ Q) ∧ ¬P ∧ ¬Q | Contradicts the disjunctive syllogism principle | |
Hypothetical Syllogism Contradiction | (P → Q) ∧ (Q → R) ∧ (P ∧ ¬R) | Contradicts the hypothetical syllogism principle | |
Exclusive Or Contradiction | (P ⊕ Q) ∧ ¬(P ∨ Q) | Exclusive OR requires at least one proposition to be true |