set X = F1();
consider c being Function such that
A5: ( dom c = bool F1() & ( for a being set st a in bool F1() holds
c . a = F2(a) ) ) from FUNCT_1:sch 3();
now
let a be set ; :: thesis: ( a in bool F1() implies c . a in bool F1() )
assume a in bool F1() ; :: thesis: c . a in bool F1()
then ( c . a = F2(a) & F2(a) c= a & a c= F1() ) by A2, A5;
then c . a c= F1() by XBOOLE_1:1;
hence c . a in bool F1() ; :: thesis: verum
end;
then reconsider c = c as Function of (bool F1()),(bool F1()) by A5, FUNCT_2:5;
F1() c= F1() ;
then A6: c . F1() = F1() by A1, A5;
A7: for A being Subset of F1() holds c . A c= A
proof
let A be Subset of F1(); :: thesis: c . A c= A
c . A = F2(A) by A5;
hence c . A c= A by A2; :: thesis: verum
end;
A8: for A, B being Subset of F1() holds c . (A /\ B) = (c . A) /\ (c . B)
proof
let A, B be Subset of F1(); :: thesis: c . (A /\ B) = (c . A) /\ (c . B)
( c . A = F2(A) & c . B = F2(B) & F2((A /\ B)) = c . (A /\ B) ) by A5;
hence c . (A /\ B) = (c . A) /\ (c . B) by A3; :: thesis: verum
end;
A9: for A being Subset of F1() holds c . (c . A) = c . A
proof
let A be Subset of F1(); :: thesis: c . (c . A) = c . A
( c . A = F2(A) & F2((c . A)) = c . (c . A) ) by A5;
hence c . (c . A) = c . A by A4; :: thesis: verum
end;
then reconsider T = TopStruct(# F1(),(rng c) #) as strict TopSpace by A6, A7, A8, Th9;
take T ; :: thesis: ( the carrier of T = F1() & ( for A being Subset of T holds Int A = F2(A) ) )
thus the carrier of T = F1() ; :: thesis: for A being Subset of T holds Int A = F2(A)
let A be Subset of T; :: thesis: Int A = F2(A)
thus Int A = c . A by A6, A7, A8, A9, Th9
.= F2(A) by A5 ; :: thesis: verum