Step * of Lemma geo-opp-side-iff

[e:BasicGeometry]. ∀[A,B,P,Q:Point].
  (P-AB-Q ⇐⇒ ((¬Colinear(A;B;P)) ∧ Colinear(A;B;Q))) ∧ leftof AB ⇐⇒ ¬leftof BA))
BY
Auto }

1
1. BasicGeometry
2. Point
3. Point
4. Point
5. Point
6. P-AB-Q
7. ¬leftof AB
⊢ ¬leftof BA

2
1. BasicGeometry
2. Point
3. Point
4. Point
5. Point
6. P-AB-Q
7. ¬leftof BA
⊢ ¬leftof AB

3
1. BasicGeometry
2. Point
3. Point
4. Point
5. Point
6. ¬Colinear(A;B;P)
7. ¬Colinear(A;B;Q)
8. leftof AB)  leftof BA)
9. leftof AB)  ¬leftof BA
⊢ P-AB-Q


Latex:


Latex:
\mforall{}[e:BasicGeometry].  \mforall{}[A,B,P,Q:Point].
    (P-AB-Q  \mLeftarrow{}{}\mRightarrow{}  ((\mneg{}Colinear(A;B;P))  \mwedge{}  (\mneg{}Colinear(A;B;Q)))  \mwedge{}  (\mneg{}P  leftof  AB  \mLeftarrow{}{}\mRightarrow{}  \mneg{}Q  leftof  BA))


By


Latex:
Auto




Home Index