78structure CalibrationFromUnitChoice (J : ℝ → ℝ) : Prop where 79 calibration : (deriv (deriv (fun t => J (Real.exp t)))) 0 = 1 80 81/-- Explicit split version of the regularity seam. 82 83Instead of a single broad `RegularityCert`, the reconstruction theorem now 84tracks continuity, convexity, and calibration as independently auditable 85obligations. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.