$8^n-3^n$ Divisible by 5 - Proof Verification.

Your proof is correct. I suggest that you use $\implies$ instead of $\rightarrow$ in your proofs. Besides, it would have beeen simpler if you had written\begin{align}8^{n+1}-3^{n+1}&=8\times8^n-8\times3^n+8\times3^n-3^{n+1}\\&=8\times(8^n-3^n)+5\times3^n.\end{align}


Yes, your proof is correct. Below I explain how to view the arithmetical essence of the matter more conceptually as the result of a product rule, first using congruences, and later using bare divisibility (in case you don't know congruences).

Conceptually the induction follows very simply by multiplying the first two congruences below using CPR = Congruence Product Rule, $ $

$$\begin{align}\bmod 5\!:\qquad \color{#c00}{8}\ &\equiv\ \color{#c00}{3}\\ 8^{\large n}&\equiv 3^{\large n}\quad\ \ \ P(n)\\ \Rightarrow\ \ \color{#c00}{8}\,8^{\large n}&\equiv 3^{\large n}\color{#c00}{3}\quad\ P(n\!+\!1),\ \ \rm by \ CPR\end{align}\qquad $$

i.e. the proof is a special case of the (inductive) proof of the Congruence Power Rule. Note how the use of congruences highlights innate arithmetical structure allowing us to reduce the induction to an easy one $\,a\equiv b\,\Rightarrow\, a^n\equiv b^n,\,$ with obvious inductive step: multiply by $\,a\equiv b\,$ via the product rule.

If you don't know congruences we can preserve this arithmetical essence by using an analogous divisibility product rule (DPR), $ $ where $\ m\mid n\ $ means $\,m\,$ divides $\,n,\,$ namely

$\!\!\begin{align} 5&\mid\ \color{#c00}{8\,\ \ -\ 3}\\ 5&\mid\ \ \ 8^{\large n} -\ 3^{\large n}\quad\ P(n)\\ \Rightarrow\ \ 5&\mid\ \color{#c00}{8}8^{n}\! -\!\color{#c00}33^{\large n}\quad\ \ P(n\!+\!1),\ \ \rm by\ the\ rule\ below\\[.8em] {\bf Divisibility\ Product\ Rule}\ \ \ \ m&\mid\ a\ -\ b\qquad {\rm i.e.}\quad \ a\,\equiv\, b\\ m&\mid \ \ A\: -\: B\qquad\qquad \ A\,\equiv\, B\\ \Rightarrow\ \ m&\mid aA - bB\quad \Rightarrow\quad aA\equiv bB\!\pmod{\!m}\\[.4em] {\bf Proof}\,\ \ m\mid (\color{#0a0}{a\!-\!b})A + b(\color{#0a0}{A\!-\!B}) \ \ \ &\!\!\!\!=\, aA-bB\ \ \text{by $\,m\,$ divides $\rm\color{#0a0}{green}$ terms by hypothesis.}\end{align}$

Remark $ $ The proof in Jose's answer is nothing but a (numerical) special case of the prior proof - see here where I explain that at length. Further discussion on related topics is in many prior posts.