reserve a,b,n for Element of NAT;

theorem Th2:
  for a being non negative Real holds (sqrt a) * (sqrt a) = a
proof
  let a be non negative Real;
  a = sqrt(a^2) by SQUARE_1:22
   .= (sqrt a)*(sqrt a) by SQUARE_1:29;
  hence thesis;
end;
