How can we define the notion of multiplication without numbers?

Here is an Euclidean construction for the product. It does need a unit segment.

enter image description here

(Picture from this answer)


Each line is constructed from individual segments of unit length (represented by underscores). For convenience, lets say that we want to multiply two shorter lines:

_____ ___

First, we insert spaces into the first line so that we can see the individual underscores.

_ _ _ _ _ ___

Then we replace each underscore in the first line by the second line.

___ ___ ___ ___ ___

Finally, we remove the spaces to obtain the result.

_______________

This process corresponds to rewriting multiplication in terms of addition.


The product of two positive real numbers $a$ and $b$ can be thought of as the area of the rectangle with side lengths $a$ and $b$.