set a = 1. A;
for n being Nat holds (1. A) |^ n = 1. A
proof
defpred S1[ Nat] means (1. A) |^ A = 1. A;
A1: now :: thesis: for n being Nat st S1[n] holds
S1[n + 1]
let n be Nat; :: thesis: ( S1[n] implies S1[n + 1] )
assume A2: S1[n] ; :: thesis: S1[n + 1]
(1. A) |^ (n + 1) = ((1. A) |^ n) * ((1. A) |^ 1) by BINOM:10
.= 1. A by BINOM:8, A2 ;
hence S1[n + 1] ; :: thesis: verum
end;
(1. A) |^ 0 = 1_ A by BINOM:8
.= 1. A ;
then A3: S1[ 0 ] ;
thus for n being Nat holds S1[n] from NAT_1:sch 2(A3, A1); :: thesis: verum
end;
hence not 1. A is nilpotent ; :: thesis: verum