Mathematical Propositions
To communicate mathematical ideas with absolute precision, we rely on structured statements called propositions.
Definition: Proposition
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.
- Valid Proposition: "The number is irrational." (This is a declarative statement with an objective truth value of True).
- Invalid Statement: "Matrix algebra is a beautiful subject." (This is a subjective claim that cannot be evaluated objectively).
Negation ()
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.
Logical Connectives and Compound Propositions
Simple propositions contain a single subject and a single predicate. We can combine multiple simple statements using logical connectives to build compound propositions.
1. Conjunction ()
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.
2. Disjunction ()
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.
3. Conditional Implication ()
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 .
4. Biconditional ()
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).
Related Conditional Variations
From a primary conditional statement , we can construct three related conditional structures:
- Converse:
- Inverse:
- Contrapositive:
Note on Equivalence: A conditional statement is always logically equivalent to its contrapositive . Its converse and inverse are also logically equivalent to each other.
Standard Truth Tables
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 |
Classifying Compound Propositions
- Tautology: A compound proposition that evaluates as true across every single row of a truth table, regardless of the individual truth values of its components.
- Contradiction: A compound proposition that evaluates as false across every single row of a truth table.
- Contingency: A compound statement that yields a mix of true and false outputs depending on its input parameters.
- Logical Equivalence (): Two propositions are logically equivalent if they share identical truth values across all analytical conditions. This occurs if and only if the statement forms a tautology.
Set Theory Fundamentals
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.
Notations for Defining Sets
- Roster (Listing) Method: Enumerates every element explicitly between braces, separated by commas (e.g., ).
- Set-Builder Notation: Uses a variable and a conditional rule to describe a set's parameters (e.g., ).
- Descriptive Method: Uses a clear sentence to state the membership rules of the set.
Special Sets and Attributes
- Empty Set ( or ): A set containing no elements.
- Universal Set (): The comprehensive set containing all possible entities under consideration for a specific analysis.
- Cardinality (): The total number of distinct elements present within a finite set .
- Subset (): Set is a subset of if every element contained in is also found in .
Core Set Operations
Let and be sets existing within a universal space .
Union ()
Combines all elements from both sets:
Intersection ()
Isolates the shared elements common to both sets:
Relative Complement / Set Difference ()
Isolates elements that belong to set but do not exist in set :
Absolute Complement ()
Isolates all elements in the universal set that do not belong to set :