Step * 1 1 1 of Lemma list_accum-remove-repeats


1. Type
2. eq EqDecider(T)
3. Type
4. T ⟶ A
5. A ⟶ A ⟶ A
6. Comm(A;λx,y. f[x;y])
7. Assoc(A;λx,y. f[x;y])
8. ∀x:A. (f[x;x] x ∈ A)
9. T
10. u1 T
11. List
12. ∀n:A
      (accumulate (with value and list item z):
        f[a;g[z]]
       over list:
         v
       with starting value:
        f[n;g[u]])
      accumulate (with value and list item z):
         f[a;g[z]]
        over list:
          filter(λx.(¬b(eq u));v)
        with starting value:
         f[n;g[u]])
      ∈ A)
13. A
14. u1 u ∈ T
⊢ accumulate (with value and list item z):
   f[a;g[z]]
  over list:
    v
  with starting value:
   f[f[n;g[u]];g[u1]])
accumulate (with value and list item z):
   f[a;g[z]]
  over list:
    filter(λx.(¬b(eq u));v)
  with starting value:
   f[n;g[u]])
∈ A
BY
(Assert u1 u ∈ BY
         (InstLemma `deq_property` [⌜T⌝;⌜eq⌝;⌜u1⌝;⌜u⌝]⋅ THEN Auto)) }

1
1. Type
2. eq EqDecider(T)
3. Type
4. T ⟶ A
5. A ⟶ A ⟶ A
6. Comm(A;λx,y. f[x;y])
7. Assoc(A;λx,y. f[x;y])
8. ∀x:A. (f[x;x] x ∈ A)
9. T
10. u1 T
11. List
12. ∀n:A
      (accumulate (with value and list item z):
        f[a;g[z]]
       over list:
         v
       with starting value:
        f[n;g[u]])
      accumulate (with value and list item z):
         f[a;g[z]]
        over list:
          filter(λx.(¬b(eq u));v)
        with starting value:
         f[n;g[u]])
      ∈ A)
13. A
14. u1 u ∈ T
15. u1 u ∈ T
⊢ accumulate (with value and list item z):
   f[a;g[z]]
  over list:
    v
  with starting value:
   f[f[n;g[u]];g[u1]])
accumulate (with value and list item z):
   f[a;g[z]]
  over list:
    filter(λx.(¬b(eq u));v)
  with starting value:
   f[n;g[u]])
∈ A


Latex:


Latex:

1.  T  :  Type
2.  eq  :  EqDecider(T)
3.  A  :  Type
4.  g  :  T  {}\mrightarrow{}  A
5.  f  :  A  {}\mrightarrow{}  A  {}\mrightarrow{}  A
6.  Comm(A;\mlambda{}x,y.  f[x;y])
7.  Assoc(A;\mlambda{}x,y.  f[x;y])
8.  \mforall{}x:A.  (f[x;x]  =  x)
9.  u  :  T
10.  u1  :  T
11.  v  :  T  List
12.  \mforall{}n:A
            (accumulate  (with  value  a  and  list  item  z):
                f[a;g[z]]
              over  list:
                  v
              with  starting  value:
                f[n;g[u]])
            =  accumulate  (with  value  a  and  list  item  z):
                  f[a;g[z]]
                over  list:
                    filter(\mlambda{}x.(\mneg{}\msubb{}(eq  x  u));v)
                with  starting  value:
                  f[n;g[u]]))
13.  n  :  A
14.  u1  =  u
\mvdash{}  accumulate  (with  value  a  and  list  item  z):
      f[a;g[z]]
    over  list:
        v
    with  starting  value:
      f[f[n;g[u]];g[u1]])
=  accumulate  (with  value  a  and  list  item  z):
      f[a;g[z]]
    over  list:
        filter(\mlambda{}x.(\mneg{}\msubb{}(eq  x  u));v)
    with  starting  value:
      f[n;g[u]])


By


Latex:
(Assert  u1  =  u  BY
              (InstLemma  `deq\_property`  [\mkleeneopen{}T\mkleeneclose{};\mkleeneopen{}eq\mkleeneclose{};\mkleeneopen{}u1\mkleeneclose{};\mkleeneopen{}u\mkleeneclose{}]\mcdot{}  THEN  Auto))




Home Index