Step * 1 1 1 of Lemma qsum-int


1. : ℤ
2. 0 < d
3. ∀i,j:ℤ.  ((i ≤ j)  (j ≤ (i (d 1)))  (∀X:{i..j-} ⟶ ℤi ≤ x < j. X[x] ∈ ℤ)))
4. : ℤ
5. : ℤ
6. i ≤ j
7. j ≤ (i d)
8. {i..j-} ⟶ ℤ
9. j ∈ ℤ
⊢ Σi ≤ x < j. X[x] ∈ ℤ
BY
xxx(RepUR ``qsum rng_sum mon_itop`` THEN RecUnfold `itop` THEN Reduce THEN SplitOnConclITE THEN Auto)xxx }


Latex:


Latex:

1.  d  :  \mBbbZ{}
2.  0  <  d
3.  \mforall{}i,j:\mBbbZ{}.    ((i  \mleq{}  j)  {}\mRightarrow{}  (j  \mleq{}  (i  +  (d  -  1)))  {}\mRightarrow{}  (\mforall{}X:\{i..j\msupminus{}\}  {}\mrightarrow{}  \mBbbZ{}.  (\mSigma{}i  \mleq{}  x  <  j.  X[x]  \mmember{}  \mBbbZ{})))
4.  i  :  \mBbbZ{}
5.  j  :  \mBbbZ{}
6.  i  \mleq{}  j
7.  j  \mleq{}  (i  +  d)
8.  X  :  \{i..j\msupminus{}\}  {}\mrightarrow{}  \mBbbZ{}
9.  i  =  j
\mvdash{}  \mSigma{}i  \mleq{}  x  <  j.  X[x]  \mmember{}  \mBbbZ{}


By


Latex:
xxx(RepUR  ``qsum  rng\_sum  mon\_itop``  0
        THEN  RecUnfold  `itop`  0
        THEN  Reduce  0
        THEN  SplitOnConclITE
        THEN  Auto)xxx




Home Index