The Banach algebra of functions of bounded variation and the pointwise Helly selection theorem

Jordan Bell
January 22, 2015

1 B⁢V⁢[a,b]

Let a<b. For f:[a,b]→ℝ, we define11 1 In this note we speak about functions that take values in ℝ, because this makes it simpler to talk about monotone functions. Once the machinery is established we can then apply it to the real and imaginary parts of a function that takes values in ℂ.

∥f∥∞=supt∈[a,b]⁡|f⁢(t)|,

and if ∥f∥∞<∞ we say that f is bounded. We define B⁢[a,b] to be the set of bounded functions [a,b]→ℝ, which with the norm ∥⋅∥∞ is a Banach algebra.

A partition of [a,b] is a set P={t0,…,tn} such that a=t0<⋯<tn=b. For example, P={a,b} is a partition of [a,b]. If Q is a partition of [a,b] and P⊂Q, we say that Q is a refinement of P. For f:[a,b]→ℝ, we define

V⁢(f,P)=∑i=1n|f⁢(ti)-f⁢(ti-1)|.

It is straightforward to show using the triangle inequality that if Q is a refinement of P then

V⁢(f,P)≤V⁢(f,Q).

In particular, any partition P is a refinement of {a,b}, so

|f⁢(b)-f⁢(a)|≤V⁢(f,P).

The total variation of f:[a,b]→ℝ is

Vab⁢f=sup⁡{V⁢(f,P):P is a partition of [a,b]},

and if Vab⁢f<∞ we say that f is of bounded variation. We denote by B⁢V⁢[a,b] the set of functions [a,b]→ℝ of bounded variation. For a function f∈B⁢V⁢[a,b], we define v:[a,b]→ℝ by v⁢(x)=Vax⁢f for x∈[a,b], called the variation of f.

If f:[a,b]→ℝ is monotone, it is straightforward to check that Vab⁢f=|f⁢(b)-f⁢(a)|, hence that f is of bounded variation.

We first show that B⁢V⁢[a,b]⊂B⁢[a,b].

Lemma 1.

If f:[a,b]→R is of bounded variation, then

∥f∥∞≤|f⁢(a)|+Vab⁢f.
Proof.

Let x∈[a,b] If x=a the result is immediate. If x=b, then

|f⁢(b)|≤|f⁢(a)|+|f⁢(b)-f⁢(a)|≤|f⁢(a)|+Vab⁢f.

Otherwise, P={a,x,b} is a partition of [a,b] and

|f⁢(x)-f⁢(a)|≤V⁢(f,P)≤Vab⁢f.

∎

The total variation of functions has several properties. The following lemma and that fact that functions of bounded variation are bounded imply that B⁢V⁢[a,b] is an algebra.22 2 N. L. Carothers, Real Analysis, p. 204, Lemma 13.3.

Lemma 2.

If f,g∈B⁢V⁢[a,b] and c∈R, then the following statements are true.

  1. 1.

    Vab⁢f=0 if and only if f is constant.

  2. 2.

    Vab⁢(c⁢f)=|c|⁢Vab⁢(f).

  3. 3.

    Vab⁢(f+g)≤Vab⁢f+Vab⁢g.

  4. 4.

    Vab⁢(f⁢g)≤∥f∥∞⁢Vab⁢g+∥g∥∞⁢Vab⁢f.

  5. 5.

    Vab⁢|f|≤Vab⁢f.

  6. 6.

    Vab⁢f=Vax⁢f+Vxb for a≤x≤b.

Lemma 3.

If f:[a,b]→R is differentiable on (a,b) and ∥f′∥∞<∞, then

Vab⁢f≤∥f′∥∞⁢(b-a).
Proof.

Suppose that P={a=t0<⋯<tn=b} is a partition of [a,b]. By the mean value theorem, for each j=1,…,n there is some xj∈(tj-1,tj) at which

f′⁢(xj)=f⁢(tj)-f⁢(tj-1)tj-tj-1.

Then

V⁢(f,P) =∑j=1n|f⁢(tj)-f⁢(tj-1)|
=∑j=1n(tj-tj-1)⁢|f′⁢(xj)|
≤∥f′∥∞⁢∑j=1n(tj-tj-1)
=∥f′∥∞⁢(b-a).

∎

Lemma 4.

If f∈C1⁢[a,b], then

Vab⁢f≤∫ab|f′⁢(t)|⁢𝑑t.
Proof.

Let P={t0,…,tn} be a partition of [a,b]. Then, by the fundamental theorem of calculus,

V⁢(f,P) =∑j=1n|f⁢(tj)-f⁢(tj-1)|
≤∑j=1n|∫tj-1tjf′⁢(t)|
≤∑j=1n∫tj-1tj|f′⁢(t)|⁢𝑑t
=∫ab|f′⁢(t)|⁢𝑑t.

Therefore

Vab⁢f=supP⁡V⁢(f,P)≤∫ab|f′⁢(t)|⁢𝑑t.

∎

Lemma 5.

If f:[a,b]→R is a polynomial, then

Vab⁢f=∫ab|f′⁢(t)|⁢𝑑t.
Proof.

Because f is a polynomial, f is also, so f′ is piecewise monotone, say f′=cj⁢|f′| on (tj-1,tj) for j=1,…,n, for some cj∈{+1,-1} and a=t0<⋯<tn=b. Then

∫tj-1tj|f′⁢(t)|⁢𝑑t=cj⁢∫tj-1tjf′⁢(t)⁢𝑑t=cj⁢(f⁢(tj)-f⁢(tj-1)),

giving, because t0<⋯<tn is a partition of [a,b],

∫ab|f′⁢(t)|⁢𝑑t =∑j=1n∫tj-1tj|f′⁢(t)|⁢𝑑t
=∑j=1ncj⁢(f⁢(tj)-f⁢(tj-1))
≤∑j=1n|f⁢(tj)-f⁢(tj-1)|
≤Vab⁢f.

∎

Lemma 6.

If fm is a sequence of functions [a,b]→R that converges pointwise to some f:[a,b]→R and P is some partition of [a,b], then

V⁢(fm,P)→V⁢(f,P).

If fm is a sequence in B⁢V⁢[a,b] that converges pointwise to some f:[a,b]→R, then

Vab⁢f≤lim infm→∞⁡Vab⁢fm.
Proof.

Say P={t0,…,tn}. Then, because taking the limit of convergent sequences is linear,

limm→∞⁡V⁢(fm,P) =limm→∞⁡∑j=1n|fm⁢(tj)-fm⁢(tj-1)|
=∑j=1nlimm→∞⁡|fm⁢(tj)-fm⁢(tj-1)|
=∑j=1n|f⁢(tj)-f⁢(tj-1)|
=V⁢(f,P).

Let P={t0,…,tn} be a partition of [a,b]. Then

V⁢(f,P) =∑j=1n|f⁢(tj)-f⁢(tj-1)|
=∑j=1nlimm→∞⁡|fm⁢(tj)-fm⁢(tj-1)|
=limm→∞⁡V⁢(fm,P)
≤lim infm→∞⁡Vab⁢fm.

This is true for any partition P of [a,b], which yields

Vab⁢f≤lim infm→∞⁡Vab⁢fm.

∎

We now prove that B⁢V⁢[a,b] is a Banach space.33 3 N. L. Carothers, Real Analysis, p. 206, Theorem 13.4.

Theorem 7.

With the norm

∥f∥B⁢V=|f⁢(a)|+Vab⁢f.

B⁢V⁢[a,b] is a Banach space.

Proof.

Using Lemma 2, it is straightforward to check that B⁢V⁢[a,b] is a normed linear space. Suppose that fm is a Cauchy sequence in B⁢V⁢[a,b]. By Lemma 1 it follows that fm is a Cauchy sequence in B⁢[a,b], and thus converges in B⁢[a,b] to some f∈B⁢[a,b].

Let P be a partition of [a,b] and let ϵ>0. Because fn is a Cauchy sequence in B⁢V⁢[a,b], there is some N such that if n,m≥N then ∥fm-fn∥B⁢V<ϵ. For n≥N, Lemma 6 yields

∥f-fn∥B⁢V ≤|f⁢(a)-fn⁢(a)|+V⁢(f-fn,P)
=limm→∞⁡(|fm⁢(a)-fn⁢(a)|+V⁢(fm-fn,P))
≤supm≥N⁡(|fm⁢(a)-fn⁢(a)|+V⁢(fm-fn,P))
=supm≥N⁡∥fm-fn∥B⁢V
≤ϵ.

Because f-fN∈B⁢V⁢[a,b] and fN∈B⁢V⁢[a,b] and B⁢V⁢[a,b] is an algebra, f=(f-fN)+fN∈B⁢V⁢[a,b]. That is, the Cauchy sequence fn converges in B⁢V⁢[a,b] to f∈B⁢V⁢[a,b], showing that B⁢V⁢[a,b] is a complete metric space and thus a Banach space. ∎

The following theorem shows that a function of bounded of variation can be written as the difference of nondecreasing functions.44 4 N. L. Carothers, Real Analysis, p. 207, Theorem 13.5.

Theorem 8.

Let f∈B⁢V⁢[a,b] and let v be the variation of f. Then v-f and v are nondecreasing.

Proof.

If x,y∈[a,b], x<y, then, using Lemma 2,

v⁢(y)-v⁢(x) =Vay⁢f-Vax⁢f
=Vxy⁢f
≥|f⁢(y)-f⁢(x)|
≥f⁢(y)-f⁢(x).

That is, v⁢(y)-f⁢(y)≥v⁢(x)-f⁢(x), showing that v-f is nondecreasing, and because f is nondecreasing we have f⁢(y)-f⁢(x)≥0 and so v⁢(y)-v⁢(x)≥0. ∎

The following theorem tells us that a function of bounded variation is right or left continuous at a point if and only if its variation is respectively right or left continuous at the point.55 5 N. L. Carothers, Real Analysis, p. 207, Theorem 13.9.

Theorem 9.

Let f∈B⁢V⁢[a,b] and let v be the variation of f. For x∈[a,b], f is right (respectively left) continuous at x if and only if v is right (respectively left) continuous at x.

Proof.

Assume that v is right continuous at x. If ϵ>0, there is some δ>0 such that x≤y<x+δ implies that v⁢(y)-v⁢(x)=|v⁢(y)-v⁢(x)|<ϵ. If x≤y<x+δ, then

|f⁢(y)-f⁢(x)|≤v⁢(y)-v⁢(x)<ϵ,

showing that f is right continuous at x.

Assume that f is right continuous at x, with a≤x<b. Let ϵ>0. There is some δ>0 such that x≤y<x+δ implies that |f⁢(y)-f⁢(x)|<ϵ2. Because Vxb⁢f is a supremum over partitions of [x,b], there is some partition P={t0,t1,…,tn} of [x,b] such that Vxb⁢f-ϵ2≤V⁢(f,P). Let x≤y<min⁡{δ,t1-x}. Then Q={t0,y,t1,…,tn} is a refinement of P, so

Vxb⁢f-ϵ2 ≤V⁢(f,P)
≤V⁢(f,Q)
=|f⁢(y)-f⁢(t0)|+V⁢(f,{y,t1,…,tn})
<ϵ2+Vyb⁢f.

Hence

ϵ>Vxb⁢f-Vyb⁢f=Vxy⁢f=v⁢(y)-v⁢(x)=|v⁢(y)-v⁢(x)|,

showing that v is right continuous at x. ∎

For f∈B⁢V⁢[a,b] and for v the variation of f, we define the positive variation of f as

p⁢(x)=v⁢(x)+f⁢(x)-f⁢(a)2,x∈[a,b],

and the negative variation of f as

n⁢(x)=v⁢(x)-f⁢(x)+f⁢(a)2,x∈[a,b].

We can write the variation as v=p+n. We now establish properties of the positive and negative variations.66 6 N. L. Carothers, Real Analysis, p. 209, Proposition 13.11.

Theorem 10.

Let f∈B⁢V⁢[a,b], let v be its variation, let p be its positive variation, and let n be its negative variation. Then 0≤p≤v and 0≤n≤v, and p and n are nondecreasing.

Proof.

For x∈[a,b], v⁢(x)=Vax⁢f≥|f⁢(x)-f⁢(a)|. Because v⁢(x)≥-(f⁢(x)-f⁢(a)), we have p⁢(x)≥0, and because v⁢(x)≥f⁢(x)-f⁢(a) we have n⁢(x)≥0. And then v=p+n implies that p≤v and n≤v.

For x<y,

p⁢(y)-p⁢(x) =v⁢(y)+f⁢(y)-v⁢(x)-f⁢(x)2
=12⁢(Vxy⁢f+(f⁢(y)-f⁢(x)))
≥12⁢(|f⁢(y)-f⁢(x)|+(f⁢(y)-f⁢(x)))
≥0

and

n⁢(y)-n⁢(x) =v⁢(y)-f⁢(y)-v⁢(x)+f⁢(x)2
=12⁢(Vxy⁢f-(f⁢(y)-f⁢(x)))
≥12⁢(|f⁢(y)-f⁢(x)|-(f⁢(y)-f⁢(x)))
≥0.

∎

We now prove that B⁢V⁢[a,b] is a Banach algebra.77 7 N. L. Carothers, Real Analysis, p. 209, Proposition 13.12.

Theorem 11.

B⁢V⁢[a,b] is a Banach algebra.

Proof.

For f1,f2∈B⁢V⁢[a,b], let v1,v2, p1,p2, n1,n2 be their variations, positive variations, and negative variations, respectively. Then

f1⁢f2 =(f1⁢(a)+p1-n1)⁢(f2⁢(a)+p2-n2)
=f1⁢(a)⁢f2⁢(a)+p1⁢p2+n1⁢n2-n1⁢p2-n2⁢p1
+f1⁢(a)⁢p2+f2⁢(a)⁢p1-f1⁢(a)⁢n2-f2⁢(a)⁢n1.

Using this and the fact that if f is nondecreasing then Vab⁢f=f⁢(b)-f⁢(a),

∥f1⁢f2∥B⁢V =|f1⁢(a)|⁢|f2⁢(a)|+Vab⁢(f1⁢f2)
≤|f1⁢(a)|⁢|f2⁢(a)|+Vab⁢(p1⁢p2)+Vab⁢(n1⁢n2)+Vab⁢(n1⁢p2)+Vab⁢(n2⁢p1)
+|f1⁢(a)|⁢Vab⁢p2+|f2⁢(a)|⁢Vab⁢p1+|f1⁢(a)|⁢Vab⁢n2+|f2⁢(a)|⁢Vab⁢n1
=|f1⁢(a)|⁢|f2⁢(a)|+p1⁢(b)⁢p2⁢(b)+n1⁢(b)⁢n2⁢(b)+n1⁢(b)⁢p2⁢(b)+n2⁢(b)⁢p1⁢(b)
+|f1⁢(a)|⁢p2⁢(b)+|f2⁢(a)|⁢p1⁢(b)+|f1⁢(a)|⁢n2⁢(b)+|f2⁢(a)|⁢n1⁢(b)
=(|f1⁢(a)|+p1⁢(b)+n1⁢(b))⁢(|f2⁢(a)|+p2⁢(b)+n2⁢(b))
=(|f1(a)+v1(b))(|f2(a)|+v2(b))
=∥f1∥B⁢V⁢∥f2∥B⁢V,

which shows that B⁢V⁢[a,b] is a normed algebra. And B⁢V⁢[a,b] is a Banach space, so B⁢V⁢[a,b] is a Banach algebra. ∎

Theorem 12.

If f∈C1⁢[a,b], then

Vab⁢f=∫ab|f′⁢(t)|⁢𝑑t.

Let (f′)+ and (f′)- be the positive and negative parts of f′ and let p and n be the positive and negative variations of f. Then, for x∈[a,b],

p⁢(x)=∫ax(f′)+⁢(t)⁢𝑑t,n⁢(x)=∫ax(f′)-⁢(t)⁢𝑑t.
Proof.

Lemma 4 states that Vab≤∫ab|f′⁢(t)|⁢𝑑t. Because f′ is continuous it is Riemann integrable, hence for any ϵ>0 there is some partition P={t0,…,tn} of [a,b] such that if xj∈[tj-1,tj] for j=1,…,n then

|∫ab|⁢f′⁢(t)⁢|d⁢t-∑j=1n|⁢f′⁢(xj)⁢|(tj-tj-1)|<ϵ.

By the mean value theorem, for each j=1,…,n there is some xj∈(tj-1,tj) such that f′⁢(xj)=f⁢(tj)-f⁢(tj-1)tj-tj-1. Then

V⁢(f,P)=∑j=1n|f⁢(tj)-f⁢(tj-1)|=∑j=1n|f′⁢(xj)|⁢(tj-tj-1),

so

|∫ab|⁢f′⁢(t)⁢|d⁢t-V⁢(f,P)|<ϵ,

and thus

∫ab|f′⁢(t)|⁢𝑑t<V⁢(f,P)+ϵ≤Vab⁢f+ϵ.

This is true for all ϵ>0, therefore

∫ab|f′⁢(t)|⁢𝑑t≤Vab⁢f,

which is what we wanted to show.

Write

g⁢(t)=(f′)+⁢(t)=max⁡{f′⁢(t),0},h⁢(t)=(f′)-⁢(t)=-min⁡{f′⁢(t),0}.

These satisfy g+h=|f′| and g-h=f′. Using the fundamental theorem of calculus,

p⁢(x) =12⁢(v⁢(x)+f⁢(x)-f⁢(a))
=12⁢(Vax⁢f+∫axf′⁢(t)⁢𝑑t)
=12⁢(∫ab|f′⁢(t)|⁢𝑑t+∫abf′⁢(t)⁢𝑑t)
=∫abg⁢(t)⁢𝑑t

and

n⁢(x) =12⁢(v⁢(x)-f⁢(x)+f⁢(a))
=12⁢(Vax⁢f-∫axf′⁢(t)⁢𝑑t)
=12⁢(∫ax|f′⁢(t)|⁢𝑑t-∫axf′⁢(t)⁢𝑑t)
=∫axh⁢(t)⁢𝑑t.

∎

2 Helly’s selection theorem

We will use the following lemmas in the proof of the Helly selection theorem.88 8 N. L. Carothers, Real Analysis, p. 210, Theorem 13.13; p. 211, Lemma 13.14; p. 211, Lemma 13.15.

Lemma 13.

Suppose that X is a set, that fn:X→R is a sequence of functions, and that there is some K such that ∥fn∥∞≤K for all n. If D is a countable subset of X, then there is a subsequence of fn that converges pointwise on D to some ϕ:D→R, which satisfies ∥ϕ∥∞≤K.

Proof.

Say D={xk:k≥1}. Write fn0=fn. The sequence of real numbers fn0⁢(x1) satisfies fn0⁢(x1)∈[-K,K] for all n, and since the set [-K,K] is compact there is a subsequence fn1⁢(x1) of fn0⁢(x1) that converges, say to ϕ⁢(x1)∈[-K,K]. Suppose that fnm⁢(xm) is a subsequence of fnm-1⁢(xm) that converges to ϕ⁢(xm)∈[-K,K]. Then the sequence of real numbers fnm⁢(xm+1) satisfies fnm⁢(xm+1)∈[-K,K] for all n, and so there is a subsequence fnm+1⁢(xm+1) of fnm⁢(xm+1) that converges, say to ϕ⁢(xm+1)∈[-K,K]. Let k≥1. Then one checks that fnn⁢(xk)→ϕ⁢(xk) as n→∞, namely, fnn is a subsequence of fn that converges pointwise on D to ϕ, and for each k we have ϕ⁢(xk)∈[-K,K]. ∎

Lemma 14.

Let D⊂[a,b] with a∈D and b=sup⁡D. If ϕ:D→R is nondecreasing, then Φ:[a,b]→R defined by

Φ⁢(x)=sup⁡{ϕ⁢(t):t∈[a,x]∩D}

is nondecreasing and the restriction of Φ to D is equal to ϕ.

Lemma 15.

If fn:[a,b]→R is a sequence of nondecreasing functions and there is some K such that ∥fn∥∞≤K for all n, then there is a nondecreasing function f:[a,b]→R, satisfying ∥f∥∞≤K, and a subsequence of fn that converges pointwise to f.

Proof.

Let D=(ℚ∩[a,b])∪{a}. By Lemma 13, there is a function ϕ:D→ℝ and a subsequence fan of fn that converges pointwise on D to ϕ, and ∥ϕ∥∞≤K. Because each fn is nondecreasing, if x,y∈D and x<y then

ϕ⁢(x)=limn→∞⁡fan⁢(x)≤limn→∞⁡fan⁢(y)=ϕ⁢(y),

namely, ϕ is nondecreasing. D is a dense subset of [a,b] and a∈D, so applying Lemma 14, there is a nondecreasing function Φ:[a,b]→ℝ such that for x∈D,

Φ⁢(x)=ϕ⁢(x)=limn→∞⁡fan⁢(x).

Suppose that Φ is continuous at x∈[a,b] and let ϵ>0. Using the fact that Φ is continuous at x, there are p,q∈ℚ∩[a,b] such that p<x<q and Φ⁢(q)-Φ⁢(p)=|Φ⁢(q)-Φ⁢(p)|<ϵ2. Because p,q∈D, fan⁢(p)→Φ⁢(p) and fan⁢(q)→Φ⁢(q), so there is some N such that n≥N implies that both |fan⁢(p)-Φ⁢(p)|<ϵ2 and |fan⁢(q)-Φ⁢(q)|<ϵ2. Then for n≥N, because each function fan is nondecreasing,

fan⁢(x) ≥fan⁢(p)
≥Φ⁢(p)-ϵ2
≥Φ⁢(q)-ϵ
≥Φ⁢(x)-ϵ.

Likewise, for n≥N,

fan⁢(x) ≤fan⁢(q)
≤Φ⁢(q)+ϵ2
<Φ⁢(p)+ϵ
≤Φ⁢(x)+ϵ.

This shows that if Φ is continuous at x∈[a,b] then fan⁢(x)→Φ⁢(x).

Let D⁢(Φ) be the collection of those x∈[a,b] such that Φ is not continuous at x. Because Φ is monotone, D⁢(Φ) is countable. So we have established that if x∈[a,b]∖D⁢(Φ) then fan⁢(x)→Φ⁢(x). Because fan:[a,b]→ℝ satisfies ∥fan∥∞≤K and D⁢(Φ) is countable, Lemma 13 tells us that there is a function F:D→ℝ and a subsequence fbn of fan such that fbn converges pointwise on D to F, and ∥F∥∞≤K. We define f:[a,b]→ℝ by f⁢(x)=Φ⁢(x) for x∉D⁢(Φ) and f⁢(x)=F⁢(x) for x∈D⁢(Φ). ∥f∥∞≤K. For x∉D⁢(Φ), fan⁢(x) converges to Φ⁢(x)=f⁢(x), and fbn⁢(x) is a subsequence of fan⁢(x) so fbn⁢(x) converges to f⁢(x). For x∈D⁢(Φ), fbn⁢(x) converges to F⁢(x)=f⁢(x). Therefore, for any x∈[a,b] we have that fbn⁢(x)→f⁢(x), namely, fbn converges pointwise to f. Because each function fbn is nondecreasing, it follows that f is nondecreasing. ∎

Finally we prove the pointwise Helly selection theorem.99 9 N. L. Carothers, Real Analysis, p. 212, Theorem 13.16.

Theorem 16.

Let fn be a sequence in B⁢V⁢[a,b] and suppose there is some K with ∥fn∥B⁢V≤K for all n. There is some subsequence of fn that converges pointwise to some f∈B⁢V⁢[a,b], satisfying ∥f∥B⁢V≤K.

Proof.

Let vn be the variation of fn. This satisfies, for any n,

∥vn∥∞=Vab⁢fn≤K

and

∥vn-fn∥∞≤∥vn∥∞+∥fn∥∞≤K+∥fn∥B⁢V≤2⁢K.

Theorem 8 tells us that vn-fn and vn are nondecreasing, so we can apply Lemma 15 to get that there is a nondecreasing function g:[a,b]→ℝ and a subsequence van-fan of vn-fn that converges pointwise to g. Then we use Lemma 15 again to get that there is a nondecreasing function h:[a,b]→ℝ and a subsequence vbn of van that converges pointwise to h. Because g and h are pointwise limits of nondecreasing functions, they are each nondecreasing and so belong to B⁢V⁢[a,b]. We define f=h-g∈B⁢V⁢[a,b]. For x∈[a,b],

limn→∞⁡fbn⁢(x) =limn→∞⁡vbn⁢(x)-limn→∞⁡(vbn⁢(x)-fbn⁢(x))
=h⁢(x)-g⁢(x)
=f⁢(x),

namely the subsequence fbn of fn converges pointwise to f. By Lemma 6, because fbn is a sequence in B⁢V⁢[a,b] that converges pointwise to f we have

∥f∥B⁢V =|f⁢(a)|+Vab⁢f
≤|f⁢(a)|+lim infn→∞⁡Vab⁢fbn
=lim infn→∞⁡(|fbn⁢(a)|+Vab⁢fbn)
=lim infn→∞⁡∥fbn∥B⁢V
≤K,

completing the proof. ∎