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

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

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