Altanis

1.6Takeaways

Updated 17 May 2026Chapter (PDF)

We simply discuss the important ideas of logic and set theory here. In mathematics, there are two parallel ways to define how elements compare to one another: non-strict orders (think \le) and strict orders (think <<). We begin by axiomatizing non-strict ordering, discuss the axioms for strict ordering, and highlighting their equivalence.

[1.6.1]Definition(Partially Ordered Set)#

A set XX is said to be a partially ordered set (or “poset”) if it is equipped with a relation \le that satisfies the following properties:

  1. Reflexivity. For every xXx \in X, xxx \le x.

  2. Antisymmetry. For any x,yXx, y \in X, if xyx \le y and yxy \le x, then x=yx = y.

  3. Transitivity. For any x,y,zXx, y, z \in X, if xyx \le y and yzy \le z, then xzx \le z.

[1.6.2]Definition(Totally Ordered Set)#

A poset XX is called a totally ordered set (also called a “chain” or “linear order”) if every pair of elements is comparable. That is, for any x,yXx, y \in X, either xyx \le y or yxy \le x.

[1.6.3]Definition(Strict Partial Order)#

A relation << on a set XX is a strict partial order if it satisfies:

  1. Nonreflexivity. For every xXx \in X, x<xx < x is false.

  2. Transitivity. For any x,y,zXx, y, z \in X, if x<yx < y and y<zy < z, then x<zx < z.

[1.6.4]Definition(Strict Total Order)#

A relation << on a set XX is a strict total order (often referred to in topology simply as an order relation) if it is a strict partial order that also satisfies the law of trichotomy:

  1. Comparability. For any x,yXx, y \in X such that xyx \ne y, either x<yx < y or y<xy < x.

[1.6.5]Remark(The Equivalence of Strict and Non-Strict Orders)#

Strict and non-strict orders are simply two different languages describing the exact same underlying mathematical structure. You can always translate one into the other seamlessly:

From Non-Strict to Strict: Given a non-strict order \le, we induce a strict order << by declaring:

x<y    xy and xy.x < y \iff x \le y \text{ and } x \ne y.

From Strict to Non-Strict: Given a strict order <<, we induce a non-strict order \le by declaring:

xy    x<y or x=y.x \le y \iff x < y \text{ or } x = y.

From now on, we assume partially/totally ordered sets are equipped with strict orders that induce nonstrict orders.

[1.6.6]Definition(Upper Bound)#

Suppose XX is a partially ordered set. For any subset SXS \subseteq X, we say xXx \in X is an upper bound for SS if xsx \ge s for every sSs \in S.

[1.6.7]Definition(Maximal Element)#

Suppose XX is a partially ordered set. For any subset SXS \subseteq X, we say xSx \in S is a maximal element for SS if xsx \ge s for every sSs \in S.

[1.6.8]Axiom(Zorn's Lemma)#

Suppose XX is a non-empty partially ordered set for which every totally ordered subset (i.e., a chain) has an upper bound. Then XX has a maximal element.

[1.6.9]Example(All Vector Spaces Have Bases)#

Essentially, if XX \ne \emptyset is a partially ordered set for which every totally ordered subset is bounded above, then XX must have one element that is not less than any other element. We cleverly apply this to vector spaces to force the existence of a basis.

Fix VV to be an arbitrary vector space, even one that may be infinite-dimensional. Then, we consider the set XX of all linearly independent subsets of VV. We define a partial ordering on XX, such that for any U,WXU, W \in X, we say

UW    UW.U \le W \iff U \subseteq W.

Of course, XX \ne \emptyset since the empty set \emptyset is trivially linearly independent, so XX is a valid partially ordered set.

To apply Zorn's Lemma, let CC be an arbitrary totally ordered subset (a chain) in XX. We propose that the union of all sets in CC, denoted M=UCUM = \bigcup_{U \in C} U, is an upper bound for CC. Clearly, UMU \subseteq M for all UCU \in C. However, to be a valid upper bound in XX, we must verify that MXM \in X; that is, MM must be linearly independent.

Suppose for the sake of contradiction that MM is linearly dependent. Then, there exists a finite set of vectors {v1,v2,,vn}M\{v_1, v_2, \dots, v_n\} \subseteq M and scalars c1,,cnc_1, \dots, c_n (not all zero) such that c1v1++cnvn=0c_1v_1 + \dots + c_nv_n = 0. Since MM is the union of the chain CC, each vector viv_i must belong to some set UiCU_i \in C. Because CC is totally ordered, for any finite collection of sets in CC, one of them must contain all the others. Let UmaxU_{max} be the largest of these sets U1,,UnU_1, \dots, U_n. This implies that all viUmaxv_i \in U_{max}. But UmaxXU_{max} \in X, meaning it is linearly independent, which contradicts our assumption that these vectors form a linear dependence. Therefore, MM must be linearly independent, meaning MXM \in X and CC is indeed bounded above.

By Zorn's Lemma, XX contains a maximal element, say BB. Because BXB \in X, we already know BB is linearly independent. All that remains is to show that BB spans VV. Suppose it does not; then there exists some vector vVSpan(B)v \in V \setminus \Span(B). But then the set B{v}B \cup \{v\} would be linearly independent, meaning B{v}XB \cup \{v\} \in X. Since BB{v}B \subsetneq B \cup \{v\}, this strictly contradicts the maximality of BB. Thus, Span(B)=V\Span(B) = V, and we conclude that BB is a basis for VV.

[1.6.10]Axiom(Axiom of Choice)#

Suppose C\mathcal{C} is a collection of non-empty sets. Then you may construct a new set by “choosing” exactly one element from each set.

[1.6.11]Remark#

Of course, this seems trivial. If you have infinitely many pairs of shoes, you don't need a special axiom to pick one from each pair (just pick only the left ones). But if you have infinitely many pairs of identical socks, there is no definable rule to pick one from each. The Axiom of Choice simply declares you can do it anyways. It assumes the existence of such a set, even without a definite construction.

[1.6.12]Definition(Well-Ordered Set)#

A totally ordered set (X,)(X, \le) is said to be well-ordered if, for any nonempty subset AXA \subseteq X, there exists a strictly least (minimum) element.

[1.6.13]Axiom(Well-Ordering Axiom)#

Every set can be equipped with a total ordering such that it is well-ordered.