Step
*
1
of Lemma
eu-eq_dist-axiomA10
1. G : EuclideanPlane
2. a : Point
3. b : Point
4. c : Point
5. d : Point
6. e : Point
7. f : Point
8. g : Point
9. D(a;b;c;d;e;f)
10. D(c;d;e;f;a;b)
11. |ab| < |cd| + |ef|
12. e ≠ f
13. |ef| < |ab| + |cd|
14. a ≠ b
⊢ c ≠ d
BY
{ ((Assert |ab| ≠ |cd| + |ef| BY
          (FLemma `geo-add-length-lt-sep2` [-4] THEN Auto))
   THEN (Assert |ef| ≠ |ab| + |cd| BY
               (FLemma `geo-add-length-lt-sep2` [-3] THEN Auto))
   ) }
1
1. G : EuclideanPlane
2. a : Point
3. b : Point
4. c : Point
5. d : Point
6. e : Point
7. f : Point
8. g : Point
9. D(a;b;c;d;e;f)
10. D(c;d;e;f;a;b)
11. |ab| < |cd| + |ef|
12. e ≠ f
13. |ef| < |ab| + |cd|
14. a ≠ b
15. |ab| ≠ |cd| + |ef|
16. |ef| ≠ |ab| + |cd|
⊢ c ≠ d
Latex:
Latex:
1.  G  :  EuclideanPlane
2.  a  :  Point
3.  b  :  Point
4.  c  :  Point
5.  d  :  Point
6.  e  :  Point
7.  f  :  Point
8.  g  :  Point
9.  D(a;b;c;d;e;f)
10.  D(c;d;e;f;a;b)
11.  |ab|  <  |cd|  +  |ef|
12.  e  \mneq{}  f
13.  |ef|  <  |ab|  +  |cd|
14.  a  \mneq{}  b
\mvdash{}  c  \mneq{}  d
By
Latex:
((Assert  |ab|  \mneq{}  |cd|  +  |ef|  BY
                (FLemma  `geo-add-length-lt-sep2`  [-4]  THEN  Auto))
  THEN  (Assert  |ef|  \mneq{}  |ab|  +  |cd|  BY
                          (FLemma  `geo-add-length-lt-sep2`  [-3]  THEN  Auto))
  )
Home
Index