229structure ThreePointAffineLogClosure (a b c : ℝ) where 230 shift_forced : b = phi 231 scale_forced : a = 1 / Real.log phi 232 offset_forced : c = 0 233 collapses_to_gap : ∀ Z : ℤ, gapAffineLog a b c Z = RSBridge.gap Z 234 235/-- Build the closure certificate from three-point calibration data. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.