theorem Th5:
  union A c= A
proof
  let x be object;
  assume x in union A;
  then consider Y such that
A1: x in Y and
A2: Y in A by TARSKI:def 4;
  Y c= A by A2,ORDINAL1:def 2;
  hence thesis by A1;
end;
