Step
*
1
1
1
of Lemma
fun-ratio-test
1. c : ℝ
2. r0 ≤ c
3. c < r1
4. N : ℕ
5. I : Interval
6. g : ℕ ⟶ I ⟶ℝ
7. ∀n:ℕ. g[n;x] continuous for x ∈ I
8. icompact(I)
9. ∀n:{N...}. ∀x:{x:ℝ| x ∈ I} .  (|g[n + 1;x]| ≤ (c * |g[n;x]|))
10. n : ℤ
11. x : {x:ℝ| x ∈ I} 
⊢ |g[N + 0;x]| ≤ (r1 * |g[N;x]|)
BY
{ TACTIC:((RW IntNormC 0 THENA Auto) THEN nRNorm 0 THEN Auto) }
Latex:
Latex:
1.  c  :  \mBbbR{}
2.  r0  \mleq{}  c
3.  c  <  r1
4.  N  :  \mBbbN{}
5.  I  :  Interval
6.  g  :  \mBbbN{}  {}\mrightarrow{}  I  {}\mrightarrow{}\mBbbR{}
7.  \mforall{}n:\mBbbN{}.  g[n;x]  continuous  for  x  \mmember{}  I
8.  icompact(I)
9.  \mforall{}n:\{N...\}.  \mforall{}x:\{x:\mBbbR{}|  x  \mmember{}  I\}  .    (|g[n  +  1;x]|  \mleq{}  (c  *  |g[n;x]|))
10.  n  :  \mBbbZ{}
11.  x  :  \{x:\mBbbR{}|  x  \mmember{}  I\} 
\mvdash{}  |g[N  +  0;x]|  \mleq{}  (r1  *  |g[N;x]|)
By
Latex:
TACTIC:((RW  IntNormC  0  THENA  Auto)  THEN  nRNorm  0  THEN  Auto)
Home
Index