structure
definition
def or abbrev
WealthDistributionCert
show as:
view Lean formalization →
formal statement (Lean)
46structure WealthDistributionCert where
47 exponent_eq_phi : paretoExponent = phi
48 exponent_band : (1.61 : ℝ) < paretoExponent ∧ paretoExponent < 1.62
49 inv_phi : phi⁻¹ = phi - 1
50