forall
ForAll, commonly written with the symbol ∀, is the universal quantifier in formal logic. It expresses that a given property holds for every element of a specified domain. In mathematics and computer science, ∀ is used to state axioms, definitions, and theorems in a concise, general form. The expression ∀x P(x) reads as “for all x, P(x).”
Semantics and scope are central to its use. In first-order logic, ∀x P(x) asserts that P(x) is
Examples illustrate its application. Examples include ∀n ∈ N, n + 1 > n, which states that every natural
Relations to other quantifiers are foundational. The universal quantifier is dual to the existential quantifier ∃, with
Variations include higher-order and intuitionistic logics, where the behavior and admissible inferences of ∀ can differ from