I was reading Landau's Foundations of Analysis. He starts his construction of number systems by stating five axioms. My question is related to the fifth, the axiom of induction:
Let there be given a set $\mathscr{N}$, of natural numbers with the following properties:
I) 1 belongs to $\mathscr{N}$
II) If $x$ belongs to $\mathscr{N}$ then so does $x'$
Then $\mathscr{N}$ contains all the natural numbers
(Here $x'$ is the successor of $x$ )
Now consider the following proposition:
Let $(A,≤)$ be an ordered set. If $S$ is a finite subset of $A$ then $S$ contained a maximum and a minimum.
This can be proved by induction on the cardinal of $S$. Now my (first) question is, for the induction to "work" is it necessary to first prove that each $S$ has an unique cardinal? That is, that there is an unique $n\in \Bbb{N}$ such that there exists a bijection between $S$ and $\left \{ 1, \cdots ,n \right \}$.
In accordance with the axiom of induction we would be forming the set: $$\mathscr{N}=\left \{ n \in \Bbb{N} : S\subset A \ \wedge \ \#(S)=n \Rightarrow S \ \text{contains a maximum and a minimum} \right \}$$
Is this correct?
Now, for my second (third) question, consider Bernoulli's inequality:
$$\prod_{i=1}^{n}(1+a_i)≥1+\sum_{i=1}^{n}a_i \, \quad \text{if $a_i≥-1$, $i=1,...n$}$$
If I wanted to construct the set $\mathscr{N}$ cited in the axiom, how would I do it? Furthermore, should any care be taken when defining the set, analogous to proving that the cardinal is unique in the previous question?