Step * 2 1 1 1 1 1 1 1 of Lemma bag-moebius-property


1. Type
2. valueall-type(T)
3. eq EqDecider(T)
4. bag(T)
5. ¬(b {} ∈ bag(T))
6. Assoc(ℤx,y. (x y))
7. Comm(ℤx,y. (x y))
8. Σ(c∈sub-bags(eq;b)). bag-moebius(eq;c) if bag-null(b) then else fi  ∈ ℤ
9. IsMonoid(ℤx,y. (x y);0)
⊢ bag-no-repeats(bag(T);[x∈sub-bags(eq;b)|(#(x) =z #(b))])
BY
xxx((BLemma `bag-no-repeats-filter` THEN Auto) THEN BLemma `sub-bags-no-repeats` THEN Auto)xxx }


Latex:


Latex:

1.  T  :  Type
2.  valueall-type(T)
3.  eq  :  EqDecider(T)
4.  b  :  bag(T)
5.  \mneg{}(b  =  \{\})
6.  Assoc(\mBbbZ{};\mlambda{}x,y.  (x  +  y))
7.  Comm(\mBbbZ{};\mlambda{}x,y.  (x  +  y))
8.  \mSigma{}(c\mmember{}sub-bags(eq;b)).  bag-moebius(eq;c)  =  if  bag-null(b)  then  1  else  0  fi 
9.  IsMonoid(\mBbbZ{};\mlambda{}x,y.  (x  +  y);0)
\mvdash{}  bag-no-repeats(bag(T);[x\mmember{}sub-bags(eq;b)|(\#(x)  =\msubz{}  \#(b))])


By


Latex:
xxx((BLemma  `bag-no-repeats-filter`  THEN  Auto)  THEN  BLemma  `sub-bags-no-repeats`  THEN  Auto)xxx




Home Index