existential quantifier
The existential quantifier is the phrase “there exists” (symbol ∃), which asserts that at least one element of the domain has a given property. “There exists a real x with x^2 = 2” claims that the equation has a solution; it does not say how many, nor which one. One witness is enough to make an existential statement true, and finding (or constructing) such a witness is the most direct way to prove it.
Existence claims split into two flavours. A constructive proof exhibits an explicit witness — “take x = 1.414…, that is, √2”. A non-constructive proof guarantees a witness without naming it, often via a theorem like the intermediate value theorem (“since f is continuous and changes sign, some root exists”). Both are valid in classical analysis, though the constructive kind tells you more.
Beware the interaction with “for all”. “For every epsilon there exists a delta” (limits) is utterly different from “there exists a delta that works for every epsilon”. In the first, delta may depend on epsilon; in the second it may not. This order-of-quantifier distinction is exactly what separates ordinary continuity from uniform continuity, and getting it backwards is a classic and costly mistake.
The variant “there exists a unique” (∃!) bundles existence with uniqueness: prove one witness exists, then prove any two witnesses must coincide.