Skip to content
Part IA Michaelmas, Lent Term

Statements and Mathematical Jargon

What is a Statement?

A statement is a sentence that is either true or false, but not both. This is the fundamental unit of mathematical discourse.

Examples of Statements

  • eiπ+1=0e^{i\pi} + 1 = 0
  • “17 is a prime number”
  • “There are infinitely many primes”

Non-examples

  • “This statement is false” (paradox)
  • “Is 7 prime?” (question, not a statement)
  • “Let x=5x = 5” (command, not a statement)

Predicates

A predicate is a statement whose truth depends on the value of one or more free variables.

Examples

  • P(n):P(n) : \equivnn is even”
  • Q(x,y):Q(x, y) : \equiv "x2+y2=1x^2 + y^2 = 1"
  • “The function ff is differentiable”

A predicate becomes a statement once we substitute specific values for its free variables.

The Hierarchy of Mathematical Results

Mathematicians distinguish different types of true statements:

Axiom

A statement assumed true without proof. Axioms form the foundation of a mathematical theory.

Example: The axioms of Zermelo-Fraenkel set theory (ZF).

Definition

A name given to a concept, establishing terminology.

Example: “A prime number is a natural number greater than 1 divisible only by 1 and itself.”

Theorem

A major proved result of significant importance.

Example: Fermat’s Last Theorem, the Fundamental Theorem of Arithmetic.

Proposition

A proved result of lesser importance than a theorem.

Lemma

A result proved chiefly to support the proof of another result. Lemmas are “helper theorems.”

Example: The “lifting the exponent lemma” used in number theory proofs.

Corollary

A statement that follows easily from a previously proved theorem or proposition.

Example: “There are infinitely many primes congruent to 3 mod 4” is a corollary of Dirichlet’s theorem.

Conjecture

A statement believed to be true but not yet proved.

Example: The Goldbach Conjecture (every even integer greater than 2 is the sum of two primes).

Why Precision Matters

Consider the statement: “The product of two odd integers is odd.”

This hides significant logical structure. More precisely:

For all integers m,n: if m and n are odd, then mn is odd.\text{For all integers } m, n: \text{ if } m \text{ and } n \text{ are odd, then } m \cdot n \text{ is odd.}

Even more formally:

m,nZ.(Odd(m)Odd(n))Odd(mn)\forall m, n \in \mathbb{Z}. \left( \text{Odd}(m) \land \text{Odd}(n) \right) \Rightarrow \text{Odd}(m \cdot n)

Tripos Credit

Marks are awarded for making such logical structure explicit, not just for getting the right answer. A solution that correctly proves the result but fails to exhibit awareness of the quantifiers and implication structure may lose marks.

Variables and Scope

Free Variables

A variable is free in a statement if the statement’s truth depends on its value.

In "x>5x > 5", the variable xx is free.

Bound Variables

A variable is bound if it is quantified by \forall or \exists.

In "xR.x20\forall x \in \mathbb{R}. x^2 \geq 0", the variable xx is bound by the universal quantifier.

Common Notation

Logical Symbols

SymbolMeaning
\landand (conjunction)
\loror (disjunction)
¬\negnot (negation)
\Rightarrowimplies
\Leftrightarrowif and only if
\forallfor all
\existsthere exists

Set Notation

SymbolMeaning
\inelement of
\subseteqsubset
\cupunion
\capintersection
\setminusset difference
N\mathbb{N}natural numbers {0,1,2,}\{0, 1, 2, \ldots\}
Z\mathbb{Z}integers {,1,0,1,}\{\ldots, -1, 0, 1, \ldots\}
Q\mathbb{Q}rational numbers
R\mathbb{R}real numbers

Number Notation

  • aba \mid b means ”aa divides bb
  • ab(modn)a \equiv b \pmod{n} means ”aa is congruent to bb modulo nn
  • gcd(a,b)\gcd(a, b) means “greatest common divisor of aa and bb

Summary

  • A statement is a sentence that is either true or false
  • A predicate is a statement with free variables
  • Mathematical results form a hierarchy: axiom, definition, theorem, proposition, lemma, corollary, conjecture
  • Precision in stating logical structure is essential for rigorous proof and earns Tripos credit