Theorems · Theorem · real analysis
ContDiffOn.iUnion_of_isOpen
∀ {𝕜 : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAddCommGroup E]
[inst_2 : NormedSpace 𝕜 E] [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace 𝕜 F] {f : E → F} {n : WithTop ℕ∞}
{ι : Type u_5} {s : ι → Set E},
(∀ (i : ι), ContDiffOn 𝕜 n f (s i)) → (∀ (i : ι), IsOpen (s i)) → ContDiffOn 𝕜 n f (⋃ i, s i)If a function is C^k on open sets s i, it is C^k on their union
- Defined in
- Mathlib.Analysis.Calculus.ContDiff.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 180 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Setstatement and proof · cited by 53,352
- NormedAddCommGroupstatement and proof · cited by 15,752
- NormedSpacestatement and proof · cited by 12,499
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ENatstatement and proof · cited by 4,985
- Set.rangeproof · cited by 4,705
- WithTopstatement and proof · cited by 3,754
- Set.iUnionstatement and proof · cited by 2,483
- IsOpenstatement and proof · cited by 2,400
- IsOpen.mem_nhdsproof · cited by 470
- ContDiffOnstatement and proof · cited by 294
- ContDiffAt.contDiffWithinAtproof · cited by 31
Cited by2
Results whose statement or proof uses this declaration.
- contDiff_of_contDiffOn_iUnion_of_isOpenproof · cited by 0
- contDiffOn_iUnion_iff_of_isOpenproof · cited by 0