Predicates: sentences with holes
Last lesson we kept tripping over sentences like "" or " is even." These aren't propositions — they have no truth value until you say what or is. We call them predicates: declarative templates with one or more free variables. Write a predicate as , a function from objects to truth values. might be true, false.
To forge a predicate into an honest proposition, you do one of two things: claim it holds for everything, or claim it holds for something. Those are the quantifiers.
For all, there exists
The universal quantifier means "for all" / "for every." The statement reads "for every integer , holds." It's true only if is true for every single in the domain — no exceptions allowed.
The existential quantifier means "there exists" / "for some." The statement reads "there is at least one integer with ." It's true if even one works.
Always nail down the domain — the set ranges over. "" is false over (we proved no fraction squares to informally back in Irrationals & the Real Line) but true over . Same predicate, different universe, different truth value. Quantifying without a domain is like firing the particle accelerator without a target — loud, useless, and someone loses an eyebrow.
The asymmetry of proof burden
Here's a structural truth that decides how you'll prove things for the rest of your life. The two quantifiers have opposite economics:
- To prove : you must handle every — usually by arguing about an arbitrary, unnamed element (next lesson's whole technique). To disprove it: a single counterexample suffices. One purple swan and "all swans are white" is dead.
- To prove : a single example suffices — just exhibit one that works. To disprove it: you must rule out every , which is the hard universal job in disguise.
So is expensive to prove, cheap to refute; is cheap to prove, expensive to refute. One counterexample kills a universal; one witness proves an existential. This asymmetry is not some quirk to be memorized and forgotten — it's the fucking load-bearing beam of mathematical argument. Internalize it now and proofs stop feeling like guesswork.
Negation: push the not through, flip the quantifier
This is the mechanical move that makes quantifiers a tool rather than a vibe. What does it mean for "" to be false? It means not everything satisfies — i.e., something fails it. In symbols:
And dually, "" is false when nothing satisfies — i.e., everything fails it:
Look at what happened: the negation slid inward past the quantifier and flipped it — became , became — landing on the predicate. This is De Morgan's law (from Propositions & Connectives) scaled up to infinite collections: is a giant AND, is a giant OR, and negating a giant AND gives a giant OR of negations. Same move, bigger stage.
To negate a whole chain of quantifiers, you just walk left to right flipping each one and finally negate the innermost predicate. "" negates to "." Mechanical. Boring. Powerful. The Federation of Boring Textbook Authors makes students guess negations — actual guessing, in a mathematics class, god help them — while in my lab you compute them. No guessing. Ever. This is a lab, not a seance.
Order matters: everyone has a mother
Now the trap that sounds like philosophy but is pure logic. When you nest two different quantifiers, their order changes the meaning. Compare:
The first: "for every person , there exists a person who is 's mother." True — everyone has a mother. Crucially, the is allowed to depend on ; different people get different mothers.
The second: "there exists a person such that for every person , is 's mother." This says one single person is the mother of everybody — a universal mom. Wildly false. Here must be chosen first, before , so the same has to work for all at once.
That's the rule: in , the witness may vary with . In , the witness is fixed up front and must serve every . Swapping and is not free — it can turn a true statement into a catastrophic falsehood. This exact distinction is the soul of the epsilon-delta definitions you'll meet far down the line; getting it wrong there is precisely how otherwise intelligent people fail analysis and end up resenting mathematics forever, and I will not let that happen to you.
Translate until it's boring
The only way to own this is reps — boring, unglamorous, infallible reps. Take "every positive real has a square root" and grind it both directions: Notice the hidden implication from last lesson is still in there — "every positive " gives a guarding a . Read symbols into crisp English, read English into airtight symbols, back and forth, until it's so automatic it's dull. Dull is the goal. Now go.