let T be non empty TopSpace; :: thesis: for F, G being Subset-Family of T st F is closed & G is closed holds
INTERSECTION F,G is closed

let F, G be Subset-Family of T; :: thesis: ( F is closed & G is closed implies INTERSECTION F,G is closed )
assume that
A1: F is closed and
A2: G is closed ; :: thesis: INTERSECTION F,G is closed
for A being Subset of T st A in INTERSECTION F,G holds
A is closed
proof
let A be Subset of T; :: thesis: ( A in INTERSECTION F,G implies A is closed )
assume A in INTERSECTION F,G ; :: thesis: A is closed
then consider X, Y being set such that
A3: ( X in F & Y in G & A = X /\ Y ) by SETFAM_1:def 5;
reconsider X = X, Y = Y as Subset of T by A3;
( X is closed & Y is closed ) by A1, A2, A3, TOPS_2:def 2;
hence A is closed by A3, TOPS_1:35; :: thesis: verum
end;
hence INTERSECTION F,G is closed by TOPS_2:def 2; :: thesis: verum