Proving Integral of f is 1 When x = 1/n

  • Thread starter Thread starter stunner5000pt
  • Start date Start date
  • Tags Tags
    Proof
AI Thread Summary
The function f is defined as 0 for x = 1/n (where n is a positive integer) and 1 otherwise. The integral of f over the interval [0, 1] is shown to exist and equal 1, as the set of discontinuities (points where f is 0) is countable and thus has measure zero. The upper sum U(f, P) is calculated to be 1, while the lower sum L(f, P) approaches 1 as the partition is refined around the discontinuities. The discussion emphasizes understanding the function's behavior at various points and clarifies the concept of partitions in integration. Ultimately, the proof confirms that the integral of f from 0 to 1 is indeed 1.
stunner5000pt
Messages
1,443
Reaction score
4
Let f = 0 if x=1/n for all n belonging to positive integers
and 1 otherwise

i need to prove that the integral of f over 0 to 1 exists and that the integral is 1.

first of all i can't understand the function. (great start) If x = 1, then x is in the form 1/n then f(1) = 0.

If i picked a partition [a,1] where a<1 then the upper sum would be U(f,P) = 0 (1-a) = 0 (right?)

and lower sum would vary because A could be either of the form (1/n) of not of that form

if a was of the form 1/n then L(f,P) = 0(1-a) = 0
if a was not of the form 1,n then L(f,P) = 1(1-a) = 1-a

stuck right here what should ido
i'd really \like to know if i am in right in terms of the functions value

any help would be greatly appreciated
 
Physics news on Phys.org
Just to be clear, you're saying the function is defined on the interval [0, 1] by:

<br /> f(x) := \left\{<br /> \begin{array}{ll}<br /> 0 \quad &amp; x = 1/n \, \mathrf{for some} \, n \in \mathbb{N} \\<br /> 1 \quad &amp; \mathrf{otherwise}<br /> \end{array}<br />

Since you're having trouble understanding the function, let's start with that first.

What is f(1/2)? f(1/6)? f(3/4)? f(\pi/4)? f(√2 / √8)?
 
Last edited:
Hurkyl said:
Just to be clear, you're saying the function is defined on the interval [0, 1] by:

<br /> f(x) := \left\{<br /> \begin{array}{ll}<br /> 0 \quad &amp; x = 1/n \, \mathrf{for some} \, n \in \mathbb{N} \\<br /> 1 \quad &amp; otherwise<br /> \end{array}<br />

Since you're having trouble understanding the function, let's start with that first.

What is f(1/2)? f(1/6)? f(3/4)? f(π/4)? f(&sqrt;2 / &sqrt;8)?


all values of x that are fractions of the form 1/2 are zero so f(1/2) = f(1/6) = 0 because no matter what the fraction you can lawys write it with a natural in the denom right? however the function at the square roots would be 1 becasue they are irrational

as for 3/4 and n/4 they are also 1 because 1/0.75 is not a natural and 1/(n/4) = 4/n only if n is a multiple of 4
 
Last edited:
as for 3/4 and n/4 they are also 1 because 1/0.75 is not a natural and 1/(n/4) = 4/n only if n is a multiple of 4

This is almost correct. Note that f(n/4) = 0 if n = 1, or 1/2, or ...


Now, I actually wrote f(\pi/4), but the default font renders pi as π, so it was confusing... but I'm happy about the mistake because seeing you write the above made it more clear that you're understanding how it works.

Now, it's actually the case that f(√2 / √8) = 1! Can you figure out why?
 
Last edited:
becasue the division of two irrationals gives an irrational number?
i would think you suppose that two rationals divided would give a rational so then two irarationals divided should give an irrational.

but isn't root2/ root8 = root 2 / 2 root 2 = 1/2??
 
You can easily show the set of discontinuities to be countable, as they can very obviously be indexed by the naturals. Since it is a countable set of points, it has measure 0, so f is integrable. Alternatively, the upper sum is:

U(f, P) = \sum _{S \in P} M_S(f)v(S)

Where v is the volume function, S is a sub-rectangle (in this case, sub-interval) of P, and M_S(f) = \sup \{f(x) : x \in S \}, i.e. the maximum value that f take on in the interval S. clearly, M_S(f) = 1 for all S, so:

U(f, P) = \sum _{S \in P}v(S) = v([0, 1]) = 1

Therefore, the upper integral, UI(f) = 1, since:

UI(f) = \inf _P \{U(f, P)\} = \inf _P \{1\} = 1

Now, if you are allowed to use the argument I gave initially to prove that f is integrable, then the above is sufficient to show that the integral is 1. On the other hand, if you have to show integrability by showing that the lower integral equals the upper integral, then it remains to show that the lower integral is 1:

L(f, P) = \sum _{S \in P} m_S(f)v(S)

Suppose the lower integral were not 1, suppose it is 1 - e. Choose a partition P so that it starts with the sub-interval S_1 = [0, e/2]. Now, on the interval [e/2, 1], there are finitely many points of the form 1/n. So, partition [e/2, 1] by placing small intervals around the points of the form 1/n. For such a partition:

L(f, P) = \sum _{S \in P} m_S(f)v(S) = 0(e/2) + \sum _{S \in (P - \{S_1\})} m_S(f)v(S)

Since we can choose the rectangles surrounding the finitely many points of the form 1/n in [e/2, 1] to be arbitrarily small, i.e. we can take "better" and "better" partitions with smaller and smaller intervals surrounding these points, the rectangles on which m_S(f) = 0 become smaller and smaller, and since there are finitely many of them, we know that if we take the supremum of L(f, P) over all partitions P of this form, we must get a value of 1 - e/2. This contradicts the assumption that the supremum of L(f, P) over all partitions P (of any form) is 1 - e (note the the supremum over these L(f, P) is exactly, by definition, the lower integral), so the supremum must be 1, as required.
 
Er, bleh, typo. I was trying to contradict when you said " however the function at the square roots would be 1 becasue they are irrational" and I said 1 myself! Yes, f(√2 / √8) = 0.


Anyways, I think you understand the function now. Do you know where it is discontinuous?
 
PS. don't do the entire problem for him. :-p One learns more by getting hints and filling in the missing steps than reading how someone else solved the problem.
 
what is a volume function?? (note i ma in a first year intro to real analysis course)

p.s. i probably know this as the width of the interval

so the function is 1 whenever x is not of the form a/n and n is not an integer multiple of a. i understand the function now :smile:
as for hte proof now

what i posted in post #1 is erroneous in some way??

p.s. coirrected

yes the upper sum is 1. So i cannot compute the lower sum because that would give a zer owouldnt it ?/

and bascially your proof states that the function is 1 for the most part but the discontuities are finite because the set of 1/n is finite so they are removable .
 
Last edited:
  • #10
The volume function in 1 dimension is just the length of the interval. Good point Hurkyl, my bad.
 
  • #11
what i posted in post #1 is erroneous in some way??

the upper sum cannot be zero though...

Right, so you see that already...

Also, [a, 1] is not a partition. A partition of the interval [0, 1] requires a collection of subintervals that cover the whole thing. For instance, {[0, 1/3], [1/3, π/4], [π/4, 1]} is a partition, though you would usually write it as the sequence (0, 1/3, π/4, 1).
[/size]
 
  • #12
i don't undersatnd the step
L(f, P) = \sum _{S \in P} m_S(f)v(S) = 0(e/2) + \sum _{S \in (P - \{S_1\})} m_S(f)v(S)

where does 0(e/2 ) comes from??
 
  • #13
Well, the sum is over all subintervals S in P. Any partition has finitely many sub-intervals, so we can write P = {S1, S2, ..., Sm} (so it has m sub-rectangles). The sum over all S in P is the same as the "sum" over just S1 plus the sum over all the remaining sub-rectangles S2, S3, ..., Sm. The sum over just S1 is 0 x e/2. 0 is the minimum value of f on that interval, and e/2 is the "volume" (or length) of that interval.
 
Back
Top