New to this but I am not the best with proofs, in particularly, Cauchy sequences. This might be an easy proof and I am just over complicating it.
Question: Show that if {${a_n}$} is a Cauchy sequence with ${a_n} \neq 0$ for all $n \in N$, then {${1/a_n}$} is also a Cauchy sequence.
For the Cauchy sequence {$a_n$} you will also need to assume that $\lim_n a_n=l\ne 0$. Then $\lim_n \frac{1}{a_n}=\frac{1}{l}$.
Given $\epsilon>0$, there is a positive integer $N$ such that, for all $n,m>N$, $|a_n-a_m|<\epsilon$ and $|a_n|>\frac{|l|}{2}$. But then $$|\frac {1}{a_n}-\frac {1}{a_m}|=|\frac {a_n-a_m}{a_na_m}|<\frac {4\epsilon}{l^2}$$
Therefore {$\frac{1}{a_n}$} is a Cauchy sequence.