let F be Element of QC-WFF ; :: thesis: rng (list_of_immediate_constituents F) = { G where G is Element of QC-WFF : G is_immediate_constituent_of F }
thus rng (list_of_immediate_constituents F) c= { G where G is Element of QC-WFF : G is_immediate_constituent_of F } :: according to XBOOLE_0:def 10 :: thesis: { G where G is Element of QC-WFF : G is_immediate_constituent_of F } c= rng (list_of_immediate_constituents F)
proof end;
thus { G where G is Element of QC-WFF : G is_immediate_constituent_of F } c= rng (list_of_immediate_constituents F) :: thesis: verum
proof
let x be set ; :: according to TARSKI:def 3 :: thesis: ( not x in { G where G is Element of QC-WFF : G is_immediate_constituent_of F } or x in rng (list_of_immediate_constituents F) )
assume x in { G where G is Element of QC-WFF : G is_immediate_constituent_of F } ; :: thesis: x in rng (list_of_immediate_constituents F)
then consider G being Element of QC-WFF such that
A2: x = G and
A3: G is_immediate_constituent_of F ;
ex n being Element of NAT st
( n in dom (list_of_immediate_constituents F) & G = (list_of_immediate_constituents F) . n )
proof
A4: F <> VERUM by A3, QC_LANG2:58;
per cases ( F is negative or F is conjunctive or F is universal ) by A3, A4, QC_LANG1:33, QC_LANG2:64;
suppose A7: F is conjunctive ; :: thesis: ex n being Element of NAT st
( n in dom (list_of_immediate_constituents F) & G = (list_of_immediate_constituents F) . n )

A8: <*(the_left_argument_of F),(the_right_argument_of F)*> . 2 = the_right_argument_of F by FINSEQ_1:61;
len <*(the_left_argument_of F),(the_right_argument_of F)*> = 2 by FINSEQ_1:61;
then A9: dom <*(the_left_argument_of F),(the_right_argument_of F)*> = Seg 2 by FINSEQ_1:def 3;
A10: list_of_immediate_constituents F = <*(the_left_argument_of F),(the_right_argument_of F)*> by A7, Def1;
A11: <*(the_left_argument_of F),(the_right_argument_of F)*> . 1 = the_left_argument_of F by FINSEQ_1:61;
now end;
hence ex n being Element of NAT st
( n in dom (list_of_immediate_constituents F) & G = (list_of_immediate_constituents F) . n ) ; :: thesis: verum
end;
end;
end;
hence x in rng (list_of_immediate_constituents F) by A2, FUNCT_1:def 5; :: thesis: verum
end;