← Home

Subject

Logic

Statements, truth tables, conditional reasoning, sets, quantifiers, and proof — the foundations of mathematical thinking.

Begin at I if you’re new to Logic.

  1. Statements and Truth Values

    A statement is a sentence that's either true or false. Questions, commands, and exclamations are not statements.

    Begin →

  2. Negation

    Negation flips the truth value. ¬T = F and ¬F = T. Two negations cancel.

    Begin →

  3. Conjunction (AND)

    p ∧ q is true only when both p and q are true. Any false part makes the conjunction false.

    Begin →

  4. Disjunction (OR)

    p ∨ q is true when at least one is true. Only false when both are false.

    Begin →

  5. Conditional Statements

    p → q is false only when the hypothesis is true and the conclusion is false.

    Begin →

  6. Biconditional (If and Only If)

    p ↔ q is true when p and q have the same truth value. Two conditionals in one.

    Begin →

  7. Truth Tables

    Truth tables list every combination. Rows = 2^n. Evaluate compounds from the inside out.

    Begin →

  8. Logical Equivalence

    Two statements are equivalent if they share every row of their truth tables. The familiar laws are equivalences.

    Begin →

  9. De Morgan's Laws

    Push a negation through a connective by flipping AND ↔ OR and negating each part.

    Begin →

  10. Converse, Inverse, Contrapositive

    Three transformations of a conditional. Only the contrapositive is always equivalent to the original.

    Begin →

  11. Valid Argument Forms

    MP, MT, HS, DS are valid. Affirming the consequent and denying the antecedent are not.

    Begin →

  12. Logical Fallacies

    Affirming the consequent and denying the antecedent look valid but aren't. Spot them and reject them.

    Begin →

  13. Deductive vs Inductive Reasoning

    Deductive reasoning applies general rules to specific cases — guaranteed if premises are true. Inductive infers patterns from observations — likely, not certain.

    Begin →

  14. Counterexamples

    One specific case is enough to disprove an 'all' or 'every' claim. The trick is finding it.

    Begin →

  15. Sets and Set Operations

    Union, intersection, complement, and difference. Inclusion-exclusion for counting unions.

    Begin →

  16. Venn Diagrams

    Count people or items in specific regions: only-A, both, either, neither.

    Begin →

  17. Quantifiers

    ∀ (for all) vs ∃ (there exists). Negation swaps them. The two ways to make claims about whole collections.

    Begin →

  18. Proof Techniques

    Direct, contradiction, contrapositive, induction. The four standard tools for mathematical proof.

    Begin →

Exams