v0.9.0 β the general exponential exp(q) on [0,1]
v0.9.0 β the general exponential exp(q) on the rational interval [0,1] (+ peer-review hardening)
Continues the transcendentals arc opened by e = exp(1) (v0.8.0).
Added β F1Square/Analysis/ExpGen.lean
exp(q) = Ξ£ qβ±/i!for rationalq β [0,1]as a constructive real (Rexp), with a rigorous
rational error bound. The only genuinely new input is termwise domination: forq β [0,1]every
powerqβ± β€ 1(qpow_le_one), so each termqβ±/i! β€ 1/i!(expTerm_le) and theexp(q)
partial-sum gaps are dominated termwise by those ofe(expdiff_dom). Hence the same tail bound
S_q(b) β S_q(a) β€ 2/(a+1)!(expdiff_bound) and the same reindex prove regularity β no new tail
analysis. Rational powersqpowbuilt from scratch (core has noq^i).- Correctness anchors:
Rexp_zero(exp 0 β 1),Rexp_one_pos(exp 1 > 0), and
Rexp_one_eq_e(exp 1 β eβ the construction specializes to v0.8.0's Euler number, a regression
anchor). New reusable β infrastructure:Qeq_trans,Qadd_congr.
Hardened β peer-review readiness
- Self-enforcing audit coverage:
honesty_audit.shnow checks that every non-private proof-layer
theorem/lemma (248) is#print axioms-audited and fails CI otherwise; closed the prior ~30-declaration
gap so the "every theorem is checked" invariant can no longer drift. - Honest prose pass: T1 scoped to point-set level (surface unbuilt); Β§2.3 leads with the vacuity
of the shift-length positivity (it equals RH); Β§9.1 labelled as re-verification on genuine product
surfacesC Γ C(not the unbuiltπ); char-1 status distinguishes kernel-checked from
numerically-checked results; stalev0.0.1instructions updated.
Pure Lean 4, no Mathlib, no sorry; axiom-clean and choice-free; CI machine-verified green (coverage 248/248).
RH remains open (June 2026); no π½β-square construction exists β ConnesβConsani arXiv:2602.15941
is a Jacobian/adele-class-space construction, not the square nor an intrinsic intersection theory. The
crux stays none.
π€ Generated with Claude Code