let V be non empty set ; :: thesis: for E being Relation of V holds
( V is trivial iff createGraph (V,E) is _trivial )

let E be Relation of V; :: thesis: ( V is trivial iff createGraph (V,E) is _trivial )
hereby :: thesis: ( createGraph (V,E) is _trivial implies V is trivial ) end;
assume createGraph (V,E) is _trivial ; :: thesis: V is trivial
then the_Vertices_of (createGraph (V,E)) is trivial ;
hence V is trivial ; :: thesis: verum