let G be SimpleGraph; :: thesis: G c= Mycielskian G
set MG = Mycielskian G;
set uG = union G;
let x be object ; :: according to TARSKI:def 3 :: thesis: ( not x in G or x in Mycielskian G )
assume x in G ; :: thesis: x in Mycielskian G
then x in ({{}} \/ (singletons (union G))) \/ (Edges G) by Th27;
then A1: ( x in {{}} \/ (singletons (union G)) or x in Edges G ) by XBOOLE_0:def 3;
per cases ( x in {{}} or x in singletons (union G) or x in Edges G ) by A1, XBOOLE_0:def 3;
end;