Mathlib Map

Theorems · Definition · global analysis

ApproximatesLinearOn

{𝕜 : Type u_1} →
  [inst : NontriviallyNormedField 𝕜] →
    {E : Type u_2} →
      [inst_1 : NormedAddCommGroup E] →
        [inst_2 : NormedSpace 𝕜 E] →
          {F : Type u_3} →
            [inst_3 : NormedAddCommGroup F] → [inst_4 : NormedSpace 𝕜 F] → (E → F) → (E →L[𝕜] F) → Set E → NNReal → Prop

We say that f approximates a continuous linear map f' on s with constant c, if ‖f x - f y - f' (x - y)‖ ≤ c * ‖x - y‖ whenever x, y ∈ s. This predicate is defined to facilitate the splitting of the inverse function theorem into small lemmas. Some of these lemmas can be useful, e.g., to prove that the inverse function is defined on a specific set.

Defined in
Mathlib.Analysis.Calculus.InverseFunctionTheorem.ApproximatesLinearOn
Cited by
38 results in Mathlib
Foundations
Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpace

Around this declaration

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

exists_partition_approximatesLinearOn_of_hasFDerivWithinAt · cited by 5exists_partition_approxim…MeasureTheory.addHaar_image_le_mul_of_det_lt · cited by 4MeasureTheory.addHaar_ima…ApproximatesLinearOn.mono_set · cited by 4ApproximatesLinearOn.mono…ApproximatesLinearOn.toOpenPartialHomeomorph · cited by 4ApproximatesLinearOn.toOp…ApproximatesLinearOn.antilipschitz · cited by 3ApproximatesLinearOn.anti…ApproximatesLinearOn.mono_num · cited by 3ApproximatesLinearOn.mono…ApproximatesLinearOn.norm_fderiv_sub_le · cited by 3ApproximatesLinearOn.norm…ApproximatesLinearOn.surjOn_closedBall_of_nonlinearRightInverse · cited by 3ApproximatesLinearOn.surj…ApproximatesLinearOn.toPartialEquiv · cited by 3ApproximatesLinearOn.toPa…HasStrictFDerivAt.approximates_deriv_on_nhds · cited by 2HasStrictFDerivAt.approxi…MeasureTheory.aemeasurable_fderivWithin · cited by 2MeasureTheory.aemeasurabl…ApproximatesLinearOn.approximatesLinearOn_iff_lipschitzOnWith · cited by 2ApproximatesLinearOn.appr…ApproximatesLinearOn.continuousOn · cited by 2ApproximatesLinearOn.cont…ApproximatesLinearOn.lipschitzOnWith · cited by 2ApproximatesLinearOn.lips…ApproximatesLinearOn.lipschitz_sub · cited by 2ApproximatesLinearOn.lips…DFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldNorm.norm · cited by 5413Norm.normContinuousLinearMap · cited by 5352ContinuousLinearMapNNReal · cited by 4310NNRealNNReal.toReal · cited by 1260NNReal.toRealApproximatesLinearOnCITED BYCITES

Cites10

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

Cited by41

Results whose statement or proof uses this declaration.