Courses / Mathematics I
Mathematical Language and Reasoning

Mathematical Statements and Logic

Mathematics I 292 words Free to read

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.

TypeExampleStatus
Statement"77 is prime"True
Statement"4>94 > 9"False
Non-statement"x+1x + 1"Neither
Non-statement"Is this prime?"Neither

Simple statements combine into compound ones using logical connectives. Negation (¬p\neg p) reverses truth value. Conjunction (pqp \land q) is true only when both inputs are true. Disjunction (pqp \lor q) 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 nn statements requires 2n2^n 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.

ConnectiveSymbolTruth Condition
Negation¬p\neg pTrue when pp is false
Conjunctionpqp \land qTrue when both are true
Disjunctionpqp \lor qTrue when at least one is true

pq is true    p or q (or both)p \lor q \text{ is true} \iff p \text{ or } q \text{ (or both)}

Common Pitfall: Never read mathematical or as the everyday exclusive or. In math, pqp \lor q is inclusive: it is true when pp holds, when qq holds, or when both hold. For example, "x>0x > 0 or x<5x < 5" holds for x=3x = 3 because both parts are true.

Mathematical Statements and Logic

Practise this lesson

The explanation above is free to read. The graded practice for this lesson lives in the Tryals app.

11practice questions
2interactive scenes

Mathematical Language and Reasoning