Step
*
2
3
1
of Lemma
lattice-fset-join-is-lub
1. l : BoundedLattice
2. eq : EqDecider(Point(l))
3. s : fset(Point(l))@i
4. x : Point(l)@i
5. ∀[u:Point(l)]. ((∀x:Point(l). (x ∈ s 
⇒ x ≤ u)) 
⇒ \/(s) ≤ u)
6. ¬x ∈ s
7. u : Point(l)
8. ∀x@0:Point(l). (x@0 ∈ fset-add(eq;x;s) 
⇒ x@0 ≤ u)
⊢ x ∨ \/(s) ≤ u
BY
{ (InstLemma `lattice-join-is-lub` [⌜l⌝;⌜x⌝;⌜\/(s)⌝]⋅ THEN Auto) }
1
1. l : BoundedLattice
2. eq : EqDecider(Point(l))
3. s : fset(Point(l))@i
4. x : Point(l)@i
5. ∀[u:Point(l)]. ((∀x:Point(l). (x ∈ s 
⇒ x ≤ u)) 
⇒ \/(s) ≤ u)
6. ¬x ∈ s
7. u : Point(l)
8. ∀x@0:Point(l). (x@0 ∈ fset-add(eq;x;s) 
⇒ x@0 ≤ u)
9. least-upper-bound(Point(l);x,y.x ≤ y;x;\/(s);x ∨ \/(s))
⊢ x ∨ \/(s) ≤ u
Latex:
Latex:
1.  l  :  BoundedLattice
2.  eq  :  EqDecider(Point(l))
3.  s  :  fset(Point(l))@i
4.  x  :  Point(l)@i
5.  \mforall{}[u:Point(l)].  ((\mforall{}x:Point(l).  (x  \mmember{}  s  {}\mRightarrow{}  x  \mleq{}  u))  {}\mRightarrow{}  \mbackslash{}/(s)  \mleq{}  u)
6.  \mneg{}x  \mmember{}  s
7.  u  :  Point(l)
8.  \mforall{}x@0:Point(l).  (x@0  \mmember{}  fset-add(eq;x;s)  {}\mRightarrow{}  x@0  \mleq{}  u)
\mvdash{}  x  \mvee{}  \mbackslash{}/(s)  \mleq{}  u
By
Latex:
(InstLemma  `lattice-join-is-lub`  [\mkleeneopen{}l\mkleeneclose{};\mkleeneopen{}x\mkleeneclose{};\mkleeneopen{}\mbackslash{}/(s)\mkleeneclose{}]\mcdot{}  THEN  Auto)
Home
Index