Baryonix Corp.

Foundational Research

Constants. Structures. Systems.

"We got a lot of flack from a lot of people, saying 'Oh it's crazy to say something like that.'"

— Professor David N. Schramm, University of Chicago (On his prediction of three particle families—later confirmed) This research is dedicated to him in memoriam

Baryonix Corp. conducts foundational research exploring the structures underlying physical and biological reality, and their applications to complex systems. Our AI-driven work spans theoretical physics, applied mathematics, signaling biology, and computational intelligence.

We investigate, for example, how fundamental constants and geometric relationships propagate through dimensional hierarchies, and how these insights can inform practical advances in artificial intelligence and beyond.

We exist to ask foundational questions—and to pursue answers that help move humanity forward.

Mathematical Foundations

Polynomial structures generating fundamental constants. Dimensional hierarchy theory. Relationships between the plastic constant, golden ratio, and physical phenomena.

Theoretical Physics

Quantum measurement and geometric projection. Emergent dimensional structures. Connections between algebraic constants and cosmological parameters.

Applied Intelligence

Novel approaches to neural architecture informed by fundamental mathematical relationships. Compression methods derived from structural constants.

Biological Structures

How signaling hubs coordinate competing inputs. Resolving paradoxes in immune regulation through structural and functional analysis.

Start Here

Pisot Dimensional Theory: Proof Map

Reference document. Every claim in the framework with its logical dependencies, current status, and proof source — from Peano axioms to cosmological predictions. 43 claims established by theorem, 19 computationally verified, 6 open problems.

2026 · Version 3 · DOI: 10.5281/zenodo.19133097

A Fibonacci–Lucas Spectral Law for the Trinomials xⁿ = x + 1

2026 · DOI: 10.5281/zenodo.18435677

Establishes the unit-norm identity N(ρQ) = −1 and the Fibonacci–Lucas trace structure across the trinomial family.

Elliptic Curves Associated to the Pisot-Boundary Polynomials x³ − x − 1 and x⁴ − x − 1

2026 · DOI: 10.5281/zenodo.18825768

Defines the elliptic curves E₃ and E₄ from the Pisot polynomials and catalogs their arithmetic invariants — conductors, discriminants, ranks, L-functions, modular forms.

Arithmetic Geometry at the Pisot Boundary: Galois Groups, Class Fields, and Implications for Physical Geometry and Loop Quantum Gravity

2026 · DOI: 10.5281/zenodo.19561374

Six theorems: Galois groups S₃ and S₄, prime discriminants −23 and −283, and the Hilbert class field of ℚ(√−23). Derives the Barbero–Immirzi parameter of loop quantum gravity algebraically.

The Strong Coupling Constant as an Elliptic Period: αₛ(MЗ) from the Arithmetic Geometry of the Pisot Boundary

2026 · DOI: 10.5281/zenodo.19634179

Identifies αₛ(MЗ) as the real period of the elliptic curve 1132b1 divided by 23. Matches the FLAG lattice average to 0.003% with zero free parameters.

The Ringing Universe at the Pisot Boundary: Why x³ = x + 1 Requires Oscillation

2026 · DOI: 10.5281/zenodo.18869435

Trichotomy theorem: the plastic constant is the unique dimension in the trinomial family where integer convergence is oscillatory rather than monotonic.

Cosmological Ringing from the Pisot Boundary: A Zero-Parameter Prediction of the Ringermacher–Mead Oscillation

2026 · DOI: 10.5281/zenodo.19057121

Tests the algebraic oscillation prediction against the 7.15 HHz Ringermacher–Mead signal in Pantheon+ supernova data. Matches to 0.16% with zero free parameters.

The Complete Guide to Pisot Dimensional Theory: From Zero to Deriving All Physical Constants

2026 · DOI: 10.5281/zenodo.18351843

Self-contained tutorial. Derives the full predictions table from first principles with no prerequisites beyond basic mathematics.

View All on Zenodo

Every quantitative claim above is reproducible. The repositories below contain the verification code — clone, run, and independently confirm the results in under a minute per repo.

stalex444 / pdt-automath

Automated mathematical discovery pipeline. Derives and verifies 95 theorems across 10 branches of mathematics from three axioms.

stalex444 / golden-ratio-unit-norm

Proof of the unit-norm identity N(ρQ) = −1 in the degree-12 compositum ℚ(ρ, Q).

stalex444 / dimensional-origin-Newton

Verification code for the algebraic derivation of Newton’s gravitational constant G to 0.003% of the CODATA value.

stalex444 / pdt-arithmetic-geometry

Verifies all six theorems of the arithmetic geometry paper and computes the Barbero–Immirzi parameter γᵢᵢ = λ₄ρ.

stalex444 / pdt-strong-coupling

Computes the real period of the elliptic curve 1132b1, divides by 23, and reproduces αₛ(MЗ) = 0.11792 in under 30 seconds.

Stephanie Alexander

Stephanie Alexander

Independent Researcher & Author · University of Chicago (dual alumna)

Exploring fundamental mathematics, physics, and biology through AI-driven inquiry—guided by the conviction that foundational questions matter.

For research inquiries, collaboration proposals, or general correspondence.

body { font-family: var(--font-serif); background-color: var(--color-bg); color: var(--color-text); line-height: 1.8; font-size: 18px; min-height: 100vh; } /* Subtle grid background */ body::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(rgba(201, 168, 92, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(201, 168, 92, 0.02) 1px, transparent 1px); background-size: 60px 60px; pointer-events: none; z-index: -1; } .container { max-width: 800px; margin: 0 auto; padding: 0 2rem; } /* Header */ header { padding: 5rem 0 4rem; border-bottom: 1px solid var(--color-border); } .header-content { display: flex; justify-content: space-between; align-items: flex-start; gap: 3rem; } .header-left { flex: 1; } .header-quote { max-width: 400px; padding: 1.5rem; border-left: 2px solid var(--color-accent); margin: 0; } .header-quote p { font-family: 'Lora', Georgia, serif; font-size: 1.3rem; font-style: italic; line-height: 1.6; color: var(--color-text); margin-bottom: 0.75rem; } .header-quote cite { font-family: var(--font-mono); font-size: 0.9rem; font-style: normal; letter-spacing: 0.05em; color: var(--color-text-muted); display: block; } .quote-context { display: block; font-family: var(--font-mono); font-size: 0.85rem; color: var(--color-text-muted); margin-top: 0.5rem; line-height: 1.5; } .quote-dedication { display: block; font-family: 'Lora', Georgia, serif; font-size: 0.95rem; font-style: italic; color: var(--color-accent); margin-top: 0.75rem; } @media (max-width: 700px) { .header-content { flex-direction: column; } .header-quote { max-width: 100%; } } .logo-lockup { display: flex; align-items: center; gap: 1.25rem; margin-bottom: 3rem; } .logo-icon { width: 60px; height: 60px; flex-shrink: 0; } .orbital-ring { animation: pulse 2.5s ease-in-out infinite; } .orbital-shimmer { animation: shimmer 2s ease-in-out infinite; opacity: 0; } .sparkle { animation: twinkle 1.5s ease-in-out infinite; } .sparkle.s1 { animation-delay: 0s; } .sparkle.s2 { animation-delay: 0.25s; } .sparkle.s3 { animation-delay: 0.5s; } .sparkle.s4 { animation-delay: 0.75s; } .sparkle.s5 { animation-delay: 1s; } .sparkle.s6 { animation-delay: 1.25s; } @keyframes pulse { 0%, 100% { opacity: 0.7; stroke-width: 1.5; } 50% { opacity: 1; stroke-width: 2.5; } } @keyframes shimmer { 0%, 100% { opacity: 0; } 50% { opacity: 0.4; } } @keyframes twinkle { 0%, 100% { opacity: 0.2; transform: scale(0.8); } 50% { opacity: 1; transform: scale(1.3); } } .logo-text { font-family: var(--font-mono); font-size: 0.95rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--color-accent); } h1 { font-size: clamp(2.5rem, 6vw, 3.5rem); font-weight: 400; letter-spacing: -0.02em; line-height: 1.1; margin-bottom: 1.5rem; } .tagline { font-family: var(--font-mono); font-size: 1.1rem; letter-spacing: 0.08em; color: var(--color-text-muted); max-width: 500px; } /* Sections */ section { padding: 4rem 0; border-bottom: 1px solid var(--color-border); text-align: justify; } section:last-of-type { border-bottom: none; } .section-label { font-family: var(--font-mono); font-size: 0.9rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 2rem; } h2 { font-size: 1.75rem; font-weight: 400; margin-bottom: 1.5rem; letter-spacing: -0.01em; } p { color: var(--color-text-muted); margin-bottom: 1.25rem; } p:last-child { margin-bottom: 0; } /* Research Areas */ .research-areas { display: grid; gap: 2rem; margin-top: 2rem; } .research-area { padding: 1.5rem; background: var(--color-bg-subtle); border: 1px solid var(--color-border); border-left: 2px solid var(--color-accent); transition: border-color 0.3s ease; } .research-area:hover { border-left-color: var(--color-text); } .research-area h3 { font-family: var(--font-mono); font-size: 1.05rem; font-weight: 500; letter-spacing: 0.05em; margin-bottom: 0.75rem; color: var(--color-text); } .research-area p { font-size: 1.1rem; line-height: 1.7; } /* Links */ a { color: var(--color-accent); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s ease; } a:hover { border-bottom-color: var(--color-accent); } /* Publications */ /* Publications */ .paper { margin-bottom: 1.75rem; padding-bottom: 1.75rem; border-bottom: 1px solid var(--color-border); } .paper:last-of-type { border-bottom: none; margin-bottom: 2rem; } .paper h4 { font-family: var(--font-serif); font-size: 1.15rem; font-weight: 500; line-height: 1.5; color: var(--color-text); margin-bottom: 0.5rem; } .paper-meta { font-family: var(--font-mono); font-size: 0.9rem; color: var(--color-text-muted); margin-bottom: 0.6rem; } .paper-meta a { color: var(--color-accent); text-decoration: none; } .paper-meta a:hover { text-decoration: underline; } .paper-descriptor { font-family: var(--font-serif); font-size: 0.98rem; font-style: italic; line-height: 1.6; color: var(--color-text-muted); margin-bottom: 0; } /* Start Here — featured Proof Map card */ .start-here { padding: 2rem; background: var(--color-bg-subtle); border: 1px solid var(--color-accent); border-left: 3px solid var(--color-accent); margin-bottom: 2.5rem; transition: background-color 0.3s ease; } .start-here:hover { background: rgba(224, 190, 106, 0.06); } .start-here .start-label { font-family: var(--font-mono); font-size: 0.8rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: var(--color-accent); margin-bottom: 0.85rem; } .start-here h4 { font-family: var(--font-serif); font-size: 1.2rem; font-weight: 500; line-height: 1.4; color: var(--color-text); margin-bottom: 0.75rem; } .start-here .start-descriptor { font-family: var(--font-serif); font-size: 1rem; font-style: italic; line-height: 1.6; color: var(--color-text-muted); margin-bottom: 1rem; } .start-here .start-meta { font-family: var(--font-mono); font-size: 0.85rem; color: var(--color-text-muted); } .start-here .start-meta a { color: var(--color-accent); } .start-here .start-meta a:hover { text-decoration: underline; } /* Code & Verification repos */ .repo-list { display: grid; gap: 1rem; margin-top: 1.5rem; } .repo { padding: 1.1rem 1.35rem; background: var(--color-bg-subtle); border: 1px solid var(--color-border); border-left: 2px solid var(--color-accent); transition: border-color 0.3s ease; } .repo:hover { border-left-color: var(--color-text); } .repo-name { font-family: var(--font-mono); font-size: 0.95rem; font-weight: 500; color: var(--color-accent); text-decoration: none; display: inline-block; margin-bottom: 0.35rem; border-bottom: none; } .repo-name:hover { border-bottom: 1px solid var(--color-accent); } .repo-desc { font-family: var(--font-serif); font-size: 0.95rem; font-style: italic; line-height: 1.55; color: var(--color-text-muted); margin-bottom: 0; } .publications-link { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-mono); font-size: 0.95rem; letter-spacing: 0.03em; padding: 0.85rem 1.35rem; background: var(--color-accent-dim); border: 1px solid var(--color-accent); color: var(--color-accent); margin-top: 1.5rem; transition: all 0.2s ease; } .publications-link:hover { background: var(--color-accent); color: var(--color-bg); border-bottom-color: transparent; } .publications-link svg { width: 14px; height: 14px; } /* Contact */ .contact-info { margin-top: 2rem; } .contact-email { font-family: var(--font-mono); font-size: 1rem; color: var(--color-text); } /* Founder */ .founder-content { display: flex; align-items: center; gap: 2rem; margin-top: 1.5rem; } .founder-photo { width: 140px; height: 140px; border-radius: 50%; object-fit: cover; border: 2px solid var(--color-accent); flex-shrink: 0; } .founder-bio h3 { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 500; margin-bottom: 0.5rem; color: var(--color-text); } .founder-title { font-family: var(--font-mono); font-size: 0.95rem; color: var(--color-accent); margin-bottom: 1rem; } .founder-bio p { font-size: 1.1rem; line-height: 1.7; } @media (max-width: 600px) { .founder-content { flex-direction: column; text-align: center; } } /* Footer */ footer { padding: 3rem 0; text-align: center; } footer p { font-family: var(--font-mono); font-size: 0.8rem; letter-spacing: 0.1em; color: var(--color-text-muted); } /* Animations */ @keyframes fadeIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } header, section { animation: fadeIn 0.8s ease-out forwards; } section:nth-child(2) { animation-delay: 0.1s; } section:nth-child(3) { animation-delay: 0.2s; } section:nth-child(4) { animation-delay: 0.3s; } section:nth-child(5) { animation-delay: 0.4s; } section:nth-child(6) { animation-delay: 0.5s; } section:nth-child(7) { animation-delay: 0.6s; }
Baryonix Corp.

Foundational Research

Constants. Structures. Systems.

"We got a lot of flack from a lot of people, saying 'Oh it's crazy to say something like that.'"

— Professor David N. Schramm, University of Chicago (On his prediction of three particle families—later confirmed) This research is dedicated to him in memoriam

Baryonix Corp. conducts foundational research exploring the structures underlying physical and biological reality, and their applications to complex systems. Our AI-driven work spans theoretical physics, applied mathematics, signaling biology, and computational intelligence.

We investigate, for example, how fundamental constants and geometric relationships propagate through dimensional hierarchies, and how these insights can inform practical advances in artificial intelligence and beyond.

We exist to ask foundational questions—and to pursue answers that help move humanity forward.

Mathematical Foundations

Polynomial structures generating fundamental constants. Dimensional hierarchy theory. Relationships between the plastic constant, golden ratio, and physical phenomena.

Theoretical Physics

Quantum measurement and geometric projection. Emergent dimensional structures. Connections between algebraic constants and cosmological parameters.

Applied Intelligence

Novel approaches to neural architecture informed by fundamental mathematical relationships. Compression methods derived from structural constants.

Biological Structures

How signaling hubs coordinate competing inputs. Resolving paradoxes in immune regulation through structural and functional analysis.

Start Here

Pisot Dimensional Theory: Proof Map

Reference document. Every claim in the framework with its logical dependencies, current status, and proof source — from Peano axioms to cosmological predictions. 43 claims established by theorem, 19 computationally verified, 6 open problems.

2026 · Version 3 · DOI: 10.5281/zenodo.19133097

A Fibonacci–Lucas Spectral Law for the Trinomials xⁿ = x + 1

2026 · DOI: 10.5281/zenodo.15089498

Establishes the unit-norm identity N(ρQ) = −1 and the Fibonacci–Lucas trace structure across the trinomial family.

Elliptic Curves Associated to the Pisot-Boundary Polynomials x³ − x − 1 and x⁴ − x − 1

2026 · DOI: 10.5281/zenodo.18825768

Defines the elliptic curves E₃ and E₄ from the Pisot polynomials and catalogs their arithmetic invariants — conductors, discriminants, ranks, L-functions, modular forms.

Arithmetic Geometry at the Pisot Boundary: Galois Groups, Class Fields, and Implications for Physical Geometry and Loop Quantum Gravity

2026 · DOI: 10.5281/zenodo.19561374

Six theorems: Galois groups S₃ and S₄, prime discriminants −23 and −283, and the Hilbert class field of ℚ(√−23). Derives the Barbero–Immirzi parameter of loop quantum gravity algebraically.

The Strong Coupling Constant as an Elliptic Period: αₛ(MЗ) from the Arithmetic Geometry of the Pisot Boundary

2026 · DOI: 10.5281/zenodo.19634179

Identifies αₛ(MЗ) as the real period of the elliptic curve 1132b1 divided by 23. Matches the FLAG lattice average to 0.003% with zero free parameters.

The Ringing Universe at the Pisot Boundary: Why x³ = x + 1 Requires Oscillation

2026 · DOI: 10.5281/zenodo.18869435

Trichotomy theorem: the plastic constant is the unique dimension in the trinomial family where integer convergence is oscillatory rather than monotonic.

Cosmological Ringing from the Pisot Boundary: A Zero-Parameter Prediction of the Ringermacher–Mead Oscillation

2026 · DOI: 10.5281/zenodo.19057121

Tests the algebraic oscillation prediction against the 7.15 HHz Ringermacher–Mead signal in Pantheon+ supernova data. Matches to 0.16% with zero free parameters.

The Complete Guide to Pisot Dimensional Theory: From Zero to Deriving All Physical Constants

2026 · DOI: 10.5281/zenodo.18351844

Self-contained tutorial. Derives the full predictions table from first principles with no prerequisites beyond basic mathematics.

View All on Zenodo

Every quantitative claim above is reproducible. The repositories below contain the verification code — clone, run, and independently confirm the results in under a minute per repo.

stalex444 / pdt-automath

Automated mathematical discovery pipeline. Derives and verifies 95 theorems across 10 branches of mathematics from three axioms.

stalex444 / golden-ratio-unit-norm

Proof of the unit-norm identity N(ρQ) = −1 in the degree-12 compositum ℚ(ρ, Q).

stalex444 / dimensional-origin-Newton

Verification code for the algebraic derivation of Newton’s gravitational constant G to 0.003% of the CODATA value.

stalex444 / pdt-arithmetic-geometry

Verifies all six theorems of the arithmetic geometry paper and computes the Barbero–Immirzi parameter γᵢᵢ = λ₄ρ.

stalex444 / pdt-strong-coupling

Computes the real period of the elliptic curve 1132b1, divides by 23, and reproduces αₛ(MЗ) = 0.11792 in under 30 seconds.

Stephanie Alexander

Stephanie Alexander

Independent Researcher & Author · University of Chicago (dual alumna)

Exploring fundamental mathematics, physics, and biology through AI-driven inquiry—guided by the conviction that foundational questions matter.

For research inquiries, collaboration proposals, or general correspondence.