Mathlib Map

Theorems · Theorem · real analysis

Real.posLog_sum

∀ {α : Type u_1} (s : Finset α) (f : α → ℝ), (∑ t ∈ s, f t).posLog ≤ Real.log ↑s.card + ∑ t ∈ s, (f t).posLog

Estimate for log⁺ of a sum. See Real.posLog_add for a variant involving just two summands.

Defined in
Mathlib.Analysis.SpecialFunctions.Log.PosLog
Cited by
2 results in Mathlib
Foundations
Depth 179 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites24

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.