Step * 1 of Lemma count_lmax


1. DSet
2. as |s| List
3. bs |s| List
4. |s|
⊢ (c #∈ ((as bs) bs)) imax(c #∈ as;c #∈ bs) ∈ ℤ
BY
(RewriteWith [] ``count_diff count_append`` THENA Auto) }

1
1. DSet
2. as |s| List
3. bs |s| List
4. |s|
⊢ (((c #∈ as) -- (c #∈ bs)) (c #∈ bs)) imax(c #∈ as;c #∈ bs) ∈ ℤ


Latex:


Latex:

1.  s  :  DSet
2.  as  :  |s|  List
3.  bs  :  |s|  List
4.  c  :  |s|
\mvdash{}  (c  \#\mmember{}  ((as  -  bs)  @  bs))  =  imax(c  \#\mmember{}  as;c  \#\mmember{}  bs)


By


Latex:
(RewriteWith  []  ``count\_diff  count\_append``  0  THENA  Auto)




Home Index