Problem
Let $V = \{(a_1, a_2): a_1, a_2 \in F\}$ where $F$ is a field. Define addition of elements of $V$ coordinatewise, and for $c \in F$ and $(a_1,a_2) \in V$, define
$c(a_1, a_2) = (a_1, 0)$
Is $V$ a vector space over $F$ with these operations?
My Solution
$0 \not \in V$; therefore, V is not a vector space since it is not closed under scalar multiplication.
Textbook Solution
No. Since $0(a_1, a_2) = (a_1, 0)$ is the zero vector but this will make the zero vector not be unique, it cannot be a vector space.
I do not understand the textbook's solution and would greatly appreciate it if people could please take the time to review mine. If there is anything wrong with my reasoning, please specify why and what the correct solution is.