Mathlib Map

Theorems · Theorem · measure theory

intervalIntegral.integral_congr

∀ {E : Type u_5} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {f g : ℝ → E} {μ : MeasureTheory.Measure ℝ}
  {a b : ℝ}, Set.EqOn f g (Set.uIcc a b) → ∫ (x : ℝ) in a..b, f x ∂μ = ∫ (x : ℝ) in a..b, g x ∂μ

If two functions are equal in the relevant interval, their interval integrals are also equal.

Defined in
Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
Cited by
18 results in Mathlib
Foundations
Depth 255 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpace

Around this declaration

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

Real.circleAverage_congr_sphere · cited by 9Real.circleAverage_congr_…circleIntegral.integral_congr · cited by 4circleIntegral.integral_c…Polynomial.Chebyshev.integral_eval_T_real_measureT_of_ne_zero · cited by 3Chebyshev.integral_eval_T…Polynomial.Chebyshev.integral_measureT_eq_integral_cos · cited by 3Chebyshev.integral_measur…curveIntegral_segment · cited by 2curveIntegral_segmentEulerSine.integral_cos_pow_eq · cited by 2EulerSine.integral_cos_po…Chebyshev.primeCounting_eq_theta_div_log_add_integral · cited by 2Chebyshev.primeCounting_e…circleAverage_log_norm_sub_const₁ · cited by 1circleAverage_log_norm_su…ValueDistribution.circleAverage_circleAverage_eq_proximity_top · cited by 1ValueDistribution.circleA…ZetaAsymptotics.term_of_lt · cited by 1ZetaAsymptotics.term_of_ltZetaAsymptotics.term_one · cited by 1ZetaAsymptotics.term_oneintegral_pow_abs_sub_uIoc · cited by 1integral_pow_abs_sub_uIocChebyshev.integral_one_div_log_sq_isBigO · cited by 1Chebyshev.integral_one_di…EulerSine.integral_cos_mul_cos_pow_aux · cited by 1EulerSine.integral_cos_mu…EulerSine.integral_sin_mul_sin_mul_cos_pow_eq · cited by 1EulerSine.integral_sin_mu…Real · cited by 25697RealNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureMeasureTheory.integral · cited by 1779MeasureTheory.integralMeasureTheory.Measure.restrict · cited by 1646Measure.restrictSet.Ioc · cited by 971Set.IocSet.EqOn · cited by 603Set.EqOnintervalIntegral · cited by 546intervalIntegralSet.uIcc · cited by 393Set.uIccle_total · cited by 294le_totalsup_of_le_left · cited by 218sup_of_le_leftinf_of_le_left · cited by 186inf_of_le_leftsup_of_le_right · cited by 143sup_of_le_rightinf_of_le_right · cited by 128inf_of_le_rightintervalIntegral.integral_con…CITED BYCITES

Cites21

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

Cited by18

Results whose statement or proof uses this declaration.