between addition and multiplication
#27
x {1.5} 2 = x {0.5} x

This is the general requirement that rational operators be recursive.

Consider,
x {0} y = x + y
x {1} y = x * y
x {2} y = x ^ y
x {3} y = x ^^ y

x * 2 = x + x
x {1} 2 = x {0} x

x ^ 2 = x * x
x {2} 2 = x {1} x

x ^^ 2 = x ^ x
x {3} 2 = x {2} x

etc etc...
It only be natural that this law holds for rational operators.
Generally, if {r} is any operator, than {r+1} is the superfunction of {r}.

the law stated mathematically is:

(x {r+1} (n-1)) {r} x = x {r+1} n
Reply


Messages In This Thread
between addition and multiplication - by lloyd - 03/10/2011, 09:10 PM
RE: between addition and multiplication - by JmsNxn - 03/16/2011, 05:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Between addition and product ( pic ) tommy1729 9 19,043 06/25/2022, 09:34 PM
Last Post: tommy1729
Question Communitive Octonion Multiplication Catullus 1 3,576 06/24/2022, 08:44 AM
Last Post: JmsNxn
  A fundamental flaw of an operator who's super operator is addition JmsNxn 6 22,370 06/16/2022, 10:33 PM
Last Post: MphLee
  special addition tommy1729 0 5,656 01/11/2015, 02:00 AM
Last Post: tommy1729
  extension of the Ackermann function to operators less than addition JmsNxn 2 12,234 11/06/2011, 08:06 PM
Last Post: JmsNxn



Users browsing this thread: 2 Guest(s)