Step * of Lemma double_sum_difference

[n,m:ℕ]. ∀[f,g:ℕn ⟶ ℕm ⟶ ℤ]. ∀[d:ℤ].
  sum(f[x;y] x < n; y < m) (sum(g[x;y] x < n; y < m) d) ∈ ℤ 
  supposing sum(f[x;y] g[x;y] x < n; y < m) d ∈ ℤ
BY
Auto }

1
1. : ℕ
2. : ℕ
3. : ℕn ⟶ ℕm ⟶ ℤ
4. : ℕn ⟶ ℕm ⟶ ℤ
5. : ℤ
6. sum(f[x;y] g[x;y] x < n; y < m) d ∈ ℤ
⊢ sum(f[x;y] x < n; y < m) (sum(g[x;y] x < n; y < m) d) ∈ ℤ


Latex:


Latex:
\mforall{}[n,m:\mBbbN{}].  \mforall{}[f,g:\mBbbN{}n  {}\mrightarrow{}  \mBbbN{}m  {}\mrightarrow{}  \mBbbZ{}].  \mforall{}[d:\mBbbZ{}].
    sum(f[x;y]  |  x  <  n;  y  <  m)  =  (sum(g[x;y]  |  x  <  n;  y  <  m)  +  d) 
    supposing  sum(f[x;y]  -  g[x;y]  |  x  <  n;  y  <  m)  =  d


By


Latex:
Auto




Home Index