Questions: Axiom of Pairing

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Why does the Kuratowski definition (a, b) = {{a}, {a, b}} successfully encode the ordered pair, while the naive definition {a, b} fails?

ABecause {a, b} = {b, a} by extensionality, so {a, b} cannot distinguish first from second coordinate; the Kuratowski encoding uses nesting depth to uniquely identify the first element
BBecause ZFC requires all sets to have exactly two elements, and Kuratowski satisfies this requirement
CBecause the singleton {a} is larger than {a, b}, making the ordering visible to set operations
DBecause Kuratowski ordered pairs are primitive objects in ZFC, unlike unordered pairs
Question 2 Multiple Choice

Starting only from the Axiom of Pairing and Extensionality, which of the following sets is guaranteed to exist?

A{a, b, c} for any three sets a, b, c
B{a} (the singleton containing only a) for any set a
CThe empty set ∅
DThe infinite set {a, {a}, {{a}}, ...}
Question 3 True / False

The Axiom of Pairing can directly produce sets with more than two elements by applying it repeatedly to the results.

TTrue
FFalse
Question 4 True / False

The Kuratowski ordered pair (a, b) satisfies the characteristic property: (a, b) = (c, d) if and only if a = c and b = d.

TTrue
FFalse
Question 5 Short Answer

Explain why sets alone cannot represent ordered pairs, and how the Kuratowski definition solves this problem using only the resources of set theory.

Think about your answer, then reveal below.