Questions: Finite Ordinals and Natural Numbers

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

In the von Neumann construction, what is the set representing the natural number 3?

A3 = {3} — the set whose only element is the symbol 3
B3 = {1, 2, 3} — the set listing the numbers from 1 to 3
C3 = {0, 1, 2} = {∅, {∅}, {∅, {∅}}} — the set of all ordinals smaller than 3
D3 = ∅ ∪ ∅ ∪ ∅ — three applications of the empty set operation
Question 2 Multiple Choice

In the von Neumann construction, how do you verify that 2 < 4?

ACount symbols to confirm '2' precedes '4' in the standard sequence
BCheck that the set 2 has fewer elements than the set 4
CCheck that 2 ∈ 4 — that the set {0, 1} is a member of the set {0, 1, 2, 3}
DApply the successor function twice to 2 and confirm you reach 4
Question 3 True / False

The natural number 4 in the von Neumann construction is a set containing exactly 4 elements.

TTrue
FFalse
Question 4 True / False

The successor of a natural number n in the von Neumann construction is the set n ∪ {n+1}.

TTrue
FFalse
Question 5 Short Answer

Why does the identification of the '<' ordering with the '∈' membership relation make the von Neumann construction of natural numbers elegant and useful?

Think about your answer, then reveal below.