Prove that if a tournament $T$ contains a cycle, then it contains two Hamiltonian paths.
How can I prove that, I thought that since $T$ is a tournament it has a Hamiltonian path $P$, and since an induced subgraph of a tournament is a tournament try to use a subgraph $T'$ without $v_0$ one of the vertices that are in the cycle and obtain the path $P'$, finally add the vertex $v_0$ to $P'$ and find the second hamiltonian path, but I'm not sure of my idea, or how it could be by contradiction

Let $T_1,\dots,T_k$ be the strong components (i.e. strongly connected components) of the tournament $T$, where $T_i$ has $n_i$ vertices. A Hamiltonion path in $T$ is determined by choosing a Hamiltonian path in each $T_i$. If each $n_i=1$ then $T$ is a transitive (acyclic) tournament. Since $T$ contains a cycle, we must have $n_i\gt1$ (so $n_i\ge3$) for some $i$. The strongly connected tournament $T_i$ has a Hamiltonian cycle, so it has (at least) $n_i$ Hamiltonian paths, so $T$ has at least $n_i$ Hamiltonian paths.
So the conclusion is that a tournament with a cycle has at least $3$ Hamiltonian paths, but that was expected, since the number of Hamiltonian paths is always odd.