Bipartite Graph with partition $V$ = $X $$\quad\cup Y $.
Suppose graph $G$ is not Hamiltonian but has a Hamiltonian path.
Is it possible for $|X|$ = $|Y|$?
From what I understand this shouldn't be possible if $G$ is not hamiltonian.
I am confused on this idea because my book does not go over Hamiltonian paths at all and mainly focuses on circuits/cycles.
Any help will be appreciated!
All paths are bipartite. In particular, a path has a Hamiltonian path; namely, itself. Consider the path on 5 vertices. It has parts of size 2 and 3 respectively.
Edit: In light of your clarification, take a perfect matching on $2n$ vertices. The parts have equal size but the graph is not connected. So therefore, not Hamiltonian. Nor does it have a Hamiltonian path.