Theorems · Theorem · probability
ProbabilityTheory.rpow_abs_le_mul_max_exp_of_pos
∀ (x : ℝ) {t p : ℝ}, 0 ≤ p → 0 < t → |x| ^ p ≤ (p / t) ^ p * max (Real.exp (t * x)) (Real.exp (-t * x))Auxiliary lemma for rpow_abs_le_mul_max_exp.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
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
- mul_oneproof · cited by 3,885
- LE.le.transproof · cited by 3,151
- one_mulproof · cited by 2,841
- add_zeroproof · cited by 2,707
- absstatement and proof · cited by 1,814
- mul_assocproof · cited by 1,667
- le_of_ltproof · cited by 1,175
- pow_oneproof · cited by 894
- Real.expstatement and proof · cited by 871
- neg_mulproof · cited by 654
- mul_negproof · cited by 590
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.rpow_abs_le_mul_exp_absproof · cited by 1
- ProbabilityTheory.rpow_abs_le_mul_max_expproof · cited by 0