I am writing an elementary summation proof and would like to write that
1 + 2 + 3 + ... + n-2 + n-1 + n
+ n + n-1 + n-2 + ... + 3 + 2 + 1
= n+1 + n+1 + n+1 + ...
and so on. I want the symbols to line up so that it's easy to see the vertical addition. How do I do this in LaTeX? The align
environment doesn't do so well with multiple things to align on, and creating a tabular
environment is annoying because it's not in math mode.