If I assume "." means multiplication and not a decimal point, then it appears that P(1) means 1(3(1)+3) = 1*6 = 6 should be equal to 1^3 + 3*1^2 + 2*1 + 3 = 9, so P(1) is false. What do you mean by saying that "P(k+1) holds", without specifying k?
Let us assume that P(k) is true
1.6+2.9+3.12....k(3k+3) =k^3+3k^2+2k+3...(1)
Now to prove: P(k+1) is true
i.e. to prove : 1.6+2.9+3.12....k(3k+3) + (k+1)(3k+6) =(k+1)^3+3(k+1)^2+2(k+1)+3
L.H.S = [1.6+2.9+3.12....k(3k+3)]+ (k+1)(3k+6)
= [k^3+3k^2+2k+3 ]+ (k+1)(3k+6)
= [k^3+3k^2+2k+3] + 3k^2+6k+3k+6
= k^3+6k^2+11k+9 which I write as
= (k^3+3k^2+3k+1)+(3k^2+8k+8) which I write as
= (k^3+3k^2+3k+1) + 3(k^2+2k+1) + (2k+2) + 3
=(k+1)^3 +3(k+1)^2 +2(k+1) +3
=R.H.S
Thus proved for P(k+1)
Dot is multiplication as you rightly guessed.
Please state the theorem as given to you! Any theorem, fully stated, will include all its conditions.
This is given in my book:
"Step1(Foundation): Formulate the statement of the theorem as P(n) say, for any positive integer n and verify it for integer n=1. In fact, it is often instructive, though not necessary, to verify the statement for n=2 and n=3. This gives better insight into the theorem
Step2(Assumption): Assume that the statement is true for a positive integer k
Step3(Succession): Prove the statement for n=k+1
Step 4(Induction): Now invoke the principle of Mathematical induction. Conclude that the theorem is true for any positive integer n."
This is all that is given. They also compared it to row of dominos standing close to each other.