Questions: Axiom of Union

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

What is ∪{{1,2},{3},{2,4}}?

A{{1,2},{3},{2,4}} — the union axiom returns the original set unchanged
B{1,2,3,4} — the members of the members, collected into one set
C{{1,2,3,4}} — a set containing one set with all elements
D{3} — only the singleton element survives after flattening
Question 2 Multiple Choice

Within ZFC set theory, how is the binary operation A ∪ B formally constructed?

ADirectly from the Union Axiom applied to A and B as two arguments
BFrom the Axiom of Separation by taking all elements that belong to either A or B
CBy first applying the Pairing Axiom to form {A, B}, then applying the Union Axiom to get ∪{A, B}
DFrom the Axiom of Power Set, since A ∪ B is a subset of the power set of A ∩ B
Question 3 True / False

The binary union A ∪ B is a primitive ZFC operation — it follows directly from the Union Axiom without needing any other axiom.

TTrue
FFalse
Question 4 True / False

In ZFC, ∪∅ is undefined because the empty set has no members, so there is hardly anything for the union axiom to collect.

TTrue
FFalse
Question 5 Short Answer

Why can the Axiom of Separation alone not replace the Axiom of Union? What essential operation does Union provide that Separation cannot?

Think about your answer, then reveal below.