|
|
|
|
|
by gpm
968 days ago
|
|
Defining "multiplication" to be "any function that takes two arguments and outputs one" isn't a very interesting definition of multiplication. The word is a lot more useful if you put constraints on it like saying for something to be a multiplicative operator it has to respect (a + b) * c = a * c + b * c (the distributive property). Once you put a "reasonable" set of constraints on it... you discover that you can't actually multiply vectors (no function exists that satisfies the properties you want). Though the talk isn't about proving that (or justifying the set of constraints that mean you can't multiply vectors) and instead goes off in another direction of extending your vector space to a bigger space (like how the complex numbers are a bigger space than the reals) where you can define a reasonable multiplication operator. |
|