Step * 1 2 4 3 of Lemma sum-unroll


1. Base
2. Base
3. (n ∈ ℤ (f[x] x < n) if (0) < (n)  then Σ(f[x] x < 1) f[n 1]  else 0)
4. is-exception(if (0) < (n)  then Σ(f[x] x < 1) f[n 1]  else 0)
5. is-exception(0)
⊢ if (0) < (n)  then Σ(f[x] x < 1) f[n 1]  else 0 ≤ Σ(f[x] x < n)
BY
TACTIC:(FLemma `exception-not-value` [-1] THEN Auto) }


Latex:


Latex:

1.  f  :  Base
2.  n  :  Base
3.  (n  \mmember{}  \mBbbZ{})  {}\mRightarrow{}  (\mSigma{}(f[x]  |  x  <  n)  \msim{}  if  (0)  <  (n)    then  \mSigma{}(f[x]  |  x  <  n  -  1)  +  f[n  -  1]    else  0)
4.  is-exception(if  (0)  <  (n)    then  \mSigma{}(f[x]  |  x  <  n  -  1)  +  f[n  -  1]    else  0)
5.  is-exception(0)
\mvdash{}  if  (0)  <  (n)    then  \mSigma{}(f[x]  |  x  <  n  -  1)  +  f[n  -  1]    else  0  \mleq{}  \mSigma{}(f[x]  |  x  <  n)


By


Latex:
TACTIC:(FLemma  `exception-not-value`  [-1]  THEN  Auto)




Home Index