Step * of Lemma eu-seg-congruent_transitivity

e:EuclideanPlane. ∀[s1,s2,s3:Segment].  (s1 ≡ s3) supposing (s1 ≡ s2 and s2 ≡ s3)
BY
(Auto
   THEN All (Unfold `eu-seg-congruent`)
   THEN (Unhide THENA Auto)
   THEN FLemma `eu-congruent-transitivity` [-2;-1]
   THEN Auto) }


Latex:


Latex:
\mforall{}e:EuclideanPlane.  \mforall{}[s1,s2,s3:Segment].    (s1  \mequiv{}  s3)  supposing  (s1  \mequiv{}  s2  and  s2  \mequiv{}  s3)


By


Latex:
(Auto
  THEN  All  (Unfold  `eu-seg-congruent`)
  THEN  (Unhide  THENA  Auto)
  THEN  FLemma  `eu-congruent-transitivity`  [-2;-1]
  THEN  Auto)




Home Index