let x be object ; :: according to GLIBPRE0:def 1 :: thesis: ( x in dom <*G*> implies ex G being _Graph st
( <*G*> . x = G & G is plain ) )

assume A1: x in dom <*G*> ; :: thesis: ex G being _Graph st
( <*G*> . x = G & G is plain )

then reconsider n = x as Nat ;
( 1 <= n & n <= len <*G*> ) by A1, FINSEQ_3:25;
then ( 1 <= n & n <= 1 ) by FINSEQ_1:40;
then n = 1 by XXREAL_0:1;
hence ex G being _Graph st
( <*G*> . x = G & G is plain ) ; :: thesis: verum