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