let G be _Graph; :: thesis: ( G is edgeless iff G .tChromaticNum() = 1 )
hereby :: thesis: ( G .tChromaticNum() = 1 implies G is edgeless ) end;
assume G .tChromaticNum() = 1 ; :: thesis: G is edgeless
then G is 1 -tcolorable by Th186, Th187;
hence G is edgeless ; :: thesis: verum