Step
*
of Lemma
not-geo-lt-points
No Annotations
∀g:EuclideanPlane. ∀p,q:{p:Point| B(OXp)} .  (¬p < q 
⇐⇒ q ≤ p)
BY
{ (Intros THEN RWW "geo-lt-iff-strict-between-points" 0 THEN Auto) }
1
1. g : EuclideanPlane
2. p : {p:Point| B(OXp)} 
3. q : {p:Point| B(OXp)} 
4. ¬(p ≤ q ∧ p # q)
⊢ q ≤ p
2
1. g : EuclideanPlane
2. p : {p:Point| B(OXp)} 
3. q : {p:Point| B(OXp)} 
4. q ≤ p
⊢ ¬(p ≤ q ∧ p # 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