A while ago, on a homework sheet we had a problem about the suspension $\Sigma X$ of a topological space $X$, where $\Sigma X = (X \times I)/\sim$ with $$ (x,s) \sim (y,t) \mspace{24mu} \colon\iff \mspace{24mu} s=t \;\land \; (x=y\;\lor\;s\in\{0,1\}). $$ Next to proving $\Sigma X$ is path-connected, which I had no problem with, we were asked to show that if $X$ isn't path-connected, then $\Sigma X$ isn't simply connected.
I have read online that this can be quickly done using Van Kampen's theorem, but at this time we just started preparing for this theorem, so we were asked for a solution without it.
Now for my idea: Take $x,y \in X$ such that there is no path from $x$ to $y$. Consider the paths $\alpha$ and $\beta$ in $\Sigma X$, where $\alpha$ linearly (in the second component) connects $[(x,\frac{1}{2})]$ with $[(x,1)] = [(y,1)]$, and then goes to $[(y,\frac{1}{2})]$ in the same way, and where $\beta$ does the same but instead goes through $[(x,0)]$. Written out that is $$ \alpha(t) \; \colon= \begin{cases} [(x, \frac{1}{2}+t)], & \text{for } t\in [0,\frac{1}{2}]\\ [(y, \frac{1}{2}-t)], & \text{for } t\in (\frac{1}{2},1]\\ \end{cases} \mspace{48mu} \beta(t) \; \colon= \begin{cases} [(x, \frac{1}{2}-t)], & \text{for } t\in [0,\frac{1}{2}]\\ [(y, \frac{1}{2}+t)], & \text{for } t\in (\frac{1}{2},1]\\ \end{cases}$$ In a simply connected space, these would be homotopic. If such homotopy exists, my idea is to construct a path $\gamma$ in $\Sigma X$ from it, that avoids the two outer points $[(x,0)], [(x,1)]$. A such path should exist, because of the continuous homotopy. $\gamma$ could then be "projected" to $(X\times \{\frac{1}{2}\})/\sim \;\;\cong X$, which yields a path from $x$ to $y$ in $X$. This is a contradiction, so $\Sigma X$ cannot be simply connected.
My problem is the actual construction of this path $\gamma$. Nothing I tried really worked, so any help with that would be appreciated. I also wondered if there is a more elegant way of doing this, by using fundamental groups and algebraic properties, although I think this wouldn't work without Van Kampen's theorem.