Step * 2 1 of Lemma sum-partial-has-value


1. [n] : ℕ
2. ∀[m:ℕn]. ∀[f:ℕm ⟶ partial(ℕ)].  ∀i:ℕm. (f[i])↓ supposing (f[x] x < m))↓
⊢ ∀[f:ℕn ⟶ partial(ℕ)]. ∀i:ℕn. (f[i])↓ supposing (f[x] x < n))↓
BY
TACTIC:Intro }

1
1. [n] : ℕ
2. ∀[m:ℕn]. ∀[f:ℕm ⟶ partial(ℕ)].  ∀i:ℕm. (f[i])↓ supposing (f[x] x < m))↓
3. [f] : ℕn ⟶ partial(ℕ)
⊢ ∀i:ℕn. (f[i])↓ supposing (f[x] x < n))↓


Latex:


Latex:

1.  [n]  :  \mBbbN{}
2.  \mforall{}[m:\mBbbN{}n].  \mforall{}[f:\mBbbN{}m  {}\mrightarrow{}  partial(\mBbbN{})].    \mforall{}i:\mBbbN{}m.  (f[i])\mdownarrow{}  supposing  (\mSigma{}(f[x]  |  x  <  m))\mdownarrow{}
\mvdash{}  \mforall{}[f:\mBbbN{}n  {}\mrightarrow{}  partial(\mBbbN{})].  \mforall{}i:\mBbbN{}n.  (f[i])\mdownarrow{}  supposing  (\mSigma{}(f[x]  |  x  <  n))\mdownarrow{}


By


Latex:
TACTIC:Intro




Home Index