hyperops

Index of arithmetic operations

The elementary arithmetic operations

  • The four elementary operations

    • Addition

    • Subtraction

    • Multiplication

    • Division

Addition:        addend       + addend     = sum
Subtraction:     subtrahend   - minuend    = difference
Multiplication:  multiplicand × multiplier = product
Multiplication:  factor × factor = product
Division:        denominator  ÷ divisor    = (quotient, remainder)

Hyperoperations

hyper-1, zeration (successor):

S(0)=1S(n)=n{n}S(n)=SS  nS  n=Sn(...(S(0)))=n P(0)=0P(1)=00=P  nS(n)=S  P(n) 1=S(0)2=S  2=SS=S(S(0))=S(1)=23=S  3=SSS=S(S(S(0)))=S(S(1))=S(2)=3n=S  n=Sn(...(S(0)))S(0) = 1 \\ S(n) = n \cup \{n\} \\ S(n) = S \circ S^{\ \circ\ n} \\ S^{\ \circ\ n} = S_{n}(...(S(0))) = n \\ \ \\ P(0) = 0 \\ P(1) = 0 \\ 0 = P^{\ \circ\ n}\quad \\ S(n) = S^{\ \circ\ P(n)} \ \\ 1 = S(0) \\ 2 = S^{\ \circ\ 2} = S \circ S = S(S(0)) = S(1) = 2 \\ 3 = S^{\ \circ\ 3} = S \circ S \circ S = S(S(S(0))) = S(S(1)) = S(2) = 3 \\ n = S^{\ \circ\ n} = S_{n}(...(S(0)))
1+4+3+5aha!1+4+3+5aha!\displaystyle{ 1 + \overbrace{4+3+5}^{a-ha!} \\ 1 + \underbrace{4+3+5}_{a-ha!} }

hyper-1, addition

x={x>0:4x=0:2x<0:5x = \begin{cases} x > 0 : & 4 \\ x = 0 : & 2 \\ x < 0 : & 5 \end{cases}
m+0=mm+S(n)=S(m+n)m + 0 = m \\ m + S(n) = S(m + n)

hyper-2, multiplication

m×0=0mS(n)=n×mnm \times 0 = 0 \\ m^S{(n)} = n \times m^n

hyper-3, exponentiation

m0=0mS(n)=n×mnm^0 = 0 \\ m^S{(n)} = n \times m^n

hyper-4, tetration

m0=0mS(n)=n×mnm^0 = 0 \\ m^S{(n)} = n \times m^n

hyper-i, Hyperops

$$

$$

Last updated