Step * 1 of Lemma mk-general-bounded-lattice_wf


1. Type
2. T ⟶ T ⟶ T
3. T ⟶ T ⟶ T
4. T
5. T
6. T ⟶ T ⟶ ℙ
7. EquivRel(T;x,y.E y)
8. ∀[a,b:T].  (E m[a;b] m[b;a])
9. ∀[a,b:T].  (E j[a;b] j[b;a])
10. ∀[a,b,c:T].  (E m[a;m[b;c]] m[m[a;b];c])
11. ∀[a,b,c:T].  (E j[a;j[b;c]] j[j[a;b];c])
12. ∀[a,b:T].  (E j[a;m[a;b]] a)
13. ∀[a,b:T].  (E m[a;j[a;b]] a)
14. ∀[a:T]. (E m[a;o] a)
15. ∀[a:T]. (E j[a;z] a)
⊢ λx.x["Point" := T]["meet" := m]["join" := j]["0" := z]["1" := o]["E" := E] ∈ GeneralBoundedLatticeStructure
BY
Unfold `general-bounded-lattice-structure` }

1
1. Type
2. T ⟶ T ⟶ T
3. T ⟶ T ⟶ T
4. T
5. T
6. T ⟶ T ⟶ ℙ
7. EquivRel(T;x,y.E y)
8. ∀[a,b:T].  (E m[a;b] m[b;a])
9. ∀[a,b:T].  (E j[a;b] j[b;a])
10. ∀[a,b,c:T].  (E m[a;m[b;c]] m[m[a;b];c])
11. ∀[a,b,c:T].  (E j[a;j[b;c]] j[j[a;b];c])
12. ∀[a,b:T].  (E j[a;m[a;b]] a)
13. ∀[a,b:T].  (E m[a;j[a;b]] a)
14. ∀[a:T]. (E m[a;o] a)
15. ∀[a:T]. (E j[a;z] a)
⊢ λx.x["Point" := T]["meet" := m]["join" := j]["0" := z]["1" := o]["E" := E] ∈ "Point":Type
  "meet":self."Point" ⟶ self."Point" ⟶ self."Point"
  "join":self."Point" ⟶ self."Point" ⟶ self."Point"
  "1":self."Point"
  "0":self."Point"
  "E":self."Point" ⟶ self."Point" ⟶ ℙ


Latex:


Latex:

1.  T  :  Type
2.  m  :  T  {}\mrightarrow{}  T  {}\mrightarrow{}  T
3.  j  :  T  {}\mrightarrow{}  T  {}\mrightarrow{}  T
4.  z  :  T
5.  o  :  T
6.  E  :  T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}
7.  EquivRel(T;x,y.E  x  y)
8.  \mforall{}[a,b:T].    (E  m[a;b]  m[b;a])
9.  \mforall{}[a,b:T].    (E  j[a;b]  j[b;a])
10.  \mforall{}[a,b,c:T].    (E  m[a;m[b;c]]  m[m[a;b];c])
11.  \mforall{}[a,b,c:T].    (E  j[a;j[b;c]]  j[j[a;b];c])
12.  \mforall{}[a,b:T].    (E  j[a;m[a;b]]  a)
13.  \mforall{}[a,b:T].    (E  m[a;j[a;b]]  a)
14.  \mforall{}[a:T].  (E  m[a;o]  a)
15.  \mforall{}[a:T].  (E  j[a;z]  a)
\mvdash{}  \mlambda{}x.x["Point"  :=  T]["meet"  :=  m]["join"  :=  j]["0"  :=  z]["1"  :=  o]["E"  :=  E]
    \mmember{}  GeneralBoundedLatticeStructure


By


Latex:
Unfold  `general-bounded-lattice-structure`  0




Home Index