theorem Th34:
  a > 0 implies a to_power b > 0
proof
  assume
A1: a > 0;
then  a #R b > 0 by PREPOWER:81;
  hence thesis by A1,Def2;
end;
