Mathematical Statements
Mathematics relies on a language of absolute precision. Its core building blocks are statements (propositions): declarative assertions that are unambiguously either true or false, never both and never neither.
| Type | Example | Status |
|---|---|---|
| Statement | " is prime" | True |
| Statement | "" | False |
| Non-statement | "" | Neither |
| Non-statement | "Is this prime?" | Neither |
Simple statements combine into compound ones using logical connectives. Negation () reverses truth value. Conjunction () is true only when both inputs are true. Disjunction () is true when at least one input is true.
The meaning of any connective is captured by a truth table listing every combination of inputs. A compound of statements requires rows.
Connectives and Equivalences
Two statements are logically equivalent when they share identical truth tables. This is the bedrock of proof: substituting equivalent statements preserves truth.
| Connective | Symbol | Truth Condition |
|---|---|---|
| Negation | True when is false | |
| Conjunction | True when both are true | |
| Disjunction | True when at least one is true |
Common Pitfall: Never read mathematical or as the everyday exclusive or. In math, is inclusive: it is true when holds, when holds, or when both hold. For example, " or " holds for because both parts are true.