Step
*
1
1
of Lemma
iter_hdf_cons_lemma
1. bs : Top@i
2. a : Top@i
3. P : Top@i
⊢ accumulate (with value p and list item input):
   fst(p(input))
  over list:
    bs
  with starting value:
   fst(P(a))) ~ fst(P(a))*(bs)
BY
{ Try (RW (AddrC [2] (UnfoldC `iterate-hdataflow` ANDTHENC ReduceC)) 0)⋅ }
1
1. bs : Top@i
2. a : Top@i
3. P : Top@i
⊢ accumulate (with value p and list item input):
   fst(p(input))
  over list:
    bs
  with starting value:
   fst(P(a))) ~ accumulate (with value p and list item input):
                 fst(p(input))
                over list:
                  bs
                with starting value:
                 fst(P(a)))
Latex:
1.  bs  :  Top@i
2.  a  :  Top@i
3.  P  :  Top@i
\mvdash{}  accumulate  (with  value  p  and  list  item  input):
      fst(p(input))
    over  list:
        bs
    with  starting  value:
      fst(P(a)))  \msim{}  fst(P(a))*(bs)
By
Try  (RW  (AddrC  [2]  (UnfoldC  `iterate-hdataflow`  ANDTHENC  ReduceC))  0)\mcdot{}
Home
Index