Unit I: Mathematical Logic

Course: Discrete Mathematics
Code: CADSC102

Table of Contents

Statements and Notations

Mathematical logic begins with the concept of a statement (or proposition). A statement is a declarative sentence that is either true or false, but not both.

Notations

Connectives

Connectives are used to combine simple statements into compound statements.

  • If and only if
  • Connective Symbol Name Condition for Truth
    NOT ~ or ¬ Negation True if the original statement is false.
    AND ^ Conjunction True only if both statements are true.
    OR v Disjunction True if at least one statement is true.
    If...then Conditional False only if the first is true and the second is false.
    Bi-conditional True if both statements have the same truth value.

    Equivalences and Normal Forms

    Logical Equivalences

    Two statements are logically equivalent if they have the same truth value in every possible scenario. This is denoted by the symbol ≡.

    Normal Forms

    Normal forms are standardized ways of representing logical expressions.

    Predicate Calculus and Quantifiers

    Predicate calculus extends propositional logic to include variables and quantifiers.

    Predicate: A property or relation assigned to objects in a domain (e.g., P(x) where x is an integer).

    Quantifiers

    Inference Theory

    Inference theory provides the rules for mathematical reasoning and for arriving at logical conclusions from given premises.

    Exam Focus & Tips


    Frequently Asked Questions

    Q: What is a Tautology?
    A: A compound statement that is always true, regardless of the truth values of its individual parts.

    Q: What is a Contradiction?
    A: A statement that is always false.