let k be Nat; for O being Ordinal
for R being non trivial right_complementable associative commutative Abelian add-associative right_zeroed right_unital well-unital distributive doubleLoopStr
for p being Polynomial of O,R
for f being Function of O,R holds eval ((p `^ k),f) = (power R) . ((eval (p,f)),k)
let O be Ordinal; for R being non trivial right_complementable associative commutative Abelian add-associative right_zeroed right_unital well-unital distributive doubleLoopStr
for p being Polynomial of O,R
for f being Function of O,R holds eval ((p `^ k),f) = (power R) . ((eval (p,f)),k)
let R be non trivial right_complementable associative commutative Abelian add-associative right_zeroed right_unital well-unital distributive doubleLoopStr ; for p being Polynomial of O,R
for f being Function of O,R holds eval ((p `^ k),f) = (power R) . ((eval (p,f)),k)
let p be Polynomial of O,R; for f being Function of O,R holds eval ((p `^ k),f) = (power R) . ((eval (p,f)),k)
let f be Function of O,R; eval ((p `^ k),f) = (power R) . ((eval (p,f)),k)
defpred S1[ Nat] means eval ((p `^ $1),f) = (power R) . ((eval (p,f)),$1);
eval ((p `^ 0),f) =
eval ((1_ (O,R)),f)
by Th28
.=
1_ R
by POLYNOM2:21
.=
(power R) . ((eval (p,f)),0)
by GROUP_1:def 7
;
then A1:
S1[ 0 ]
;
A2:
for n being Nat st S1[n] holds
S1[n + 1]
for n being Nat holds S1[n]
from NAT_1:sch 2(A1, A2);
hence
eval ((p `^ k),f) = (power R) . ((eval (p,f)),k)
; verum