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

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

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