let G be _Graph; :: thesis: ( G is edgeless iff G .eChromaticNum() = 0 )
hereby :: thesis: ( G .eChromaticNum() = 0 implies G is edgeless ) end;
assume G .eChromaticNum() = 0 ; :: thesis: G is edgeless
then G is 0 -ecolorable by Lm14;
hence G is edgeless ; :: thesis: verum