Predicates and Quantifiers

20 min
0/4 practice checks

A predicate is a statement whose truth depends on a variable, like P(x): x20P(x):\ x^2 \ge 0. Quantifiers turn predicates into definite claims:

  • Universal xP(x)\forall x\,P(x): 'for all xx, P(x)P(x) holds.'
  • Existential xP(x)\exists x\,P(x): 'there exists an xx with P(x)P(x).'

Negation swaps the quantifier and negates the inside:

¬(xP(x))x¬P(x),¬(xP(x))x¬P(x).\neg\big(\forall x\,P(x)\big) \equiv \exists x\,\neg P(x), \qquad \neg\big(\exists x\,P(x)\big) \equiv \forall x\,\neg P(x).

So the opposite of 'all learners passed' is not 'no learner passed' — it is 'at least one learner did not pass.' A single counterexample is enough to defeat a universal claim.

Which statement is true?

Is xR, x20\forall x \in \mathbb{R},\ x^2 \ge 0 true or false?

The negation of xP(x)\forall x\, P(x) is:

A principal claims: 'Every learner in the school passed.' In one short sentence, state what must be true for this claim to be false.