Step * 1 of Lemma poly-approx-aux-property

.....basecase..... 
1. : ℤ
⊢ ∀[a:ℕ ⟶ ℝ]. ∀[x:ℝ]. ∀[xM:ℤ]. ∀[M:ℕ+]. ∀[n:ℕ].
    ((|x| ≤ (r1/r(4)))
     1-approx(x;M;xM)
     1-approx(Σ{(a (n i)) x^i 0≤i≤0};M;poly-approx-aux(a;x;xM;M;n;0)))
BY
(RecUnfold `poly-approx-aux` THEN Reduce THEN Auto) }

1
1. : ℤ
2. : ℕ ⟶ ℝ
3. : ℝ
4. xM : ℤ
5. : ℕ+
6. : ℕ
7. |x| ≤ (r1/r(4))
8. 1-approx(x;M;xM)
⊢ 1-approx(Σ{(a (n i)) x^i 0≤i≤0};M;a M)


Latex:


Latex:
.....basecase..... 
1.  k  :  \mBbbZ{}
\mvdash{}  \mforall{}[a:\mBbbN{}  {}\mrightarrow{}  \mBbbR{}].  \mforall{}[x:\mBbbR{}].  \mforall{}[xM:\mBbbZ{}].  \mforall{}[M:\mBbbN{}\msupplus{}].  \mforall{}[n:\mBbbN{}].
        ((|x|  \mleq{}  (r1/r(4)))
        {}\mRightarrow{}  1-approx(x;M;xM)
        {}\mRightarrow{}  0  +  1-approx(\mSigma{}\{(a  (n  +  i))  *  x\^{}i  |  0\mleq{}i\mleq{}0\};M;poly-approx-aux(a;x;xM;M;n;0)))


By


Latex:
(RecUnfold  `poly-approx-aux`  0  THEN  Reduce  0  THEN  Auto)




Home Index