
theorem EXpReq12:
for x be Real st exp x = 1 holds x = 0
proof
 let x be Real;
 assume exp x = 1;
 then
 exp_R x = 1 by SIN_COS:49;
 hence thesis by EXpReq11;
end;
