Theorems · Theorem · measure theory
intervalIntegral.integral_comp_mul_right
∀ {E : Type u_5} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {a b c : ℝ} (f : ℝ → E),
c ≠ 0 → ∫ (x : ℝ) in a..b, f (x * c) = c⁻¹ • ∫ (x : ℝ) in a * c..b * c, f x- Cited by
- 3 results in Mathlib
- Foundations
- Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites37
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measureproof · cited by 10,939
- Set.preimageproof · cited by 4,946
- absproof · cited by 1,814
- MeasureTheory.integralproof · cited by 1,779
- MeasureTheory.Measure.restrictproof · cited by 1,646
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- Set.Iocproof · cited by 971
- ENNReal.ofRealproof · cited by 863
Cited by3
Results whose statement or proof uses this declaration.
- intervalIntegral.integral_comp_mul_leftproof · cited by 7
- intervalIntegral.integral_comp_divproof · cited by 4
- intervalIntegral.smul_integral_comp_mul_rightproof · cited by 1