Step
*
2
1
2
1
of Lemma
weak-same-side-invariant
1. e : BasicGeometry
2. ∀[A,B,C:Point].
     (¬¬(((∀P:Point. (P leftof AB 
⇐⇒ P leftof CB)) ∧ (∀P:Point. (P leftof BA 
⇐⇒ P leftof BC)))
        ∨ ((∀P:Point. (P leftof AB 
⇐⇒ P leftof BC)) ∧ (∀P:Point. (P leftof BA 
⇐⇒ P leftof CB))))) supposing 
        (A ≠ B and 
        C ≠ B and 
        Colinear(B;C;A))
3. A : Point
4. B : Point
5. C : Point
6. D : Point
7. Colinear(D;A;B)
8. Colinear(C;A;B)
9. C ≠ D
10. A ≠ B
11. B ≠ C
12. ((∀P:Point. (P leftof DC 
⇐⇒ P leftof BC)) ∧ (∀P:Point. (P leftof CD 
⇐⇒ P leftof CB)))
∨ ((∀P:Point. (P leftof DC 
⇐⇒ P leftof CB)) ∧ (∀P:Point. (P leftof CD 
⇐⇒ P leftof BC)))
13. ((∀P:Point. (P leftof AB 
⇐⇒ P leftof CB)) ∧ (∀P:Point. (P leftof BA 
⇐⇒ P leftof BC)))
∨ ((∀P:Point. (P leftof AB 
⇐⇒ P leftof BC)) ∧ (∀P:Point. (P leftof BA 
⇐⇒ P leftof CB)))
⊢ ((∀P:Point. (P leftof AB 
⇐⇒ P leftof CD)) ∧ (∀P:Point. (P leftof BA 
⇐⇒ P leftof DC)))
∨ ((∀P:Point. (P leftof AB 
⇐⇒ P leftof DC)) ∧ (∀P:Point. (P leftof BA 
⇐⇒ P leftof CD)))
BY
{ (SplitOrHyps THEN ExRepD THEN (RWO "-1 -2" 0 THENA Auto) THEN RWO "-3 -4" 0 THEN Auto) }
Latex:
Latex:
1.  e  :  BasicGeometry
2.  \mforall{}[A,B,C:Point].
          (\mneg{}\mneg{}(((\mforall{}P:Point.  (P  leftof  AB  \mLeftarrow{}{}\mRightarrow{}  P  leftof  CB))  \mwedge{}  (\mforall{}P:Point.  (P  leftof  BA  \mLeftarrow{}{}\mRightarrow{}  P  leftof  BC)))
                \mvee{}  ((\mforall{}P:Point.  (P  leftof  AB  \mLeftarrow{}{}\mRightarrow{}  P  leftof  BC))
                    \mwedge{}  (\mforall{}P:Point.  (P  leftof  BA  \mLeftarrow{}{}\mRightarrow{}  P  leftof  CB)))))  supposing 
                (A  \mneq{}  B  and 
                C  \mneq{}  B  and 
                Colinear(B;C;A))
3.  A  :  Point
4.  B  :  Point
5.  C  :  Point
6.  D  :  Point
7.  Colinear(D;A;B)
8.  Colinear(C;A;B)
9.  C  \mneq{}  D
10.  A  \mneq{}  B
11.  B  \mneq{}  C
12.  ((\mforall{}P:Point.  (P  leftof  DC  \mLeftarrow{}{}\mRightarrow{}  P  leftof  BC))  \mwedge{}  (\mforall{}P:Point.  (P  leftof  CD  \mLeftarrow{}{}\mRightarrow{}  P  leftof  CB)))
\mvee{}  ((\mforall{}P:Point.  (P  leftof  DC  \mLeftarrow{}{}\mRightarrow{}  P  leftof  CB))  \mwedge{}  (\mforall{}P:Point.  (P  leftof  CD  \mLeftarrow{}{}\mRightarrow{}  P  leftof  BC)))
13.  ((\mforall{}P:Point.  (P  leftof  AB  \mLeftarrow{}{}\mRightarrow{}  P  leftof  CB))  \mwedge{}  (\mforall{}P:Point.  (P  leftof  BA  \mLeftarrow{}{}\mRightarrow{}  P  leftof  BC)))
\mvee{}  ((\mforall{}P:Point.  (P  leftof  AB  \mLeftarrow{}{}\mRightarrow{}  P  leftof  BC))  \mwedge{}  (\mforall{}P:Point.  (P  leftof  BA  \mLeftarrow{}{}\mRightarrow{}  P  leftof  CB)))
\mvdash{}  ((\mforall{}P:Point.  (P  leftof  AB  \mLeftarrow{}{}\mRightarrow{}  P  leftof  CD))  \mwedge{}  (\mforall{}P:Point.  (P  leftof  BA  \mLeftarrow{}{}\mRightarrow{}  P  leftof  DC)))
\mvee{}  ((\mforall{}P:Point.  (P  leftof  AB  \mLeftarrow{}{}\mRightarrow{}  P  leftof  DC))  \mwedge{}  (\mforall{}P:Point.  (P  leftof  BA  \mLeftarrow{}{}\mRightarrow{}  P  leftof  CD)))
By
Latex:
(SplitOrHyps  THEN  ExRepD  THEN  (RWO  "-1  -2"  0  THENA  Auto)  THEN  RWO  "-3  -4"  0  THEN  Auto)
Home
Index