CoolFace
Apppublic

garywelz/programming_framework

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes
ARXIV_MATH_AREAS_TODO.md123 linesDownload Raw Back to root
1# Mathematics Database — arXiv Subject Areas To-Do2 3A prioritized list of arXiv mathematics subject areas to add for a more complete collection, aligned with [arXiv math taxonomy](https://arxiv.org/category_taxonomy).4 5---6 7## Current Coverage (What We Have)8 9| Domain | Subcategories | arXiv codes covered | Gaps |10|--------|---------------|---------------------|------|11| **Algebra** | abstract_algebra, linear_algebra, category_theory | math.GR, math.RA, math.CT, math.AC, math.AG, math.QA | Commutative algebra, Algebraic geometry, Representation theory, Quantum algebra |12| **Analysis** | calculus_analysis | math.CA, math.CV, math.DS, math.FA, math.AP, math.NA, math.SP | Complex analysis, Functional analysis, PDEs, Numerical analysis, Spectral theory |13| **Geometry & Topology** | geometry_topology | math.GT, math.AT, math.DG, math.GN, math.MG, math.SG | Metric geometry, Symplectic geometry (light) |14| **Number Theory** | number_theory | math.NT | ✓ Good |15| **Discrete & Logic** | discrete_mathematics, foundations | math.CO, math.LO | ✓ Good |16| **Applied & Other** | bioinformatics, statistics_probability | math.GM, math.ST | Statistics/Probability empty |17 18---19 20## To-Do List: Subject Areas to Add (Near Term)21 22### Priority 1 — High Impact, Partially Covered or Empty23 24| # | arXiv Code | Subject Area | Notes | Suggested Subcategory |25|---|------------|--------------|-------|------------------------|26| 1 | math.ST | **Statistics & Probability Theory** | 0 charts currently; foundational for applied math | `statistics_probability` (exists, populate) |27| 2 | math.PR | **Probability** | CLT, stochastic processes, SDEs; distinct from statistics | merge into `statistics_probability` or add `probability` |28| 3 | math.CV | **Complex Variables** | Holomorphic functions, residues, conformal maps; partially in calculus_analysis | add `complex_analysis` or extend calculus_analysis |29| 4 | math.FA | **Functional Analysis** | Banach spaces, Hilbert spaces, distributions | add to calculus_analysis or new `functional_analysis` |30| 5 | math.NA | **Numerical Analysis** | Newton-Raphson, bisection exist; add quadrature, linear solvers, ODE solvers | extend calculus_analysis or add `numerical_analysis` |31| 6 | math.AG | **Algebraic Geometry** | Varieties, schemes, moduli; major area | add `algebraic_geometry` or extend abstract_algebra |32| 7 | math.RT | **Representation Theory** | Representations of groups, Lie algebras | add `representation_theory` or extend abstract_algebra |33 34### Priority 2 — Core Pure Math Gaps35 36| # | arXiv Code | Subject Area | Notes | Suggested Subcategory |37|---|------------|--------------|-------|------------------------|38| 8 | math.AC | **Commutative Algebra** | Rings, ideals, Noetherian; differs from Ring Theory (noncommutative focus) | add `commutative_algebra` |39| 9 | math.AP | **Analysis of PDEs** | Existence, uniqueness, qualitative dynamics | add `partial_differential_equations` or extend analysis |40| 10 | math.DG | **Differential Geometry** | Curves, surfaces, Riemannian; some in geometry_topology | ensure distinct charts for differential geometry |41| 11 | math.SP | **Spectral Theory** | Schrödinger operators, spectral analysis | add to analysis or `spectral_theory` |42| 12 | math.SG | **Symplectic Geometry** | Hamiltonian systems, symplectic manifolds | extend geometry_topology |43| 13 | math.MG | **Metric Geometry** | Euclidean, hyperbolic, discrete geometry | extend geometry_topology |44 45### Priority 3 — Advanced / Specialized46 47| # | arXiv Code | Subject Area | Notes | Suggested Subcategory |48|---|------------|--------------|-------|------------------------|49| 14 | math.OA | **Operator Algebras** | C*-algebras, von Neumann algebras | add `operator_algebras` |50| 15 | math.KT | **K-Theory and Homology** | Algebraic/topological K-theory | add `k_theory` or extend algebraic topology |51| 16 | math.QA | **Quantum Algebra** | Quantum groups, operads | extend abstract_algebra |52| 17 | math.OC | **Optimization and Control** | Linear programming, optimal control | add `optimization` |53| 18 | math.IT | **Information Theory** | Coding, entropy, channel capacity | add `information_theory` |54| 19 | math.MP | **Mathematical Physics** | Rigorous formulations of physical theories | add `mathematical_physics` |55| 20 | math.HO | **History and Overview** | Biographies, education, philosophy | optional `history_overview` |56 57### Priority 4 — Already in Expansion Plan58 59These are in [MATHEMATICS_DATABASE_EXPANSION_PLAN.md](./MATHEMATICS_DATABASE_EXPANSION_PLAN.md):60 61- **Complex Analysis** (math.CV) — 4 charts planned62- **Landmark Theorems** — FLT, Poincaré, Riemann63- **Formal Verification** — Lean, Coq64- **AI Mathematics** — AlphaProof, AlphaGeometry65 66---67 68## Suggested Implementation Order69 70### Phase A (1–2 weeks): Fill Empty & High-Impact711. **Statistics & Probability** — Kolmogorov axioms, Bayes, CLT (3–5 charts)722. **Complex Analysis** — Cauchy, residues, conformal maps (4 charts per expansion plan)733. **Functional Analysis** — Banach/Hilbert spaces basics (2–3 charts)74 75### Phase B (2–4 weeks): Algebra & Geometry Gaps764. **Algebraic Geometry** — Varieties, schemes intro (2–3 charts)775. **Representation Theory** — Group representations, characters (2–3 charts)786. **Numerical Analysis** — Quadrature, solvers, ODE methods (3–4 charts)79 80### Phase C (4–6 weeks): PDEs, Operator Theory, Applied817. **PDEs** — Heat, wave, Laplace; existence/uniqueness (2–3 charts)828. **Operator Algebras** — C*-algebras intro (1–2 charts)839. **Optimization** — Linear programming, simplex (2 charts)8410. **Mathematical Physics** — Lagrangian/Hamiltonian mechanics (2 charts)85 86---87 88## Metadata Updates Required89 90When adding new subcategories:91 921. Add to `metadata.json` → `subcategoryCounts`932. Add to `metadata.json` → `subcategoryToArxiv` 943. Add to `metadata.json` → `domainHierarchy` (assign to algebra, analysis, geometry_topology, or applied)954. Run `build-graph-data.js` to update Whole of Mathematics965. Update upload script if new process directories are created97 98---99 100## Summary: arXiv Math Codes Not Yet Represented101 102| Code | Area | Priority |103|------|------|----------|104| math.ST | Statistics Theory | 1 |105| math.PR | Probability | 1 |106| math.CV | Complex Variables | 1 |107| math.FA | Functional Analysis | 1 |108| math.NA | Numerical Analysis | 1 |109| math.AG | Algebraic Geometry | 1 |110| math.RT | Representation Theory | 1 |111| math.AC | Commutative Algebra | 2 |112| math.AP | Analysis of PDEs | 2 |113| math.SP | Spectral Theory | 2 |114| math.OA | Operator Algebras | 3 |115| math.KT | K-Theory | 3 |116| math.QA | Quantum Algebra | 3 |117| math.OC | Optimization & Control | 3 |118| math.IT | Information Theory | 3 |119| math.MP | Mathematical Physics | 3 |120| math.HO | History & Overview | 4 |121 122**Well covered:** math.NT, math.CO, math.LO, math.GR, math.RA, math.CT, math.CA, math.GT, math.AT, math.DS (via complex dynamics)123