Theorems · Theorem · real analysis
HasDerivAt.comp_semilinear
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] {F : Type v} [inst_1 : NormedAddCommGroup F]
[inst_2 : NormedSpace 𝕜 F] {f : 𝕜 → F} {f' : F} {x : 𝕜} {σ : 𝕜 →+* 𝕜} (σ' : 𝕜 →+* 𝕜) [RingHomIsometric σ]
[RingHomInvPair σ σ'] {F' : Type u_1} [inst_5 : NormedAddCommGroup F'] [inst_6 : NormedSpace 𝕜 F'] (L : F →SL[σ] F'),
HasDerivAt f f' x → HasDerivAt (⇑L ∘ f ∘ ⇑σ') (L f') (σ x)If L is a σ-semilinear map, and f has Fréchet derivative f' at x, then L ∘ f ∘ σ⁻¹
has Fréchet derivative L ∘ f' at σ x.
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 169 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites27
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- TopologicalSpaceproof · cited by 24,529
- Moduleproof · cited by 20,661
- RingHom.idproof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- AddCommGroupproof · cited by 12,871
- NormedSpacestatement and proof · cited by 12,499
- RingHomstatement and proof · cited by 10,189
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapstatement and proof · cited by 5,352
- one_smulproof · cited by 1,374
- map_oneproof · cited by 861
Cited by2
Results whose statement or proof uses this declaration.
- HasDerivAt.comp_ringHomproof · cited by 1
- DifferentiableAt.comp_semilinear₁proof · cited by 0