hereby :: thesis: ( ( for x being set holds F . x is finite ) implies F is finite-yielding )
assume A1: F is finite-yielding ; :: thesis: for x being set holds F . b2 is finite
let x be set ; :: thesis: F . b1 is finite
per cases ( x in dom F or not x in dom F ) ;
end;
end;
assume A2: for x being set holds F . x is finite ; :: thesis: F is finite-yielding
let x be set ; :: according to FINSET_1:def 2 :: thesis: ( not x in rng F or x is finite )
assume x in rng F ; :: thesis: x is finite
then ex y being set st
( y in dom F & x = F . y ) by FUNCT_1:def 5;
hence x is finite by A2; :: thesis: verum