Step * 1 2 4 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)
⊢ if (0) < (n)  then Σ(f[x] x < 1) f[n 1]  else 0 ≤ Σ(f[x] x < n)
BY
TACTIC:ExceptionCases (-1) }

1
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. 0 ∈ ℤ
6. n ∈ ℤ
⊢ if (0) < (n)  then Σ(f[x] x < 1) f[n 1]  else 0 ≤ Σ(f[x] x < n)

2
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. 0 ∈ ℤ
6. is-exception(n)
⊢ if (0) < (n)  then Σ(f[x] x < 1) f[n 1]  else 0 ≤ Σ(f[x] x < n)

3
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)


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)
\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:ExceptionCases  (-1)




Home Index