During my studies, I came across with questions that I need to solve with induction and WOP (Well Ordering Principle).
I solved it with induction but I find it hard to solve it using Well Ordering Principle. This is how I solved it with induction: $\space$
Let's check on $k=1$:
$3|4^k +5 \implies 3|4^1 +5\implies 3|9$
assuming it is true for any $k$. Now, check for $k+1$:
$3|4^{k+1} +5\iff 3|4*4^k +5\iff 3|4*\underbrace{(4^k +5)}_\text{$3|4^k +5$} -\underbrace{15}_\text{$3|15$}$
Therfore, the expression is true.
Now, how should I prove it with WOP?