Step * of Lemma sum_split1

[n:ℕ+]. ∀[f:ℕn ⟶ ℤ].  (f[x] x < n) (f[x] x < 1) f[n 1]) ∈ ℤ)
BY
(SumToPrimrec THEN Auto THEN RW (AddrC [2] (LemmaC `primrec-unroll`)) THEN Auto) }


Latex:


Latex:
\mforall{}[n:\mBbbN{}\msupplus{}].  \mforall{}[f:\mBbbN{}n  {}\mrightarrow{}  \mBbbZ{}].    (\mSigma{}(f[x]  |  x  <  n)  =  (\mSigma{}(f[x]  |  x  <  n  -  1)  +  f[n  -  1]))


By


Latex:
(SumToPrimrec  THEN  Auto  THEN  RW  (AddrC  [2]  (LemmaC  `primrec-unroll`))  0  THEN  Auto)




Home Index