let G be _Graph; :: thesis: ( G is edgeless iff G is 1 -vcolorable )
hereby :: thesis: ( G is 1 -vcolorable implies G is edgeless ) end;
assume G is 1 -vcolorable ; :: thesis: G is edgeless
then consider f being VColoring of G such that
A2: ( f is proper & card (rng f) c= 1 ) ;
0 in card (rng f) by ORDINAL1:14;
then 1 c= card (rng f) by ZFMISC_1:31, CARD_1:49;
then card (rng f) = 1 by A2, XBOOLE_0:def 10
.= card { the object } by CARD_1:30 ;
then consider x being object such that
A3: rng f = {x} by CARD_1:29;
A4: f = (dom f) --> x by A3, FUNCOP_1:9;
now :: thesis: not the_Edges_of G <> {} end;
hence G is edgeless ; :: thesis: verum