I'm reading Lang's: Linear Algebra. There is an exercise:
Let $A_1, A_2$ be vectors in $\Bbb{R}^n$. Show that the set of all vectors $B\in\Bbb{R}^n$ such that $B$ is perpendicular to both $A_1,A_2$ is a subspace.
I did the following: Using the inner product given before:
$$\langle B,A_n \rangle\stackrel{!}{=}0 $$
$$\langle \alpha B,A_n \rangle\stackrel{?}{=}0 \\ \alpha \langle B,A_n \rangle\stackrel{?}{=}0 \\ \alpha 0\stackrel{!}{=}0$$
$$\langle \alpha B+\beta B,A_n \rangle\stackrel{?}{=}0 \\ \ \langle (\alpha +\beta )B,A_n \rangle\stackrel{?}{=}0 \\ (\alpha +\beta ) \langle B,A_n \rangle\stackrel{?}{=}0\\ (\alpha +\beta ) 0\stackrel{!}{=}0$$
I'm not sure if that is correct though. As we're talking about $\Bbb{R}^n$ there could be more than one vector perpendicular to those two, but the only one I have guarantee that is perpendicular is $B$, given by the exercise.