Step * of Lemma fps-elim-x-atom

[X:Type]. ∀[eq:EqDecider(X)]. ∀[r:CRng]. ∀[x,y:X].
  (atom(y)(x:=0) if eq then else atom(y) fi  ∈ PowerSeries(X;r))
BY
(Auto
   THEN (BLemma `fps-ext` THEN Try (QuickAuto))
   THEN Auto
   THEN RepUR ``fps-elim-x fps-elim fps-atom fps-single fps-coeff fps-zero`` 0
   THEN Repeat (AutoSplit)) }

1
1. Type
2. eq EqDecider(X)
3. CRng
4. X
5. X
6. ¬(x y ∈ X)
7. bag(X)
8. x ↓∈ b
9. {y} ∈ bag(X)
⊢ 1 ∈ |r|

2
1. Type
2. eq EqDecider(X)
3. CRng
4. X
5. X
6. bag(X)
7. ¬x ↓∈ b
8. {y} ∈ bag(X)
9. y ∈ X
⊢ 0 ∈ |r|


Latex:


Latex:
\mforall{}[X:Type].  \mforall{}[eq:EqDecider(X)].  \mforall{}[r:CRng].  \mforall{}[x,y:X].
    (atom(y)(x:=0)  =  if  eq  x  y  then  0  else  atom(y)  fi  )


By


Latex:
(Auto
  THEN  (BLemma  `fps-ext`  THEN  Try  (QuickAuto))
  THEN  Auto
  THEN  RepUR  ``fps-elim-x  fps-elim  fps-atom  fps-single  fps-coeff  fps-zero``  0
  THEN  Repeat  (AutoSplit))




Home Index