theorem
  for R being Ring, n being Nat holds ((1.(R,n))@)~ = 1.(R,n)
proof
  let R be Ring; let n;
  (1.(R,n))@=1.(R,n) by Th11;
  hence thesis by Th9;
end;
