Step
*
1
of Lemma
real-binomial
1. n : ℤ
2. a : ℝ
3. b : ℝ
⊢ r1 = Σ{r(choose(0;i)) * a^0 - i * b^i | 0≤i≤0}
BY
{ TACTIC:((RWO "rsum_single" 0 THEN Auto)
          THEN Reduce 0
          THEN RecUnfold `choose` 0
          THEN Reduce 0
          THEN nRNorm 0
          THEN Auto) }
Latex:
Latex:
1.  n  :  \mBbbZ{}
2.  a  :  \mBbbR{}
3.  b  :  \mBbbR{}
\mvdash{}  r1  =  \mSigma{}\{r(choose(0;i))  *  a\^{}0  -  i  *  b\^{}i  |  0\mleq{}i\mleq{}0\}
By
Latex:
TACTIC:((RWO  "rsum\_single"  0  THEN  Auto)
                THEN  Reduce  0
                THEN  RecUnfold  `choose`  0
                THEN  Reduce  0
                THEN  nRNorm  0
                THEN  Auto)
Home
Index