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

universalResponseCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Applied.UniversalEquilibriumResponseC7
domain
Applied
line
45 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Applied.UniversalEquilibriumResponseC7 on GitHub at line 45.

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

  42  universal_response : ∀ D : EquilibriumDomain, responseCoefficient D = 1
  43  kernel : JCostHessianCert
  44
  45noncomputable def universalResponseCert : UniversalResponseCert where
  46  three_domains := equilibriumDomain_count
  47  universal_response := responseCoefficient_universal
  48  kernel := jcostHessianCert
  49
  50end UniversalEquilibriumResponseC7
  51end Applied
  52end IndisputableMonolith