let x be object ; for X being Ordinal
for S being non trivial right_complementable add-associative right_zeroed right_unital well-unital distributive doubleLoopStr
for p being Polynomial of X,S
for t being bag of X holds vars (Subst (t,x,p)) c= ((support t) \ {x}) \/ (vars p)
let X be Ordinal; for S being non trivial right_complementable add-associative right_zeroed right_unital well-unital distributive doubleLoopStr
for p being Polynomial of X,S
for t being bag of X holds vars (Subst (t,x,p)) c= ((support t) \ {x}) \/ (vars p)
let S be non trivial right_complementable add-associative right_zeroed right_unital well-unital distributive doubleLoopStr ; for p being Polynomial of X,S
for t being bag of X holds vars (Subst (t,x,p)) c= ((support t) \ {x}) \/ (vars p)
let p be Polynomial of X,S; for t being bag of X holds vars (Subst (t,x,p)) c= ((support t) \ {x}) \/ (vars p)
let t be bag of X; vars (Subst (t,x,p)) c= ((support t) \ {x}) \/ (vars p)
let y be object ; TARSKI:def 3 ( not y in vars (Subst (t,x,p)) or y in ((support t) \ {x}) \/ (vars p) )
assume
y in vars (Subst (t,x,p))
; y in ((support t) \ {x}) \/ (vars p)
then consider b being bag of X such that
A1:
( b in Support (Subst (t,x,p)) & b . y <> 0 )
by Def5;
A2:
(Subst (t,x,p)) . b <> 0. S
by A1, POLYNOM1:def 3;
then consider s being bag of X such that
A3:
b = Subst (t,x,s)
by Def3;
A4:
( y in dom b & dom b = X & X = dom t )
by A1, FUNCT_1:def 2, PARTFUN1:def 2;
A5:
( s in Bags X & Bags X = dom (p `^ (t . x)) )
by PRE_POLY:def 12, PARTFUN1:def 2;
b . y = ((t +* (x,0)) . y) + (s . y)
by A3, PRE_POLY:def 5;