Step
*
1
1
1
1
of Lemma
fps-moebius-eq
1. X : Type
2. valueall-type(X)
3. eq : EqDecider(X)
4. r : CRng
5. n : ℤ
6. 0 < n
7. ∀b:bag(X). (#(b) < n - 1 
⇒ (fps-div-coeff(eq;r;1;λb.1;1;b) = int-to-ring(r;bag-moebius(eq;b)) ∈ |r|))
8. b : bag(X)
9. #(b) < n
10. b = {} ∈ bag(X)
⊢ (bag-moebius(eq;b) = 1 ∈ ℤ)
⇒ (((-r 
      Σ(p∈[p∈bag-partitions(eq;b)|¬bbag-null(fst(p))])
       1 * fps-div-coeff(eq;r;λb.if bag-null(b) then 1 else 0 fi λb.1;1;snd(p))) 
     +r 
     1)
   = int-to-ring(r;bag-moebius(eq;b))
   ∈ |r|)
BY
{ TACTIC:(((D 0 THENA Auto) THEN HypSubst' (-1) 0) THEN Reduce 0) }
1
1. X : Type
2. valueall-type(X)
3. eq : EqDecider(X)
4. r : CRng
5. n : ℤ
6. 0 < n
7. ∀b:bag(X). (#(b) < n - 1 
⇒ (fps-div-coeff(eq;r;1;λb.1;1;b) = int-to-ring(r;bag-moebius(eq;b)) ∈ |r|))
8. b : bag(X)
9. #(b) < n
10. b = {} ∈ bag(X)
11. bag-moebius(eq;b) = 1 ∈ ℤ
⊢ ((-r 
    Σ(p∈[p∈bag-partitions(eq;b)|¬bbag-null(fst(p))])
     1 * fps-div-coeff(eq;r;λb.if bag-null(b) then 1 else 0 fi λb.1;1;snd(p))) 
   +r 
   1)
= int-to-ring(r;1)
∈ |r|
Latex:
Latex:
1.  X  :  Type
2.  valueall-type(X)
3.  eq  :  EqDecider(X)
4.  r  :  CRng
5.  n  :  \mBbbZ{}
6.  0  <  n
7.  \mforall{}b:bag(X).  (\#(b)  <  n  -  1  {}\mRightarrow{}  (fps-div-coeff(eq;r;1;\mlambda{}b.1;1;b)  =  int-to-ring(r;bag-moebius(eq;b))))
8.  b  :  bag(X)
9.  \#(b)  <  n
10.  b  =  \{\}
\mvdash{}  (bag-moebius(eq;b)  =  1)
{}\mRightarrow{}  (((-r 
            \mSigma{}(p\mmember{}[p\mmember{}bag-partitions(eq;b)|\mneg{}\msubb{}bag-null(fst(p))]).  1 
                                                                                                                * 
                                                                                                                fps-div-coeff(eq;r;\mlambda{}b.if  bag-null(b)
                                                                                                                                                            then  1
                                                                                                                                                            else  0
                                                                                                                                                            fi  ;\mlambda{}b.1;1;snd(p))) 
          +r 
          1)
      =  int-to-ring(r;bag-moebius(eq;b)))
By
Latex:
TACTIC:(((D  0  THENA  Auto)  THEN  HypSubst'  (-1)  0)  THEN  Reduce  0)
Home
Index