I am using the pumping lemma to prove a language is not regular, and would like to assert what I have stated in the title of the question to complete my proof. That is, if $s \geq 3$, $3$ divides $s$, and $t = s/3$, then $t+1 < s$. Could someone hint as to how I could prove this statement to in fact be true?
Below is a picture of proof at the moment; this statement is the final piece to the proof that will allow me to show $\hat{w}$ must be a string of only $\mathtt{a}$'s but at the same time it must include a $\mathtt{b}$ which is self contradictory and so such a string cannot exist.

$$\begin{align}s-(t+1)&=s-(s/3)-1\\&=(2s/3)-1\\&\ge 2-1\\&=1\\&\gt0.\end{align}$$