theorem Th5:
  X in F
proof
  consider A being Subset of X such that
A1: A in F by SUBSET_1:4;
A2: A \/ A` = [#] X by SUBSET_1:10
    .= X;
  A` in F by A1,Def1;
  hence thesis by A1,A2,Th3;
end;
