Step * of Lemma stable__incident

e:EuclideanPlane. ∀a:Point. ∀l:LINE.  Stable{a l}
BY
((Unfold `geo-incident` THEN Auto)
   THEN (Assert Line ⊆LINE BY
               Auto)
   THEN (BLemma `stable__all` THEN Auto)
   THEN BLemma `stable__implies`
   THEN Auto) }


Latex:


Latex:
\mforall{}e:EuclideanPlane.  \mforall{}a:Point.  \mforall{}l:LINE.    Stable\{a  I  l\}


By


Latex:
((Unfold  `geo-incident`  0  THEN  Auto)
  THEN  (Assert  Line  \msubseteq{}r  LINE  BY
                          Auto)
  THEN  (BLemma  `stable\_\_all`  THEN  Auto)
  THEN  BLemma  `stable\_\_implies`
  THEN  Auto)




Home Index