let n be Nat; :: thesis: n '*' (1. F_Complex) = n
defpred S1[ Nat] means $1 '*' (1. F_Complex) = $1;
0 '*' (1. F_Complex) = 0. F_Complex by Th58;
then A1: S1[ 0 ] by COMPLFLD:def 1;
A2: now :: thesis: for k being Nat st S1[k] holds
S1[k + 1]
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume A3: S1[k] ; :: thesis: S1[k + 1]
reconsider kk = k as Nat ;
(kk + 1) '*' (1. F_Complex) = (kk '*' (1. F_Complex)) + (1. F_Complex) by Lm5
.= kk + 1 by A3, COMPLFLD:def 1 ;
hence S1[k + 1] ; :: thesis: verum
end;
for k being Nat holds S1[k] from NAT_1:sch 2(A1, A2);
hence n '*' (1. F_Complex) = n ; :: thesis: verum