Jump to content
Wikipedia The Free Encyclopedia

Sublinear function

From Wikipedia, the free encyclopedia
Type of function in linear algebra

In linear algebra, a sublinear function (or functional as is more often used in functional analysis), also called a quasi-seminorm, on a vector space is a real-valued function with some of the properties of a seminorm. Unlike seminorms, a sublinear function does not have to be nonnegative-valued and also does not have to be absolutely homogeneous. Seminorms are themselves abstractions of the more well known notion of norms, where a seminorm has all the defining properties of a norm except that it is not required to map non-zero vectors to non-zero values.

In functional analysis the name Banach functional is sometimes used, reflecting that they are most commonly used when applying a general formulation of the Hahn–Banach theorem. The notion of a sublinear function was introduced by Stefan Banach when he proved the Hahn-Banach theorem.[1]

There is also a different notion in computer science, described below, that also goes by the name "sublinear function."

Definitions

[edit ]

Let X {\displaystyle X} {\displaystyle X} be a vector space over a field K , {\displaystyle \mathbb {K} ,} {\displaystyle \mathbb {K} ,} where K {\displaystyle \mathbb {K} } {\displaystyle \mathbb {K} } is either the real numbers R {\displaystyle \mathbb {R} } {\displaystyle \mathbb {R} } or complex numbers C . {\displaystyle \mathbb {C} .} {\displaystyle \mathbb {C} .} A function p : X R {\displaystyle p\colon X\to \mathbb {R} } {\displaystyle p\colon X\to \mathbb {R} } is called a sublinear if it has these two properties:[1]

  1. Positive homogeneity,[2] that is p ( r x ) = r p ( x ) {\displaystyle p(rx)=rp(x)} {\displaystyle p(rx)=rp(x)}, for all r 0 {\displaystyle r\geq 0} {\displaystyle r\geq 0} and x X {\displaystyle x\in X} {\displaystyle x\in X}.
  2. Subadditivity,[2] that is p ( x + y ) p ( x ) + p ( y ) {\displaystyle p(x+y)\leq p(x)+p(y)} {\displaystyle p(x+y)\leq p(x)+p(y)} for x , y X . {\displaystyle x,y\in X.} {\displaystyle x,y\in X.}

A function p : X R {\displaystyle p:X\to \mathbb {R} } {\displaystyle p:X\to \mathbb {R} } is called positive[3] or nonnegative if p ( x ) 0 {\displaystyle p(x)\geq 0} {\displaystyle p(x)\geq 0} for all x X , {\displaystyle x\in X,} {\displaystyle x\in X,} although some authors[4] define positive to instead mean that p ( x ) 0 {\displaystyle p(x)\neq 0} {\displaystyle p(x)\neq 0} whenever x 0 ; {\displaystyle x\neq 0;} {\displaystyle x\neq 0;} these definitions are not equivalent. It is a symmetric function if p ( x ) = p ( x ) {\displaystyle p(-x)=p(x)} {\displaystyle p(-x)=p(x)} for all x X . {\displaystyle x\in X.} {\displaystyle x\in X.} Every subadditive symmetric function is necessarily nonnegative.[proof 1] A sublinear function on a real vector space is symmetric if and only if it is a seminorm. A sublinear function on a real or complex vector space is a seminorm if and only if it is a balanced function or equivalently, if and only if p ( u x ) p ( x ) {\displaystyle p(ux)\leq p(x)} {\displaystyle p(ux)\leq p(x)} for every unit length scalar u {\displaystyle u} {\displaystyle u} and x X . {\displaystyle x\in X.} {\displaystyle x\in X.}

The set of all sublinear functions on X , {\displaystyle X,} {\displaystyle X,} denoted by X # , {\displaystyle X^{\#},} {\displaystyle X^{\#},} can be partially ordered by declaring p q {\displaystyle p\leq q} {\displaystyle p\leq q} if and only if p ( x ) q ( x ) {\displaystyle p(x)\leq q(x)} {\displaystyle p(x)\leq q(x)} for all x X . {\displaystyle x\in X.} {\displaystyle x\in X.} A sublinear function is called minimal if it is a minimal element of X # {\displaystyle X^{\#}} {\displaystyle X^{\#}} under this order. A sublinear function is minimal if and only if it is a real linear functional.[1]

Examples and sufficient conditions

[edit ]

Every norm, seminorm, and real linear functional is a sublinear function. The identity function on R {\displaystyle \mathbb {R} } {\displaystyle \mathbb {R} } is an example of a sublinear function (in fact, it is even a linear functional) that is neither positive nor a seminorm; the same is true of this map's negation x x . {\displaystyle x\mapsto -x.} {\displaystyle x\mapsto -x.}[5] More generally, for any real a b , {\displaystyle a\leq b,} {\displaystyle a\leq b,} the map

S a , b : R R , x { a x , if  x 0 , b x , if  x 0 {\displaystyle S_{a,b}\colon \mathbb {R} \to \mathbb {R} ,\quad x\mapsto {\begin{cases}ax,&{\text{if }}x\leq 0,\\bx,&{\text{if }}x\geq 0\end{cases}}} {\displaystyle S_{a,b}\colon \mathbb {R} \to \mathbb {R} ,\quad x\mapsto {\begin{cases}ax,&{\text{if }}x\leq 0,\\bx,&{\text{if }}x\geq 0\end{cases}}}

is a sublinear function on R {\displaystyle \mathbb {R} } {\displaystyle \mathbb {R} } and moreover, every sublinear function p : R R {\displaystyle p\colon \mathbb {R} \to \mathbb {R} } {\displaystyle p\colon \mathbb {R} \to \mathbb {R} } is of this form; specifically, if a = p ( 1 ) {\displaystyle a=-p(-1)} {\displaystyle a=-p(-1)} and b = p ( 1 ) {\displaystyle b=p(1)} {\displaystyle b=p(1)} then a b {\displaystyle a\leq b} {\displaystyle a\leq b} and p = S a , b . {\displaystyle p=S_{a,b}.} {\displaystyle p=S_{a,b}.}

If p {\displaystyle p} {\displaystyle p} and q {\displaystyle q} {\displaystyle q} are sublinear functions on a real vector space X {\displaystyle X} {\displaystyle X} then so is the map x max { p ( x ) , q ( x ) } . {\displaystyle x\mapsto \max\{p(x),q(x)\}.} {\displaystyle x\mapsto \max\{p(x),q(x)\}.} More generally, if P {\displaystyle {\mathcal {P}}} {\displaystyle {\mathcal {P}}} is any non-empty collection of sublinear functionals on a real vector space X {\displaystyle X} {\displaystyle X} and if for all x X , {\displaystyle x\in X,} {\displaystyle x\in X,} q ( x ) = sup { p ( x ) ; p P } , {\displaystyle q(x)=\sup\{p(x),円;,円p\in {\mathcal {P}}\},} {\displaystyle q(x)=\sup\{p(x),円;,円p\in {\mathcal {P}}\},} then q {\displaystyle q} {\displaystyle q} is a sublinear functional on X . {\displaystyle X.} {\displaystyle X.}[5]


A function p : X R {\displaystyle p\colon X\to \mathbb {R} } {\displaystyle p\colon X\to \mathbb {R} } which is subadditive, convex, and satisfies p ( 0 ) 0 {\displaystyle p(0)\leq 0} {\displaystyle p(0)\leq 0} is also positively homogeneous (the latter condition p ( 0 ) 0 {\displaystyle p(0)\leq 0} {\displaystyle p(0)\leq 0} is necessary as the example of p ( x ) = x 2 + 1 {\displaystyle p(x)={\sqrt {x^{2}+1}}} {\displaystyle p(x)={\sqrt {x^{2}+1}}} on X = R {\displaystyle X=\mathbb {R} } {\displaystyle X=\mathbb {R} } shows). If p {\displaystyle p} {\displaystyle p} is positively homogeneous, it is convex if and only if it is subadditive. Therefore, assuming p ( 0 ) 0 {\displaystyle p(0)\leq 0} {\displaystyle p(0)\leq 0}, any two properties among subadditivity, convexity, and positive homogeneity implies the third.

Properties

[edit ]

Every sublinear function is a convex function: For 0 t 1 , {\displaystyle 0\leq t\leq 1,} {\displaystyle 0\leq t\leq 1,} p ( t x + ( 1 t ) y ) p ( t x ) + p ( ( 1 t ) y )  subadditivity = t p ( x ) + ( 1 t ) p ( y )  nonnegative homogeneity {\displaystyle {\begin{alignedat}{3}p(tx+(1-t)y)&\leq p(tx)+p((1-t)y)&&\quad {\text{ subadditivity}}\\&=tp(x)+(1-t)p(y)&&\quad {\text{ nonnegative homogeneity}}\\\end{alignedat}}} {\displaystyle {\begin{alignedat}{3}p(tx+(1-t)y)&\leq p(tx)+p((1-t)y)&&\quad {\text{ subadditivity}}\\&=tp(x)+(1-t)p(y)&&\quad {\text{ nonnegative homogeneity}}\\\end{alignedat}}}

If p : X R {\displaystyle p:X\to \mathbb {R} } {\displaystyle p:X\to \mathbb {R} } is a sublinear function on a vector space X {\displaystyle X} {\displaystyle X} then[proof 2] [3] p ( 0 )   =   0     p ( x ) + p ( x ) , {\displaystyle p(0)~=~0~\leq ~p(x)+p(-x),} {\displaystyle p(0)~=~0~\leq ~p(x)+p(-x),} for every x X , {\displaystyle x\in X,} {\displaystyle x\in X,} which implies that at least one of p ( x ) {\displaystyle p(x)} {\displaystyle p(x)} and p ( x ) {\displaystyle p(-x)} {\displaystyle p(-x)} must be nonnegative; that is, for every x X , {\displaystyle x\in X,} {\displaystyle x\in X,}[3] 0     max { p ( x ) , p ( x ) } . {\displaystyle 0~\leq ~\max\{p(x),p(-x)\}.} {\displaystyle 0~\leq ~\max\{p(x),p(-x)\}.} Moreover, when p : X R {\displaystyle p:X\to \mathbb {R} } {\displaystyle p:X\to \mathbb {R} } is a sublinear function on a real vector space then the map q : X R {\displaystyle q:X\to \mathbb {R} } {\displaystyle q:X\to \mathbb {R} } defined by q ( x )   = def   max { p ( x ) , p ( x ) } {\displaystyle q(x)~{\stackrel {\scriptscriptstyle {\text{def}}}{=}}~\max\{p(x),p(-x)\}} {\displaystyle q(x)~{\stackrel {\scriptscriptstyle {\text{def}}}{=}}~\max\{p(x),p(-x)\}} is a seminorm.[3]

Subadditivity of p : X R {\displaystyle p:X\to \mathbb {R} } {\displaystyle p:X\to \mathbb {R} } guarantees that for all vectors x , y X , {\displaystyle x,y\in X,} {\displaystyle x,y\in X,}[1] [proof 3] p ( x ) p ( y )     p ( x y ) , {\displaystyle p(x)-p(y)~\leq ~p(x-y),} {\displaystyle p(x)-p(y)~\leq ~p(x-y),} p ( x )     p ( x ) , {\displaystyle -p(x)~\leq ~p(-x),} {\displaystyle -p(x)~\leq ~p(-x),} so if p {\displaystyle p} {\displaystyle p} is also symmetric then the reverse triangle inequality will hold for all vectors x , y X , {\displaystyle x,y\in X,} {\displaystyle x,y\in X,} | p ( x ) p ( y ) |     p ( x y ) . {\displaystyle |p(x)-p(y)|~\leq ~p(x-y).} {\displaystyle |p(x)-p(y)|~\leq ~p(x-y).}

Defining ker p   = def   p 1 ( 0 ) , {\displaystyle \ker p~{\stackrel {\scriptscriptstyle {\text{def}}}{=}}~p^{-1}(0),} {\displaystyle \ker p~{\stackrel {\scriptscriptstyle {\text{def}}}{=}}~p^{-1}(0),} then subadditivity also guarantees that for all x X , {\displaystyle x\in X,} {\displaystyle x\in X,} the value of p {\displaystyle p} {\displaystyle p} on the set x + ( ker p ker p ) = { x + k : p ( k ) = 0 = p ( k ) } {\displaystyle x+(\ker p\cap -\ker p)=\{x+k:p(k)=0=p(-k)\}} {\displaystyle x+(\ker p\cap -\ker p)=\{x+k:p(k)=0=p(-k)\}} is constant and equal to p ( x ) . {\displaystyle p(x).} {\displaystyle p(x).}[proof 4] In particular, if ker p = p 1 ( 0 ) {\displaystyle \ker p=p^{-1}(0)} {\displaystyle \ker p=p^{-1}(0)} is a vector subspace of X {\displaystyle X} {\displaystyle X} then ker p = ker p {\displaystyle -\ker p=\ker p} {\displaystyle -\ker p=\ker p} and the assignment x + ker p p ( x ) , {\displaystyle x+\ker p\mapsto p(x),} {\displaystyle x+\ker p\mapsto p(x),} which will be denoted by p ^ , {\displaystyle {\hat {p}},} {\displaystyle {\hat {p}},} is a well-defined real-valued sublinear function on the quotient space X / ker p {\displaystyle X,円/,円\ker p} {\displaystyle X,円/,円\ker p} that satisfies p ^ 1 ( 0 ) = ker p . {\displaystyle {\hat {p}}^{-1}(0)=\ker p.} {\displaystyle {\hat {p}}^{-1}(0)=\ker p.} If p {\displaystyle p} {\displaystyle p} is a seminorm then p ^ {\displaystyle {\hat {p}}} {\displaystyle {\hat {p}}} is just the usual canonical norm on the quotient space X / ker p . {\displaystyle X,円/,円\ker p.} {\displaystyle X,円/,円\ker p.}

Pryce's sublinearity lemma[2] Suppose p : X R {\displaystyle p:X\to \mathbb {R} } {\displaystyle p:X\to \mathbb {R} } is a sublinear functional on a vector space X {\displaystyle X} {\displaystyle X} and that K X {\displaystyle K\subseteq X} {\displaystyle K\subseteq X} is a non-empty convex subset. If x X {\displaystyle x\in X} {\displaystyle x\in X} is a vector and a , c > 0 {\displaystyle a,c>0} {\displaystyle a,c>0} are positive real numbers such that p ( x ) + a c   <   inf k K p ( x + a k ) {\displaystyle p(x)+ac~<~\inf _{k\in K}p(x+ak)} {\displaystyle p(x)+ac~<~\inf _{k\in K}p(x+ak)} then for every positive real b > 0 {\displaystyle b>0} {\displaystyle b>0} there exists some z K {\displaystyle \mathbf {z} \in K} {\displaystyle \mathbf {z} \in K} such that p ( x + a z ) + b c   <   inf k K p ( x + a z + b k ) . {\displaystyle p(x+a\mathbf {z} )+bc~<~\inf _{k\in K}p(x+a\mathbf {z} +bk).} {\displaystyle p(x+a\mathbf {z} )+bc~<~\inf _{k\in K}p(x+a\mathbf {z} +bk).}

Adding b c {\displaystyle bc} {\displaystyle bc} to both sides of the hypothesis p ( x ) + a c < inf p ( x + a K ) {\textstyle p(x)+ac,円<,円\inf _{}p(x+aK)} {\textstyle p(x)+ac,円<,円\inf _{}p(x+aK)} (where p ( x + a K )   = def   { p ( x + a k ) : k K } {\displaystyle p(x+aK)~{\stackrel {\scriptscriptstyle {\text{def}}}{=}}~\{p(x+ak):k\in K\}} {\displaystyle p(x+aK)~{\stackrel {\scriptscriptstyle {\text{def}}}{=}}~\{p(x+ak):k\in K\}}) and combining that with the conclusion gives p ( x ) + a c + b c   <   inf p ( x + a K ) + b c     p ( x + a z ) + b c   <   inf p ( x + a z + b K ) {\displaystyle p(x)+ac+bc~<~\inf _{}p(x+aK)+bc~\leq ~p(x+a\mathbf {z} )+bc~<~\inf _{}p(x+a\mathbf {z} +bK)} {\displaystyle p(x)+ac+bc~<~\inf _{}p(x+aK)+bc~\leq ~p(x+a\mathbf {z} )+bc~<~\inf _{}p(x+a\mathbf {z} +bK)} which yields many more inequalities, including, for instance, p ( x ) + a c + b c   <   p ( x + a z ) + b c   <   p ( x + a z + b z ) {\displaystyle p(x)+ac+bc~<~p(x+a\mathbf {z} )+bc~<~p(x+a\mathbf {z} +b\mathbf {z} )} {\displaystyle p(x)+ac+bc~<~p(x+a\mathbf {z} )+bc~<~p(x+a\mathbf {z} +b\mathbf {z} )} in which an expression on one side of a strict inequality < {\displaystyle ,円<,円} {\displaystyle ,円<,円} can be obtained from the other by replacing the symbol c {\displaystyle c} {\displaystyle c} with z {\displaystyle \mathbf {z} } {\displaystyle \mathbf {z} } (or vice versa) and moving the closing parenthesis to the right (or left) of an adjacent summand (all other symbols remain fixed and unchanged).

Associated seminorm

[edit ]

If p : X R {\displaystyle p:X\to \mathbb {R} } {\displaystyle p:X\to \mathbb {R} } is a real-valued sublinear function on a real vector space X {\displaystyle X} {\displaystyle X} (or if X {\displaystyle X} {\displaystyle X} is complex, then when it is considered as a real vector space) then the map q ( x )   = def   max { p ( x ) , p ( x ) } {\displaystyle q(x)~{\stackrel {\scriptscriptstyle {\text{def}}}{=}}~\max\{p(x),p(-x)\}} {\displaystyle q(x)~{\stackrel {\scriptscriptstyle {\text{def}}}{=}}~\max\{p(x),p(-x)\}} defines a seminorm on the real vector space X {\displaystyle X} {\displaystyle X} called the seminorm associated with p . {\displaystyle p.} {\displaystyle p.}[3] A sublinear function p {\displaystyle p} {\displaystyle p} on a real or complex vector space is a symmetric function if and only if p = q {\displaystyle p=q} {\displaystyle p=q} where q ( x )   = def   max { p ( x ) , p ( x ) } {\displaystyle q(x)~{\stackrel {\scriptscriptstyle {\text{def}}}{=}}~\max\{p(x),p(-x)\}} {\displaystyle q(x)~{\stackrel {\scriptscriptstyle {\text{def}}}{=}}~\max\{p(x),p(-x)\}} as before.

More generally, if p : X R {\displaystyle p:X\to \mathbb {R} } {\displaystyle p:X\to \mathbb {R} } is a real-valued sublinear function on a (real or complex) vector space X {\displaystyle X} {\displaystyle X} then q ( x )   = def   sup | u | = 1 p ( u x )   =   sup { p ( u x ) : u  is a unit scalar  } {\displaystyle q(x)~{\stackrel {\scriptscriptstyle {\text{def}}}{=}}~\sup _{|u|=1}p(ux)~=~\sup\{p(ux):u{\text{ is a unit scalar }}\}} {\displaystyle q(x)~{\stackrel {\scriptscriptstyle {\text{def}}}{=}}~\sup _{|u|=1}p(ux)~=~\sup\{p(ux):u{\text{ is a unit scalar }}\}} will define a seminorm on X {\displaystyle X} {\displaystyle X} if this supremum is always a real number (that is, never equal to {\displaystyle \infty } {\displaystyle \infty }).

Relation to linear functionals

[edit ]

If p {\displaystyle p} {\displaystyle p} is a sublinear function on a real vector space X {\displaystyle X} {\displaystyle X} then the following are equivalent:[1]

  1. p {\displaystyle p} {\displaystyle p} is a linear functional.
  2. for every x X , {\displaystyle x\in X,} {\displaystyle x\in X,} p ( x ) + p ( x ) 0. {\displaystyle p(x)+p(-x)\leq 0.} {\displaystyle p(x)+p(-x)\leq 0.}
  3. for every x X , {\displaystyle x\in X,} {\displaystyle x\in X,} p ( x ) + p ( x ) = 0. {\displaystyle p(x)+p(-x)=0.} {\displaystyle p(x)+p(-x)=0.}
  4. p {\displaystyle p} {\displaystyle p} is a minimal sublinear function.

If p {\displaystyle p} {\displaystyle p} is a sublinear function on a real vector space X {\displaystyle X} {\displaystyle X} then there exists a linear functional f {\displaystyle f} {\displaystyle f} on X {\displaystyle X} {\displaystyle X} such that f p . {\displaystyle f\leq p.} {\displaystyle f\leq p.}[1]

If X {\displaystyle X} {\displaystyle X} is a real vector space, f {\displaystyle f} {\displaystyle f} is a linear functional on X , {\displaystyle X,} {\displaystyle X,} and p {\displaystyle p} {\displaystyle p} is a positive sublinear function on X , {\displaystyle X,} {\displaystyle X,} then f p {\displaystyle f\leq p} {\displaystyle f\leq p} on X {\displaystyle X} {\displaystyle X} if and only if f 1 ( 1 ) { x X : p ( x ) < 1 } = . {\displaystyle f^{-1}(1)\cap \{x\in X:p(x)<1\}=\varnothing .} {\displaystyle f^{-1}(1)\cap \{x\in X:p(x)<1\}=\varnothing .}[1]

Dominating a linear functional

[edit ]

A real-valued function f {\displaystyle f} {\displaystyle f} defined on a subset of a real or complex vector space X {\displaystyle X} {\displaystyle X} is said to be dominated by a sublinear function p {\displaystyle p} {\displaystyle p} if f ( x ) p ( x ) {\displaystyle f(x)\leq p(x)} {\displaystyle f(x)\leq p(x)} for every x {\displaystyle x} {\displaystyle x} that belongs to the domain of f . {\displaystyle f.} {\displaystyle f.} If f : X R {\displaystyle f:X\to \mathbb {R} } {\displaystyle f:X\to \mathbb {R} } is a real linear functional on X {\displaystyle X} {\displaystyle X} then[6] [1] f {\displaystyle f} {\displaystyle f} is dominated by p {\displaystyle p} {\displaystyle p} (that is, f p {\displaystyle f\leq p} {\displaystyle f\leq p}) if and only if p ( x ) f ( x ) p ( x )  for every  x X . {\displaystyle -p(-x)\leq f(x)\leq p(x)\quad {\text{ for every }}x\in X.} {\displaystyle -p(-x)\leq f(x)\leq p(x)\quad {\text{ for every }}x\in X.} Moreover, if p {\displaystyle p} {\displaystyle p} is a seminorm or some other symmetric map (which by definition means that p ( x ) = p ( x ) {\displaystyle p(-x)=p(x)} {\displaystyle p(-x)=p(x)} holds for all x {\displaystyle x} {\displaystyle x}) then f p {\displaystyle f\leq p} {\displaystyle f\leq p} if and only if | f | p . {\displaystyle |f|\leq p.} {\displaystyle |f|\leq p.}

Theorem[1] If p : X R {\displaystyle p:X\to \mathbb {R} } {\displaystyle p:X\to \mathbb {R} } be a sublinear function on a real vector space X {\displaystyle X} {\displaystyle X} and if z X {\displaystyle z\in X} {\displaystyle z\in X} then there exists a linear functional f {\displaystyle f} {\displaystyle f} on X {\displaystyle X} {\displaystyle X} that is dominated by p {\displaystyle p} {\displaystyle p} (that is, f p {\displaystyle f\leq p} {\displaystyle f\leq p}) and satisfies f ( z ) = p ( z ) . {\displaystyle f(z)=p(z).} {\displaystyle f(z)=p(z).} Moreover, if X {\displaystyle X} {\displaystyle X} is a topological vector space and p {\displaystyle p} {\displaystyle p} is continuous at the origin then f {\displaystyle f} {\displaystyle f} is continuous.

Continuity

[edit ]

Theorem[7] Suppose f : X R {\displaystyle f:X\to \mathbb {R} } {\displaystyle f:X\to \mathbb {R} } is a subadditive function (that is, f ( x + y ) f ( x ) + f ( y ) {\displaystyle f(x+y)\leq f(x)+f(y)} {\displaystyle f(x+y)\leq f(x)+f(y)} for all x , y X {\displaystyle x,y\in X} {\displaystyle x,y\in X}). Then f {\displaystyle f} {\displaystyle f} is continuous at the origin if and only if f {\displaystyle f} {\displaystyle f} is uniformly continuous on X . {\displaystyle X.} {\displaystyle X.} If f {\displaystyle f} {\displaystyle f} satisfies f ( 0 ) = 0 {\displaystyle f(0)=0} {\displaystyle f(0)=0} then f {\displaystyle f} {\displaystyle f} is continuous if and only if its absolute value | f | : X [ 0 , ) {\displaystyle |f|:X\to [0,\infty )} {\displaystyle |f|:X\to [0,\infty )} is continuous. If f {\displaystyle f} {\displaystyle f} is non-negative then f {\displaystyle f} {\displaystyle f} is continuous if and only if { x X : f ( x ) < 1 } {\displaystyle \{x\in X:f(x)<1\}} {\displaystyle \{x\in X:f(x)<1\}} is open in X . {\displaystyle X.} {\displaystyle X.}

Suppose X {\displaystyle X} {\displaystyle X} is a topological vector space (TVS) over the real or complex numbers and p {\displaystyle p} {\displaystyle p} is a sublinear function on X . {\displaystyle X.} {\displaystyle X.} Then the following are equivalent:[7]

  1. p {\displaystyle p} {\displaystyle p} is continuous;
  2. p {\displaystyle p} {\displaystyle p} is continuous at 0;
  3. p {\displaystyle p} {\displaystyle p} is uniformly continuous on X {\displaystyle X} {\displaystyle X};

and if p {\displaystyle p} {\displaystyle p} is positive then this list may be extended to include:

  1. { x X : p ( x ) < 1 } {\displaystyle \{x\in X:p(x)<1\}} {\displaystyle \{x\in X:p(x)<1\}} is open in X . {\displaystyle X.} {\displaystyle X.}

If X {\displaystyle X} {\displaystyle X} is a real TVS, f {\displaystyle f} {\displaystyle f} is a linear functional on X , {\displaystyle X,} {\displaystyle X,} and p {\displaystyle p} {\displaystyle p} is a continuous sublinear function on X , {\displaystyle X,} {\displaystyle X,} then f p {\displaystyle f\leq p} {\displaystyle f\leq p} on X {\displaystyle X} {\displaystyle X} implies that f {\displaystyle f} {\displaystyle f} is continuous.[7]

Relation to Minkowski functions and open convex sets

[edit ]

Theorem[7] If U {\displaystyle U} {\displaystyle U} is a convex open neighborhood of the origin in a topological vector space X {\displaystyle X} {\displaystyle X} then the Minkowski functional of U , {\displaystyle U,} {\displaystyle U,} p U : X [ 0 , ) , {\displaystyle p_{U}:X\to [0,\infty ),} {\displaystyle p_{U}:X\to [0,\infty ),} is a continuous non-negative sublinear function on X {\displaystyle X} {\displaystyle X} such that U = { x X : p U ( x ) < 1 } ; {\displaystyle U=\left\{x\in X:p_{U}(x)<1\right\};} {\displaystyle U=\left\{x\in X:p_{U}(x)<1\right\};} if in addition U {\displaystyle U} {\displaystyle U} is a balanced set then p U {\displaystyle p_{U}} {\displaystyle p_{U}} is a seminorm on X . {\displaystyle X.} {\displaystyle X.}

Relation to open convex sets

[edit ]

Theorem[7] Suppose that X {\displaystyle X} {\displaystyle X} is a topological vector space (not necessarily locally convex or Hausdorff) over the real or complex numbers. Then the open convex subsets of X {\displaystyle X} {\displaystyle X} are exactly those that are of the form z + { x X : p ( x ) < 1 } = { x X : p ( x z ) < 1 } {\displaystyle z+\{x\in X:p(x)<1\}=\{x\in X:p(x-z)<1\}} {\displaystyle z+\{x\in X:p(x)<1\}=\{x\in X:p(x-z)<1\}} for some z X {\displaystyle z\in X} {\displaystyle z\in X} and some positive continuous sublinear function p {\displaystyle p} {\displaystyle p} on X . {\displaystyle X.} {\displaystyle X.}

Proof

Let V {\displaystyle V} {\displaystyle V} be an open convex subset of X . {\displaystyle X.} {\displaystyle X.} If 0 V {\displaystyle 0\in V} {\displaystyle 0\in V} then let z := 0 {\displaystyle z:=0} {\displaystyle z:=0} and otherwise let z V {\displaystyle z\in V} {\displaystyle z\in V} be arbitrary. Let p : X [ 0 , ) {\displaystyle p:X\to [0,\infty )} {\displaystyle p:X\to [0,\infty )} be the Minkowski functional of V z , {\displaystyle V-z,} {\displaystyle V-z,} which is a continuous sublinear function on X {\displaystyle X} {\displaystyle X} since V z {\displaystyle V-z} {\displaystyle V-z} is convex, absorbing, and open ( p {\displaystyle p} {\displaystyle p} however is not necessarily a seminorm since V {\displaystyle V} {\displaystyle V} was not assumed to be balanced). From X = X z , {\displaystyle X=X-z,} {\displaystyle X=X-z,} it follows that z + { x X : p ( x ) < 1 } = { x X : p ( x z ) < 1 } . {\displaystyle z+\{x\in X:p(x)<1\}=\{x\in X:p(x-z)<1\}.} {\displaystyle z+\{x\in X:p(x)<1\}=\{x\in X:p(x-z)<1\}.} It will be shown that V = z + { x X : p ( x ) < 1 } , {\displaystyle V=z+\{x\in X:p(x)<1\},} {\displaystyle V=z+\{x\in X:p(x)<1\},} which will complete the proof. One of the known properties of Minkowski functionals guarantees { x X : p ( x ) < 1 } = ( 0 , 1 ) ( V z ) , {\textstyle \{x\in X:p(x)<1\}=(0,1)(V-z),} {\textstyle \{x\in X:p(x)<1\}=(0,1)(V-z),} where ( 0 , 1 ) ( V z ) = def { t x : 0 < t < 1 , x V z } = V z {\displaystyle (0,1)(V-z)\;{\stackrel {\scriptscriptstyle {\text{def}}}{=}}\;\{tx:0<t<1,x\in V-z\}=V-z} {\displaystyle (0,1)(V-z)\;{\stackrel {\scriptscriptstyle {\text{def}}}{=}}\;\{tx:0<t<1,x\in V-z\}=V-z} since V z {\displaystyle V-z} {\displaystyle V-z} is convex and contains the origin. Thus V z = { x X : p ( x ) < 1 } , {\displaystyle V-z=\{x\in X:p(x)<1\},} {\displaystyle V-z=\{x\in X:p(x)<1\},} as desired. {\displaystyle \blacksquare } {\displaystyle \blacksquare }

Operators

[edit ]

The concept can be extended to operators that are homogeneous and subadditive. This requires only that the codomain be, say, an ordered vector space to make sense of the conditions.

Computer science definition

[edit ]

In computer science, a function f : Z + R {\displaystyle f:\mathbb {Z} ^{+}\to \mathbb {R} } {\displaystyle f:\mathbb {Z} ^{+}\to \mathbb {R} } is called sublinear if lim n f ( n ) n = 0 , {\displaystyle \lim _{n\to \infty }{\frac {f(n)}{n}}=0,} {\displaystyle \lim _{n\to \infty }{\frac {f(n)}{n}}=0,} or f ( n ) o ( n ) {\displaystyle f(n)\in o(n)} {\displaystyle f(n)\in o(n)} in asymptotic notation (notice the small o {\displaystyle o} {\displaystyle o}). Formally, f ( n ) o ( n ) {\displaystyle f(n)\in o(n)} {\displaystyle f(n)\in o(n)} if and only if, for any given c > 0 , {\displaystyle c>0,} {\displaystyle c>0,} there exists an N {\displaystyle N} {\displaystyle N} such that f ( n ) < c n {\displaystyle f(n)<cn} {\displaystyle f(n)<cn} for n N . {\displaystyle n\geq N.} {\displaystyle n\geq N.}[8] That is, f {\displaystyle f} {\displaystyle f} grows slower than any linear function. The two meanings should not be confused: while a Banach functional is convex, almost the opposite is true for functions of sublinear growth: every function f ( n ) o ( n ) {\displaystyle f(n)\in o(n)} {\displaystyle f(n)\in o(n)} can be upper-bounded by a concave function of sublinear growth.[9]

See also

[edit ]

Notes

[edit ]

Proofs

  1. ^ Let x X . {\displaystyle x\in X.} {\displaystyle x\in X.} The triangle inequality and symmetry imply p ( 0 ) = p ( x + ( x ) ) p ( x ) + p ( x ) = p ( x ) + p ( x ) = 2 p ( x ) . {\displaystyle p(0)=p(x+(-x))\leq p(x)+p(-x)=p(x)+p(x)=2p(x).} {\displaystyle p(0)=p(x+(-x))\leq p(x)+p(-x)=p(x)+p(x)=2p(x).} Substituting 0 {\displaystyle 0} {\displaystyle 0} for x {\displaystyle x} {\displaystyle x} and then subtracting p ( 0 ) {\displaystyle p(0)} {\displaystyle p(0)} from both sides proves that 0 p ( 0 ) . {\displaystyle 0\leq p(0).} {\displaystyle 0\leq p(0).} Thus 0 p ( 0 ) 2 p ( x ) {\displaystyle 0\leq p(0)\leq 2p(x)} {\displaystyle 0\leq p(0)\leq 2p(x)} which implies 0 p ( x ) . {\displaystyle 0\leq p(x).} {\displaystyle 0\leq p(x).} {\displaystyle \blacksquare } {\displaystyle \blacksquare }
  2. ^ If x X {\displaystyle x\in X} {\displaystyle x\in X} and r := 0 {\displaystyle r:=0} {\displaystyle r:=0} then nonnegative homogeneity implies that p ( 0 ) = p ( r x ) = r p ( x ) = 0 p ( x ) = 0. {\displaystyle p(0)=p(rx)=rp(x)=0p(x)=0.} {\displaystyle p(0)=p(rx)=rp(x)=0p(x)=0.} Consequently, 0 = p ( 0 ) = p ( x + ( x ) ) p ( x ) + p ( x ) , {\displaystyle 0=p(0)=p(x+(-x))\leq p(x)+p(-x),} {\displaystyle 0=p(0)=p(x+(-x))\leq p(x)+p(-x),} which is only possible if 0 max { p ( x ) , p ( x ) } . {\displaystyle 0\leq \max\{p(x),p(-x)\}.} {\displaystyle 0\leq \max\{p(x),p(-x)\}.} {\displaystyle \blacksquare } {\displaystyle \blacksquare }
  3. ^ p ( x ) = p ( y + ( x y ) ) p ( y ) + p ( x y ) , {\displaystyle p(x)=p(y+(x-y))\leq p(y)+p(x-y),} {\displaystyle p(x)=p(y+(x-y))\leq p(y)+p(x-y),} which happens if and only if p ( x ) p ( y ) p ( x y ) . {\displaystyle p(x)-p(y)\leq p(x-y).} {\displaystyle p(x)-p(y)\leq p(x-y).} {\displaystyle \blacksquare } {\displaystyle \blacksquare } Substituting y := x {\displaystyle y:=-x} {\displaystyle y:=-x} and gives p ( x ) p ( x ) p ( x ( x ) ) = p ( x + x ) p ( x ) + p ( x ) , {\displaystyle p(x)-p(-x)\leq p(x-(-x))=p(x+x)\leq p(x)+p(x),} {\displaystyle p(x)-p(-x)\leq p(x-(-x))=p(x+x)\leq p(x)+p(x),} which implies p ( x ) p ( x ) {\displaystyle -p(-x)\leq p(x)} {\displaystyle -p(-x)\leq p(x)} (positive homogeneity is not needed; the triangle inequality suffices). {\displaystyle \blacksquare } {\displaystyle \blacksquare }
  4. ^ Let x X {\displaystyle x\in X} {\displaystyle x\in X} and k p 1 ( 0 ) ( p 1 ( 0 ) ) . {\displaystyle k\in p^{-1}(0)\cap (-p^{-1}(0)).} {\displaystyle k\in p^{-1}(0)\cap (-p^{-1}(0)).} It remains to show that p ( x + k ) = p ( x ) . {\displaystyle p(x+k)=p(x).} {\displaystyle p(x+k)=p(x).} The triangle inequality implies p ( x + k ) p ( x ) + p ( k ) = p ( x ) + 0 = p ( x ) . {\displaystyle p(x+k)\leq p(x)+p(k)=p(x)+0=p(x).} {\displaystyle p(x+k)\leq p(x)+p(k)=p(x)+0=p(x).} Since p ( k ) = 0 , {\displaystyle p(-k)=0,} {\displaystyle p(-k)=0,} p ( x ) = p ( x ) p ( k ) p ( x ( k ) ) = p ( x + k ) , {\displaystyle p(x)=p(x)-p(-k)\leq p(x-(-k))=p(x+k),} {\displaystyle p(x)=p(x)-p(-k)\leq p(x-(-k))=p(x+k),} as desired. {\displaystyle \blacksquare } {\displaystyle \blacksquare }

References

[edit ]
  1. ^ a b c d e f g h i Narici & Beckenstein 2011, pp. 177–220.
  2. ^ a b c Schechter 1996, pp. 313–315.
  3. ^ a b c d e Narici & Beckenstein 2011, pp. 120–121.
  4. ^ Kubrusly 2011, p. 200.
  5. ^ a b Narici & Beckenstein 2011, pp. 177–221.
  6. ^ Rudin 1991, pp. 56–62.
  7. ^ a b c d e Narici & Beckenstein 2011, pp. 192–193.
  8. ^ Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein (2001) [1990]. "3.1". Introduction to Algorithms (2nd ed.). MIT Press and McGraw-Hill. pp. 47–48. ISBN 0-262-03293-7.{{cite book}}: CS1 maint: multiple names: authors list (link)
  9. ^ Ceccherini-Silberstein, Tullio; Salvatori, Maura; Sava-Huss, Ecaterina (2017年06月29日). Groups, graphs, and random walks. Cambridge. Lemma 5.17. ISBN 9781316604403. OCLC 948670194.{{cite book}}: CS1 maint: location missing publisher (link)

Bibliography

[edit ]
Spaces
Properties
Theorems
Operators
Algebras
Open problems
Applications
Advanced topics
Basic concepts
Main results
Maps
Types of sets
Set operations
Types of TVSs

AltStyle によって変換されたページ (->オリジナル) /