theorem Th5:
  X in F
proof
  set Y = the Element of F;
  Y in F & X c= X;
  hence thesis by Def1;
end;
