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

calibration_forced_from_fixpoint

proved
show as:
view math explainer →
module
IndisputableMonolith.Foundation.SubstitutivityForcing
domain
Foundation
line
45 · github
papers citing
none yet

open explainer

Read the cached plain-language explainer.

open lean source

IndisputableMonolith.Foundation.SubstitutivityForcing on GitHub at line 45.

browse module

All declarations in this module, on Recognition.

explainer page

A cached Ask Recognition explainer exists for this declaration.

open explainer

Derivations using this theorem

depends on

formal source

  42posture requires all structural constants to have O(1) Kolmogorov
  43complexity, and λ = 1 is the unique positive fixpoint of the inversion
  44map, calibration is forced. -/
  45theorem calibration_forced_from_fixpoint
  46    (lam : ℝ) (hlam_pos : 0 < lam) (hlam_inv : lam = lam⁻¹) :
  47    lam = 1 :=
  48  lambda_one_is_unique_fixpoint lam hlam_pos hlam_inv
  49
  50end SubstitutivityForcing
  51end Foundation
  52end IndisputableMonolith