theorem
  1r*z = z
proof
A1: rng z c= COMPLEX;
  thus 1r*z = (id COMPLEX)*z by BINOP_2:6,FINSEQOP:44
    .= z by A1,RELAT_1:53;
end;
