hereby :: thesis: ( ( for x being Element of dom GF holds GF . x is finite ) implies GF is finite )
assume A1: GF is finite ; :: thesis: for x being Element of dom GF holds GF . x is finite
let x be Element of dom GF; :: thesis: GF . x is finite
consider G being _Graph such that
A2: ( GF . x = G & G is finite ) by A1;
thus GF . x is finite by A2; :: thesis: verum
end;
assume A3: for x being Element of dom GF holds GF . x is finite ; :: thesis: GF is finite
let x be object ; :: according to GLIB_000:def 58 :: thesis: ( x in dom GF implies ex G being _Graph st
( GF . x = G & G is finite ) )

assume x in dom GF ; :: thesis: ex G being _Graph st
( GF . x = G & G is finite )

then reconsider y = x as Element of dom GF ;
take GF . y ; :: thesis: ( GF . x = GF . y & GF . y is finite )
thus ( GF . x = GF . y & GF . y is finite ) by A3; :: thesis: verum