def
definition
wealthDistributionCert
show as:
view math explainer →
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
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