let X be non empty TopSpace; :: thesis: for x, y being Point of X holds
( MaxADSet x misses MaxADSet y iff ( ex V being Subset of X st
( V is open & MaxADSet x c= V & V misses MaxADSet y ) or ex W being Subset of X st
( W is open & W misses MaxADSet x & MaxADSet y c= W ) ) )

let x, y be Point of X; :: thesis: ( MaxADSet x misses MaxADSet y iff ( ex V being Subset of X st
( V is open & MaxADSet x c= V & V misses MaxADSet y ) or ex W being Subset of X st
( W is open & W misses MaxADSet x & MaxADSet y c= W ) ) )

thus ( not MaxADSet x misses MaxADSet y or ex V being Subset of X st
( V is open & MaxADSet x c= V & V misses MaxADSet y ) or ex W being Subset of X st
( W is open & W misses MaxADSet x & MaxADSet y c= W ) ) :: thesis: ( ( ex V being Subset of X st
( V is open & MaxADSet x c= V & V misses MaxADSet y ) or ex W being Subset of X st
( W is open & W misses MaxADSet x & MaxADSet y c= W ) ) implies MaxADSet x misses MaxADSet y )
proof
set V = (Cl {y}) ` ;
set W = (Cl {x}) ` ;
assume A1: (MaxADSet x) /\ (MaxADSet y) = {} ; :: according to XBOOLE_0:def 7 :: thesis: ( ex V being Subset of X st
( V is open & MaxADSet x c= V & V misses MaxADSet y ) or ex W being Subset of X st
( W is open & W misses MaxADSet x & MaxADSet y c= W ) )

assume A2: for V being Subset of X st V is open & MaxADSet x c= V holds
V meets MaxADSet y ; :: thesis: ex W being Subset of X st
( W is open & W misses MaxADSet x & MaxADSet y c= W )

now :: thesis: ex W being Element of bool the carrier of X st
( W is open & W misses MaxADSet x & MaxADSet y c= W )
end;
hence ex W being Subset of X st
( W is open & W misses MaxADSet x & MaxADSet y c= W ) ; :: thesis: verum
end;
assume A10: ( ex V being Subset of X st
( V is open & MaxADSet x c= V & V misses MaxADSet y ) or ex W being Subset of X st
( W is open & W misses MaxADSet x & MaxADSet y c= W ) ) ; :: thesis: MaxADSet x misses MaxADSet y
assume MaxADSet x meets MaxADSet y ; :: thesis: contradiction
then A11: MaxADSet x = MaxADSet y by Th22;
now :: thesis: contradiction
per cases ( ex V being Subset of X st
( V is open & MaxADSet x c= V & V misses MaxADSet y ) or ex W being Subset of X st
( W is open & W misses MaxADSet x & MaxADSet y c= W ) )
by A10;
suppose ex V being Subset of X st
( V is open & MaxADSet x c= V & V misses MaxADSet y ) ; :: thesis: contradiction
then consider V being Subset of X such that
V is open and
A12: MaxADSet x c= V and
A13: V misses MaxADSet y ;
V /\ (MaxADSet y) = {} by A13;
hence contradiction by A11, A12, XBOOLE_1:28; :: thesis: verum
end;
suppose ex W being Subset of X st
( W is open & W misses MaxADSet x & MaxADSet y c= W ) ; :: thesis: contradiction
then consider W being Subset of X such that
W is open and
A14: W misses MaxADSet x and
A15: MaxADSet y c= W ;
W /\ (MaxADSet x) = {} by A14;
hence contradiction by A11, A15, XBOOLE_1:28; :: thesis: verum
end;
end;
end;
hence contradiction ; :: thesis: verum