Theorems · Theorem · global analysis
ContDiffWithinAt.contDiffBump
∀ {E : Type u_1} {X : Type u_2} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] [inst_2 : NormedAddCommGroup X]
[inst_3 : NormedSpace ℝ X] [inst_4 : HasContDiffBump E] {n : ℕ∞} {c g : X → E} {s : Set X}
{f : (x : X) → ContDiffBump (c x)} {x : X},
ContDiffWithinAt ℝ (↑n) c s x →
ContDiffWithinAt ℝ (↑n) (fun x => (f x).rIn) s x →
ContDiffWithinAt ℝ (↑n) (fun x => (f x).rOut) s x →
ContDiffWithinAt ℝ (↑n) g s x → ContDiffWithinAt ℝ (↑n) (fun x => ↑(f x) (g x)) s xContDiffBump is 𝒞ⁿ in all its arguments.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 202 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- ENatstatement and proof · cited by 4,985
- LT.lt.ne'proof · cited by 1,417
- WithTop.somestatement and proof · cited by 1,128
- le_topproof · cited by 411
- ContDiffWithinAtstatement and proof · cited by 283
- Filter.univ_memproof · cited by 96
- ContDiffBumpstatement and proof · cited by 61
- ContDiffBump.rOutstatement and proof · cited by 51
Cited by1
Results whose statement or proof uses this declaration.
- ContDiffAt.contDiffBumpproof · cited by 1