Define the binary opration * on $\Bbb R^n$ as $\Bbb R^n \times \Bbb R^n\to \Bbb R$, $(x,y)\mapsto 0$. I wish to prove or disprove that: $\forall x,\ y\in \Bbb R^n, \forall a,\ b\in\Bbb R^n$, both $x\mapsto x*b$ and $y\mapsto a*y$ are linear.
I claim to prove the two are linear. The following is how I approached it:
In order to show both are linear, I need to show
$\forall x,\ y\in \Bbb R^n, \forall a,\ b\in\Bbb R^n$ and $m\in\Bbb R^n$
(i)$(x+y)*b=x*b+y*b$;
(ii)$(mx)*b=m(x*b)$;
(iii)$a*(x+y)=a*x+a*y$; and
(iv)$a*(my)=m(a*y)$.
I did find that (i) through (iv) are all satisfied and their results are all 0.So, is this the way to show the two are linear? Am I on the track?
Yes, this is correct. The result is $0$ all the time, and so there is no way in which the properties could be violated. Both maps are linear. In other words: The map $\ast$ is bilinear.