§ — — Mathematics in the Modern World
To communicate mathematical ideas with absolute precision, we rely on structured statements called propositions.
A proposition is a declarative sentence that is objectively either true (/) or false (/), but cannot simultaneously be both. Sentences that are interrogative, exclamatory, imperative, or highly subjective do not qualify as propositions.
The negation of a proposition is a statement that reverses the original truth value of . It is written symbolically as or . If is true, then is false, and vice versa.
Simple propositions contain a single subject and a single predicate. We can combine multiple simple statements using logical connectives to build compound propositions.
A conjunction represents an logical "and" statement. The compound proposition is true if and only if both component propositions and are true. If either statement is false, the entire conjunction is false.
A disjunction represents an inclusive logical "or" statement. The compound proposition is false if and only if both component propositions and are false. If at least one statement is true, the disjunction evaluates as true.
A conditional statement takes the form "If ". The component statement is called the premise (or antecedent), and is the conclusion (or consequent).
The conditional expression is false only when a true premise leads to a false conclusion. If the premise is false, the conditional statement evaluates as true by default, regardless of the truth value of .
A biconditional statement is read as "". The expression is true when both component statements share identical truth values (meaning both are true, or both are false).
From a primary conditional statement , we can construct three related conditional structures:
Note on Equivalence: A conditional statement is always logically equivalent to its contrapositive . Its converse and inverse are also logically equivalent to each other.
The tables below define the outputs for basic logical connectives across all possible input combinations ():
| p | q | Negation (¬p) | Conjunction (p∧q) | Disjunction (p∨q) | Conditional (p⟶q) | Biconditional (p⟷q) |
|---|---|---|---|---|---|---|
| 1 | 1 | 0 | 1 | 1 | 1 | 1 |
| 1 | 0 | 0 | 0 | 1 | 0 | 0 |
| 0 | 1 | 1 | 0 | 1 | 1 | 0 |
| 0 | 0 | 1 | 0 | 0 | 1 | 1 |
A set is a well-defined gathering of distinct entities termed elements. The phrase "well-defined" means that an objective standard exists to determine whether any given entity belongs to the set.
Let and be sets existing within a universal space .
Combines all elements from both sets:
Isolates the shared elements common to both sets:
Isolates elements that belong to set but do not exist in set :
Isolates all elements in the universal set that do not belong to set :
ProReviewer — locked
Drills, code labs, and full solutions.
Done with this module? Track it — your progress shows on the subject list.
Up next
Unit III: Mathematical Problem Solving→←Previous: Unit I: Patterns and Numbers in Nature