theorem
  Inv(1_Rmatrix(n))=1_Rmatrix(n)
proof
  (1_Rmatrix(n))*(1_Rmatrix n)=1_Rmatrix(n) by Th70;
  hence thesis by Def6;
end;
