let G be SimpleGraph; for x, y being set st x in Vertices G & y in Vertices G & {x,y} in G holds
{{},{x},{y},{x,y}} is Clique of G
let x, y be set ; ( x in Vertices G & y in Vertices G & {x,y} in G implies {{},{x},{y},{x,y}} is Clique of G )
assume that
A1:
x in Vertices G
and
A2:
y in Vertices G
and
A3:
{x,y} in G
; {{},{x},{y},{x,y}} is Clique of G
set C = CompleteSGraph {x,y};
A4:
CompleteSGraph {x,y} = {{},{x},{y},{x,y}}
by Th37;
CompleteSGraph {x,y} c= G
hence
{{},{x},{y},{x,y}} is Clique of G
by Th37; verum