[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rusure::math

Title:Mathematics at DEC
Moderator:RUSURE::EDP
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2083
Total number of notes:14613

1129.0. "Weird Normed Vector Space" by HPSTEK::XIA (In my beginning is my end.) Sun Sep 24 1989 21:53

    Find an example of a normed vector space X such that the only open
    convex subsets of X are the empty set and X itself.
    
    Eugene
T.RTitleUserPersonal
Name
DateLines
1129.1AITG::DERAMOlike a candle in the windSun Oct 29 1989 12:4611
>>    Find an example of a normed vector space X such that the only open
>>    convex subsets of X are the empty set and X itself.
        
        So far my only example is the one point space. :-)
        It seems that if the space is R^n, you can delete an n-1
        dimensional piece containing the origin, and separating
        what's left into two open convex pieces.  Do the only
        nontrivial examples have infinite dimension?  Is the
        Hilbert Cube an example?
        
        Dan
1129.2JAKES::XIAIn my beginning is my end.Sun Oct 29 1989 16:384
                     p
    Hint:  consider L ([0,1]) where 0 < p < 1.
    
    Eugene
1129.3AITG::DERAMOga naar je kamerTue Nov 28 1989 22:2611
>>	                     p
>>	    Hint:  consider L ([0,1]) where 0 < p < 1.
        
                                     p
        One of my books states that L [a,b] is a normed linear  
                                                                 p
        space for p >= 1 with norm || f || = integral(a,b) |f(x)| dx
        What norm are you using for 0 < p < 1?
        
        Dan
        
1129.4HPSTEK::XIAIn my beginning is my end.Wed Nov 29 1989 10:4513
                                      p
>        One of my books states that L [a,b] is a normed linear  
    
    Well, the same definition works for 0 < p < 1 too.
                                                                p
>        space for p >= 1 with norm || f || = integral(a,b) |f(x)| dx
>        What norm are you using for 0 < p < 1?
    
                                           p    1/p
    It should be ||f|| = (integral(a,b) |f|  dx)
            
    Eugene
          
1129.5AITG::DERAMOga naar je kamerWed Nov 29 1989 18:2217
        re .4
        
>>	>        One of my books states that L [a,b] is a normed linear  
>>    
>>    Well, the same definition works for 0 < p < 1 too.
        
	No it doesn't, the triangle inequality is violated.
                                                                          p
>>	>        space for p >= 1 with norm || f || = integral(a,b) |f(x)| dx
>>	>        What norm are you using for 0 < p < 1?
>>    
>>	                                           p    1/p
>>	    It should be ||f|| = (integral(a,b) |f|  dx)
        
        Oops ... I meant to say that. :-)
        
        Dan
1129.6HPSTEK::XIAIn my beginning is my end.Wed Nov 29 1989 22:1613
    re .5,
    
    You are right Dan.  I am afraid I screwed up big on this one.  The
    problem is that when I saw L^p, I immediately thought it was a normed
    vector space.  Oh well, I apologize to whoever is trying on this
    problem.  The problem will work if we relax "normed vector space" to
    "topological vector space" with the metric defined as:
                                 p
    d(f,g) = integral (a,b) |f-g|  dx.  With this the triangular 
    inequality works, but the scalar multiplications rule of the
    norm space does not work.  Sorry about that.
    
    Eugene
1129.7AITG::DERAMODan D&#039;Eramo, nice personMon Feb 26 1990 19:2734
	In R^2 if you use the function

		f(a,b) = |a1 - b1|^p + |a2 - b2|^p

	with a=(0,0) and consider the set of all points b such
	that f(a,b) < 1, then you get:

	1) At p=2, the set is the interior of a ball of radius 1,
	and is convex

	2) At p=3, the set includes a ball of radius 1, and is
	convex, and lies insides the square centered at the origin
	with side 2.

	3) As p->oo, the set approaches being the interior of the
	square centered at the origin and with side 2, and is convex.

	4) At p=1, the set is the interior of the diamond centered
	at the origin with edges the lines connecting (+/-1,0) and
	(0,+/-1), and is convex.

	5) For 0 < p < 1, the set extends out towards (+/-1,0) and
	(0,+/-1) but lies within the diamond (square) of part 4, and
	is not convex.

	Now if f is a distance function for 0 < p < 1 then it gives
	a distance function in which the open balls fail to be convex.
	So it is possible that open sets made up of them can fail to
	be convex if they aren't the entire space.  If you are thinking
	of some specific function space with d(f,g) = integral (a,b) |f-g|^p dx
	as an example then it probably works for a reason analogous to
	this.

	Dan