let G be _Graph; :: thesis: G | _GraphSelectors is_maximal_in SubgraphRel G
now :: thesis: ( G | _GraphSelectors in field (SubgraphRel G) & ( for y being set holds
( not y in field (SubgraphRel G) or not y <> G | _GraphSelectors or not [(G | _GraphSelectors),y] in SubgraphRel G ) ) )
end;
hence G | _GraphSelectors is_maximal_in SubgraphRel G by ORDERS_1:def 12; :: thesis: verum