let G be void SimpleGraph; Mycielskian G = {{},{(union G)}}
set uG = union G;
A:
{ {(union G),[x,(union G)]} where x is Element of union G : x in Vertices G } = {}
B:
{ {x,[y,(union G)]} where x, y is Element of union G : {x,y} in Edges G } = {}
proof
assume
not
{ {x,[y,(union G)]} where x, y is Element of union G : {x,y} in Edges G } = {}
;
contradiction
then consider e being
set such that A1:
e in { {x,[y,(union G)]} where x, y is Element of union G : {x,y} in Edges G }
by XBOOLE_0:def 1;
consider x,
y being
Element of
union G such that
e = {x,[y,(union G)]}
and B1:
{x,y} in Edges G
by A1;
thus
contradiction
by B1, SG5;
verum
end;
C:
Edges G = {}
D:
{ {x} where x is Element of ((union G) \/ [:(union G),{(union G)}:]) \/ {(union G)} : verum } = {{(union G)}}
thus
Mycielskian G = {{},{(union G)}}
by A, B, C, D, ENUMSET1:1; verum