Step * of Lemma pgeo-plsep_functionality

g:ProjectivePlane. ∀a,a1:Point. ∀l,l1:Line.  (a ≡ a1  l ≡ l1  {a ≠ ⇐⇒ a1 ≠ l1})
BY
(Unfold `guard` THEN Auto) }

1
1. ProjectivePlane
2. Point
3. a1 Point
4. Line
5. l1 Line
6. a ≡ a1
7. l ≡ l1
8. a ≠ l
⊢ a1 ≠ l1

2
1. ProjectivePlane
2. Point
3. a1 Point
4. Line
5. l1 Line
6. a ≡ a1
7. l ≡ l1
8. a1 ≠ l1
⊢ a ≠ l


Latex:


Latex:
\mforall{}g:ProjectivePlane.  \mforall{}a,a1:Point.  \mforall{}l,l1:Line.    (a  \mequiv{}  a1  {}\mRightarrow{}  l  \mequiv{}  l1  {}\mRightarrow{}  \{a  \mneq{}  l  \mLeftarrow{}{}\mRightarrow{}  a1  \mneq{}  l1\})


By


Latex:
(Unfold  `guard`  0  THEN  Auto)




Home Index