I was going through the text : A First Course in Graph Theory by Chartrand and Zhang where I could not understand a few statements in the proof. Below is the excerpt:
Theorem 6.4 : Petersen graph is non-Hamiltonian
Proof : Suppose that the Petersen graph, which we will denote by PG, is Hamiltonian. Then PG contains a Hamiltonian cycle $C$. This cycle contains ten edges. Two of the three edges incident with each vertex of PG necessarily belong to $C$. Certainly, $C$ contains all, some or none of the five edges $u_iv_i (1\leq i\leq 5)$; so at least five edges of $C$ belong to either $C'$ or to $C''$/ Therefore, either $C'$ contains at least three edges of $C$ or $C''$ contains at least three edges of $C$. First, observe that all five edges of $C'$ cannot belong to $C$ since no cycle contains a smaller cycle as a subgraph. Suppose that $C$ contains exactly four edges of $C'$, say the edges $u_4u_5, u_5u_1, u_1u_2, u_2u_3$ (see figure- 6.12(a), where the dashed edges of PG cannot belong to $C$). However the cycle $C$ must then contain the edges $u_4v_4, u_3v_3$ as well as $v_1v_3, v_1v_4$ (see figure 6.12 (b)). But this implies that C contains an $8$ cycle which is impossible.
One case remains then, namely that $C$ contains exactly three edges of $C′$. There are two possibilities: $(1)$ the three edges of $C′$ on $C$ are consecutive on $C′$ or $(2)$ these three edges are not consecutive on $C′$. These possibilities are shown in Figures 6.13(a) and 6.13(b), respectively. The situation in Figure 6.13(a) is impossible as $u_1v_1$ is the only edge incident with $u_1$ that could lie on $C$.Likewise, the situation in Figure 6.13(b) is impossible since $C$ would have to contain the smaller cycle $(u_4, v_4, v_1, v_3, u_3, u_4)$. Therefore, as claimed, the Petersen graph is not Hamiltonian. $\square$
The text assumes $C': u_1,u_2, u_3,u_4,u_5$, $C'': v_1,v_2, v_3,v_4,v_5$
Can anyone explain to me the lines of the proof given in bold?

