Course: Discrete Mathematics
Code: CADSC102
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.
Connectives are used to combine simple statements into compound statements.
| 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. |
Two statements are logically equivalent if they have the same truth value in every possible scenario. This is denoted by the symbol ≡.
Normal forms are standardized ways of representing logical expressions.
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).
Inference theory provides the rules for mathematical reasoning and for arriving at logical conclusions from given premises.
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.