pith. machine review for the scientific record. sign in
theorem

alpha_precision_cert_exists

proved
show as:
view math explainer →
module
IndisputableMonolith.Constants.AlphaPrecision
domain
Constants
line
66 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Constants.AlphaPrecision on GitHub at line 66.

browse module

All declarations in this module, on Recognition.

explainer page

Tracked in the explainer inventory; generation is lazy so crawlers do not trigger LLM jobs.

open explainer

depends on

formal source

  63  curvature_positive : 0 < curvature_correction
  64  gap_positive : ∀ w seed, 0 < w → 0 < seed → 0 < gap_correction w seed
  65
  66theorem alpha_precision_cert_exists : Nonempty AlphaPrecisionCert :=
  67  ⟨{ seed_from_geometry := alpha_seed_eq
  68     seed_positive := alpha_seed_positive
  69     curvature_positive := curvature_correction_positive
  70     gap_positive := gap_correction_positive }⟩
  71
  72end
  73
  74end IndisputableMonolith.Constants.AlphaPrecision