Step
*
of Lemma
bag-moebius-no-repeats
∀[T:Type]. ∀[eq:EqDecider(T)]. ∀[b:bag(T)].
  bag-moebius(eq;b) ~ if (#(b) rem 2 =z 0) then 1 else -1 fi  supposing ↑bag-has-no-repeats(eq;b)
BY
{ xxx(Auto THEN Unfold `bag-moebius` 0 THEN AutoSplit)xxx }
Latex:
Latex:
\mforall{}[T:Type].  \mforall{}[eq:EqDecider(T)].  \mforall{}[b:bag(T)].
    bag-moebius(eq;b)  \msim{}  if  (\#(b)  rem  2  =\msubz{}  0)  then  1  else  -1  fi    supposing  \muparrow{}bag-has-no-repeats(eq;b)
By
Latex:
xxx(Auto  THEN  Unfold  `bag-moebius`  0  THEN  AutoSplit)xxx
Home
Index