let R be non empty add-associative right_zeroed addLoopStr ; :: thesis: for a being Element of R
for n, m being Element of NAT holds a * (n + m) = (a * n) + (a * m)

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