let n be Nat; :: thesis: for G being Group holds (1_ G) |^ n = 1_ G
let G be Group; :: thesis: (1_ G) |^ n = 1_ G
defpred S1[ Nat] means (1_ G) |^ $1 = 1_ G;
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 S1[n] ; :: thesis: S1[n + 1]
then (1_ G) |^ (n + 1) = (1_ G) * (1_ G) by Def7
.= 1_ G by Def4 ;
hence S1[n + 1] ; :: thesis: verum
end;
A2: S1[ 0 ] by Def7;
for n being Nat holds S1[n] from NAT_1:sch 2(A2, A1);
hence (1_ G) |^ n = 1_ G ; :: thesis: verum