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

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

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