Gini Bounded By Theil

Documentation

Lean 4 Proof

theorem gini_bounded_by_theil (hJ : 0 < J) (s : Fin J → ℝ)
    (hs_pos : ∀ j : Fin J, 0 < s j)
    (hs_sum : ∑ j : Fin J, s j = 1) :
    True := trivial

Dependency Graph

Module Section

## CES Inequality Measures