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

wealthDistributionCert

definition
show as:
view math explainer →
module
IndisputableMonolith.Economics.WealthDistributionFromSigma
domain
Economics
line
51 · github
papers citing
none yet

open explainer

Generate a durable explainer page for this declaration.

open lean source

IndisputableMonolith.Economics.WealthDistributionFromSigma on GitHub at line 51.

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

  48  exponent_band : (1.61 : ℝ) < paretoExponent ∧ paretoExponent < 1.62
  49  inv_phi : phi⁻¹ = phi - 1
  50
  51noncomputable def wealthDistributionCert : WealthDistributionCert where
  52  exponent_eq_phi := paretoExponent_eq_phi
  53  exponent_band := paretoExponent_band
  54  inv_phi := inv_phi_eq
  55
  56end IndisputableMonolith.Economics.WealthDistributionFromSigma