Nuprl Definition : bounded-lattice-structure

BoundedLatticeStructure ==
  "Point":Type
  "meet":self."Point" ⟶ self."Point" ⟶ self."Point"
  "join":self."Point" ⟶ self."Point" ⟶ self."Point"
  "1":self."Point"
  "0":self."Point"



Definitions occuring in Statement :  top: Top function: x:A ⟶ B[x] token: "$token" universe: Type record-select: r.x record+: record+ record: record(x.T[x])
Definitions occuring in definition :  record+: record+ record: record(x.T[x]) top: Top universe: Type function: x:A ⟶ B[x] record-select: r.x token: "$token"
FDL editor aliases :  bounded-lattice-structure

Latex:
BoundedLatticeStructure  ==
    "Point":Type
    "meet":self."Point"  {}\mrightarrow{}  self."Point"  {}\mrightarrow{}  self."Point"
    "join":self."Point"  {}\mrightarrow{}  self."Point"  {}\mrightarrow{}  self."Point"
    "1":self."Point"
    "0":self."Point"



Date html generated: 2016_05_18-AM-11_20_03
Last ObjectModification: 2015_10_06-PM-01_45_50

Theory : lattices


Home Index