Step * of Lemma poly-nth-deriv-req

[n,d:ℕ]. ∀[a:ℕd ⟶ ℝ]. ∀[i:ℕd].  ((poly-nth-deriv(n;a) i) (r((i n)!) (a (i n)))/(i)!)
BY
(InductionOnNat THEN Auto) }

1
1. : ℤ
2. : ℕ
3. : ℕd ⟶ ℝ
4. : ℕd
⊢ (poly-nth-deriv(0;a) i) (r((i 0)!) (a (i 0)))/(i)!

2
1. : ℤ
2. 0 < n
3. ∀[d:ℕ]. ∀[a:ℕ(n 1) d ⟶ ℝ]. ∀[i:ℕd].
     ((poly-nth-deriv(n 1;a) i) (r((i (n 1))!) (a (i (n 1))))/(i)!)
4. : ℕ
5. : ℕd ⟶ ℝ
6. : ℕd
⊢ (poly-nth-deriv(n;a) i) (r((i n)!) (a (i n)))/(i)!


Latex:


Latex:
\mforall{}[n,d:\mBbbN{}].  \mforall{}[a:\mBbbN{}n  +  d  {}\mrightarrow{}  \mBbbR{}].  \mforall{}[i:\mBbbN{}d].    ((poly-nth-deriv(n;a)  i)  =  (r((i  +  n)!)  *  (a  (i  +  n)))/(i)!)


By


Latex:
(InductionOnNat  THEN  Auto)




Home Index