Theorems · Theorem · real analysis
IsOpen.exists_eq_add_of_deriv_eq
∀ {𝕜 : Type u_3} {G : Type u_4} [inst : RCLike 𝕜] [inst_1 : NormedAddCommGroup G] [inst_2 : NormedSpace 𝕜 G] {s : Set 𝕜}
{f g : 𝕜 → G},
IsOpen s →
IsPreconnected s →
DifferentiableOn 𝕜 f s →
DifferentiableOn 𝕜 g s → Set.EqOn (deriv f) (deriv g) s → ∃ a, Set.EqOn f (fun x => g x + a) s- Defined in
- Mathlib.Analysis.Calculus.MeanValue
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 197 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- RCLikestatement and proof · cited by 2,829
- IsOpenstatement and proof · cited by 2,400
- derivstatement and proof · cited by 676
- Set.EqOnstatement and proof · cited by 603
- DifferentiableOnstatement and proof · cited by 419
- IsPreconnectedstatement and proof · cited by 205
- ContinuousLinearMap.toSpanSingletonproof · cited by 133
- ContinuousLinearMap.toSpanSingleton.congr_simpproof · cited by 12
- IsOpen.exists_eq_add_of_fderiv_eqproof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.