
theorem Th10:
  for x be object st x in G_RAT_SET holds x is G_RAT
  proof
    let x be object;
    assume x in G_RAT_SET;
    then ex z be G_RAT st x=z;
    hence x is g_rational Complex;
  end;
