Step * of Lemma in-hull-unique1

[g:OrientedPlane]. ∀[xs:{xs:Point List| geo-general-position(g;xs)} ]. ∀[i,j,k:ℕ||xs||].
  (j k ∈ ℤsupposing (ik ∈ Hull(xs) and (i k ∈ ℤ)) and ij ∈ Hull(xs) and (i j ∈ ℤ)))
BY
(Auto
   THEN (SupposeNot THENA Auto)
   THEN (Unfold `in-hull` -4 THEN (InstHyp [⌜k⌝(-4)⋅ THENA Auto))
   THEN Unfold `in-hull` -3
   THEN (InstHyp [⌜j⌝(-3)⋅ THENA Auto)) }

1
1. OrientedPlane
2. xs {xs:Point List| geo-general-position(g;xs)} 
3. : ℕ||xs||
4. : ℕ||xs||
5. : ℕ||xs||
6. ¬(i j ∈ ℤ)
7. ∀k:ℕ||xs||. ((¬(k i ∈ ℤ))  (k j ∈ ℤ))  (↑ij))
8. ¬(i k ∈ ℤ)
9. ∀k@0:ℕ||xs||. ((¬(k@0 i ∈ ℤ))  (k@0 k ∈ ℤ))  (↑k@0 ik))
10. ¬(j k ∈ ℤ)
11. ↑ij
12. ↑ik
⊢ k ∈ ℤ


Latex:


Latex:
\mforall{}[g:OrientedPlane].  \mforall{}[xs:\{xs:Point  List|  geo-general-position(g;xs)\}  ].  \mforall{}[i,j,k:\mBbbN{}||xs||].
    (j  =  k)  supposing  (ik  \mmember{}  Hull(xs)  and  (\mneg{}(i  =  k))  and  ij  \mmember{}  Hull(xs)  and  (\mneg{}(i  =  j)))


By


Latex:
(Auto
  THEN  (SupposeNot  THENA  Auto)
  THEN  (Unfold  `in-hull`  -4  THEN  (InstHyp  [\mkleeneopen{}k\mkleeneclose{}]  (-4)\mcdot{}  THENA  Auto))
  THEN  Unfold  `in-hull`  -3
  THEN  (InstHyp  [\mkleeneopen{}j\mkleeneclose{}]  (-3)\mcdot{}  THENA  Auto))




Home Index