In Wikipedia, well-order is defined as a strict total order on a set $S$ with the property that every non-empty subset of $S$ has a least element in this ordering.
But then later, well-order is defined as a total order on $S$ with the property that every non-empty subset of $S$ has a least element in this ordering.
As far as I know, a total order and a strict total order are different. One is not the other. So I was wondering if well-order is defined for total order or strict total order or both? If for both, are they equivalent in the sense that if a total order is well-order, then its corresponding strict total order is also well-order? Vice versa?
- At the same Wikipedia page, it also says "a well-ordering is a well-founded strict total order". As I clicked into the definition of Well-founded_relation, it says "a binary relation, $R$, is well-founded (or wellfounded) on a class $X$ if and only if every non-empty subset of $X$ has a minimal element with respect to $R$". As minimal element is defined for partial order not for strict total order, is it true that well-founded order is a partial order and not a strict total order? So the aforementioned "a well-ordering is a well-founded strict total order" is not well-stated?
Thanks and regards!
For the first question, taking strict and non-strict orders to be well-ordering is up to you and the way you use it.
However, in set theory it is generally easier to use strict ordering in the definition because it saves the trouble with $x\le y\wedge y\le x$, furthermore we want $\in$ to define some relations and it has to be strict by the axiom of foundation (also known as axiom of regularity in some parts of the globe).
As for minimal elements, they are not only for partial orders - but for any order. If $R$ is some relation on $A$ then $x$ is $R$-minimal if $\forall y (yRx \rightarrow y=x)$, note by the way that if $R$ is not reflexive then this is still true, but you could phrase it as $\forall y\neg(yRx)$ instead, which is clearer.
The best way, in my opinion to understand deeply these choices of definitions is to study some set theory theorems about recursive definitions, transfinite inductions and the needed theorems for those. In these proofs it becomes very clear why one prefer strict relations over non-strict ones.
One final remark, although strict and non-strict total orders are "very different", they only differ by reflexivity which is some vacuous condition that you want to add when it's easier to have it - and you remove it when you find it easier to handle without it.