Table of Contents

Universal Algebra

Resources

Notation

Ordered Sets

Def. Partial Order

A partial order (relation) or simply an order (relation) on some set P is a binary relation \leqslant on P such that, for all x,y,z \in P, it is

  1. Reflexive: x \leqslant x.
  2. Antisymmetric: x \leqslant y and y \leqslant x implies x=y.
  3. Transitive: x \leqslant y and y \leqslant z implies x \leqslant z.

We say x and y are comparable if either x \leqslant y or y \leqslant x.

The set P with such order relation \leqslant is said to be a (partially) ordered set, or simply a poset denoted \langle P; \leqslant \rangle.

On any set, = is an order called the discrete order.

A binary relation \leqslant that satisfies (1) and (3) but not necessarily (3) is called a quasi-order or pre-order.

Let \langle P; \leqslant_P \rangle and Q \subseteq P. Then Q inherits an order relation \leqslant_Q from P such that for all x,y \in Q we have x \leqslant_Q y \iff x \leqslant_P y called the induced order or the order inherited from P.

Def. Chains

Let \langle P; \leqslant\rangle be a poset. Then P is said to be a chain (or linearly ordered set or totally ordered set) if any two elements of P are comparable.

Similarly, P is said to be an antichain if, for all x,y \in P, we have x \leqslant y implies x=y.

Notice that any subset of a chain (an antichain) is a chain (an antichain).

Notation

We will utilize the symbol \bold{n} to denote the finite n-element linearly ordered set \{0, 1, ..., n-1\} with the natural linear order. Similarly, \bold{\bar{n}} will denote the n-element antichain.

Def. Maps on Orders

Let P and Q be two ordered sets. We say a map \phi: P \to Q is:

Notice that:

Example. Social Choice Function

See Wikipedia: Arrow’s impossibility theorem.

Def. Cover Relation

TODO: Check if this definition is equivalent to the one in the main book.

Let P be an ordered set and x, y \in P. We say x is covered by y denoted with x \prec y if x \neq y and there is no z \in P distinct from x and y such that

x \leqslant z \leqslant y

Def. Hasse Diagrams

See Wikipedia: Hasse Diagram.

Thm. TFAE

Let P and Q be finite ordered sets and \phi : P \to Q a bijective map. Then TFAE:

Def. Dual

Let P be an ordered set with the order relation \leqslant. The dual of P denoted with P^\partial is the set ordered with \leqslant_\partial where, for all x, y \in P:

x \leqslant_\partial y \iff y \leqslant x

Def. Bottom and Top

For an ordered set P, we say P has a bottom \bot \in P if for all x \in P we have \bot \leqslant x. Similarly, we say P has a top \top \in P if for all x \in P we have x \leqslant \top.

Notice that \top and \bot are unique when they exist due to antisymmetry, and they are comparable with any element.

For example, for \langle \mathcal{P}(X); \subseteq\rangle, we have \bot = \varnothing and \top = X.

A finite chain always has bottom and top element.

Def. Min-Max(imal)

Let P be an ordered set and p \in P. We say a \in P is:

Notice that if P has a top element \top, then \text{Max}\ P = \{\top\}.

Def. Sums

Suppose P and Q are two disjoint ordered sets. The disjoint union denoted P \sqcup Q is the ordered set P \cup Q ordered by \leqslant where x \leqslant y if and only if either:

Def. Linear Sum

For two disjoint ordered sets P and Q, the linear sum denoted P \oplus Q is the ordered set P \cup Q ordered by \leqslant where x \leqslant y if and only if either:

Obviously, \oplus is not necessarily commutative.

Note that both \sqcup and \oplus are associative (up to isomorphism).

For example, \bold{2} \oplus \bold {3} = \bold{5}.

Def. Product

Let P_1, ..., P_n be ordered sets. The (Cartesian) product P_1 \times ... \times P_n can be (coordinatewise) ordered with \leqslant where (x_1, ..., x_n) \leqslant (y_1, ..., y_n) if and only if, for all i, we have x_i \leqslant_{P_i} y_i. As a shorthand we will use P^n to denote the n-fold cartesian product ordered with such order.

Example. ’

Let X = \{1, 2, ..., n\} and \phi : \mathcal{P}(X) \to \bold{2}^n such that \phi(A) = (\varepsilon_1, ..., \varepsilon_n) where

\varepsilon_i = \begin{cases} \ 1 &\text{if } \enspace i \in A \\ \ 0 &\text{if } \enspace i \notin A \end{cases}

Then \phi is an order-isomorphism.

Def. Ups and Downs

Let P be an ordered set and Q \subseteq P.

Then, we say Q is a down-set (or order ideal) if for all x \in Q and y \in P:

y \leqslant x \implies y \in Q

Dually, we say Q is a up-set (or order filter) if for all x \in Q and y \in P:

y \geqslant x \implies y \in Q

You may think of them as a subset “closed” under increase or decrase.

For an arbitrary subset Q of ordered P, define the unary operators \downarrow called down and \uparrow up on the subset as:

\downarrow Q := \{\ y \in P \ |\ (\exists x \in Q)\ y \leqslant x\ \} \\ \uparrow Q := \{\ y \in P \ |\ (\exists x \in Q)\ y \geqslant x\ \}

and for x \in P:

\downarrow x := \{\ y \in P \ |\ y \leqslant x\ \} \\ \uparrow x := \{\ y \in P \ |\ y \geqslant x\ \} \\

Notice that:

Down-sets (dually up-sets) of the form \downarrow x (dually \uparrow x) are called principal.

Def. Ordered Set of Down-sets

The family of all down-sets of the ordered set P is denoted by \mathcal{O}(P). Under the inclusion order, \mathcal{O}(P) is an ordered set.

When P is finite, every non-empty down-set Q of P is expressible in the form

\bigcup_{i=1}^{k} \downarrow x_i

where \{x_1, ..., x_k\} = \text{Max}\ Q is an antichain.

Notice that \mathcal{O}(P)^\partial \cong \mathcal{O}(P^\partial) as A \subseteq iff P \setminus A \supseteq P \setminus B.

Thm. ’

Let P, P_1, P_2 be ordered sets. Then

Lattices

Def. Bounds

Let P be an ordered set and S \subseteq P. Then, x \in P is called an upper bound of S if s \leqslant x for all s \in S. Lower bound is defined dually.

The set of all upper bounds of S is denoted by S^+ and the set of all lower bounds denoted by S^-.

The least element of S^+, if exists, is called the supremum (or least upper bound) of S denoted \sup S. Dually, the greatest element of S^- is called infimum of S denoted \inf S.

Notice that:

Notation. Join and Meet

If exists, we will denote \sup \{x, y\} with x \vee y read as x join y. Similarly, we will denote \inf \{x, y\} with x \wedge y read as x meet y.

Similarly, we will also utilize \bigvee S and \bigwedge S for \sup S and \inf S.

Def. Lattice and Complete Lattice

Let P be a non-empty (partially) ordered set.

Def. Axiomatic Definition

From A Course in Universal Algebra.

A non-empty set L with two binary operations \vee and \wedge on L is called a lattice if it satisfies: