Step * of Lemma not-dist-to-le

g:EuclideanPlane. ∀a,b,c,d,e,f:Point.  ((¬D(a;b;c;d;e;f))  |ab| |cd| ≤ |ef|)
BY
(Auto THEN (FLemma `not-dist-lemma-lt` [-1] THENA Auto) THEN FLemma `geo-not-lt-to-le` [-1] THEN Auto) }


Latex:


Latex:
\mforall{}g:EuclideanPlane.  \mforall{}a,b,c,d,e,f:Point.    ((\mneg{}D(a;b;c;d;e;f))  {}\mRightarrow{}  |ab|  +  |cd|  \mleq{}  |ef|)


By


Latex:
(Auto
  THEN  (FLemma  `not-dist-lemma-lt`  [-1]  THENA  Auto)
  THEN  FLemma  `geo-not-lt-to-le`  [-1]
  THEN  Auto)




Home Index