Step
*
1
1
of Lemma
bag-summation-linear
.....assertion..... 
1. T : Type
2. R : Type
3. add : R ⟶ R ⟶ R
4. mul : R ⟶ R ⟶ R
5. zero : R
6. f : T ⟶ R
7. g : T ⟶ R
8. minus : R ⟶ R
9. IsGroup(R;add;zero;minus)
10. Comm(R;add)
11. BiLinear(R;add;mul)
12. a : R
13. L : T List
⊢ ∀x,y,z:R.
    ((z = mul[a;add[x;y]] ∈ R)
    
⇒ (accumulate (with value c and list item x):
         add mul[a;add[f[x];g[x]]] c
        over list:
          L
        with starting value:
         z)
       = mul[a;add[accumulate (with value c and list item x):
                    add f[x] c
                   over list:
                     L
                   with starting value:
                    x);accumulate (with value c and list item x):
                        add g[x] c
                       over list:
                         L
                       with starting value:
                        y)]]
       ∈ R))
BY
{ (ListInd (-1) THEN Reduce 0) }
1
1. T : Type
2. R : Type
3. add : R ⟶ R ⟶ R
4. mul : R ⟶ R ⟶ R
5. zero : R
6. f : T ⟶ R
7. g : T ⟶ R
8. minus : R ⟶ R
9. IsGroup(R;add;zero;minus)
10. Comm(R;add)
11. BiLinear(R;add;mul)
12. a : R
⊢ ∀x,y,z:R.  ((z = mul[a;add[x;y]] ∈ R) 
⇒ (z = mul[a;add[x;y]] ∈ R))
2
1. T : Type
2. R : Type
3. add : R ⟶ R ⟶ R
4. mul : R ⟶ R ⟶ R
5. zero : R
6. f : T ⟶ R
7. g : T ⟶ R
8. minus : R ⟶ R
9. IsGroup(R;add;zero;minus)
10. Comm(R;add)
11. BiLinear(R;add;mul)
12. a : R
13. u : T
14. v : T List
15. ∀x,y,z:R.
      ((z = mul[a;add[x;y]] ∈ R)
      
⇒ (accumulate (with value c and list item x):
           add mul[a;add[f[x];g[x]]] c
          over list:
            v
          with starting value:
           z)
         = mul[a;add[accumulate (with value c and list item x):
                      add f[x] c
                     over list:
                       v
                     with starting value:
                      x);accumulate (with value c and list item x):
                          add g[x] c
                         over list:
                           v
                         with starting value:
                          y)]]
         ∈ R))
⊢ ∀x,y,z:R.
    ((z = mul[a;add[x;y]] ∈ R)
    
⇒ (accumulate (with value c and list item x):
         add mul[a;add[f[x];g[x]]] c
        over list:
          v
        with starting value:
         add mul[a;add[f[u];g[u]]] z)
       = mul[a;add[accumulate (with value c and list item x):
                    add f[x] c
                   over list:
                     v
                   with starting value:
                    add f[u] x);accumulate (with value c and list item x):
                                 add g[x] c
                                over list:
                                  v
                                with starting value:
                                 add g[u] y)]]
       ∈ R))
Latex:
Latex:
.....assertion..... 
1.  T  :  Type
2.  R  :  Type
3.  add  :  R  {}\mrightarrow{}  R  {}\mrightarrow{}  R
4.  mul  :  R  {}\mrightarrow{}  R  {}\mrightarrow{}  R
5.  zero  :  R
6.  f  :  T  {}\mrightarrow{}  R
7.  g  :  T  {}\mrightarrow{}  R
8.  minus  :  R  {}\mrightarrow{}  R
9.  IsGroup(R;add;zero;minus)
10.  Comm(R;add)
11.  BiLinear(R;add;mul)
12.  a  :  R
13.  L  :  T  List
\mvdash{}  \mforall{}x,y,z:R.
        ((z  =  mul[a;add[x;y]])
        {}\mRightarrow{}  (accumulate  (with  value  c  and  list  item  x):
                  add  mul[a;add[f[x];g[x]]]  c
                over  list:
                    L
                with  starting  value:
                  z)
              =  mul[a;add[accumulate  (with  value  c  and  list  item  x):
                                        add  f[x]  c
                                      over  list:
                                          L
                                      with  starting  value:
                                        x);accumulate  (with  value  c  and  list  item  x):
                                                add  g[x]  c
                                              over  list:
                                                  L
                                              with  starting  value:
                                                y)]]))
By
Latex:
(ListInd  (-1)  THEN  Reduce  0)
Home
Index