consider f being Function such that
A3: ( dom f = bool F1() & ( for x being set st x in bool F1() holds
f . x = F2(x) ) ) from FUNCT_1:sch 3();
rng f c= bool F1()
proof
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in rng f or x in bool F1() )
assume x in rng f ; :: thesis: x in bool F1()
then consider y being set such that
A4: ( y in dom f & x = f . y ) by FUNCT_1:def 5;
F2(y) c= F2(F1()) by A1, A3, A4;
then F2(y) c= F1() by A2, XBOOLE_1:1;
then f . y c= F1() by A3, A4;
hence x in bool F1() by A4; :: thesis: verum
end;
then reconsider f = f as Function of (bool F1()),(bool F1()) by A3, FUNCT_2:def 1, RELSET_1:11;
now
let a, b be set ; :: thesis: ( a in dom f & b in dom f & a c= b implies f . a c= f . b )
assume A5: ( a in dom f & b in dom f & a c= b ) ; :: thesis: f . a c= f . b
then ( f . a = F2(a) & f . b = F2(b) ) by A3;
hence f . a c= f . b by A1, A5; :: thesis: verum
end;
then reconsider f = f as V202() Function of (bool F1()),(bool F1()) by COHSP_1:def 12;
take d = lfp F1(),f; :: thesis: ( F2(d) = d & d c= F1() )
d is_a_fixpoint_of f by Th6;
then d = f . d by ABIAN:def 3;
hence F2(d) = d by A3; :: thesis: d c= F1()
thus d c= F1() ; :: thesis: verum