Step * 1 1 1 of Lemma bag-combine-size-bound


1. Type
2. Type
3. A ⟶ bag(B)
4. List
5. A
⊢ ∀n:ℕ
    ((a ∈ L)
     (||f[a]|| ≤ accumulate (with value and list item a):
                    ||f[a]|| s
                   over list:
                     L
                   with starting value:
                    n)))
BY
(Fold `bag-size` THEN ListInd' (-2) THEN Reduce THEN Auto) }

1
1. Type
2. Type
3. A ⟶ bag(B)
4. A
5. A
6. List
7. ∀n:ℕ
     ((a ∈ v)  (#(f[a]) ≤ accumulate (with value and list item a): #(f[a]) sover list:  vwith starting value: n)))
8. : ℕ
9. (a ∈ [u v])
⊢ #(f[a]) ≤ accumulate (with value and list item a):
             #(f[a]) s
            over list:
              v
            with starting value:
             #(f[u]) n)


Latex:


Latex:

1.  A  :  Type
2.  B  :  Type
3.  f  :  A  {}\mrightarrow{}  bag(B)
4.  L  :  A  List
5.  a  :  A
\mvdash{}  \mforall{}n:\mBbbN{}
        ((a  \mmember{}  L)
        {}\mRightarrow{}  (||f[a]||  \mleq{}  accumulate  (with  value  s  and  list  item  a):
                                        ||f[a]||  +  s
                                      over  list:
                                          L
                                      with  starting  value:
                                        n)))


By


Latex:
(Fold  `bag-size`  0  THEN  ListInd'  (-2)  THEN  Reduce  0  THEN  Auto)




Home Index