theorem ces_equivalence (J : ℕ) (hJ : 0 < J) (F : AggFun J)
(hcont : IsContinuousAgg J F)
(hsymm : IsSymmetric J F)
(hincr : IsStrictlyIncreasing J F)
(hhom : IsHomogDegOne J F) :
EquivalenceStatement J F where
fp_implies_pm := fun hfp =>
aggregation_fixed_point J F hcont hsymm hincr hhom hfp
pm_implies_fp := fun ⟨ρ, hρ, hF⟩ => by
rw [hF]
exact powerMean_isFixedPoint hJ ρ hρEmergence results from Paper 1, Sections 3-5: