let R be with_finite_clique# SimpleGraph; ( clique# R = 1 implies Vertices R is StableSet of R )
assume A1:
clique# R = 1
; Vertices R is StableSet of R
set cR = Vertices R;
A2:
Vertices R c= Vertices R
;
now for a, b being set st a <> b & a in Vertices R & b in Vertices R holds
not {a,b} in Rlet a,
b be
set ;
( a <> b & a in Vertices R & b in Vertices R implies not {a,b} in R )assume A3:
(
a <> b &
a in Vertices R &
b in Vertices R )
;
not {a,b} in RA4:
{a,b} c= Vertices R
by A3, ZFMISC_1:32;
assume
{a,b} in R
;
contradictionthen reconsider H =
R SubgraphInducedBy {a,b} as
finite Clique of
R by Th56;
Vertices H = {a,b}
by A4, Lm9;
then
order H = 2
by A3, CARD_2:57;
hence
contradiction
by A1, Def15;
verum end;
hence
Vertices R is StableSet of R
by A2, Def19; verum