let G be SimpleGraph; for x, y being set st x in Vertices G & y in Vertices G & {x,y} nin G holds
{x,y} is StableSet of G
let x, y be set ; ( x in Vertices G & y in Vertices G & {x,y} nin G implies {x,y} is StableSet of G )
assume that
A1:
x in Vertices G
and
A2:
y in Vertices G
and
A3:
{x,y} nin G
; {x,y} is StableSet of G
reconsider S = {x,y} as Subset of (Vertices G) by A1, A2, ZFMISC_1:32;
S is stable
hence
{x,y} is StableSet of G
; verum