If $m$th term and $n$th term of arithmetic sequence are $1/n$ and $1/m$ respectively then prove that the sum of the first $mn$ terms of the sequence is $(mn+1)/2$.
My Attempt ; $$\textrm t_{m}=\dfrac {\textrm 1}{\textrm n}$$ $$\textrm a + \textrm (m-1)d =\dfrac {1}{n}$$ And, $$\textrm t_{n}=\dfrac {1}{m}$$ $$\textrm a+\textrm (n-1)d=\dfrac {1}{m}$$
What do I do further?