Advertisement
NaZaRa

MyBEAF

Jul 6th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. 1^^...^^b = 1
  2. a^^...^^1 = a
  3. a^^...^^b [n arrows] = a^^...^^b [n-1 arrows] until a^b (a at the power of b)
  4.  
  5. {} = 1
  6. {a} = a
  7. {#,1} = {#}
  8. {a,b} = a^^^...^^^a [b arrows]
  9. {a,b,c,...} = {{a,b-1,c,...},{a,b-1,c,...},c-1,...}
  10. {a,b,1,...,1,c,#} = {{a,b-1,1,...,1,c,#},{a,b-1,1,...,1,c,#},{a,b-1,1,...,1,c,#},...,{a,b-1,1,...,1,c,#},c-1,#}
  11. b&p = {p,p,...,p,p} [b p's]
  12.  
  13. {1,#(#)#} = 1
  14. {b,1(#)#} = b
  15. {b,p,m,#(#)#} = {b&p,{b,p-1,m,#(#)#},m-1,#(#)#}
  16. {b,p,1,...,1,m,#(#)#} = {b&p,b&p,b&p,...,{b,p-1,1,...,1,m,#(#)#},m-1,#(#)#}
  17.  
  18. {b,p(1)2} = b&p
  19. {b,p(1)n} = b'&n'p with b'&n'p = {b,b,...,b,b(1)n-1} [p b's]
  20. {b,p(1)a,b,c,...} = {b&p,b&p,...,b&p,b&p(1)b&p,{b,p-1(1)a,b,c,...},c-1,...} [b&p b&p's in the first row]
  21. {b,p(1)a,b,1,...,1,c,#} = {b&p,b&p,...,b&p,b&p(1)b&p,b&p,b&p,...,{b,p-1(1)a,b,1,...,1,c,#},c-1,#} [b&p b&p's in the first row]
  22.  
  23. To solve {b,p(1)a,b,c,...(1)k,l} you must solve {b,p(1)a,b,c,...} until you get {b,p(1)m,n(1)k,l}
  24. Then, {b,p(1)m,n(1)...(1)k,l(1)x,y} = {b&p(1)b&p(1)...(1)b&p(1){b,p-1(1)m,n(1)...(1)k,l(1)x,y},y-1}
  25.  
  26. {b,p(2)2} = {b,b,...,b,b(1)b,b,...,b,b(1)...(1)b,b,...,b,b(1)b,b,...,b,b} [p (1)'s]
  27. Other rules are same as for (1)
  28.  
  29. More generally: {b,p(n+1)2} = {b,b,...,b,b(n)b,b,...,b,b(n)...(n)b,b,...,b,b(n)b,b,...,b,b} [p (n)'s]
  30.  
  31. {b,p(n,1,#)k,l} = {b,p(n)k,l}
  32. {b,p(n,m)k,l} = {b,b,...,b,b({b,p-1(n,m)k,l},m-1),b,b,...,b,b}
  33. {#(n,m,k,...)#} = {#(n,{#(n,m-1,k,...)#},k-1,...)#}
  34. {#(n,m,1,...,1,k,#)#} = {#({#(n,m-1,1,...,1,k,#)#},{#(n,m-1,1,...,1,k,#)#},{#(n,m-1,1,...,1,k,#)#},...,{#(n,m-1,1,...,1,k,#)#},k-1,#)#}
  35.  
  36. {b,p((n))k,l} = {b,p(n,n,...,n,n)k,l} [n n's]
  37. {#((...))#} has the same other rules than {#(...)#}
  38. Same for {#(((...)))#} (with {#(((n)))#} = {((n,n,...,n,n))} [n n's])
  39.  
  40. {#[n]#} = {#(((...(((n)))...)))#} [n ('s]
  41. Same rules from here than {#(#)#}, i.e. {5,5[5,5,5,5]5,5}
  42.  
  43. Then, {#<n>#} = {#[[[...[[[n]]]...]]]#} [n ['s]
  44. And so on...
  45.  
  46. X-structures:
  47.  
  48. X&n = {n,n(1)2}
  49. X+1&n = {n,n(2)2}
  50. X+2&n = {n,n(3)2}
  51. X+3&n = {n,n(4)2}
  52. X+k&n = {n,n(k+1)2}
  53. 2X&n = {n,n(n,n,...,n,n),2}
  54. 3X&n = {n,n((n,n,...,n,n)),2}
  55. 4X&n = {n,n(((n,n,...,n,n))),2}
  56. mX&n = {n,n[m-1]2}
  57. X^2&n = {n,n[n,n,...,n,n]2}
  58. X^3&n = {n,n[[n,n,...,n,n]]2}
  59. X^4&n = {n,n[[[n,n,...,n,n]]]2}
  60. X^m&n = {n,n<m>n,n}
  61. etc...
  62.  
  63. {n"1"2} = {n,n(n,n,...,n,n),2}
  64. {n"2"2} = {n,n[n,n,...,n,n],2}
  65. {n"3"2} = {n,n<n,n,...,n,n>,2}
  66. etc.
  67. X^X&n = X^^2&n = {n"n,n,...,n,n"2}
  68. From here, define {#""n""#}, {#"""n"""#}, etc
  69. You can continue as many times you want, until X^^X = X^^^2
  70. Extension is straightforward, {#'n'#}, {#''n''#},...
  71.  
  72. NOTE: (b&p)&m isn't equal to b&(p&m) which isn't equal to b&p&m
  73. The last one if defined the following way:
  74. b&p&m = X^^^...^^^X&m with b&p arrows !!!
  75. Let's take this as a base for the Y structure: Y&n = n&n&n
  76. Then, b&p&m&n = Y^^^...^^^Y&m with b&p&m arrows
  77. Continue with Z structure, etc...
  78.  
  79. Now let's define b$p = p&p&...&p&p [b times] -- insanely fast!!!
  80.  
  81. {b,p/1} = {b,p} -- 1 is still the default element
  82. {b,p/2} = b$p
  83. {b,p/n} = {b$p,b$p/n-1}
  84. {b,p/#/1} = {b,p/#}
  85. {b,p/#/n} = {{...{{b,p/#/n-1},b$p/#/n-1}...},b$p/#/n-1} [b$p times]
  86. {b,p/#/n,k} = {b,p/#/n/n/.../n/n} [k times]
  87.  
  88. b&&p = {b$p,b$p/b$p,b$p/.../b$p,b$p/b$p,b$p} [b times]
  89. b$$p = p&&p&&p&&...&&p&&p&&p [b times]
  90. {b,p//1} = b^p
  91. {b,p//2} = b$$p
  92. {b,p//n} = {b$$p,b$$p//n-1}
  93. {b,p//#//1} = {b,p//#}
  94. {b,p//#//n} = {{...{{b,p//#//n-1},b$$p//#//n-1}...},b$$p//#//n-1} [b$p times]
  95. {b,p//#//n,k} = {b,p//#//n//n//...//n//n} [k times]
  96.  
  97. b&&...&&p = {b$$...$$p,b$$...$$p//...//b$$...$$p,b$$...$$p(//...//)...(//...//)b$$...$$p,b$$...$$p/b$$...$$p,b$$...$$p}
  98. b$$...$$p = p&&...&&p&&...&&p(&&...&&)...(&&...&&)p(&&...&&)p(&&...&&)p
  99. And so on - you can see the pattern
  100.  
  101. You can use dimensions, i.e. {b,p(1)/2} = {b,p//...//2} [p /'s]
  102.  
  103. {L,1}<b,p> = b$p
  104. {L,n}<b,p> = b$$...$$p [{L,n-1}<b,p> $'s]
  105.  
  106. {L,b,1,...,1,1,c,#} = {L,b,b,...,b,{L,b-1,1,...,1,1,c,#},c-1,#} - simply
  107. X-structures works: {L,X}<b,p> = {b,p(1)/2}
  108. A-structures either (w/ A any struct. weaker than L)
  109. L-structures: {L,L} = {L,2,2}, then {L,L,...,L,L} = {L,L,...,{L,L,...,L,1},1}
  110.  
  111. b@p = {L,L,...,L,L}<b,p> [b L's]
  112. b@p@m = {L,L,...,L,L}<b@p,m> [b@p L's]
  113. {L2,1}<b,p> = {b,p\2} = b@p
  114. You can continue with {L2,100}, {L2,L2}, L2&100 (why not?), etc
  115. Then b%p = {L2,L2,...,L2,L2}<b,p> [b L's], {L3}<b,p> = {b,p|2} = b%p
  116. And L10, L100, LL1000, LLL...LLL [100^100 L's]...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement