Step
*
of Lemma
sum-nat-le
∀[n:ℕ]. ∀[f:ℕn ⟶ ℕ]. ∀[b:ℤ].  {∀x:ℕn. (f[x] ≤ b)} supposing Σ(f[x] | x < n) ≤ b
BY
{ (Unfold `guard` 0 THEN Auto) }
1
1. n : ℕ
2. f : ℕn ⟶ ℕ
3. b : ℤ
4. Σ(f[x] | x < n) ≤ b
5. x : ℕn
⊢ f[x] ≤ b
Latex:
Latex:
\mforall{}[n:\mBbbN{}].  \mforall{}[f:\mBbbN{}n  {}\mrightarrow{}  \mBbbN{}].  \mforall{}[b:\mBbbZ{}].    \{\mforall{}x:\mBbbN{}n.  (f[x]  \mleq{}  b)\}  supposing  \mSigma{}(f[x]  |  x  <  n)  \mleq{}  b
By
Latex:
(Unfold  `guard`  0  THEN  Auto)
Home
Index