let G2 be _Graph; :: thesis: for v, e, w being object
for G1 being addAdjVertex of G2,v,e,w holds
( G1 is finite-tcolorable iff G2 is finite-tcolorable )

let v, e, w be object ; :: thesis: for G1 being addAdjVertex of G2,v,e,w holds
( G1 is finite-tcolorable iff G2 is finite-tcolorable )

let G1 be addAdjVertex of G2,v,e,w; :: thesis: ( G1 is finite-tcolorable iff G2 is finite-tcolorable )
hereby :: thesis: ( G2 is finite-tcolorable implies G1 is finite-tcolorable ) end;
assume G2 is finite-tcolorable ; :: thesis: G1 is finite-tcolorable
then consider n being Nat such that
A2: G2 is n -tcolorable ;
per cases ( not G2 is edgeless or G2 is edgeless ) ;
end;