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