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

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

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