In ZF, the pairing axiom states that for every $x,y$ there exists the set $\{x, y\}$. Wikipedia also tells us we can dispense this axiom:
This axiom is part of Z, but is redundant in ZF because it follows from the axiom schema of replacement applied to any two-member set. The existence of such a set is assured by either the axiom of infinity, or by the axiom of the power set applied twice to the empty set.
I have a few questions about it:
- It seems to me we only need to prove that given $x$, there exists the set $\{x\}$ and use the axiom of union for $\{x\}, \{y\}$. Am I correct?
- To prove $\{x\}$ exists we can apply separation on $P(x)$ - the power set of $x$ whose existence is guaranteed from the axiom of power set. Am I correct?
- If both the previous statements were correct, is it correct to say that the axiom of pairing can be proved without the need to assume the existence of any set (i.e. without the axiom of infinity or the axiom of the empty set).
- How can the axiom of infinity be stated without implicitly relying on the axiom of pairing? After all, the formulation I know of for this axiom literally says "there is an inductive set", and to formulate what "inductive set" means you have to use the expression $x\cup\{x\}$ which assumes $\{x\}$ is really an existing set...