Proving a set in closed and nowhere dense

  • Thread starter Thread starter l888l888l888
  • Start date Start date
  • Tags Tags
    Closed Set
Click For Summary

Homework Help Overview

The discussion revolves around proving that the set Dn, defined in the context of continuous functions on the interval [0,1], is closed and nowhere dense. The original poster attempts to establish the complement of Dn and explore its properties.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the definition of the complement of Dn and its implications for proving that Dn is closed. There are attempts to clarify the relationship between functions in Dn and their behavior under perturbations. Questions arise regarding the appropriate theorems to use for proving nowhere density.

Discussion Status

Participants are actively engaging with the problem, exploring various approaches to demonstrate the properties of Dn. Some have suggested refining arguments and considering specific cases to illustrate the concepts involved. There is a focus on ensuring that the functions considered maintain certain properties while being close to each other.

Contextual Notes

Participants note the need to show that for every function f, there exists a function g that oscillates sufficiently while remaining close to f, which is central to the discussion of Dn's properties. The conversation reflects an exploration of definitions and theorems relevant to the problem at hand.

l888l888l888
Messages
49
Reaction score
0

Homework Statement


Dn={f in C([0,1]) : there exists t in [0,1] for every h in R/{0}, abs((f(t+h)-f(t))/h) <=n}
prove the Dn's are closed nowhere dense sets. A subset of some set A is closed in A if its complement is open in A.



Homework Equations





The Attempt at a Solution


i first defined the complement of Dn as the set in which for all t in [0,1], abs((f(t+h)-f(t))/h)>n. Is trying to prove closed first and then nowhere dense.
 
Physics news on Phys.org
Hi l888l888l888! :smile:

Let's prove that Dn is open. Pick an f in Dn. You know that

|f(t+h)-f(t)|&gt;n|h|

You'll need to find an epsilon such that for all g with \|f-g\|_\infty holds that

|g(t+h)-g(t)|&gt;n|h|

Start by working out

|f(t+h)-f(t)|=|(f(t+h)-g(t+h))+(g(t+h)-g(t))+(g(t)-f(t))|
 
i think you meant prove Dn is closed. but anyway...
f(t+h)−f(t)|=|(f(t+h)−g(t+h))+(g(t+h)−g(t))+(g(t)−f(t))|
<=|f(t+h)−g(t+h)| + |g(t+h)−g(t)| + |g(t)−f(t)|. is that what you meant?
 
l888l888l888 said:
i think you meant prove Dn is closed. but anyway...

Yes, I meant to prove that the complement of Dn is open.

f(t+h)−f(t)|=|(f(t+h)−g(t+h))+(g(t+h)−g(t))+(g(t)−f(t))|
<=|f(t+h)−g(t+h)| + |g(t+h)−g(t)| + |g(t)−f(t)|. is that what you meant?

Yes, and you know that

n|h|&lt;|f(t+h)-f(t)|

and \|f-g\|_\infty&lt;\epsilon. So what can you deduce from this?
 
well if n|h|<|f(t+h)−f(t)| and if |f(t+h)−f(t)|<=|f(t+h)−g(t+h)| + |g(t+h)−g(t)| + |g(t)−f(t)| then n|h|< |f(t+h)−g(t+h)| + |g(t+h)−g(t)| + |g(t)−f(t)|. and if sup |f-g|< epsilon then n|h|< |f(t+h)−g(t+h)| + |g(t+h)−g(t)| + |g(t)−f(t)|< 2epsilon + |g(t+h)−g(t)|?
 
l888l888l888 said:
well if n|h|<|f(t+h)−f(t)| and if |f(t+h)−f(t)|<=|f(t+h)−g(t+h)| + |g(t+h)−g(t)| + |g(t)−f(t)| then n|h|< |f(t+h)−g(t+h)| + |g(t+h)−g(t)| + |g(t)−f(t)|. and if sup |f-g|< epsilon then n|h|< |f(t+h)−g(t+h)| + |g(t+h)−g(t)| + |g(t)−f(t)|< 2epsilon + |g(t+h)−g(t)|?

Indeed, but let's refine this result. So you know that

n|h|&lt;|f(t)+f(t+h)|

So there is actually a number a such that

n|h|+a\leq|f(t)+f(t+h)|

So, by the same reasoning, you have

n|h|+a&lt;2\epsilon+|g(t+h)-g(t)|

So, can you find an epsilon small enough such that

n|h|&lt;|g(t+h)-g(t)|
 
Right! to be more specific are we letting epsilon to be a/2? also for the nowhere dense part. there are many theorems to use in my book about proving something is nowhere dense. for instance we have " a subset is nowhere dense if int(cl(H)) = empty set or iff T- Cl(H) is dense. which shall i use or do u suggest to use another theorem?
 
l888l888l888 said:
Right! to be more specific are we letting epsilon to be a/2?

Indeed.

also for the nowhere dense part. there are many theorems to use in my book about proving something is nowhere dense. for instance we have " a subset is nowhere dense if int(cl(H)) = empty set or iff T- Cl(H) is dense. which shall i use or do u suggest to use another theorem?

Since H is closed, you'll only need to prove that int(H) is closed or that T/H is dense.
So, what do we need to prove?? We need to show that very every function f, there is a function g such that \|f-g\|_\infty and such that

\frac{|(g(t+h)-g(t)|}{|h|}\geq n

Can you see graphically what must happen? We need to find a function g very close to f such that the slope between two close points t and t+h is big.

Let's do this for a simple case first: let's take f=0. Then we need to find a function g which is always close to zero, but the slope between two very close points must become large. Can you find me such a function?
 
so what your saying is basically we need g=mx+b where m the slope is sufficiently large but g~0 (g is close to 0). so mx+b~0...? graphically wen i draw it out its hard to explain it on here. g has to intercept the y-axis at a negative number?
 
  • #10
l888l888l888 said:
so what your saying is basically we need g=mx+b where m the slope is sufficiently large but g~0 (g is close to 0). so mx+b~0...? graphically wen i draw it out its hard to explain it on here. g has to intercept the y-axis at a negative number?

Hmm, why do you say that we need g=mx+b?? All we need is that for every point t, there is a point t+h, such that if we draw the line [g(t),g(t+h)] then it's slope is sufficiently large.

A way to accomplish this is to let g occilate fast...
 
  • #11
AH! Ok so considering a function g that oscillates about the x-axis (y=0)? now what?
 
  • #12
l888l888l888 said:
AH! Ok so considering a function g that oscillates about the x-axis (y=0)? now what?

Now try to do this for a general f.
 
  • #13
so for every function f there is a functions g that oscillates about f and the slope between g(t+h) and g(t) is sufficiently large and g is still close to f. Also, when you said,
"We need to show that very every function f, there is a function g such that ∥f−g∥∞ and such that

|(g(t+h)−g(t)|/|h|≥n" did you mean there is a function g st ||f-g||<some epsilon. that would be the closeness of f and g you are referring to.
 
  • #14
l888l888l888 said:
so for every function f there is a functions g that oscillates about f and the slope between g(t+h) and g(t) is sufficiently large and g is still close to f. Also, when you said,
"We need to show that very every function f, there is a function g such that ∥f−g∥∞ and such that

|(g(t+h)−g(t)|/|h|≥n" did you mean there is a function g st ||f-g||<some epsilon. that would be the closeness of f and g you are referring to.

Yes, for every epsilon, there is a function g such that \|f-g\|_\infty and such that

\frac{|g(t+h)-g(t)|}{|h|}\geq n.

And the function g which we will take is a function that oscillates fast about f.
 

Similar threads

  • · Replies 13 ·
Replies
13
Views
5K
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 9 ·
Replies
9
Views
6K