Step
*
of Lemma
outer-pasch-strict
No Annotations
∀e:EuclideanPlane. ∀a,b:Point. ∀c:{c:Point| B(abc)} . ∀x:Point. ∀y:{y:Point| b-x-y} .
  (x # ab 
⇒ b # c 
⇒ (∃p:Point [(a-x-p ∧ c-p-y)]))
BY
{ (Auto THEN D -2) }
1
1. e : EuclideanPlane
2. a : Point
3. b : Point
4. c : {c:Point| B(abc)} 
5. x : Point
6. y : {y:Point| b-x-y} 
7. x leftof ab
8. b # c
⊢ ∃p:Point [(a-x-p ∧ c-p-y)]
2
1. e : EuclideanPlane
2. a : Point
3. b : Point
4. c : {c:Point| B(abc)} 
5. x : Point
6. y : {y:Point| b-x-y} 
7. x leftof ba
8. b # c
⊢ ∃p:Point [(a-x-p ∧ c-p-y)]
Latex:
Latex:
No  Annotations
\mforall{}e:EuclideanPlane.  \mforall{}a,b:Point.  \mforall{}c:\{c:Point|  B(abc)\}  .  \mforall{}x:Point.  \mforall{}y:\{y:Point|  b-x-y\}  .
    (x  \#  ab  {}\mRightarrow{}  b  \#  c  {}\mRightarrow{}  (\mexists{}p:Point  [(a-x-p  \mwedge{}  c-p-y)]))
By
Latex:
(Auto  THEN  D  -2)
Home
Index