Step * of Lemma real-vec-sep-implies

No Annotations
n:ℕ. ∀a,c:ℝ^n.  (a ≠  (∃i:ℕn. (r0 < |(a i) i|)))
BY
(Auto THEN Unfold `real-vec-sep` -1 THEN (Assert r0 < d(a;c)^2 BY (BLemma `rnexp-positive` THEN Auto))) }

1
1. : ℕ
2. : ℝ^n
3. : ℝ^n
4. r0 < d(a;c)
5. r0 < d(a;c)^2
⊢ ∃i:ℕn. (r0 < |(a i) i|)


Latex:


Latex:
No  Annotations
\mforall{}n:\mBbbN{}.  \mforall{}a,c:\mBbbR{}\^{}n.    (a  \mneq{}  c  {}\mRightarrow{}  (\mexists{}i:\mBbbN{}n.  (r0  <  |(a  i)  -  c  i|)))


By


Latex:
(Auto
  THEN  Unfold  `real-vec-sep`  -1
  THEN  (Assert  r0  <  d(a;c)\^{}2  BY
                          (BLemma  `rnexp-positive`  THEN  Auto)))




Home Index