Linear Algebra – Alternative Definitions of Vector Addition and Scalar Multiplication

linear algebravector-spaces

While teaching the concept of vector spaces, my professor mentioned that addition and multiplication aren't necessarily what we normally call addition and multiplication, but any other function that complies with the eight axioms needed by the definition of a vector space (for instance, associativity, commutativity of addition, etc.). Is there any widely used vector space in which alternative functions are used as addition/multiplication?

Best Answer

My favorite example is the set of subsets of a set under the operation of symmetric difference (otherwise known as bitwise XOR). This forms a vector space over the finite field $\mathbb{F}_2$. This example is important in computer science, coding theory, combinatorics, ...

Related Question