This is a follow-up to this answer.
How does the fact that the arithmetic hierarchy doesn't collapse imply that if $A$ is $\Sigma_n$ complete, then $A$ is properly-$\Sigma_n$?
Some thoughts (but nothing serious). Assume that $A$ is not properly-$\Sigma_n$. Then it's either $\Sigma_i$ for $0\leq i\leq n-1$ or $\Pi_i$ for $0\leq i\leq n$. Suppose the former first. We know that any $\Sigma_n$ set is $m$-reducible to $A$. Should I consider a proper-$\Sigma_n$ set and show somehow that it's not possible to $m$-reduce it to $A$ (if this is even true)? I don't really see how the properness or inclusions in the hierarchy would be used.
Update: here are the definitions.
A set $B$ is $\Sigma_0$ ($\Pi_0$, $\Delta_0$) if $B$ is computable.
For $n\ge 1$, a set $B$ is $\Sigma_n$ if there is a computable relation $R(x,y_1,\dots,y_n)$ such that $$x\in B\iff (\exists y_1)(\forall y_2)\dots (Q y_n) R(x,y_1,\dots, y_n)$$ where $Q$ is $\exists$ for $n$ odd and $\forall$ for $n$ even.
The definition of $\Pi_n$ sets for $n\ge 1$ is similar (just switch the quantifiers).
A set $B$ is $\Delta_n$ if it's both $\Sigma_n$ and $\Pi_n$
A set $B$ is $\Sigma_n$-complete if $B$ is $\Sigma_n$ and for any $\Sigma_n$ set $A$, one has $A\leq_m B$.