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

theorem Th24:
  0 <= a & sqrt a = 0 implies a = 0
proof
  0 <= a & sqrt a = 0 implies a = 0^2 by Def2;
  hence thesis;
end;
