Step * of Lemma geo-congruent_wf

[g:GeometryPrimitives]. ∀[a,b,c,d:Point].  (ab ≅ cd ∈ ℙ)
BY
((D THENW Auto)
   THEN Unfold `geo-primitives` 1
   THEN (Unfold `geo-congruent` THEN Unfold `geo-length-sep` 0)
   THEN Unfold `geo-gt-prim` 0
   THEN (Unfold `geo-point` THEN Unfold `geo-point` 1)
   THEN DRecord 1
   THEN Auto) }


Latex:


Latex:
\mforall{}[g:GeometryPrimitives].  \mforall{}[a,b,c,d:Point].    (ab  \mcong{}  cd  \mmember{}  \mBbbP{})


By


Latex:
((D  0  THENW  Auto)
  THEN  Unfold  `geo-primitives`  1
  THEN  (Unfold  `geo-congruent`  0  THEN  Unfold  `geo-length-sep`  0)
  THEN  Unfold  `geo-gt-prim`  0
  THEN  (Unfold  `geo-point`  0  THEN  Unfold  `geo-point`  1)
  THEN  DRecord  1
  THEN  Auto)




Home Index