reserve a,b,c,x,y,z for Real;

theorem Th25:
  0 < a implies 0 < sqrt a
proof
  assume
A1: 0 < a;
  then sqrt a <> 0^2 by Def2;
  hence thesis by A1,Def2;
end;
