Mathlib Map

Theorems · Theorem · global analysis

HasLineDerivWithinAt.congr_mono

∀ {𝕜 : Type u_1} [inst : NontriviallyNormedField 𝕜] {F : Type u_2} [inst_1 : NormedAddCommGroup F]
  [inst_2 : NormedSpace 𝕜 F] {E : Type u_3} [inst_3 : AddCommGroup E] [inst_4 : Module 𝕜 E] {f f₁ : E → F} {f' : F}
  {s t : Set E} {x v : E},
  HasLineDerivWithinAt 𝕜 f f' s x v → Set.EqOn f₁ f t → f₁ x = f x → t ⊆ s → HasLineDerivWithinAt 𝕜 f₁ f' t x v
Defined in
Mathlib.Analysis.Calculus.LineDeriv.Basic
Cited by
2 results in Mathlib
Foundations
Depth 170 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceAddCommGroupModule

Around this declaration

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

Cites13

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.