Theorems · Theorem · global analysis
ApproximatesLinearOn.surjOn_closedBall_of_nonlinearRightInverse
∀ {𝕜 : 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] {f : E → F}
[CompleteSpace E] {s : Set E} {c : NNReal} {f' : E →L[𝕜] F},
ApproximatesLinearOn f f' s c →
∀ (f'symm : f'.NonlinearRightInverse) {ε : ℝ} {b : E},
0 ≤ ε →
Metric.closedBall b ε ⊆ s →
Set.SurjOn f (Metric.closedBall b ε) (Metric.closedBall (f b) (((↑f'symm.nnnorm)⁻¹ - ↑c) * ε))If a function is linearly approximated by a continuous linear map with a (possibly nonlinear) right inverse, then it is locally onto: a ball of an explicit radius is included in the image of the map.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 177 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites88
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- nhdsproof · cited by 5,554
- Norm.normproof · cited by 5,413
- ContinuousLinearMapstatement and proof · cited by 5,352
- NNRealstatement and proof · cited by 4,310
- mul_oneproof · cited by 3,885
Cited by3
Results whose statement or proof uses this declaration.
- ApproximatesLinearOn.open_imageproof · cited by 1
- ApproximatesLinearOn.surjectiveproof · cited by 0
- ApproximatesLinearOn.closedBall_subset_targetproof · cited by 0