Step * 1 1 1 1 1 1 1 of Lemma sum-unroll


1. Base
2. : ℕ
3. : ℤ
4. : ℤ
5. : ℤ
6. s < 1
⊢ eval v' f[s] in
  sum_aux(s 1;v';s 1;x.f[x]) sum_aux(s 0;b;s;x.f[x]) f[s 0]
BY
(RecUnfold `sum_aux` 0
   THEN RepeatFor (AutoSplit)
   THEN (Subst' THENA Auto)
   THEN (GenConcl ⌜f[s] x ∈ Base⌝⋅ THENA Auto)) }

1
1. Base
2. : ℕ
3. : ℤ
4. : ℤ
5. ¬s < 0
6. ¬1 < 1
7. : ℤ
8. s < 1
9. Base
10. f[s] x ∈ Base
⊢ eval v' in
  v' x


Latex:


Latex:

1.  f  :  Base
2.  m  :  \mBbbN{}
3.  d  :  \mBbbZ{}
4.  s  :  \mBbbZ{}
5.  b  :  \mBbbZ{}
6.  s  <  s  +  1
\mvdash{}  eval  v'  =  f[s]  +  b  in
    sum\_aux(s  +  1;v';s  +  1;x.f[x])  \msim{}  sum\_aux(s  +  0;b;s;x.f[x])  +  f[s  +  0]


By


Latex:
(RecUnfold  `sum\_aux`  0
  THEN  RepeatFor  2  (AutoSplit)
  THEN  (Subst'  s  +  0  \msim{}  s  0  THENA  Auto)
  THEN  (GenConcl  \mkleeneopen{}f[s]  =  x\mkleeneclose{}\mcdot{}  THENA  Auto))




Home Index