Advertisement
NaZaRa

BEAF/L-space

Jul 3rd, 2015
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. b&p = {p,p,...,p,p} [b times] - linear array
  2. b&p&m is a tetrationnal structure, much bigger than any linear structure, b&p&m&n a pentationnal, bigger than multidimensionnal structures, and so on
  3.  
  4. b$p = p&p&...&p&p [b times] -- insanely fast
  5. {b,p/1} = b^p -- 1 is still the default element
  6. {b,p/2} = b$p
  7. {b,p/n} = {b$p,b$p/n-1}
  8. {b,p/#/1} = {b,p/#}
  9. {b,p/#/n} = {{...{{b,p/#/n-1},b$p/#/n-1}...},b$p/#/n-1} [b$p times]
  10. {b,p/#/n,k} = {b,p/#/n/n/.../n/n} [k times]
  11.  
  12. b&&p = {b$p,b$p/b$p,b$p/.../b$p,b$p/b$p,b$p} [b times]
  13. b$$p = p&&p&&p&&...&&p&&p&&p [b times]
  14. {b,p//1} = b^p
  15. {b,p//2} = b$$p
  16. {b,p//n} = {b$$p,b$$p//n-1}
  17. {b,p//#//1} = {b,p//#}
  18. {b,p//#//n} = {{...{{b,p//#//n-1},b$$p//#//n-1}...},b$$p//#//n-1} [b$p times]
  19. {b,p//#//n,k} = {b,p//#//n//n//...//n//n} [k times]
  20.  
  21. b&&...&&p = {b$$...$$p,b$$...$$p//...//b$$...$$p,b$$...$$p(//...//)...(//...//)b$$...$$p,b$$...$$p/b$$...$$p,b$$...$$p}
  22. b$$...$$p = p&&...&&p&&...&&p(&&...&&)...(&&...&&)p(&&...&&)p(&&...&&)p
  23. And so on - you can see the pattern
  24.  
  25. You can use dimensions, i.e. {b,p(1)/2} = {b,p//...//2} [p /'s]
  26.  
  27. {L,1}<b,p> = b$p
  28. {L,n}<b,p> = b$$...$$p [{L,n-1}<b,p> $'s]
  29.  
  30. {L,b,1,...,1,1,c,#} = {L,b,b,...,b,{L,b-1,1,...,1,1,c,#},c-1,#} - simply
  31. X-structures works: {L,X}<b,p> = {b,p(1)/2}
  32. A-structures either (w/ A any struct. weaker than L)
  33. L-structures: {L,L} = {L,2,2}, then {L,L,...,L,L} = {L,L,...,{L,L,...,L,1},1}
  34.  
  35. b@p = {L,L,...,L,L}<b,p> [b L's]
  36. b@p@m = {L,L,...,L,L}<b@p,m> [b@p L's]
  37. {L2,1}<b,p> = {b,p\2} = b@p
  38. You can continue with {L2,100}, {L2,L2}, L2&100 (why not?), etc
  39. Then b%p = {L2,L2,...,L2,L2}<b,p> [b L's], {L3}<b,p> = {b,p|2} = b%p
  40. And L10, L100, LL1000, LLL...LLL [100^100 L's]...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement