I'm reading "Naive Lie Algebra" by John Stillwell, during introducing quaternion he mentioned:
The quaternion sum operation has the same basic properties as addition for numbers, namely $$q_1 + q_2 = q_2 + q_1 ,\text{(commutative law)}$$ $$q_1 + (q_2 + q_3 ) = (q_1 + q_2 ) + q_3 ,\text{(associative law)}$$ $$q + (−q) = \mathbf{0} \text{, where } \mathbf{0} \text{ is the zero matrix, (inverse law)}$$ $$q + \mathbf{0} = q.\text{(identity law)}$$ The quaternion product operation does not have all the properties of multiplication of numbers — in general, the commutative property $q_1 q_2 = q_2 q_1$ fails — but well-known properties of the matrix product imply the fol- lowing properties of the quaternion product: $$q_1 (q_2 q_3 ) = (q_1 q_2 )q_3 ,\text{(associative law)}$$ $$qq^{-1} = \mathbf{1}, \text{for } q \ne \mathbf{0} \text{, (inverse law)}$$ $$q\mathbf{1} = q, \text{(identity law)}$$ $$q_1 (q_2 + q_3 ) = q_1 q_2 + q_1 q_3 . \text{(left distributive law)}$$ Here $\mathbf{0}$ and $\mathbf{1}$ denote the $2 × 2$ zero and identity matrices, which are also quaternions.
So far so good.. but then he mentioned:
The right distributive law $$(q_2 + q_3 )q_1 = q_2 q_1 + q_3 q_1$$ of course holds too, and is distinct from the left distributive law because of the non-commutative product.
I'm lost here -- why the right distributive law of course holds? Is it that in ring's definition, if the addition is commutative, then we only need the left distribution law on product operation?