Step * of Lemma lt-angle-irrefl

e:EuclideanPlane. ∀a,b,c,x,y,z:Point.  (abc < xyz  xyz < abc))
BY
(Auto
   THEN (D THEN Auto)
   THEN (gSeparatedCasesLSep ⌜a⌝⌜b⌝⌜c⌝⋅ THENA Auto)
   THEN (gSeparatedCasesLSep ⌜x⌝⌜y⌝⌜z⌝⋅ THENA Auto)) }

1
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. Point
7. Point
8. abc < xyz
9. xyz < abc
10. bc
11. yz
⊢ False

2
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. Point
7. Point
8. abc < xyz
9. xyz < abc
10. bc
11. ¬yz
12. Colinear(x;y;z)
⊢ False

3
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. Point
7. Point
8. abc < xyz
9. xyz < abc
10. ¬bc
11. Colinear(a;b;c)
12. yz
⊢ False

4
1. EuclideanPlane
2. Point
3. Point
4. Point
5. Point
6. Point
7. Point
8. abc < xyz
9. xyz < abc
10. ¬bc
11. Colinear(a;b;c)
12. ¬yz
13. Colinear(x;y;z)
⊢ False


Latex:


Latex:
\mforall{}e:EuclideanPlane.  \mforall{}a,b,c,x,y,z:Point.    (abc  <  xyz  {}\mRightarrow{}  (\mneg{}xyz  <  abc))


By


Latex:
(Auto
  THEN  (D  0  THEN  Auto)
  THEN  (gSeparatedCasesLSep  \mkleeneopen{}a\mkleeneclose{}\mkleeneopen{}b\mkleeneclose{}\mkleeneopen{}c\mkleeneclose{}\mcdot{}  THENA  Auto)
  THEN  (gSeparatedCasesLSep  \mkleeneopen{}x\mkleeneclose{}\mkleeneopen{}y\mkleeneclose{}\mkleeneopen{}z\mkleeneclose{}\mcdot{}  THENA  Auto))




Home Index