How to equate logical statements

  • Thread starter Thread starter Zrpeip
  • Start date Start date
Zrpeip
Messages
4
Reaction score
0

Homework Statement



We have three statements that describe convergence, but using different variables.
We are asked to show that all statements are equivalent.

Homework Equations



Show that

i. \forallε > 0 ∃N \foralln ≥ N : |a_{n}-a|< ε
ii. \forallδ > 0 ∃M \foralln ≥ M : |a_{n}-a|≤ δ
iii. \forallλ > 0 ∃K \foralln ≥ K : |a_{n}-a|≤ 42λ^{2}

are equivalent statements.

The Attempt at a Solution



I know that I have to somehow reformulate epsilon to include/represent delta and lambda, but don't really have an idea how to proceed.
It is also confusing to me that 42λ^{2} and δ could be equal to the difference of the sequence and limit, whereas ε is only larger than.
For i to be equivalent to ii and iii, we would need to exclude this case, or include it for epsilon in i, right? (assuming the sequence and limit are 'the same' in each)

I'm not interested in getting the answer, but rather an approach as this course will likely be proof-heavy and I really want to get a handle on the techniques.
I just don't know what I'm 'allowed' to do (for example, I can't simply say N = M = K, or can I? And then, does that really show anything?)

Thanks for reading.
 
Physics news on Phys.org
One approach would be to show that (i) implies (ii), (ii) implies (iii), and (iii) implies (i). To show (i) implies (ii). You assume (i) is true and use it to prove (ii) is true.

Writing proofs for "obvious" things can be tricky because it's hard to figure out exactly what you need to show. You need to be pedantic and point out every little step.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top