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

theorem
  for a,b being Real st 0 <= a & 0 <= b holds
    sqrt(a + b) = 0 iff a = 0 & b = 0 by Th24;
