Step * 2 1 2 1 of Lemma weak-same-side-invariant


1. BasicGeometry
2. ∀[A,B,C:Point].
     (¬¬(((∀P:Point. (P leftof AB ⇐⇒ leftof CB)) ∧ (∀P:Point. (P leftof BA ⇐⇒ leftof BC)))
        ∨ ((∀P:Point. (P leftof AB ⇐⇒ leftof BC)) ∧ (∀P:Point. (P leftof BA ⇐⇒ leftof CB))))) supposing 
        (A ≠ and 
        C ≠ and 
        Colinear(B;C;A))
3. Point
4. Point
5. Point
6. 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 ⇐⇒ leftof BC)) ∧ (∀P:Point. (P leftof CD ⇐⇒ leftof CB)))
∨ ((∀P:Point. (P leftof DC ⇐⇒ leftof CB)) ∧ (∀P:Point. (P leftof CD ⇐⇒ leftof BC)))
13. ((∀P:Point. (P leftof AB ⇐⇒ leftof CB)) ∧ (∀P:Point. (P leftof BA ⇐⇒ leftof BC)))
∨ ((∀P:Point. (P leftof AB ⇐⇒ leftof BC)) ∧ (∀P:Point. (P leftof BA ⇐⇒ leftof CB)))
⊢ ((∀P:Point. (P leftof AB ⇐⇒ leftof CD)) ∧ (∀P:Point. (P leftof BA ⇐⇒ leftof DC)))
∨ ((∀P:Point. (P leftof AB ⇐⇒ leftof DC)) ∧ (∀P:Point. (P leftof BA ⇐⇒ leftof CD)))
BY
(SplitOrHyps THEN ExRepD THEN (RWO "-1 -2" THENA Auto) THEN RWO "-3 -4" 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