quotient of a vector space

[[concept]]
Quotient

Let WV be a subspace. We define an equivalence relation on V by

vvvvW

Define [v]={vV:vv} the equivalence class of v. Then

V|W={[v]:vV}

is called the quotient space which we typically call "V mod W" and notate as

[v]=v+W

V|W is a vector space such that for all v1,v2V and λK

  1. (v1+W)+(v2+W):=(v1+v2)+W
  2. λ(v+W)=λv+W
Note

W=0+W=w+WwW

Mentions

Mentions

File Last Modified
Functional Analysis Lecture 3 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>
}