Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Let $X$ be a non empty set and let $C[a,b]$ denote the set of all real or complex valued continuous functions on $X$ with a metric induced by the supremum norm.

How to find open and closed balls in $C[a,b]$? Can we see them geometrically? For example what is an open ball $B(x_0;1)$ i.e. ball centered at $x_0$ with radius $1$ in $C[a,b]$. I can visualize them in $\mathbb R^n$ but when it comes to functional spaces I have no clue how to identify them?

Thanks for helping me.

share|improve this question
1  
I assume $X$ is the interval $[a,b]$? Given a continuous function $f:[a,b]\to\Bbb R$ I would visualize the open ball of radius one around $f$ to be the set of all functions whose graphs exist in the strip between the graphs of $y=f(x)+1$ and $y=f(x)-1$. – anon May 22 '12 at 19:11

1 Answer

up vote 7 down vote accepted

Yes, you should think of it just like you think of any other metric space. Every norm $\|\cdot\|$ induces a metric $d(x,y) := \|x-y\|$.

In your example, $$ B(x_0, 1) = \{ f: X \to \mathbb R \Big \vert \|f - x_0\|_\infty < 1 \}$$

In the $\sup$-norm, these $f$ are all functions that are never further away from $x_0$ at any given $x$ in $\mathbb R$. This is what it looks like: enter image description here

share|improve this answer
Thanks for answering but still i am not able to see it geometrically. – srijan May 22 '12 at 19:17
2  
@srijan Does the picture help? – Matt N. May 22 '12 at 19:27
N I am very much thankful to you. Now things are transparent. – srijan May 22 '12 at 19:30
2  
Note also: the graphs of the functions inside the open/closed ball can intersect the black curve, and the boundary of the closed ball (the sphere) are those functions inside whose graphs touch (at least once) one of the two red curves that bound the strip. – anon May 22 '12 at 19:30
1  
@srijan Glad I could help : ) – Matt N. May 22 '12 at 19:31
show 1 more comment

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.