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

theorem Th17:
  sqrt 0 = 0
  proof
    sqrt 0^2 = 0 by Def2;
    hence thesis;
  end;
