let n be Element of NAT ; :: thesis: for A being Matrix of n, REAL holds A * (1_Rmatrix n) = A
let A be Matrix of n, REAL ; :: thesis: A * (1_Rmatrix n) = A
A1: n = len A by MATRIX_1:def 3;
now end;
hence A * (1_Rmatrix n) = A by Th67; :: thesis: verum