I'm looking at an example in the book proving 1+3+5...+(2n-1)=n^2 by induction. The example shows: 1+3+5+...(2n-1) + [(2n+1)-1] = (n^2)+[(2n+1)-1] = (n^2) +2n+1...