Let $G=(V,E)$ be a bipartite graph and e=uv an edge where $\text{deg}(u)<\Delta$. How can we create a graph G' by subdividing the edge e with a new degree two vertex z.
i.e: we delete $e$ and add a new vertex $z$ which is adjacent to $u$ and $v$.
Show that $X^E(G')=\Delta$.
$X^E(G')$ : the edge chromatic number of $G'$
