I have a long inequality in a single line
$(1+a)^{k+1}=(1+a)^k(1+a)\ge(1+ka)(1+a)=1+(k+1)a+ka^2\ge 1+(k+1)a$
But I find it difficult to show when the width of my paper is short. What can I do to make the lines readable for short width papers.
I have a long inequality in a single line
$(1+a)^{k+1}=(1+a)^k(1+a)\ge(1+ka)(1+a)=1+(k+1)a+ka^2\ge 1+(k+1)a$
But I find it difficult to show when the width of my paper is short. What can I do to make the lines readable for short width papers.
It is common to chain equalities and inequalities together line by line, especially in analysis proofs. See for example this proof of the triangle inequality on Wikipedia:
I think this usage is common enough that you don't need to worry about someone misinterpreting an inequality for equality.
For your example specifically, since you asked in the comments:
\begin{align} (1+a)^{k+1} &= (1+a)^k(1+a) \\ &\ge (1+ka)(1+a) \\ &= 1+(k+1)a + ka^2 \\ &\ge 1 + (k+1)a. \end{align} I think mathematicians would unequivocally interpret this as $(1+a)^{k+1} \ge 1+(k+1)a$, despite the equality signs in the intermediate steps. I can't speak for other fields, where perhaps other conventions might exist.