defpred S1[ Nat] means f |^ K is linear-transformation of V1,V1;
A1: for k being Nat st S1[k] holds
S1[k + 1]
proof
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume S1[k] ; :: thesis: S1[k + 1]
then reconsider fk = f |^ k as linear-transformation of V1,V1 ;
f |^ (k + 1) = fk * (f |^ 1) by Th20
.= fk * f by Th19 ;
hence S1[k + 1] ; :: thesis: verum
end;
f |^ 0 = id V1 by Th18;
then A2: S1[ 0 ] ;
for k being Nat holds S1[k] from NAT_1:sch 2(A2, A1);
hence ( f |^ n is homogeneous & f |^ n is additive ) ; :: thesis: verum