symbolic-hodge-algebraization
https://github.com/ducklifemedia/symbolic-hodge-algebraization
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.1%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: ducklifemedia
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 5.21 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
🧬 Symbolic Algebraization of Rational Hodge Classes
A computational and epistemological approach to the Hodge Conjecture via symbolic convergence.
Symbolic Algebraization of Rational Hodge Classes
Author: Daniel Iván Campos Espinoza
Author: Daniel Iván Campos Espinoza
Preprint: [arXiv submission pending]
Repository: All simulations, code, and visualizations for the symbolic operator ( \widehat{\mathcal{S}} )
Date of public release: April 22, 2025
📄 License
- 📘 Preprint PDF: CC BY-NC-ND 4.0 — Attribution-NonCommercial-NoDerivatives.
- 💻 Code: MIT License
📄 Preprint PDF → main.pdf
📦 Live Repo → GitHub
📘 Extended Docs → docs/README_extended.md
🧠 Overview
Symbolic Algebraization of Rational Hodge Classes via Iterative Lefschetz Operators
A novel approach to the Hodge Conjecture using symbolic contraction dynamics. We introduce: [ \widehat{\mathcal{S}} := \Lambda \circ \Pi{\text{prim}} \circ Pk ] which acts on rational classes ( \omega \in H^{2p}(X, \mathbb{Q}) \cap H^{p,p}(X) ) to contract the transcendental part ( \phi ) and converge to ( \text{Im}(cl) ).
📁 Repository Structure
.
├── paper/ # PDF of the paper
│ └── main.pdf
├── code/ # Core symbolic operators
│ ├── operator_S_hat.py
│ ├── algebraic_filters.py
│ ├── primitive_projectors.py
│ └── lefschetz_tools.py
├── notebooks/ # Symbolic iteration examples
│ ├── K3_example.ipynb
│ ├── CY3_example.ipynb
│ └── symbolic_iteration_engine.ipynb
├── data/ # Base class definitions
│ ├── base_classes_CY3.npy
│ ├── base_classes_K3.npy
├── figures/ # Visualizations
│ └── *.png
├── docs/
│ └── README_extended.md
├── requirements.txt
├── LICENSE
├── README.md
└── CITATION.cff
🚀 How to Use
Install dependencies:
bash pip install numpy sympy matplotlib scipyRun the symbolic iteration: Use
notebooks/symbolic_iteration_engine.ipynbto load a class ( \omega_0 ) and apply ( \widehat{\mathcal{S}} ) iteratively.Visual outputs include:
Decay plots of ( |\phi_k| )
3D symbolic projections
Heatmaps on K3 and CY3 bases
🔬 Mathematical Core
The operator acts symbolically as: [ \omegak := \widehat{\mathcal{S}}^k(\omega0) = \alpha + \phik, \quad \text{with } \phik \to 0 ] Implemented modularly as: - ( \Pi{\text{prim}} ) (primitive projector) - ( Pk ) (symbolic algebraizing filter) - ( \Lambda ) (Lefschetz inverse contraction)
All components are built over algebraic bases with tunable polarization metrics.
📊 Reproducibility
Includes open-source code, symbolic notebooks, and visualizations for:
- K3 surfaces
- CY3 varieties
- Convergence dynamics
📘 License
This work is open for research and educational use under the MIT License. Attribution required.
🌐 Contact
For questions, collaborations, or symbolic resonance discussions:
📧 danielcampos.cl@gmail.com
Owner
- Name: Daniel Campos
- Login: ducklifemedia
- Kind: user
- Repositories: 1
- Profile: https://github.com/ducklifemedia
Independent Researcher
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this work, please cite it as below."
title: "Symbolic Algebraization of Rational Hodge Classes"
authors:
- family-names: Campos Espinoza
given-names: Daniel Iván
email: danielcampos.cl@gmail.com
date-released: 2025-04-22
version: 1.0.0
doi: 10.48550/arXiv.2404.xxxxx # cámbialo cuando tengas el DOI de arXiv
license: MIT
repository-code: https://github.com/ducklifemedia/symbolic-hodge-algebraization
url: https://github.com/ducklifemedia/symbolic-hodge-algebraization
abstract: >
This repository contains the full symbolic operator Ŝ implementation,
convergence simulations over K3 and Calabi–Yau varieties, and notebooks
accompanying the preprint “Symbolic Algebraization of Rational Hodge Classes”.
GitHub Events
Total
- Release event: 1
- Public event: 1
- Create event: 1
Last Year
- Release event: 1
- Public event: 1
- Create event: 1
Dependencies
- matplotlib >=3.5
- numpy >=1.21
- pandas >=1.3
- scipy >=1.7
- sympy >=1.9