pith. machine review for the scientific record. sign in
structure definition def or abbrev

AlphaPrecisionHypothesis

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

 170structure AlphaPrecisionHypothesis where
 171  deltas : ℕ → ℝ
 172  delta_1_matches : deltas 1 = delta_1
 173  converges_to_CODATA : Filter.Tendsto
 174    (fun N => partial_alpha alpha_seed (deltas 1) deltas N) Filter.atTop
 175    (nhds CODATA_alpha_inv)
 176
 177/-! ## Bounds on δ₂ -/
 178
 179/-- The residual between additive formula and CODATA.
 180    This is the amount the remaining δ_n terms must sum to. -/

depends on (11)

Lean names referenced from this declaration's body.