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

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

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

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