let Y be non empty TopStruct ; :: thesis: for x being Point of Y holds MaxADSet x c= meet { G where G is Subset of Y : ( G is open & x in G ) }
let x be Point of Y; :: thesis: MaxADSet x c= meet { G where G is Subset of Y : ( G is open & x in G ) }
set F = { G where G is Subset of Y : ( G is open & x in G ) } ;
{ G where G is Subset of Y : ( G is open & x in G ) } c= bool the carrier of Y
proof
let C be set ; :: according to TARSKI:def 3 :: thesis: ( not C in { G where G is Subset of Y : ( G is open & x in G ) } or C in bool the carrier of Y )
assume C in { G where G is Subset of Y : ( G is open & x in G ) } ; :: thesis: C in bool the carrier of Y
then ex P being Subset of Y st
( C = P & P is open & x in P ) ;
hence C in bool the carrier of Y ; :: thesis: verum
end;
then reconsider F = { G where G is Subset of Y : ( G is open & x in G ) } as Subset-Family of Y ;
now
let C be set ; :: thesis: ( C in F implies MaxADSet x c= C )
assume C in F ; :: thesis: MaxADSet x c= C
then ex G being Subset of Y st
( G = C & G is open & x in G ) ;
hence MaxADSet x c= C by Th26; :: thesis: verum
end;
hence MaxADSet x c= meet { G where G is Subset of Y : ( G is open & x in G ) } by SETFAM_1:6; :: thesis: verum