Exam questions Flashcards
poset
Poset: A partially ordered set (poset) is a set 𝑋 equipped with a binary relation
⪯ that is reflexive, antisymmetric, and transitive.
Hasse diagram
A graphical representation of a finite poset, where elements are represented by vertices, and the order relation is represented by edges, without transitive edges.
Immediate predecessor/cover relation
In a poset (𝑋,⪯), x is an immediate predecessor of y if x≺y and there is no z such that
x≺z≺y.
Linear order
A poset where every pair of elements is comparable.
Lexicographic order
An order defined on the Cartesian product of ordered sets, extending the order of each set to the product.
Erdős–Szekeres theorem
For any sequence of n^2+1 distinct real numbers, there is a subsequence of n+1 numbers that is either strictly increasing or strictly decreasing.
Smallest/minimum element
An element a in a poset such that a⪯x for all x in the poset.
Minimal element
An element
a in a poset such that there is no x ≠a with x⪯a
Linear extension
A linear order that contains the original poset order.
Show that every finite poset has a linear extension.
Proof: Using the topological sorting algorithm, we can extend any finite poset to a linear order by iteratively removing minimal elements and maintaining the order constraints.
Show that every finite poset has a minimal element.
Proof: In a finite poset, consider any chain of elements. Since the set
Show that every finite poset has an embedding into (2^𝑋,⊆)
Using the concept of down-sets, we can map each element of the poset to a subset of X, preserving the order.
Chains
A subset of a poset where every two elements are comparable.
Anti-chains
A subset of a poset where no two elements are comparable.