Update README.md
Browse files
README.md
CHANGED
|
@@ -192,17 +192,12 @@ Five experiments with 100% classification accuracy:
|
|
| 192 |
```
|
| 193 |
Prime/
|
| 194 |
βββ interpretable_number_theory.tex # Main paper
|
| 195 |
-
βββ euler_stack.tex # Euler Stack framework (companion)
|
| 196 |
-
βββ draft.md # Conceptual development (Chinese)
|
| 197 |
-
βββ semantic_irreducibility.md # Push-pop asymmetry formalization
|
| 198 |
-
βββ experiments.py # Computational validation
|
| 199 |
βββ outputs/
|
| 200 |
β βββ fig1_stack_trajectories.png # Prime vs composite dynamics
|
| 201 |
β βββ fig2_mod_collapse.png # Modular path-agnosticism
|
| 202 |
β βββ fig3_classification.png # 100% accuracy demonstration
|
| 203 |
β βββ fig4_ast_depth.png # Primes as leaf nodes
|
| 204 |
β βββ fig5_push_pop_asymmetry.png # Convergence phase transition
|
| 205 |
-
β βββ *.csv # Raw experimental data
|
| 206 |
βββ README.md # This file
|
| 207 |
```
|
| 208 |
|
|
|
|
| 192 |
```
|
| 193 |
Prime/
|
| 194 |
βββ interpretable_number_theory.tex # Main paper
|
|
|
|
|
|
|
|
|
|
|
|
|
| 195 |
βββ outputs/
|
| 196 |
β βββ fig1_stack_trajectories.png # Prime vs composite dynamics
|
| 197 |
β βββ fig2_mod_collapse.png # Modular path-agnosticism
|
| 198 |
β βββ fig3_classification.png # 100% accuracy demonstration
|
| 199 |
β βββ fig4_ast_depth.png # Primes as leaf nodes
|
| 200 |
β βββ fig5_push_pop_asymmetry.png # Convergence phase transition
|
|
|
|
| 201 |
βββ README.md # This file
|
| 202 |
```
|
| 203 |
|