worstsauce / study

2 stars 0 forks source link

Chapter 1 #3

Closed bestsauce closed 7 years ago

bestsauce commented 7 years ago

Chapter 1: Vector Spaces

1.A

1.B

1.C

bestsauce commented 7 years ago

@MaxisJaisi Just wanted to see if you got some different examples for Ex7-8 and Ex19, here are mine:

MaxisJaisi commented 7 years ago

Sure.

Same example for Ex 7. For Ex 8, take any two non-parallel lines passing through the origin. For Ex 19, I didn't quite get the simple counterexample you gave, so I again relied on the geometry of Euclidean spaces: let $V = \mathbf{R}^{3}$, and fix a plane passing through the origin, call it $W$. Then consider any other plane, $U_1$, passing through the origin which is distinct from the fixed plane. The sum of both planes would be all of $\mathbf{R}^{3}$. Again, take another plane distinct from $U_1$ and $W$, the sum would be $\mathbf{R}^{3}$, but $U_1 \neq U_2$. Or you could take a line and a plane (both passing through the origin), being careful that the line does not lie in the plane. The same story occurs, both spaces sum to $\mathbf{R}^{3}$.

bestsauce commented 7 years ago

@MaxisJaisi For Ex6 (b) I'm sure that there may be a simpler way, here's my solution:

Take $(\color{red}{1},\color{green}{1},p)\in\mathbf{C}^3$ and $\left(\color{red}{\dfrac{-1+\sqrt{3}i}{2}},\color{green}{1},c\right)\in\mathbf{C}^3$, they're all in that set, however their sum isn't since

$$\left(\color{red}{\dfrac{-1+\sqrt{3}i}{2}}+\color{red}{1}\right)^3=-1\neq 2^3=(\color{green}{1}+\color{green}{1})^3.$$

MaxisJaisi commented 7 years ago

@bestsauce Yes, the main idea is we can pick any $z \in \mathbf{C}$, and select any two distinct cube roots of $z$. Taking $z=1$ is probably the easiest way.