Step 
*
3
2
1
 of Lemma 
eu-colinear-cons
1. e : EuclideanPlane
2. L : Point List
3. A : Point
4. (∀A∈L.(∀B∈L.(∀C∈L.(¬(A = B ∈ Point)) ⇒ Colinear(A;B;C))))
5. ∀B:Point. ((B ∈ L) ⇒ (∀C∈L.(¬(A = B ∈ Point)) ⇒ Colinear(A;B;C)))
⊢ ∀B:Point. ((B ∈ L) ⇒ (∀C∈[A / L].(¬(A = B ∈ Point)) ⇒ Colinear(A;B;C)))
BY
 
{ (RepeatFor 2 (ParallelLast) THEN Auto) }
1
1. e : EuclideanPlane
2. L : Point List
3. A : Point
4. (∀A∈L.(∀B∈L.(∀C∈L.(¬(A = B ∈ Point)) ⇒ Colinear(A;B;C))))
5. ∀B:Point. ((B ∈ L) ⇒ (∀C∈L.(¬(A = B ∈ Point)) ⇒ Colinear(A;B;C)))
6. B : Point
7. (B ∈ L)
8. (∀C∈L.(¬(A = B ∈ Point)) ⇒ Colinear(A;B;C))
⊢ (∀C∈[A / L].(¬(A = B ∈ Point)) ⇒ Colinear(A;B;C))
 
Latex: 
Latex:
1.  e  :  EuclideanPlane
2.  L  :  Point  List
3.  A  :  Point
4.  (\mforall{}A\mmember{}L.(\mforall{}B\mmember{}L.(\mforall{}C\mmember{}L.(\mneg{}(A  =  B))  {}\mRightarrow{}  Colinear(A;B;C))))
5.  \mforall{}B:Point.  ((B  \mmember{}  L)  {}\mRightarrow{}  (\mforall{}C\mmember{}L.(\mneg{}(A  =  B))  {}\mRightarrow{}  Colinear(A;B;C)))
\mvdash{}  \mforall{}B:Point.  ((B  \mmember{}  L)  {}\mRightarrow{}  (\mforall{}C\mmember{}[A  /  L].(\mneg{}(A  =  B))  {}\mRightarrow{}  Colinear(A;B;C)))
 By 
Latex:
(RepeatFor  2  (ParallelLast)  THEN  Auto)
Home
Index