Step * of Lemma line-implies-plsep-exists

g:ProjectivePlane. ∀l:Line.  ∃p:Point. p ≠ l
BY
((Auto THEN InstLemma `pgeo-three-points-axiom` [⌜g⌝;⌜l⌝]⋅ THEN Auto)
   THEN ExRepD
   THEN InstLemma `point-implies-plsep-exists` [⌜g⌝;⌜a⌝]⋅
   THEN Auto) }

1
1. ProjectivePlane
2. Line
3. Point
4. Point
5. Point
6. l
7. l
8. l
9. a ≠ b
10. b ≠ c
11. c ≠ a
12. ∃l:Line. a ≠ l
⊢ ∃p:Point. p ≠ l


Latex:


Latex:
\mforall{}g:ProjectivePlane.  \mforall{}l:Line.    \mexists{}p:Point.  p  \mneq{}  l


By


Latex:
((Auto  THEN  InstLemma  `pgeo-three-points-axiom`  [\mkleeneopen{}g\mkleeneclose{};\mkleeneopen{}l\mkleeneclose{}]\mcdot{}  THEN  Auto)
  THEN  ExRepD
  THEN  InstLemma  `point-implies-plsep-exists`  [\mkleeneopen{}g\mkleeneclose{};\mkleeneopen{}a\mkleeneclose{}]\mcdot{}
  THEN  Auto)




Home Index