let x, y be set ; CompleteSGraph {x,y} = {{},{x},{y},{x,y}}
thus
CompleteSGraph {x,y} c= {{},{x},{y},{x,y}}
XBOOLE_0:def 10 {{},{x},{y},{x,y}} c= CompleteSGraph {x,y}proof
let a be
set ;
TARSKI:def 3 ( not a in CompleteSGraph {x,y} or a in {{},{x},{y},{x,y}} )
assume
a in CompleteSGraph {x,y}
;
a in {{},{x},{y},{x,y}}
then consider V being
finite Subset of
{x,y} such that A:
a = V
and
card V <= 2
;
(
a = {} or
a = {x} or
a = {y} or
a = {x,y} )
by A, ZFMISC_1:36;
hence
a in {{},{x},{y},{x,y}}
by ENUMSET1:def 2;
verum
end;
Aa:
{x,y} = Vertices (CompleteSGraph {x,y})
by CSGLem1;
Ab:
x in {x,y}
by TARSKI:def 2;
Ac:
y in {x,y}
by TARSKI:def 2;
Ad:
card {x,y} <= 2
by CARD_2:50;
Ae:
{x,y} c= {x,y}
;
thus
{{},{x},{y},{x,y}} c= CompleteSGraph {x,y}
verumproof
let a be
set ;
TARSKI:def 3 ( not a in {{},{x},{y},{x,y}} or a in CompleteSGraph {x,y} )
assume
a in {{},{x},{y},{x,y}}
;
a in CompleteSGraph {x,y}
then
(
a = {} or
a = {x} or
a = {y} or
a = {x,y} )
by ENUMSET1:def 2;
hence
a in CompleteSGraph {x,y}
by Aa, Ab, Ac, Ad, Ae, SG1, Vertices0;
verum
end;