This paper introduces a novel geometric framework for studying arithmetic expressions,
establishing a rigorous connection between algebraic operations and hyperbolic geometry.
We formalize arithmetic expressions as syntactic structures and demonstrate how they can be embedded into continuous geometric spaces where addition and multiplication correspond to movements along orthogonal directions.
Central to our approach is a flow equation that governs how expression values propagate through this geometric space.
We construct the first kind arithmetic expression space
Ensure that pdflatex
and bibtex
are available. Then run:
./build.sh
If a TeX environment is not installed locally, use Docker:
docker build -t aeg-paper .
docker run --rm -v $(pwd):/work aeg-paper