I want to prove $ \int_0^T B_t^2 dB_t = \frac{B_T^3}{3} - \int_0^T B_t dt $ by the definition of Ito integral.
I have tried this so far. Given a partition $0=t_0 < t_1 < ... < t_n=T$, I want to have $ \sum_i B_{t_i}^2 (B_{t_{i+1}} - B_{t_i}) - \sum_i \frac{B_{t_{i+1}}^3 - B_{t_i}^3}{3} + \sum_i B_{t_i} (t_{i+1} - t_i) \to 0 $ as the partition becomes finer and finer.
But I am stuck here. How shall I proceed? Thanks a lot!