To prove that the sequence {a_n} converges to A if and only if lim n→∞ (a_n - A) = 0, one must utilize the epsilon-delta definition of convergence. The forward direction shows that if {a_n} converges to A, then for any epsilon > 0, there exists an integer N such that |a_n - A| < epsilon for all n > N, leading to lim n→∞ (a_n - A) = 0. For the converse, starting with lim n→∞ (a_n - A) = 0, the same epsilon-delta definition applies, confirming that {a_n} converges to A. The key is recognizing that both statements are equivalent through their definitions, as |(a_n - A) - 0| simplifies to |a_n - A|. Understanding and applying these definitions correctly is crucial for writing the proof.