211structure ThreePointClosure (a b c : ℝ) where 212 shift_forced : b = phi 213 scale_forced : a = 1 / Real.log phi 214 offset_forced : c = 0 215 collapses_to_gap : ∀ Z : ℤ, gapAffineLog a b c Z = RSBridge.gap Z 216 217/-- Build the closure certificate from calibration data. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.