let T be non empty TopSpace; :: thesis: for F being Subset-Family of T st F is open-domains-family holds
for X being Subset of (Open_Domains_Lattice T) st X = F holds
( ( X <> {} implies "/\" (X,(Open_Domains_Lattice T)) = Int (meet F) ) & ( X = {} implies "/\" (X,(Open_Domains_Lattice T)) = [#] T ) )

let F be Subset-Family of T; :: thesis: ( F is open-domains-family implies for X being Subset of (Open_Domains_Lattice T) st X = F holds
( ( X <> {} implies "/\" (X,(Open_Domains_Lattice T)) = Int (meet F) ) & ( X = {} implies "/\" (X,(Open_Domains_Lattice T)) = [#] T ) ) )

assume A1: F is open-domains-family ; :: thesis: for X being Subset of (Open_Domains_Lattice T) st X = F holds
( ( X <> {} implies "/\" (X,(Open_Domains_Lattice T)) = Int (meet F) ) & ( X = {} implies "/\" (X,(Open_Domains_Lattice T)) = [#] T ) )

let X be Subset of (Open_Domains_Lattice T); :: thesis: ( X = F implies ( ( X <> {} implies "/\" (X,(Open_Domains_Lattice T)) = Int (meet F) ) & ( X = {} implies "/\" (X,(Open_Domains_Lattice T)) = [#] T ) ) )
assume A2: X = F ; :: thesis: ( ( X <> {} implies "/\" (X,(Open_Domains_Lattice T)) = Int (meet F) ) & ( X = {} implies "/\" (X,(Open_Domains_Lattice T)) = [#] T ) )
thus ( X <> {} implies "/\" (X,(Open_Domains_Lattice T)) = Int (meet F) ) :: thesis: ( X = {} implies "/\" (X,(Open_Domains_Lattice T)) = [#] T )
proof
set A = Int (meet F);
Int (meet F) is open_condensed by A1, Th82;
then Int (meet F) in { C where C is Subset of T : C is open_condensed } ;
then A3: Int (meet F) in Open_Domains_of T by TDLAT_1:def 9;
then reconsider a = Int (meet F) as Element of (Open_Domains_Lattice T) by Th102;
A4: a is_less_than X
proof
let b be Element of (Open_Domains_Lattice T); :: according to LATTICE3:def 16 :: thesis: ( not b in X or a [= b )
reconsider B = b as Element of Open_Domains_of T by Th102;
assume b in X ; :: thesis: a [= b
then Int (meet F) c= B by A2, Th84;
hence a [= b by A3, Th105; :: thesis: verum
end;
assume A5: X <> {} ; :: thesis: "/\" (X,(Open_Domains_Lattice T)) = Int (meet F)
A6: for b being Element of (Open_Domains_Lattice T) st b is_less_than X holds
b [= a
proof
let b be Element of (Open_Domains_Lattice T); :: thesis: ( b is_less_than X implies b [= a )
reconsider B = b as Element of Open_Domains_of T by Th102;
assume A7: b is_less_than X ; :: thesis: b [= a
A8: for C being Subset of T st C in F holds
B c= C
proof
let C be Subset of T; :: thesis: ( C in F implies B c= C )
reconsider C1 = C as Subset of T ;
assume A9: C in F ; :: thesis: B c= C
then C1 is open_condensed by A1;
then C in { P where P is Subset of T : P is open_condensed } ;
then A10: C in Open_Domains_of T by TDLAT_1:def 9;
then reconsider c = C as Element of (Open_Domains_Lattice T) by Th102;
b [= c by A2, A7, A9;
hence B c= C by A10, Th105; :: thesis: verum
end;
B in Open_Domains_of T ;
then B in { C where C is Subset of T : C is open_condensed } by TDLAT_1:def 9;
then ex C being Subset of T st
( C = B & C is open_condensed ) ;
then B c= Int (meet F) by A2, A5, A8, Th84;
hence b [= a by A3, Th105; :: thesis: verum
end;
Open_Domains_Lattice T is complete by Th107;
hence "/\" (X,(Open_Domains_Lattice T)) = Int (meet F) by A4, A6, LATTICE3:34; :: thesis: verum
end;
thus ( X = {} implies "/\" (X,(Open_Domains_Lattice T)) = [#] T ) :: thesis: verum
proof
set A = [#] T;
[#] T is open_condensed by TDLAT_1:21;
then [#] T in { C where C is Subset of T : C is open_condensed } ;
then A11: [#] T in Open_Domains_of T by TDLAT_1:def 9;
then reconsider a = [#] T as Element of (Open_Domains_Lattice T) by Th102;
A12: for b being Element of (Open_Domains_Lattice T) st b is_less_than X holds
b [= a
proof
let b be Element of (Open_Domains_Lattice T); :: thesis: ( b is_less_than X implies b [= a )
reconsider B = b as Element of Open_Domains_of T by Th102;
assume b is_less_than X ; :: thesis: b [= a
B c= [#] T ;
hence b [= a by A11, Th105; :: thesis: verum
end;
assume A13: X = {} ; :: thesis: "/\" (X,(Open_Domains_Lattice T)) = [#] T
A14: a is_less_than X by A13;
Open_Domains_Lattice T is complete by Th107;
hence "/\" (X,(Open_Domains_Lattice T)) = [#] T by A14, A12, LATTICE3:34; :: thesis: verum
end;