Sets And Logic Codexery

Universal quantification

Logical constant asserting a predicate holds for all members of a domain.

Universal quantification is a type of quantifier in mathematical logic, interpreted as 'for all', 'for every', or 'given any'. It expresses that a predicate is true for every member of a domain of discourse, and is denoted by the turned A symbol (∀).

field
Mathematical logic
symbol
∀ (turned A)
Unicode
U+2200
LaTeX
\forall
first_used_by
Gerhard Gentzen in 1935
related_to
Existential quantification (∃)

Lore & Background

Universal quantification is a logical constant that asserts a predicate is satisfied by every member of a domain of discourse. It is typically denoted by the symbol ∀, a turned 'A' in a sans-serif font, first used in this way by Gerhard Gentzen in 1935, by analogy with Giuseppe Peano's turned E (∃) for existential quantification and later use by Bertrand Russell. The universal quantifier is encoded as U+2200 in Unicode and as \forall in LaTeX.

Reader's Guide

Universal quantification is fundamental to formal logic and mathematics, allowing precise statements about all elements of a set. For example, 'For all natural numbers n, 2·n = n + n' is a single statement using universal quantification, more rigorous than an infinite conjunction. The truth of a universal statement depends on the domain of discourse; a single counterexample makes it false. Negation of a universal quantifier yields an existential quantifier with a negated predicate: ¬∀x P(x) is equivalent to ∃x ¬P(x). The universal quantifier moves unchanged across logical connectives like ∧, ∨, →, and ↚ when the other operand is unaffected. Its notation and properties are essential for formalizing mathematical reasoning and distinguishing from existential quantification.

Did You Know?

More in Sets And Logic 1-24

Elsewhere in the Sets And Logic universe

Spotted an error? Know more?

This is a living reference — every entry is fact-audited, and reader corrections feed straight into our audit queue. Suggest an edit · See this site's audit record

Comments

Loading…
Open in the interactive codex →