Let $p<q$ be probabilities, $n\in\mathbb{N}$, and $t\geq 2n\max\{p,q\}$. I am struggling to prove that
$$\Pr[\operatorname{Bin}(n,p)\geq t]\leq \Pr[\operatorname{Bin}(n,q)\geq t]$$
but I think it should be true. I tried to use induction on $n$ but it didn't work out.
In fact the inequality is true for all $t \in \mathbb{R}$. In other words, $\operatorname{Bin}(n,q)$ first-order stochastically dominates $\operatorname{Bin}(n,p)$. One technique of proving this inequality is to construct a coupling between two distributions.
Indeed, consider independent random variables $X_1, X_2, \dots, X_n, Y_1, Y_2, \dots, Y_n$ such taht
$X_1, X_2, \dots, X_n$ have $\operatorname{Ber}(q)$ distribution, and
$Y_1, Y_2, \dots, Y_n$ have $\operatorname{Ber}(p/q)$ distribution.
Then we find that
Now since $X_iY_i \leq X_i$ always holds, it follows that $S_p \leq S_q$, and hence
$$ \mathbb{P}(\operatorname{Bin}(n,p) \geq t) = \mathbb{P}(S_p \geq t) \leq \mathbb{P}(S_q \geq t) = \mathbb{P}(\operatorname{Bin}(n,q) \geq t). $$