Prove by induction that $5|11^n-6$ for all positive integers $n$
Let $p(n) = 11^n-6.$ We have $p(1) = 5$, thus it holds for $p(1)$. Assume it holds for $p(k)$. We will prove that it's true for $p(k+1)$. We have $p(k+1) = 11^{k+1}-6$. But $6 = 11^k-f(k).$ Thus
$$f(k+1) = 11\cdot 11^k-11^k+f(k) = 10\cdot 11^k+f(k). $$
$5|(10\cdot 11^k+f(k))$ by hypothesis thus the statement is true for $p(k+1)$. Hence it's true for $p(n)$.
Is the above correct?
There are small corrections to your post. Define $a_{n}=11^{n}-6$. Let $P(n)$ be a predicate defined by $$P(n):5\mid a_{n}.$$ You have shown that $P(1)$ is true. Assume that $P(k)$ is true for some $k\in \mathbb{Z}^{+}$. Then $a_{k}=5m$ for some $m\in \mathbb{Z}$. Notice that $$a_{k+1}=11^{k+1}-6=5(11m+12).$$ This shows that $a_{k+1}$ is a multiple of $5$, so $5\mid a_{k+1}$. You can conclude the rest on your own.