theorem Th07:
  0 <= a^2
  proof
    per cases;
    suppose a = 0;
      hence thesis;
    end;
    suppose a <> 0;
      hence thesis by SQUARE_1:12;
    end;
  end;
