I am reading Stillwell's Elements of Algebra. And in Chapter 1, he introduces the real quadratic closure of $\mathbb Q$ as
the set of the numbers obtainable form $\mathbb Q$ by square roots of positive numbers.
He also defines $\mathbb N$ as
the closure of the set $\{0\}$ under suucessor, that is, the intersection of all sets $S$ such that $0\in S$ and $n+1\in S$ whenever $n\in S$.
Though these "definitions" seem quite intuitive, I have the following issue with these definition:
- For the first definition: Without assuming the existence of $\mathbb R$ (for defining the square roots of positives), how can we rigorously construct (that is prove the existence and uniqueness) the set?
- For the second defintion: What are ''$0$'' and ''$1$''? Also, how is $+$ defined? And does the set of all such sets $S$ exist (and is it nonempty?) for us to allow to take the intersection?
In general, how does one "close" a set, rigorously, with respect to a certain operation?
Add elements until you can't do it anymore.
Try it! Define $S_0 = \mathbb Q$, we define the "formal square root" of a number $x$ as a symbol (not a number! it's just an arbitrarily chosen symbol with no meaning.) $\sqrt x$. Let $S_{i+1}$ be the set of all the different symbols you can get by adding, subtracting, square root, etc, modulo the relation generated by $(\sqrt x)^2 \sim x$. Then we can define $S_{\infty} = \bigcup_i S_i$. (You need to verify that the equivalence relation is respected.)
No, we don't define "1" and "+", instead we talk about the operation "+1". Also, however "+1" is defined, as long as it satisfies the Peano axioms (or pick any axiomatization of the natural numbers you like), the results will be the same. The usual definition is $x+1 = x \cup \{x\}$, with $0 = \varnothing$.
Also, we don't need that "the set of all such sets" exist to take intersection. Depending on your axiomatization, you should instead go find a set $r$ such that $x \in r \Leftrightarrow \forall s. x \in s$, where $s$ runs over all the sets that you want to take intersection of.