let R be non empty Abelian addLoopStr ; :: thesis: for a being Element of R
for n being Element of NAT holds n * a = a * n

let a be Element of R; :: thesis: for n being Element of NAT holds n * a = a * n
let n be Element of NAT ; :: thesis: n * a = a * n
defpred S1[ Element of NAT ] means $1 * a = a * $1;
A1: now
let k be Element of NAT ; :: thesis: ( S1[k] implies S1[k + 1] )
assume S1[k] ; :: thesis: S1[k + 1]
then (k + 1) * a = a + (a * k) by Def6
.= a * (k + 1) by Def7 ;
hence S1[k + 1] ; :: thesis: verum
end;
0 * a = 0. R by Def6
.= a * 0 by Def7 ;
then A2: S1[ 0 ] ;
for n being Element of NAT holds S1[n] from NAT_1:sch 1(A2, A1);
hence n * a = a * n ; :: thesis: verum