Proof: c * divergent sequence diverges

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
tarheelborn
Messages
121
Reaction score
0

Homework Statement



Suppose that {a_n} is a divergent sequence of real numbers and c \in R, c <> 0. Prove that {c*a_n} diverges.

Homework Equations





The Attempt at a Solution

I have attempted to solve the problem as a proof by contradiction, but am afraid I am leaving something out. Please confirm my proof is complete or prompt me to add. Thanks!

Proof is by contradiction. Suppose {c*a_n} is convergent. This means that |c*a_n - L| < e, for e > 0. Then there is N \in N such that |a_n - L/c| < e/|c|, n >= N. But this is the definition of limit of a sequence, so a_n converges. But this contradicts our problem statement so, in fact, a_n diverges. End of proof.
 
Physics news on Phys.org
You have the right idea, but it isn't written well. You need to use your observations to write your argument in reverse. Something like this:

Given can [itex]\rightarrow[/itex] L we will show that an [itex]\rightarrow[/itex] L/|c|, which is a contradiction.

Suppose[itex]\ \epsilon > 0[/itex]. Then there is N > 0 such that:

| can - L| < |c|[itex]\epsilon[/itex]

for all n > N. Therefore

|can - L| = |c(an - L/c| = |c||(an - L/c| < |c|[itex]\epsilon[/itex]

which gives, upon dividing that last inequality by |c|, | an - L/c| < [itex]\epsilon[/itex]
for all n > N.