What does the limit imply here?

  • Thread starter hassman
  • Start date
  • Tags
    Limit
In summary, the conversation discusses a statement about an infinite series of natural numbers and whether there is a particular order among its elements. The statement does not imply a specific sequence, but it does imply that the sequence is increasing and possibly unbounded. The addition of a limit statement to the sequence can indicate that the sequence is unbounded and can get arbitrarily close to infinity as n gets larger. However, this does not imply a particular sequence or the magnitude of the jump between elements. In some cases, the sequence may converge to a finite number.
  • #1
hassman
36
0
S'ppose this statement:

[tex] p_1, p_2, p_3,... \in \mathbb {N}[/tex]

I do understand that p-series is infinite (from the dots) and that every p from the series is a natural number.

However, does the statement also imply that there is no particular order in the series? I.e. is it possible that

[tex]p_1 = 3,
p_2 = 66,
p_3 = 1[/tex]

Does the above statement imply that there is no restriction that some p or even all of them are equal? I.e.

[tex]p_1 = 3, p_2 = 3, p_3 = 12[/tex]


If all of the above is true, then what does this mean:


[tex] p_1, p_2, p_3,... \in \mathbb {N}[/tex]

[tex]
\lim _{n \to \infty} p_n = \infty[/tex]

Does the addition of limit statement imply some sort of order in the series?

Oh, and how do I make new line in latex? \\ and \newline don't seem to work.
 
Mathematics news on Phys.org
  • #2
Yes, you understood it correctly. Such a list of numbers p is what we usually call a sequence, and indeed its elements can be anything.

In special cases, sequences may have a limit. For example, if
[tex]\lim_{n \to \infty} p_n = L[/tex]
then we mean that if we make n larger and larger, p(n) will get closer and closer to L. Of course, if p(n) can only take integer values, this means that all the p(n) are equal to L for n sufficiently large. If you substitute L for infinity, we mean that the sequence is unbounded. You should really see this as a convention, although it looks a bit like a limit: we can get the values of the sequence "closer and closer to infinity" as n gets bigger and bigger. More correctly: if we make n bigger and bigger then p(n) will get bigger and bigger -- conversely: we can get p(n) bigger than any number we want by choosing n sufficiently large.

Note that
(1): [tex]\lim_{n \to \infty} p_n = \infty[/tex]
and
(2): "the limit does not exist"
are two very different statements. For example, the sequence
[tex]p_n = n[/tex]
satisfies (1), while
[tex]p_n = (-1)^n[/tex]
satisfies (2).
 
  • #3
Ok, so the limit statement does not imply that p(1)=1, p(2)=2, etc. In other words it does not imply a particular sequence, just a sequence where p(n) gets larger as n gets larger.

I just want to know what the limit statement in combination with the definition of sequence eliminates. Does it eliminate that for some n p(n)>p(n+1)? Does it eliminate that for some n p(n) = p(n+1)?

If I understood correctly, the limit statement implies that p(n+1) > p(n) for every n, right? however it does not imply what the jump is from p(n) to p(n+1). it could be that p(1) = 1, p(2) = 13, p(3) = 1000, right? That the sequence is indeed increasing but that the magnitude of each jump is not fixed. Is that right?
 
  • #4
hassman said:
Ok, so the limit statement does not imply that p(1)=1, p(2)=2, etc. In other words it does not imply a particular sequence, just a sequence where p(n) gets larger as n gets larger.
Indeed.

hassman said:
I just want to know what the limit statement in combination with the definition of sequence eliminates. Does it eliminate that for some n p(n)>p(n+1)? Does it eliminate that for some n p(n) = p(n+1)?
Neither. If you give me some integer n, I can always construct a sequence going to infinity and having p(n) > p(n + 1) for that specific n (just define p(k) = k for all k not equal to n, and p(n) = n + 2).

hassman said:
If I understood correctly, the limit statement implies that p(n+1) > p(n) for every n, right?
Not for every n. It does imply that there is some (possibly extremely large) number N, such that p(n + 1) > p(n) whenever n > N (i.e. from a certain point the sequence must be increasing). In fact, that's very nearly the definition:
[tex]\lim_{n \to \infty} p(n) = \infty[/tex]
means that for any L there exists N, such that
whenever n > N, p(n) > L.
 
  • #5
hassman said:
Ok, so the limit statement does not imply that p(1)=1, p(2)=2, etc. In other words it does not imply a particular sequence, just a sequence where p(n) gets larger as n gets larger.
Be careful here. If [itex]\lim_{m\rightarrow \infty} p_n= \infty[/itex] that means [itex]p_n[/itex] eventually becomes larger than any given real number. It does NOT mean that it does that in any simple way! For example, [itex]p_n= n[/itex] for n even, [itex]p_n= n-2[/itex] for n odd gives the sequence -1 2, 1, 4, 3, 6, 5, 8, 7, etc. That "goes to infinity" but I don't think we would say "[itex]p_n[/itex] gets larger as n gets larger" since for every even n, the next number is smaller.

I just want to know what the limit statement in combination with the definition of sequence eliminates. Does it eliminate that for some n p(n)>p(n+1)? Does it eliminate that for some n p(n) = p(n+1)?
No, neither of those things.

If I understood correctly, the limit statement implies that p(n+1) > p(n) for every n, right?
No, it does NOT! Saying "[itex]p_{n+1}> p_n[/itex]" for all n is simply saying that [itex]\{p_n\}[/itex] is an "increasing" sequence which may go to infinity or converge to a finite number.

however it does not imply what the jump is from p(n) to p(n+1). it could be that p(1) = 1, p(2) = 13, p(3) = 1000, right? That the sequence is indeed increasing but that the magnitude of each jump is not fixed. Is that right?
 
  • #6
HallsofIvy said:
No, it does NOT! Saying "[itex]p_{n+1}> p_n[/itex]" for all n is simply saying that [itex]\{p_n\}[/itex] is an "increasing" sequence which may go to infinity or converge to a finite number.

As an example of the latter, consider the following sequence of rational number (I don't think an example exists for natural numbers);
[tex]p_n = 1 - 1/n[/tex]
The first terms are then 0, 1/2, 3/4, 7/8, ...
The sequence always increases, but the limit is 1, not infinity.
Also note that the limit is a "real" limit in the sense that there does not exist an n such that pn = 1. However, by definition of the limit, you can get arbitrarily close: if you tell me how close you want to get to 1 (for example: within 0,001) I can give you an n which realizes that, i.e. pn will be and remain that close to the limit 1 (for 0,001, any n bigger than 1000 will do). In case the "limit" is infinity you need to replace "close to the limit" by something more sensible that expresses that we mean: the sequence is unbounded. In fact, the exact formulation is then: if you tell me how large you want the sequence to get (for example, bigger than 1000000) I can give you an n such that pn is bigger than and remains bigger than 1000000.
 
  • #7
Thanks a lot guys, very clear explanations.
 

What does the limit imply here?

The limit represents the value that a function approaches as its input approaches a certain value, often referred to as the limit point.

Why is the limit important in mathematics?

The limit is important because it allows us to analyze the behavior of a function near a specific point, even if the function is not defined at that point.

What does it mean if the limit does not exist?

If the limit does not exist, it means that the function does not approach a specific value as the input approaches a certain value. This could be due to oscillation or a jump in the function's behavior.

How do you find the limit of a function?

The limit can be found using various methods, such as algebraic manipulation, substitution, and using theorems and properties of limits.

Can the limit be infinite?

Yes, the limit can be infinite if the function approaches positive or negative infinity as the input approaches a certain value. This can also be referred to as an unbounded limit.

Similar threads

Replies
35
Views
3K
  • General Math
Replies
16
Views
3K
  • Advanced Physics Homework Help
Replies
1
Views
1K
  • Special and General Relativity
2
Replies
40
Views
2K
  • Advanced Physics Homework Help
2
Replies
36
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
541
  • High Energy, Nuclear, Particle Physics
Replies
5
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
4
Views
1K
  • STEM Educators and Teaching
Replies
4
Views
1K
Back
Top