Searching for some help finishing the following proof. If we let $(a_n)$ and $(b_n)$ be sequences, and suppose there exists $N\in N$ such that $a_n=b_n$ for all $n>N$. I need to prove that $\sum a_n$ converges if and only if $\sum b_n$ converges.
My workings so far:
So I know I need to show that if $\sum a_n$ converges if and only if $\sum b_n$ converges. So I must show
1)$\sum a_n$ -> $\sum b_n$ and
2) $\sum b_n$ -> $\sum a_n$
So beginning with 1) $\sum a_n = \sum b_n + c$
If I can prove $S_n = S_n' + c$ then I can try and prove $\sum a_n = lim S_n = limS_N' + C $with
$S_n= a_1+a_2+a_3+...+a_N+a_{N+1}+...+a_n$ and
$S_n'= b_1+b_2+b_3+....+b_N+b_{N+1}+...+bn$
I know that $a_{N+1}=b_{N+1}$ and $a_n=b_n$ Which gives $S_n-S_n'= c+ 0 $ which proves $S_n = S_n' + c$ but how do I prove the second part of $\sum a_n = lim S_n = limS_N' + C $ which will then show that if $\sum a_n$ converges then $\sum b_n$ converges.
I am not sure if my logic here is correct or not, looking for some help with finishing this result and then proving that if $b_n$ converges then $a_n$ must also.