Is Phi a Valid Counterexample? Examining the Limits of Integration

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
8 replies · 2K views
DeadWolfe
Messages
457
Reaction score
1
As a problem I was asked to show that phi, as defined by:
[tex]\phi_n(t) = \frac{n}{\pi(1+n^2t^2)}[/tex]
Satisfies the property that for any f with the property to continuious at 0, then:
[tex]\lim_{n\rightarrow\infty} \int_{-\infty}^{\infty} \phi_n(t)f(t)dt = f(0)[/tex]
But if we let f be 1/phi, we see that it is continuous, but f(0) = 0 and the above integral is infinity.
Is this a valid counterexample?
 
Physics news on Phys.org
Well, can I let f = 1/phi_n? Then clearly:
[tex]f(0) = \frac{\pi(1+n^2 (0)^2)}{n} = 0[/tex]
What is wrong with that?
 
I do not see why that is the case.
 
[tex]\lim_{n\rightarrow\infty} \int_{-\infty}^{\infty} \phi_n(t)f(t)dt = f(0)[/tex]
The n attached to the limit simple only exists within the scope of the limit. It has absolutely no relation to any other n's that might appear elsewhere.


In fact, many dialects of the language of mathematics expressly forbid making a substitution where the substituted term uses a symbol that is introduced by the context.

In short, the symbol [itex]\lim_{n \rightarrow \infty}[/itex] introduces the symbol n, therefore such dialects expressly forbid you to make any substitutions inside the limit that contain the symbol n. (Such as your attempt at substituting [itex]f = 1 / \phi_n[/itex])


For a different, intuitive reason, in the above limit, f is a function constant. It refers to precisely one (unspecified) function of one variable. Not many functions of one variable, and not one function of two variables.

When you make the naive substitution [itex]f = 1 / \phi_n[/itex], you've replaced f with something that is not a function constant -- the function you're using changes as n changes, which conflicts with the original syntax that specifies that you're supposed to be using the same function f for all n.


In fact, I'm pretty sure that [itex]f := 1 / \phi_n[/itex] is an ill-formed definition -- the symbol n has no meaning in this context, so it doesn't make sense to define anything in terms of n.
 
Last edited:
Thank you Hurkyl.
 
My view would simply be that in the statement of the result, we pick f and fix it, then we write
[tex]\int phi_n f dx[/tex]

as a sequence, this sequence tends to f(0)

now you want to pick a different f for each term in the sequence. you simply can't do that, it is contradicting the hypotheses of the statement, as well as the other deeper philosophical implications of hurkyl's post.
 
Thank you as well Matt.