Step * of Lemma lattice-le_weakening

[l:Lattice]. ∀[a,b:Point(l)].  a ≤ supposing b ∈ Point(l)
BY
((Auto THEN (HypSubst' (-1) THENA Auto) THEN (Assert l ∈ Lattice BY Auto))
   THEN Auto
   THEN RepUR ``lattice-le`` 0
   THEN Symmetry
   THEN Auto) }


Latex:


Latex:
\mforall{}[l:Lattice].  \mforall{}[a,b:Point(l)].    a  \mleq{}  b  supposing  a  =  b


By


Latex:
((Auto  THEN  (HypSubst'  (-1)  0  THENA  Auto)  THEN  (Assert  l  \mmember{}  Lattice  BY  Auto))
  THEN  Auto
  THEN  RepUR  ``lattice-le``  0
  THEN  Symmetry
  THEN  Auto)




Home Index