Mathlib Map

Theorems · Theorem · measure theory

Real.ContinuousOn.eq_of_eqOn_Ioo

∀ {f : ℝ → ℝ} {c r R : ℝ}, ContinuousOn f (Set.Ioc r R) → r < R → Set.EqOn f (fun x => c) (Set.Ioo r R) → f R = c

Companion lemma to ContinuousOn.circleAverage: a function continuous on Ioc r R and constant on Ioo r R is constant.

Defined in
Mathlib.MeasureTheory.Integral.CircleAverage
Cited by
2 results in Mathlib
Foundations
Depth 164 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

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

Cites18

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.