My question is: need to prove that $\forall \ k \geq 11, \exists$ at least 2 prime numbers with power of 1, in k! factorization. I know I missed something, and that is why I'm looking for a hint. Thanks for help!
*** I can use that $\forall \ k > 5$ there exist at least $2$ prime numbers in the next interval: $(k,2k)$.
For a fixed $k$, consider the prime numbers in the interval $(\lceil \frac{k}{2} \rceil, 2 \lceil \frac{k}{2} \rceil)$ (observe that $k/2 > 5$). According to the result you said you are allowed to assume, there are at least two such prime numbers.
Note that if $p$ is in that interval, then $2p > n$ so $p$ is the only multiple of $p$ in the interval $[1,k]$. Then, $p$ appears only once in the factorization of $k!$. This is because to count the power of $p$ in $k!$ we only need to look at multiples of $p$ (since $p$ is prime, those are the only ones that contribute a power of $p$ to $k!$). But the only multiple is $p$, so the power of $p$ is $1$ in the factorization.
Since this is true for at least two different prime numbers, you get your result.
EDIT: You don't need to distinguish between $k$ even or odd. $\lceil \frac{k}{2} \rceil$ is the integer $\geq k$ that is closest to it, so you have $\lceil \frac{k}{2} \rceil > \frac{k}{2}$. Hence, $k+1 \geq 2 \lceil \frac{k}{2} \rceil > k$ and you can apply the reasoning above regardless of the parity of $k$.