nLab prelattice

Contents

Idea

Prelattices are lattices which do not necessarily satisfy antisymmetry.

Definition

In the same way as lattices, prelattices can be defined in an algebraic or an order-theoretic fashion. In the algebraic definition, one uses an equivalence relation \equiv instead of equality == to define the equational axioms of the algebraic structure (commutativity, associativity, etc) as well as axioms that the algebraic operations are \equiv-extensional, similarly to the setoid approach to algebra. In the order-theoretic definition, one assumes a preorder instead of a partial order.

Definition

An algebraic prelattice is a set AA with an equivalence relation \equiv and two binary operations \vee and \wedge on AA which are

  1. \equiv-extensional in that for all elements wAw \in A, xAx \in A, yAy \in A, zAz \in A, if wyw \equiv y and xzx \equiv z, then wxyzw \vee x \equiv y \vee z and wxyzw \wedge x \equiv y \wedge z.

  2. associative in that for all elements xAx \in A, yAy \in A, zAz \in A, (xy)zx(yz)(x \vee y) \vee z \equiv x \vee (y \vee z) and (xy)zx(yz)(x \wedge y) \wedge z \equiv x \wedge (y \wedge z).

  3. commutative in that for all elements xAx \in A and yAy \in A, xyyxx \vee y \equiv y \vee x and xyyxx \wedge y \equiv y \wedge x.

  4. idempotent in that for all elements xAx \in A, xxxx \vee x \equiv x and xxxx \wedge x \equiv x.

and which satisfy the absorption laws in that for all elements xAx \in A and yAy \in A, x(xy)xx \vee (x \wedge y) \equiv x and x(xy)xx \wedge (x \vee y) \equiv x.

Definition

An order-theoretic prelattice is a set AA with a preorder \leq and binary operations \vee and \wedge on AA such that for all xAx \in A and yAy \in A, xxyx \leq x \vee y, yxyy \leq x \vee y, xyxx \wedge y \leq x and xyyx \wedge y \leq y.

These definitions of a prelattice are equivalent to each other. The equivalence relation on an order-theoretic prelattice is defined as xyxyyxx \equiv y \coloneqq x \leq y \wedge y \leq x, and the binary relation on an order-theoretic prelattice is an algebraic prelattice with respect to the equivalence relation \equiv. Conversely, every algebraic prelattice can be made into an order-theoretic prelattice by defining xyxyyx \leq y \coloneqq x \vee y \equiv y or xyxyxx \leq y \coloneqq x \wedge y \equiv x.

The quotient set of a prelattice by the equivalence relation xyx \equiv y is a lattice.

Also in the same way as lattices, one could either assume that prelattices have top and bottom elements, in which those without top and bottom elements are unboounded prelattices or pseudoprelattices, or prelattices do not have top and bottom elements, in which those with top and bottom elements are bounded prelattices.

As a category

A bounded prelattice is equivalently a bicartesian monoidal preorder, a thin cartesian monoidal category which is also a cocartesian monoidal category. An unbounded prelattice is equivalently a thin locally cartesian category whose opposite category is also locally cartesian.

Examples

One example of bounded prelattices include Heyting prealgebras. Two other examples are the integers \mathbb{Z} and the polynomial ring K[x]K[x] of a discrete field KK, with respect to the divisibility preorder a|ba \vert b, the greatest common divisor gcd\gcd, and the least common multiple lcm\lcm; unlike the natural numbers, these only form a bounded prelattice because there are more than one element in the group of units of both \mathbb{Z} and K[x]K[x], where ×{1,1}\mathbb{Z}^\times \coloneqq \{1, -1\} and K[x] ×K ×K[x]^\times \coloneqq K^\times.

Unbounded prelattices are important because given any ordered field KK with unbounded lattice structure, every ordered Artinian local K K -algebra is a unbounded prelattice. Ordered Artinian local KK-algebras are used in synthetic differential geometry.

References

Last revised on July 7, 2026 at 17:29:21. See the history of this page for a list of all contributions to it.