Prove that $$\lim_{x\to3}(4x-5)=7$$
Then you get $$0<\left|x-3\right|<\delta$$ $$\left|x-3\right|<\frac{\epsilon}{4}$$
Now we see $$\delta=\epsilon/4$$
Proof: Given $\epsilon>0$, choose $\delta=\epsilon/4$. If $0<\left|x-3\right|<\delta$, then $$\left|(4x-5)-7\right|=\left|4x-12\right|<4\delta=4\left(\cfrac{\epsilon}{4}\right)=\epsilon$$
Thus$$\\$$ if $0<\left|x-3\right|<\delta$ then $\left|(4x-5)-7\right|<\epsilon$ $$\\$$QED
So my question is why under the word proof is $\left|4x-12\right|<4\delta$? Why is it $4\delta$ and not just $\delta$?
Because you started with $$0\lt|x-3|\le\delta$$ Multiply every term in this inequality by $4$ you get $$4\cdot 0\lt4\cdot |x-3|\le4\cdot\delta$$ or, just using the last two terms $$|4x-12|\lt 4\delta$$