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?
A symmetrical (but slightly unorthodox) approach:
Multiplying the $m$th and $n$th terms by $mn$:
$$mn\cdot \overbrace{T_m}^{\frac 1n}=m\\ mn\cdot \overbrace{T_n\;}^{\frac 1m}=n$$ As an AP is linear it only needs two points to be defined. Hence we conclude that $$mn\cdot T_r=r$$
Sum of the first $mn$ terms is $$\frac {mn}2\big(T_1+T_{mn}\big)=\frac {1+mn}2\;\;\blacksquare$$
NB: It is clear from the above that $$T_r=\frac r{mn}$$ and $$T_1=a=d=\frac 1{mn}$$
See also this video here for an interesting analytic geometry approach.