Theorems · Theorem · real analysis
IsOpen.exists_eq_add_of_fderiv_eq
∀ {E : Type u_1} [inst : NormedAddCommGroup E] [NormedSpace ℝ E] {𝕜 : Type u_3} {G : Type u_4}
[inst_2 : NontriviallyNormedField 𝕜] [IsRCLikeNormedField 𝕜] [inst_4 : NormedSpace 𝕜 E]
[inst_5 : NormedAddCommGroup G] [inst_6 : NormedSpace 𝕜 G] {f g : E → G} {s : Set E},
IsOpen s →
IsPreconnected s →
DifferentiableOn 𝕜 f s →
DifferentiableOn 𝕜 g s → Set.EqOn (fderiv 𝕜 f) (fderiv 𝕜 g) s → ∃ a, Set.EqOn f (fun x => g x + a) s- Defined in
- Mathlib.Analysis.Calculus.MeanValue
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 196 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement and proof · cited by 5,352
- IsOpenstatement and proof · cited by 2,400
- sub_selfproof · cited by 996
- Set.EqOnstatement and proof · cited by 603
- IsOpen.mem_nhdsproof · cited by 470
- DifferentiableOnstatement and proof · cited by 419
Cited by2
Results whose statement or proof uses this declaration.
- IsOpen.eqOn_of_fderiv_eqproof · cited by 1
- IsOpen.exists_eq_add_of_deriv_eqproof · cited by 0