What if we had discovered triangular numbers before multiplication was invented? I came to this question after I found an identity that connects triangular numbers
\[ \Delta(x) = \frac{x(x-1)}{2} \]
with multiplication, namely
\[ x y = \Delta(x + y) - \Delta(x) - \Delta(y). \]
To see why this is true, just draw the large triangle with edge length of \( x + y \) and remove the two smaller triangle from it โ then a lozenge with \( x y \) points remains.
So if we had a pocket calculator with a \( \Delta \) key instead of a multiplication key, then we could still do all integer calculations that involve only addition and multiplication. But what about algebra? Here my results are mixed so far. When trying to translate the commutative law
\[ (x y) z = x (y z) \]
into triangular arithmetic, I got a long formula which provided no insight. But associativity,
\[ x (y + z) = x y + x z \]
is equivalent to the nice formula
\[\begin{align}
&\Delta(x + y + z) - \Delta(x + y) \\
&{} - \Delta(y + z) - \Delta(x + z) \\
&{} + \Delta(x) + \Delta(y) + \Delta(z) = 0.
\end{align}\]