Step * of Lemma geo-triangle-separation

e:HeytingGeometry. ∀a,b,c:Point.
  (a bc
   {∀x,y:Point.  (((Colinear(a;b;x) ∧ Colinear(c;b;y)) ∧ x ≠ b ∧ y ≠ b)  (x by ∧ (∀m:Point. (x-m-y  m ≠ b))))})
BY
(Auto THEN (FLemma `geo-triangle-implies` [-1] THENA Auto) THEN SplitAndHyps THEN RepeatFor ((D THENA Auto))) }

1
1. HeytingGeometry
2. Point
3. Point
4. Point
5. bc
6. ba
7. ab
8. a ≠ c
9. ¬a_b_c
10. ∀z:Point. (z ≠  Colinear(a;b;z)  bc)
11. Point
12. Point
13. (Colinear(a;b;x) ∧ Colinear(c;b;y)) ∧ x ≠ b ∧ y ≠ b
⊢ by ∧ (∀m:Point. (x-m-y  m ≠ b))


Latex:


Latex:
\mforall{}e:HeytingGeometry.  \mforall{}a,b,c:Point.
    (a  \#  bc
    {}\mRightarrow{}  \{\mforall{}x,y:Point.
                (((Colinear(a;b;x)  \mwedge{}  Colinear(c;b;y))  \mwedge{}  x  \mneq{}  b  \mwedge{}  y  \mneq{}  b)
                {}\mRightarrow{}  (x  \#  by  \mwedge{}  (\mforall{}m:Point.  (x-m-y  {}\mRightarrow{}  m  \mneq{}  b))))\})


By


Latex:
(Auto
  THEN  (FLemma  `geo-triangle-implies`  [-1]  THENA  Auto)
  THEN  SplitAndHyps
  THEN  RepeatFor  3  ((D  0  THENA  Auto)))




Home Index