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 : 
record-select: r.x
, 
record+: record+, 
record: record(x.T[x])
, 
top: Top
, 
function: x:A ⟶ B[x]
, 
token: "$token"
, 
universe: Type
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:
2020_05_20-AM-08_24_01
Last ObjectModification:
2015_10_06-PM-01_45_50
Theory : lattices
Home
Index