Step * of Lemma geo-ge-symmetry

No Annotations
e:EuclideanPlane. ∀a,b,c,d:Point.  (ab ≥ cd  {ba ≥ cd ∧ ab ≥ dc ∧ ba ≥ dc})
BY
(Unfold `guard` 0
   THEN Auto
   THEN Try ((RepeatFor (ParallelOp -2)
              THEN RepeatFor (ParallelLast)
              THEN Auto
              THEN FLemma `geo-congruent-full-symmetry` [-2]
              THEN Auto))) }

1
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. ab ≥ cd
⊢ ba ≥ cd

2
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. ab ≥ cd
7. ba ≥ cd
⊢ ab ≥ dc

3
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. ab ≥ cd
7. ba ≥ cd
8. ab ≥ dc
⊢ ba ≥ dc


Latex:


Latex:
No  Annotations
\mforall{}e:EuclideanPlane.  \mforall{}a,b,c,d:Point.    (ab  \mgeq{}  cd  {}\mRightarrow{}  \{ba  \mgeq{}  cd  \mwedge{}  ab  \mgeq{}  dc  \mwedge{}  ba  \mgeq{}  dc\})


By


Latex:
(Unfold  `guard`  0
  THEN  Auto
  THEN  Try  ((RepeatFor  2  (ParallelOp  -2)
                        THEN  RepeatFor  2  (ParallelLast)
                        THEN  Auto
                        THEN  FLemma  `geo-congruent-full-symmetry`  [-2]
                        THEN  Auto)))




Home Index