the cartesian product of banach spaces is banach

[[concept]]
Corollary

If B1,B2 are Banach spaces, then B1×B2 with norm

||(b1,b2)||:=||b1||+||b2||

is a Banach space.

Proof

Exercise

  • just need to check all the definitions for the norm
  • check that Cauchy sequences in B1×B2 consist of Cauchy sequences in each of B1 and B2 (similar to completeness of R2)

Mentions

Mentions

File Last Modified
Functional Analysis Lecture 4 2025-10-02

const { dateTime } = await cJS()

return function View() {
	const file = dc.useCurrentFile();
	return <p class="dv-modified">Created {dateTime.getCreated(file)}     ֍     Last Modified {dateTime.getLastMod(file)}</p>
}