Let us define the following ordering on $\mathbb{N} = \{1,2,3,\ldots\}$.
$\forall x,y \in \mathbb{N}, \ x \succ y \Leftrightarrow \exists k \in \mathbb{N}-\{1\}\text{ s.t. } x = ky$
Is this ordering well-founded?
Our definition of a well-founded ordering, is that it is a strict partial order, and there are no infinite descending chains.
I have already shown that this defines a strict partial order. I have also read that the second condition is equivalent to: "For every subset $S \subseteq \mathbb{N}$, there exists a minimal element."
For this relation, for every $S$, there exists an element $m$ such that there does not exist an $x \in S$ such that $m \succ x$.
It is also the case that, there does not exist an $m \in S$ such that $x \succ m$ for every $x \in S$ ($m \neq x$).
Obviously, I am a bit unclear on the precise definition of well-founded ordering! Which argument is correct?