Skip to lesson

12 / 18 · Think in objects and relations

Everyone has one, or one for everyone?

See why changing quantifier order changes who may depend on whom.

Builds on Not all is not none

Go to practice ↓

A question to keep in mind

Every reviewer read a paper. Did all reviewers read the same paper?

Let x range over reviewers a, b and y over papers X, Y. R(x,y) means reviewer x read paper y. ∀x∃y R(x,y) permits a different paper for each reviewer. The choice of y may depend on x.

∃y∀x R(x,y) requires one paper read by every reviewer. A single y must work for all x. It entails the previous statement in these nonempty domains, but the converse can fail. Swapping two universal quantifiers or two existential quantifiers is different from swapping a mixed pair.

A free variable has not been bound by a quantifier. Its value must be supplied before a formula's truth is evaluated. 'Someone knows them' is not precise until the domain, the relation, and who 'them' denotes are fixed.

Work through an example

  1. a read only X; b read only Y. Each reviewer read something, so ∀x∃y R(x,y) is true.
  2. No column has every reviewer, so ∃y∀x R(x,y) is false. This is a finite countermodel to the converse implication.
  3. One shared paper would satisfy both claims, even if reviewers also read other papers.

Your turn

0 / 3
Practice 1Not checked

Give each reviewer a paper, but leave no paper read by everyone.

Your answer

Reviewers x: {a, b}; papers y: {X, Y}. R(x,y) = x read y.

  • ∀x∃y R(x,y)Target T
  • ∃y∀x R(x,y)Target F
Reading relations
ReviewerXY
a
b
Read solution · does not award completion

One possible world:

  • a: R(a,X)=F, R(a,Y)=T
  • b: R(b,X)=T, R(b,Y)=F

The diagonal works: a reads X, b reads Y, with no other links. The opposite diagonal works too.

Practice 2Not checked

Which implication is valid for these nonempty reviewer and paper domains?

Your answer
Read solution · does not award completion

One shared paper implies each reviewer read a paper.

Keep track of whether the witness must remain fixed across all objects.

Practice 3Not checked

A study found a good prompt separately for each task. Which extra claim is not established?

Your answer
Read solution · does not award completion

There is one fixed prompt that works for every task.

Quantifier order often hides inside informal claims about generalization.

Bring it back to your own work

Write a personal example of 'for everyone, something' and contrast it with 'something, for everyone'. Identify the shared witness that would be needed.

Saved only on this browser0 / 6000