theorem Th4:
for
x1,
y1,
x2,
y2 being
object for
X being
set st
x1 in X &
x2 in X &
{x1,[y1,X]} = {x2,[y2,X]} holds
(
x1 = x2 &
y1 = y2 )
Lm1:
for X being set holds union { V where V is finite Subset of X : card V <= 2 } = X
Lm2:
for n being Nat holds {{}} is n -at_most_dimensional
Lm3:
for G being SimpleGraph holds (CompleteSGraph (Vertices G)) \ (Edges G) is SimpleGraph
Lm4:
for G being SimpleGraph holds Vertices G = Vertices ((CompleteSGraph (Vertices G)) \ (Edges G))
Lm5:
for G being SimpleGraph
for x, y being set st x <> y & x in Vertices G & y in Vertices G holds
( {x,y} in Edges G iff {x,y} nin Edges ((CompleteSGraph (Vertices G)) \ (Edges G)) )
Lm6:
for G, CG being SimpleGraph st CG = (CompleteSGraph (Vertices G)) \ (Edges G) holds
(CompleteSGraph (Vertices CG)) \ (Edges CG) = G
Lm7:
for G being SimpleGraph
for L, x being set st x in Vertices (G SubgraphInducedBy L) holds
x in L
Lm8:
for G being SimpleGraph
for L, x being set st x in L & x in Vertices G holds
x in Vertices (G SubgraphInducedBy L)
Lm9:
for G being SimpleGraph
for L being set st L c= Vertices G holds
Vertices (G SubgraphInducedBy L) = L
Lm10:
for G being SimpleGraph
for L, x, y being set st x in L & y in L & {x,y} in G holds
{x,y} in G SubgraphInducedBy L