let n be Ordinal; for L being non empty non trivial right_complementable associative commutative Abelian add-associative right_zeroed well-unital distributive doubleLoopStr
for x being Function of n,L
for b being bag of n
for i being Nat st i <> 0 holds
eval ((i (#) b),x) = (power L) . ((eval (b,x)),i)
let L be non empty non trivial right_complementable associative commutative Abelian add-associative right_zeroed well-unital distributive doubleLoopStr ; for x being Function of n,L
for b being bag of n
for i being Nat st i <> 0 holds
eval ((i (#) b),x) = (power L) . ((eval (b,x)),i)
let x be Function of n,L; for b being bag of n
for i being Nat st i <> 0 holds
eval ((i (#) b),x) = (power L) . ((eval (b,x)),i)
let b be bag of n; for i being Nat st i <> 0 holds
eval ((i (#) b),x) = (power L) . ((eval (b,x)),i)
defpred S1[ Nat] means ( $1 <> 0 implies eval (($1 (#) b),x) = (power L) . ((eval (b,x)),$1) );
A1:
S1[ 0 ]
;
A2:
for j being Nat st S1[j] holds
S1[j + 1]
proof
let j be
Nat;
( S1[j] implies S1[j + 1] )
assume A3:
S1[
j]
;
S1[j + 1]
assume
j + 1
<> 0
;
eval (((j + 1) (#) b),x) = (power L) . ((eval (b,x)),(j + 1))
per cases
( j = 0 or j <> 0 )
;
suppose A5:
j <> 0
;
eval (((j + 1) (#) b),x) = (power L) . ((eval (b,x)),(j + 1))thus eval (
((j + 1) (#) b),
x) =
eval (
((j (#) b) + (1 (#) b)),
x)
by TOPREALC:2
.=
(eval ((j (#) b),x)) * (eval ((1 (#) b),x))
by POLYNOM2:16
.=
((power L) . ((eval (b,x)),j)) * (eval (b,x))
by A5, A3, RFUNCT_1:21
.=
(power L) . (
(eval (b,x)),
(j + 1))
by GROUP_1:def 7
;
verum end; end;
end;
for j being Nat holds S1[j]
from NAT_1:sch 2(A1, A2);
hence
for i being Nat st i <> 0 holds
eval ((i (#) b),x) = (power L) . ((eval (b,x)),i)
; verum