Skip to content

Commit 48367e9

Browse files
committed
exp_30: Arithmetic Dimension Emergence — vault survey and preliminary tests
Vault survey of 10+ FDOs identifies strong support for ADE hypothesis from mobius-manifold-substrate, feigenbaum-fibonacci-arithmetic, oscillation-attractor-dynamics, and harmonic-bridge-constants. Five computational tests: - Symmetry generators: T,D,R,I confirmed as minimal Möbius generators (inversion needed as 4th — key finding for ADE) - Prime coordinates: primes most natural in multiplicative coords (CV=0.013) - Recursive closure: forced sequence addition→mult→exp confirmed unique - Feigenbaum decomposition: δ≈4.672 recovered, local arithmetic shift inconclusive - Mode count: 2³=8 framework viable, 2D discrepancy explained by null mode exclusion
1 parent 649e1e9 commit 48367e9

13 files changed

Lines changed: 2686 additions & 0 deletions

foundational/experiments/exp_30_arithmetic_dimension_emergence/PRELIMINARY_RESULTS.md

Lines changed: 277 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"decomposition_success_rate": 1.0,
3+
"subset_tests": {
4+
"translations_only": {
5+
"stays_in_subgroup": true,
6+
"description": "Translations form abelian subgroup; cannot produce c\u22600 or scaling"
7+
},
8+
"dilations_only": {
9+
"stays_in_subgroup": true,
10+
"description": "Dilations form abelian subgroup; cannot produce b\u22600 or c\u22600"
11+
},
12+
"rotations_only": {
13+
"stays_in_subgroup": true,
14+
"description": "Rotations form abelian subgroup SO(2); cannot produce |a|\u22601, b\u22600, c\u22600"
15+
},
16+
"T_and_D": {
17+
"stays_in_subgroup": true,
18+
"description": "T+D generate affine group az+b; cannot produce c\u22600 (no inversion)"
19+
},
20+
"T_and_R": {
21+
"stays_in_subgroup": true,
22+
"description": "T+R generate rigid motions (Euclidean group); cannot produce scaling or c\u22600"
23+
},
24+
"D_and_R": {
25+
"stays_in_subgroup": true,
26+
"description": "D+R generate diagonal matrices; cannot produce b\u22600 or c\u22600"
27+
}
28+
},
29+
"commutators": {
30+
"T,D": {
31+
"commutes": false,
32+
"distance_from_identity": 1.118033988749895
33+
},
34+
"T,R": {
35+
"commutes": false,
36+
"distance_from_identity": 0.8557061686312837
37+
},
38+
"D,R": {
39+
"commutes": true,
40+
"distance_from_identity": 0.0
41+
},
42+
"T,I": {
43+
"commutes": false,
44+
"distance_from_identity": 1.955384722187607
45+
},
46+
"D,I": {
47+
"commutes": false,
48+
"distance_from_identity": 0.75
49+
},
50+
"R,I": {
51+
"commutes": false,
52+
"distance_from_identity": 1.414213562373095
53+
}
54+
},
55+
"inversion_independence": {
56+
"TDR_products_always_affine": true,
57+
"inversion_needed": true,
58+
"explanation": "T, D, R generate only affine maps (c=0). Inversion introduces c!=0, required for full Mobius group."
59+
},
60+
"summary": {
61+
"generators": {
62+
"translation": "T_b: z -> z+b, matrix [[1,b],[0,1]], arithmetic: addition",
63+
"dilation": "D_lambda: z -> lambda*z, matrix [[lambda,0],[0,1]], arithmetic: multiplication",
64+
"rotation": "R_theta: z -> e^{i*theta}*z, matrix [[e^{itheta},0],[0,1]], arithmetic: exponentiation (Euler)",
65+
"inversion": "I: z -> 1/z, matrix [[0,1],[1,0]], arithmetic: reciprocal/division"
66+
},
67+
"group_structure": {
68+
"TDR_generate": "Affine group (az+b), proper subgroup of Mobius",
69+
"TDRI_generate": "Full Mobius group PSL(2,C)",
70+
"minimal_generators": "T, D (or R), and I suffice; T+D+R is redundant for affine but all 4 types needed for full group"
71+
},
72+
"algebraic_independence": {
73+
"T_commutes_with_T": true,
74+
"D_commutes_with_D": true,
75+
"R_commutes_with_R": true,
76+
"D_commutes_with_R": true,
77+
"T_commutes_with_D": false,
78+
"T_commutes_with_R": false,
79+
"conclusion": "D and R commute (both diagonal/multiplicative), but T is algebraically independent from D,R. I is independent from all three."
80+
}
81+
}
82+
}
162 KB
Loading
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
{
2+
"additive": {
3+
"mean": 10.473747374737474,
4+
"variance": 65.12339820840769,
5+
"std": 8.069906951657355,
6+
"skewness": 1.6867415732147357,
7+
"kurtosis": 4.055042262325863,
8+
"coefficient_of_variation": 0.7704889819208217,
9+
"entropy_bits": 3.5963265305690015,
10+
"min": 1.0,
11+
"max": 72.0,
12+
"median": 8.0,
13+
"autocorrelation_lags_1_20": [
14+
-0.07067064687253101,
15+
-0.02402515670546992,
16+
0.0039984355648280895,
17+
0.00796682342683835,
18+
-0.016254097452119823,
19+
0.020231040415764855,
20+
0.009944899845267806,
21+
0.009826870706134066,
22+
0.0071778467435883,
23+
-0.0082777824719823,
24+
0.011113398341945234,
25+
0.01597831246010364,
26+
0.019941690060629347,
27+
0.01468731261737654,
28+
0.01135029506603398,
29+
0.02667009334931976,
30+
0.009635764559456533,
31+
0.0047766264359603286,
32+
0.031146350465502962,
33+
0.013630295677363497
34+
]
35+
},
36+
"multiplicative": {
37+
"mean": 1.0011512387367762,
38+
"variance": 0.0001639818334370044,
39+
"std": 0.012805539170101523,
40+
"skewness": 35.74693693309583,
41+
"kurtosis": 1515.52988839551,
42+
"coefficient_of_variation": 0.01279081388967683,
43+
"entropy_bits": 0.18179963681850114,
44+
"min": 1.000019105663874,
45+
"max": 1.6666666666666667,
46+
"median": 1.0002060050471238,
47+
"autocorrelation_lags_1_20": [
48+
0.7750016871268568,
49+
0.6972879664622746,
50+
0.5656436079878422,
51+
0.4444903652559607,
52+
0.4349248612853303,
53+
0.3612777187678409,
54+
0.390093515283902,
55+
0.3142104901238882,
56+
0.2721044767096177,
57+
0.27073594905852155,
58+
0.2192134806628445,
59+
0.23191338986087853,
60+
0.22258389877128118,
61+
0.22009162830250348,
62+
0.1947750631111127,
63+
0.1735284278981961,
64+
0.1735562780756421,
65+
0.15771917468620753,
66+
0.16594097694257282,
67+
0.16430449299214497
68+
]
69+
},
70+
"exponential": {
71+
"mean": 0.0010867070866885894,
72+
"variance": 0.00011332605659063025,
73+
"std": 0.01064547117748342,
74+
"skewness": 32.21113436974106,
75+
"kurtosis": 1245.4333375431866,
76+
"coefficient_of_variation": 9.796081490479894,
77+
"entropy_bits": 0.22556748188077416,
78+
"min": 1.910548136407897e-05,
79+
"max": 0.5108256237659905,
80+
"median": 0.00020598383099823536,
81+
"autocorrelation_lags_1_20": [
82+
0.7944127582390146,
83+
0.7220601988197721,
84+
0.612415005817293,
85+
0.4980397233390653,
86+
0.4891591069777331,
87+
0.41746491890583726,
88+
0.44005765850499295,
89+
0.3664719309753137,
90+
0.32095926062960534,
91+
0.3198863660146058,
92+
0.2647009992993273,
93+
0.2782509956197843,
94+
0.26694262698037574,
95+
0.26193413876281413,
96+
0.23814026591192444,
97+
0.2133993265523975,
98+
0.21125140516570176,
99+
0.19583219999974807,
100+
0.20275620227099586,
101+
0.19984446762098526
102+
]
103+
},
104+
"uniformity_winner_cv": "multiplicative",
105+
"uniformity_winner_entropy": "additive"
106+
}
Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
{
2+
"compression_verification": {
3+
"addition_from_successor": true,
4+
"multiplication_from_addition": true,
5+
"exponentiation_from_multiplication": true,
6+
"test_range": "a,b in 1..5"
7+
},
8+
"closure": {
9+
"addition": {
10+
"closed_on_naturals": true,
11+
"closed_on_integers": true,
12+
"closed_on_rationals": true,
13+
"closed_on_reals": true,
14+
"closed_on_complex": true
15+
},
16+
"multiplication": {
17+
"closed_on_naturals": true,
18+
"closed_on_integers": true,
19+
"closed_on_rationals": true,
20+
"closed_on_reals": true,
21+
"closed_on_complex": true
22+
},
23+
"exponentiation": {
24+
"closed_on_naturals": true,
25+
"note": "0^0 conventionally 1; closed for positive bases and natural exponents",
26+
"closed_on_positive_reals": true,
27+
"closed_on_reals": "partial (negative base with non-integer exponent problematic)",
28+
"closed_on_complex": true
29+
},
30+
"tetration": {
31+
"closed_on_naturals": true,
32+
"note": "Values grow so fast they quickly exceed computational limits",
33+
"closed_on_reals": "problematic (non-integer heights ill-defined in general)",
34+
"closed_on_complex": "open research problem"
35+
}
36+
},
37+
"commutativity": {
38+
"addition": {
39+
"commutative": true
40+
},
41+
"multiplication": {
42+
"commutative": true
43+
},
44+
"exponentiation": {
45+
"commutative": false,
46+
"counterexample": "2^3=8 vs 3^2=9"
47+
},
48+
"tetration": {
49+
"commutative": false,
50+
"counterexample": "tet(2,3)=16 vs tet(3,2)=27"
51+
}
52+
},
53+
"invertibility": {
54+
"addition": {
55+
"inverse_operation": "subtraction",
56+
"domain_for_closure": "integers (Z)",
57+
"universal_on_naturals": false,
58+
"universal_on_integers": true,
59+
"note": "3 - 5 = -2, not a natural number"
60+
},
61+
"multiplication": {
62+
"inverse_operation": "division",
63+
"domain_for_closure": "rationals (Q \\ {0})",
64+
"universal_on_naturals": false,
65+
"universal_on_integers": false,
66+
"universal_on_rationals_nonzero": true,
67+
"note": "5 / 3 not an integer; division by 0 undefined"
68+
},
69+
"exponentiation": {
70+
"inverse_operations": [
71+
"logarithm (inverts exponent)",
72+
"root (inverts base)"
73+
],
74+
"domain_for_closure": "positive reals (R+)",
75+
"universal_on_naturals": false,
76+
"universal_on_positive_reals": true,
77+
"note": "log not defined for negative/zero; even roots of negatives problematic in R"
78+
},
79+
"tetration": {
80+
"inverse_operation": "super-logarithm (slog)",
81+
"domain_for_closure": "ill-defined for non-integer heights",
82+
"universal": false,
83+
"note": "No standard unique extension of tetration to real/complex heights; multiple competing proposals exist"
84+
}
85+
},
86+
"growth_rates": {
87+
"n": [
88+
1,
89+
2,
90+
3,
91+
4,
92+
5,
93+
6,
94+
7,
95+
8,
96+
9,
97+
10
98+
],
99+
"addition_n_plus_n": [
100+
2,
101+
4,
102+
6,
103+
8,
104+
10,
105+
12,
106+
14,
107+
16,
108+
18,
109+
20
110+
],
111+
"multiplication_n_times_n": [
112+
1,
113+
4,
114+
9,
115+
16,
116+
25,
117+
36,
118+
49,
119+
64,
120+
81,
121+
100
122+
],
123+
"exponentiation_n_to_n": [
124+
1,
125+
4,
126+
27,
127+
256,
128+
3125,
129+
46656,
130+
823543,
131+
16777216,
132+
387420489,
133+
10000000000
134+
],
135+
"tetration_n_tet_n": [
136+
"1",
137+
"4",
138+
"7625597484987",
139+
"4^(4^256) ~ 10^(10^153)",
140+
"OVERFLOW (hyper-exponential)",
141+
"OVERFLOW (hyper-exponential)",
142+
"OVERFLOW (hyper-exponential)",
143+
"OVERFLOW (hyper-exponential)",
144+
"OVERFLOW (hyper-exponential)",
145+
"OVERFLOW (hyper-exponential)"
146+
]
147+
},
148+
"tetration_analysis": {
149+
"commutativity_lost": true,
150+
"commutativity_example": "2^^3 = 2^(2^2) = 16, but 3^^2 = 3^3 = 27",
151+
"associativity_lost": true,
152+
"associativity_example": "(2^^2)^^2 = 256, 2^^(2^^2) = 2^^4 = 65536",
153+
"invertibility_problematic": true,
154+
"reason": "No unique extension to non-integer heights; super-logarithm and super-root are not uniquely defined",
155+
"small_values": {
156+
"2^^0": "1",
157+
"3^^0": "1",
158+
"2^^1": "2",
159+
"3^^1": "3",
160+
"2^^2": "4",
161+
"3^^2": "27",
162+
"2^^3": "16",
163+
"3^^3": "7625597484987",
164+
"2^^4": "65536",
165+
"3^^4": "OVERFLOW",
166+
"2^^5": "OVERFLOW",
167+
"3^^5": "OVERFLOW"
168+
}
169+
},
170+
"summary": {
171+
"Level 0 - Successor": {
172+
"commutative": "N/A (unary)",
173+
"invertible": "Yes (predecessor)",
174+
"growth": "O(1)"
175+
},
176+
"Level 1 - Addition": {
177+
"commutative": "Yes",
178+
"invertible": "Yes (on Z)",
179+
"growth": "O(n)"
180+
},
181+
"Level 2 - Multiplication": {
182+
"commutative": "Yes",
183+
"invertible": "Yes (on Q\\{0})",
184+
"growth": "O(n^2)"
185+
},
186+
"Level 3 - Exponentiation": {
187+
"commutative": "No",
188+
"invertible": "Yes (on R+)",
189+
"growth": "O(n^n)"
190+
},
191+
"Level 4 - Tetration": {
192+
"commutative": "No",
193+
"invertible": "Problematic",
194+
"growth": "hyper-exponential"
195+
}
196+
}
197+
}

0 commit comments

Comments
 (0)