Theorems · Theorem · real analysis
ENNReal.young_inequality_eq_iff
∀ (a b : ENNReal) {p q : ℝ},
p.HolderConjugate q →
(a * b = a ^ p / ENNReal.ofReal p + b ^ q / ENNReal.ofReal q ↔ a = ⊤ ∧ b ≠ 0 ∨ a ≠ 0 ∧ b = ⊤ ∨ a ^ p = b ^ q)Young's inequality equality condition, ℝ≥0∞ version with real conjugate exponents.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- MulZeroClass.mul_zeroproof · cited by 2,091
- MulZeroClass.zero_mulproof · cited by 1,625
- ENNReal.ofNNRealproof · cited by 1,279
- ENNReal.ofRealstatement and proof · cited by 863
- div_eq_mul_invproof · cited by 715
- Real.toNNRealproof · cited by 267
- ENNReal.toNNRealproof · cited by 165
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.