am struggling for 1).
I am using strong induction.
My base case is n = 0. So player 1 automatically wins.
Inductive hypothesis is for an arbitrary kE4N, there exists j such that 0<=j<=k where p(j) holds true.
Now i said that in order for player 1 to win, they must eat 3 chocolates to start.
Thus for my n = k+4 case,
I am getting n = k+1 left. I broke this up into 3 cases. 1) player 2 eats 1 chocolate, 2) player 2 eats 2 chocolate or 3) player 2 eats 3 chocolates.
(1) If player 2 eats 1 chocolate, there are n = k chocolate left. Thus n = k is in our inductive hypothesis thus player 1 is guaranteed to win.
(2) If player 2 eats 2 chocolates, there are n = k-1 left. But now this case has 3 sub cases where player 1 can eat 1, 2 or chocolates so I do not know how to deal with these subcases within subcases.
(3) same problem as (2).
