let G be void SimpleGraph; Mycielskian G = {{},{(union G)}}
set uG = union G;
A1:
{ {(union G),[x,(union G)]} where x is Element of union G : x in Vertices G } = {}
A4:
{ {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
object such that A5:
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 A6:
{x,y} in Edges G
by A5;
thus
contradiction
by A6, Th13;
verum
end;
A7:
Edges G = {}
A10:
{ {x} where x is Element of ((union G) \/ [:(union G),{(union G)}:]) \/ {(union G)} : verum } = {{(union G)}}
thus
Mycielskian G = {{},{(union G)}}
by A1, A4, A7, A10, ENUMSET1:1; verum