Step * of Lemma in-hull-unique2

[g:OrientedPlane]. ∀[xs:{xs:Point List| geo-general-position(g;xs)} ]. ∀[i,j,k:ℕ||xs||].
  (j k ∈ ℤsupposing (ki ∈ Hull(xs) and (k i ∈ ℤ)) and ji ∈ Hull(xs) and (j i ∈ ℤ)))
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. ¬(j i ∈ ℤ)
7. ∀k:ℕ||xs||. ((¬(k j ∈ ℤ))  (k i ∈ ℤ))  (↑ji))
8. ¬(k i ∈ ℤ)
9. ∀k@0:ℕ||xs||. ((¬(k@0 k ∈ ℤ))  (k@0 i ∈ ℤ))  (↑k@0 ki))
10. ¬(j k ∈ ℤ)
11. ↑ji
12. ↑ki
⊢ 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  (ki  \mmember{}  Hull(xs)  and  (\mneg{}(k  =  i))  and  ji  \mmember{}  Hull(xs)  and  (\mneg{}(j  =  i)))


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