theorem Th1:
  (for r holds r in Y iff r in REAL) iff Y = REAL
proof
  thus (for r holds r in Y iff r in REAL) implies Y=REAL
  proof
    assume for r holds r in Y iff r in REAL;
    then for y being object holds y in Y iff y in REAL;
    hence thesis by TARSKI:2;
  end;
  assume
A1: Y=REAL;
  let r;
  thus r in Y implies r in REAL;
  thus thesis by A1;
end;
