Homotopy Type Theory distributive lattice > history (Rev #4, changes)

Showing changes from revision #3 to #4: Added | Removed | Changed

Contents

Definition

A distributive lattice is a lattice (L,,,,,)(L, \leq, \bot, \vee, \top, \wedge) with

  • a family of dependent terms
    a:L,b:L,c:La(bc)=(ab)(ac)a:L, b:L, c: L \vdash a \wedge (b \vee c) = (a \wedge b) \vee (a \wedge c)

representing the distributive property for the lattice.

See also

References

Revision on April 21, 2022 at 14:01:09 by Anonymous?. See the history of this page for a list of all contributions to it.