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

theorem Th13:
  union MaxADSF(x) is anti-discrete
proof
  {x} = meet MaxADSF(x) by Th11;
  hence thesis by Th8,Th10;
end;
