let n be Nat; :: thesis: for G being addGroup holds n * (0_ G) = 0_ G
let G be addGroup; :: thesis: n * (0_ G) = 0_ G
defpred S1[ Nat] means $1 * (0_ G) = 0_ 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 (n + 1) * (0_ G) = (0_ G) + (0_ G) by Def7
.= 0_ 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 n * (0_ G) = 0_ G ; :: thesis: verum