let G2 be edgeless _Graph; :: thesis: for v, e being object
for w being Vertex of G2
for G1 being addAdjVertex of G2,v,e,w st not v in the_Vertices_of G2 holds
G1 .vChromaticNum() = 2

let v, e be object ; :: thesis: for w being Vertex of G2
for G1 being addAdjVertex of G2,v,e,w st not v in the_Vertices_of G2 holds
G1 .vChromaticNum() = 2

let w be Vertex of G2; :: thesis: for G1 being addAdjVertex of G2,v,e,w st not v in the_Vertices_of G2 holds
G1 .vChromaticNum() = 2

let G1 be addAdjVertex of G2,v,e,w; :: thesis: ( not v in the_Vertices_of G2 implies G1 .vChromaticNum() = 2 )
assume A1: not v in the_Vertices_of G2 ; :: thesis: G1 .vChromaticNum() = 2
now :: thesis: ( G1 is 2 -vcolorable & ( for c being Cardinal st G1 is c -vcolorable holds
2 c= c ) )
end;
hence G1 .vChromaticNum() = 2 by Th58; :: thesis: verum