Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. There are three states of existence: **Void**, **Something**, and **Infinity**.
  2.  
  3. ---
  4.  
  5. Everything that can be measured or counted can be described as a state between **Void** and **Infinity**.
  6.  
  7. ---
  8.  
  9. **Void** can be represented with the character **0**, or with the words **zero**, **nil**, **null**, or **void**. This is the absence of value.
  10.  
  11. ---
  12.  
  13. **Something** can be represented with the character **1**, or with the words **one**, **thing**, or **something**. This is the state that exists between Void and Infinity.
  14.  
  15. ---
  16.  
  17. **Infinity** can be represented with the character **∞**, or the words **infinity**, **infinite**, or **everything**. This has immeasurable value.
  18.  
  19. ---
  20.  
  21. Numbers represent a sum, grouping, or combination of **Void**, **Something**, and **Infinity**.
  22.  
  23. ---
  24.  
  25. When measuring things that exist, we can use **numbers**. Numbers are composed of description of a state and a **direction**.
  26.  
  27. ---
  28.  
  29. A positive value moves the amount we are describing further from **Void** toward **Infinity**.
  30.  
  31. ---
  32.  
  33. A negative value moves a value the amount we are describing further from **Inftinity** toward **Void**.
  34.  
  35. ---
  36.  
  37. **Void** and **Void** grouped together will have no value and are the same as **Void** alone.
  38.  
  39. (0 0) = 0
  40. (~~0~~ 0) = 0
  41. (0) = 0
  42.  
  43. ---
  44.  
  45.  
  46. **Void** and **Something** grouped together will have the same value as **Something** alone.
  47.  
  48. (0 1) = 1
  49. (~~0~~ 1) = 1
  50. (1) = 1
  51.  
  52. ---
  53.  
  54. **Void** and **Infinity** grouped together will have the same value as **Infinity** alone.
  55.  
  56. (0 ∞) = ∞
  57. (~~0~~ ∞) = ∞
  58. (∞) = ∞
  59.  
  60. ---
  61.  
  62.  
  63. Something and Something grouped together are the integers. We use characters like 2 to represent Something and Something, or 3 to represent Something and Something and Something.
  64.  
  65. (1 1) = 2
  66.  
  67. ---
  68.  
  69. Something and Infinity grouped together will have the same value as Infinity alone.
  70.  
  71. (1 ∞) = ∞
  72. (~~1~~ ∞) = ∞
  73. (∞) = ∞
  74.  
  75. ---
  76.  
  77. Infinity and Infinity grouped together will have the same value as Infinity alone.
  78.  
  79. (∞ ∞) = ∞
  80. (~~∞~~ ∞) = ∞
  81.  
  82. ---
  83.  
  84. Even though we can't measure or count Infinity, we can still reason with it to uncover truths and relationships that are true whenever or wherever tested.
  85.  
  86. ---
  87.  
  88. Because any value we can describe has the same amount as that same value combined with Void, Void is ever-present and just as incalculable as Infinity.
  89.  
  90. ---
  91.  
  92. Addition is the grouping of representations of states together and moving the number you are describing from void toward infinity by that amount.
  93.  
  94. 2 + 2 = ((1 1) (1 1))
  95. 2 + 2 = (1 1 1 1)
  96.  
  97. ---
  98.  
  99. Subtraction is the grouping of representations of states together and moving the number you are describing from infinity toward void by that amount.
  100.  
  101. 4 - 2 = ((1 1 1 1) -1 -1)
  102. 4 - 2 = ((1 1) ~~(1 1)~~ ~~(-1 -1)~~)
  103. 4 - 2 = (1 1)
  104.  
  105. ---
  106.  
  107. Multiplication is a shorthand for addition. Multiplication by a fraction is a shorthand for division.
  108.  
  109. 2 * 2 = (2 2)
  110. 2 * 2 = ((1 1) (1 1))
  111. 2 * 2 = (1 1 1 1)
  112.  
  113. ---
  114.  
  115. Division is multiplication by a fraction.
  116.  
  117. ---
  118.  
  119. Fractions are the states between Void and Something.
  120.  
  121. 0 <--- 1 : (1 1) ---> 1 : ∞
  122.  
  123. ---
  124.  
  125. Decimals are numbers that represent a grouping of integers and fractions.
  126.  
  127. (1 5/10) = 1.5
  128. (1 1/2) = 1.5
  129.  
  130. ---
  131.  
  132. The Number Line is a linear representation of possible states between negative infinity, negative something, void, something, and infinity.
  133.  
  134. ```
  135. -∞ <------- -1 --------- 0 --------- 1 -------> ∞
  136.  
  137. integers fractions fractions integers
  138. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement