Step * of Lemma not-geo-lt-points

No Annotations
g:EuclideanPlane. ∀p,q:{p:Point| B(OXp)} .  p < ⇐⇒ q ≤ p)
BY
(Intros THEN RWW "geo-lt-iff-strict-between-points" THEN Auto) }

1
1. EuclideanPlane
2. {p:Point| B(OXp)} 
3. {p:Point| B(OXp)} 
4. ¬(p ≤ q ∧ q)
⊢ q ≤ p

2
1. EuclideanPlane
2. {p:Point| B(OXp)} 
3. {p:Point| B(OXp)} 
4. q ≤ p
⊢ ¬(p ≤ q ∧ q)


Latex:


Latex:
No  Annotations
\mforall{}g:EuclideanPlane.  \mforall{}p,q:\{p:Point|  B(OXp)\}  .    (\mneg{}p  <  q  \mLeftarrow{}{}\mRightarrow{}  q  \mleq{}  p)


By


Latex:
(Intros  THEN  RWW  "geo-lt-iff-strict-between-points"  0  THEN  Auto)




Home Index