reserve X for non empty TopSpace;
reserve Y for non empty TopStruct;
reserve x for Point of Y;

theorem Th12:
  {x} c= union MaxADSF(x)
proof
  {x} = meet MaxADSF(x) by Th11;
  hence thesis by SETFAM_1:2;
end;
