Step
*
1
2
5
1
1
1
of Lemma
fps-rng_wf
1. X : Type
2. valueall-type(X)
3. eq : EqDecider(X)
4. r : CRng
5. IsMonoid(|r|;+r;0)
6. Inverse(|r|;+r;0;-r)
7. IsMonoid(|r|;*;1)
8. BiLinear(|r|;+r;*)
9. Comm(|r|;+r)
10. x : PowerSeries(X;r)
11. x1 : bag(X)
⊢ Σ(p∈bag-partitions(eq;x1)). * (x (fst(p))) if bag-null(snd(p)) then 1 else 0 fi  = (x x1) ∈ |r|
BY
{ Assert ⌜Σ(p∈bag-partitions(eq;x1)). if bag-null(snd(p)) then x (fst(p)) else 0 fi  = (x x1) ∈ |r|⌝⋅ }
1
.....assertion..... 
1. X : Type
2. valueall-type(X)
3. eq : EqDecider(X)
4. r : CRng
5. IsMonoid(|r|;+r;0)
6. Inverse(|r|;+r;0;-r)
7. IsMonoid(|r|;*;1)
8. BiLinear(|r|;+r;*)
9. Comm(|r|;+r)
10. x : PowerSeries(X;r)
11. x1 : bag(X)
⊢ Σ(p∈bag-partitions(eq;x1)). if bag-null(snd(p)) then x (fst(p)) else 0 fi  = (x x1) ∈ |r|
2
1. X : Type
2. valueall-type(X)
3. eq : EqDecider(X)
4. r : CRng
5. IsMonoid(|r|;+r;0)
6. Inverse(|r|;+r;0;-r)
7. IsMonoid(|r|;*;1)
8. BiLinear(|r|;+r;*)
9. Comm(|r|;+r)
10. x : PowerSeries(X;r)
11. x1 : bag(X)
12. Σ(p∈bag-partitions(eq;x1)). if bag-null(snd(p)) then x (fst(p)) else 0 fi  = (x x1) ∈ |r|
⊢ Σ(p∈bag-partitions(eq;x1)). * (x (fst(p))) if bag-null(snd(p)) then 1 else 0 fi  = (x x1) ∈ |r|
Latex:
Latex:
1.  X  :  Type
2.  valueall-type(X)
3.  eq  :  EqDecider(X)
4.  r  :  CRng
5.  IsMonoid(|r|;+r;0)
6.  Inverse(|r|;+r;0;-r)
7.  IsMonoid(|r|;*;1)
8.  BiLinear(|r|;+r;*)
9.  Comm(|r|;+r)
10.  x  :  PowerSeries(X;r)
11.  x1  :  bag(X)
\mvdash{}  \mSigma{}(p\mmember{}bag-partitions(eq;x1)).  *  (x  (fst(p)))  if  bag-null(snd(p))  then  1  else  0  fi    =  (x  x1)
By
Latex:
Assert  \mkleeneopen{}\mSigma{}(p\mmember{}bag-partitions(eq;x1)).  if  bag-null(snd(p))  then  x  (fst(p))  else  0  fi    =  (x  x1)\mkleeneclose{}\mcdot{}
Home
Index