12

If $W \subset V$, then one defines the quotient space, $$V/W = \{ v + W : v \in V \}$$

So why isn't this right?

$$V/V = \{v + V : v \in V \} = \{V \}$$?

I read that $V/V = \{ 0 \}$? Why can't the whole set $V/V$ be partition, by $V$ itself?

Lemon
  • 12,664
  • 6
    The coset $V=0+V$ is also the zero element $0=0_{V/V}$ of the quotient space $V/V$. In other words, you are right, and so is the person claiming that $V/V={0}$. – Jyrki Lahtonen Oct 12 '14 at 22:29

2 Answers2

7

$V/W$ is a vector space, and it have the zero element $0_{V/W}$.

I claim that $0_{V/W}=W$ - Indeed if $v+V\in V/W$ then $$ (v+V)+W=W+(v+V)=v+V $$

so $$ \{V\}=\{0_{V/V}\} $$

that is - it is the zero subspace.

Belgi
  • 23,150
7

You are right, $V/V=\{V\}$. The reason this is sometimes written $\{0\}$ is that $V$ functions as the zero vector in $V/V$, i.e., in $V/V$, $V=0$.

Mike Earnest
  • 75,930
  • Oh, okay I forget that. The notes I read online just writes "$0$", so that's what they meant. – Lemon Oct 12 '14 at 22:36