Step
*
1
2
of Lemma
geo-lt-or
1. e : EuclideanPlane
2. a : Point
3. b : Point
4. c : Point
5. d : Point
6. x : Point
7. y : Point
8. |ab| < |cd|
9. |xy| < |ab|
⊢ |ab| < |xy| ∨ |xy| < |cd|
BY
{ ((OrRight THEN Auto) THEN InstLemma `geo-lt_transitivity` [⌜e⌝;⌜|xy|⌝;⌜|ab|⌝;⌜|cd|⌝]⋅ THEN EAuto 1) }
Latex:
Latex:
1.  e  :  EuclideanPlane
2.  a  :  Point
3.  b  :  Point
4.  c  :  Point
5.  d  :  Point
6.  x  :  Point
7.  y  :  Point
8.  |ab|  <  |cd|
9.  |xy|  <  |ab|
\mvdash{}  |ab|  <  |xy|  \mvee{}  |xy|  <  |cd|
By
Latex:
((OrRight  THEN  Auto)  THEN  InstLemma  `geo-lt\_transitivity`  [\mkleeneopen{}e\mkleeneclose{};\mkleeneopen{}|xy|\mkleeneclose{};\mkleeneopen{}|ab|\mkleeneclose{};\mkleeneopen{}|cd|\mkleeneclose{}]\mcdot{}  THEN  EAuto  1)
Home
Index