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

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

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