2
$\begingroup$

Hi I wrote a initial solution to the question I posed I will attach it here.

I want to do a proof for the convergence of a sequence, I attach my initial solution containing the question below:

I have two general questions if someone would be kind enough to answer them:

a) What is the meaning of the square bracket i.e. N := $\lceil \frac{3}{\epsilon} \rceil$

b) Is the general proof in its entireity correct.

This is the original question I posed: Convergence of a sequence as n tends to infinity

I was thinking about re-editing the old post, but was worried it may come to cluttered.

My main question is should the end of the second line in black ink be $\frac{5}{n} + \frac{2}{n^2}$ or is the negative sign right, I am in doubt due to the previous question I had from here: Convergence of a sequence solution mistake?

Thank you for any responses

  • 2
    That symbol usually refers to the ceiling function. That is, the smallest integer larger than or equal to the argument.2017-02-10

1 Answers 1

1

There are distinct symbols here:

  • $\lceil x\rceil$ means the smallest integer that is more than or equal to $x$. For instance, $\lceil 7.3 \rceil=8$

  • $\lfloor x\rfloor$ means the largest integer that is less than or equal to $x$. For instance, $\lfloor 7.3\rfloor=7$

  • I belive $[x]$ means the integer part of $x$ and $\{x\}$ the fractional part of $x$. Hence, $[7.3]=7$ and $\{7.3\}=0.3$. There isn't consensus on this notation for negative $x$ though, some use $[-2.3]=-2$ and some use $[-2.3]=-3$. However, it's always true that $[x]+\{x\}=x$.

With regards to the proof, it is needlessly convoluted I believe. Since you got to the point that

$$\frac{5}{n}-\frac{2}{n^2} <\frac{5}{n}$$

It suffices to show that given $\epsilon >0$ there is $m\in \mathbb{N}$ such that for all $n\geq m$, $\frac{5}{n}<\epsilon$. This is equivalent to $m>\frac5\epsilon$, which follows from the archimedean property.

  • 0
    Hey thank you for this helpful post - should the end of the line be: (5/n) - (2/n^2)?2017-02-12
  • 0
    I don't understand your question.2017-02-12
  • 0
    When solving the question here; http://math.stackexchange.com/questions/2139882/convergence-of-a-sequence-solution-mistake For this question that @dlc solved for me here, had the stage at the end of the first line a negative sign. So my question is that for the solution in black - how do I know which direction the inequality should be? Sorry for any ambiguity.2017-02-12
  • 0
    I still don't understand your question.2017-02-12