Search This Blog

Create New Mathematics in 5 Minutes

Create New Mathematics in 5 Minutes

What's it like to create new mathematics? Let's find out. We'll invent a new mathematical object that's an ordered list of two integers..

(a,b)

where a and b are integers. Order is important, so (a,b) and (b,a) are different objects.

Of course, these objects are not much use unless we have some operations we can do with them.

So let's define a multiply operation as follows..

(a,b)*(c,d)=(a*c,b*d)

Here's an example: (3,4)*(2,5)=(3*2,4*5)=(6,20)

This is interesting (1,1)*(a,b)=(a,b)

So the object (1,1) plays the same role with our new objects that the number 1 plays with the integers. So (1,1) is our "number 1". Mathematicians call this the identity element and many groups of mathematical objects have an identity element because it's a really useful thing.

So now our objects can be multiplied together. Notice that when we multiply two objects we always get an object of the same type. Mathematicians say that our collection of objects is "closed under multiplication". This simply means that no matter how frantically we multiply objects together we'll never create a different type of object. Of course, not all collections of objects need to be closed under an operation. But ours is.

What about addition? Our definition of the addition operation may look a bit complex..

(a,b)+(c,d)=(a*d+b*c,b*d)

Here's an example: (3,4)+(2,5)=(3*5+4*2,4*5)=(23,20)

Again, when we add two of our objects we always get an object of the same type. So our collection of objects is also closed under addition.

Our object (a,b) is usually written a/b and it's called a fraction.

I cheated a bit. I made things look easier than they really are. Inventing the new object (a,b) is easy, the harder part is defining operations such as "multiply" and "add".

These operations were defined to make the objects useful, and to have some basic properties expected of all multiply and add operations. I made them match the operations you do with fractions. So I did not really invent the operations from scratch.

But still, this gives you the flavor of what it's like to create new mathematics. Never be afraid to create your own.

Like this post? Please click g+1 below to share it.
Content written and posted by Ken Abbott abbottsystems@gmail.com