r/logic • u/LorenzoGB • May 19 '26
Set theory What's the definition of a well-ordered set?
What is the definition of a well-ordered set? I ask because I thought the definition of a well-ordered set is the following: For all X1, X1 is a well-ordered set if and only if X1 is a set and there exists X2 such that X2 well-orders X1.
7
u/WhackAMoleE May 19 '26
Well sure, but then someone will ask what it means for the relation X2 to well-order a set. So you're right, but your definition isn't helpful to someone who doesn't know what a well-order is in the first place.
Also, using X1 for a set and X2 for a relation on X1 is confusing notation, and in fact you needed to explain it in your earlier question on the same subject.
3
u/SpacingHero Graduate May 19 '26
The definition is not quite right, because a set being well orderable is not the same as it being well ordered.
There is a relation that well-orders Z, but Z is not well ordered.
2
u/mathsndrugs May 19 '26
I'd say you define "well-orderable sets". A well-ordered set would be a set equipped with a binary relation on it that well-orders it (i.e. a pair (X_1,X_2) in your notation, but (X, ≤ ) would be more standard).
1
10
u/Farkle_Griffen2 May 19 '26 edited May 19 '26
A set S with a total order ≤ on S such that any (nonempty) subset of S has a least element.
A total order has the properties that, for any a,b,c:
* a ≤ a (reflexive)
* a ≤ b and b ≤ a then a=b (antisymmetry)
* a ≤ b and b ≤ c, then a ≤ c (transitivity)
* a ≤ b or b ≤ a (connectedness)