Mathematical Logic is the study of valid reasoning. It provides the rules for determining whether a mathematical statement is true or false.
A Proposition (or statement) is a declarative sentence that is either True (T) or False (F), but not both.
Compound propositions are formed by combining existing propositions using Logical Connectives.
| Operator | Name | Symbol | Condition for Truth |
|---|---|---|---|
| Negation | NOT | ¬ p | Opposite of the original truth value. |
| Conjunction | AND | p \land q | True only if both are True. |
| Disjunction | OR | p \lor q | True if at least one is True. |
Also known as an "If-Then" statement. It is false only when the hypothesis (p) is True and the conclusion (q) is False.
Also known as "If and only if." It is true only when both p and q have the same truth values.
By constructing a truth table for a compound proposition, we can classify it into one of three categories:
Given a conditional statement p \to q, we can derive three related statements:
Exam Fact: A statement and its Contrapositive are logically equivalent (they always have the same truth value).
Q: What is a Truth Value?
A: It is the attribute of a proposition being either True (represented as T or 1) or False (F or 0).
Q: Can a mathematical equation be a proposition?
A: Yes, if it is an equality or inequality without variables (e.g., 5 > 3 is a True proposition). Equations with variables are "Open Sentences."