I need help figuring out what I need to do for the helper function recursively, I am kinda lost of in what I need to do for the helper function.
Here is the question and the example input.

Here is the example of what the helper function does

This is what I have written so far

You only need to change the notation slightly to find the solution.
Instead of a*bn, write
exp3(a, b, n).Then the example says,
And you have actually been given the solution – the text literally says "Lemma 4.15 provides a base case, Lemma 4.16 a recursive case".
Lemma 4.15:
Lemma 4.16:
And the function that needs help should only have one case; the first "step" shown in the example: