Directed Set
📂Set TheoryDirected Set
Definition
Let (A,≤) be a partially ordered set. If for any a,b∈A there exists c∈A satisfying a≤c and b≤c, then (A,≤) is called a directed set .
Explanation
A totally ordered set is a directed set.
For the set X, the power set P(X) with the subset relation ⊂ as a partial order on (P(X),⊂) is a directed set.
For any A,B∈P(X), it holds that A,B⊂A∪B.
To specify up to the condition of being a partially ordered set in the definition, it can be detailed as follows. For a,b,c∈A:
- ∀a, a≤a (Reflexivity)
- a≤b∧b≤c⟹a≤c (Transitivity)
- a≤b∧b≤a⟹a=b (Antisymmetry)
- For some a,b∈A, ∃ d such that a≤d∧b≤d
From any element in A, it is a set where it is possible to eventually reach a singular destination. For example, the following sets form a directed set.
ABCDEFGHIJ={1}={1,2}={1,3}={1,2,3}={4}={5}={4,5}={1,2,3,4,5}={6}={1,2,3,4,5,6}
Depicted in a diagram, it looks as follows.

Cofinality
Definition
Let (A,≤) be a partially ordered set. Let it be B⊂A. If for every a∈A, there exists b∈B that satisfies a≤b, then B is said to be cofinal in A.
Theorem
If B is cofinal in the directed set A, then B is a directed set.
Proof
Since A is a directed set, for any a,b∈B⊂A, there exists a c∈A satisfying a,b≤c. Since A and B are cofinal, there exists d∈B such that c≤d. Therefore, for any a,b∈B, there exists d∈B satisfying a,b≤d, making B a directed set.
■