Step * 1 1 of Lemma rsum-split-first-shift


1. : ℤ
2. : ℤ
3. {n..m 1-} ⟶ ℝ
4. n ≤ m
5. Σ{x[i] n≤i≤m} (x[n] + Σ{x[i] 1≤i≤m})
⊢ Σ{x[i] 1≤i≤m} = Σ{x[i 1] n≤i≤1}
BY
(InstLemma `rsum-shift` [⌜1⌝;⌜1⌝]⋅ THEN Auto) }

1
1. : ℤ
2. : ℤ
3. {n..m 1-} ⟶ ℝ
4. n ≤ m
5. Σ{x[i] n≤i≤m} (x[n] + Σ{x[i] 1≤i≤m})
6. ∀[m:ℤ]. ∀[x:Top].  {x[i] 1≤i≤m} ~ Σ{x[i 1] (n 1) 1≤i≤1})
⊢ Σ{x[i] 1≤i≤m} = Σ{x[i 1] n≤i≤1}


Latex:


Latex:

1.  n  :  \mBbbZ{}
2.  m  :  \mBbbZ{}
3.  x  :  \{n..m  +  1\msupminus{}\}  {}\mrightarrow{}  \mBbbR{}
4.  n  \mleq{}  m
5.  \mSigma{}\{x[i]  |  n\mleq{}i\mleq{}m\}  =  (x[n]  +  \mSigma{}\{x[i]  |  n  +  1\mleq{}i\mleq{}m\})
\mvdash{}  \mSigma{}\{x[i]  |  n  +  1\mleq{}i\mleq{}m\}  =  \mSigma{}\{x[i  +  1]  |  n\mleq{}i\mleq{}m  -  1\}


By


Latex:
(InstLemma  `rsum-shift`  [\mkleeneopen{}1\mkleeneclose{};\mkleeneopen{}n  +  1\mkleeneclose{}]\mcdot{}  THEN  Auto)




Home Index