Theorems · Theorem · real analysis
HasDerivAt.star_conj
∀ {𝕜 : Type u} [inst : NontriviallyNormedField 𝕜] [inst_1 : StarRing 𝕜] {F : Type v} [inst_2 : NormedAddCommGroup F]
[inst_3 : NormedSpace 𝕜 F] [inst_4 : StarAddMonoid F] [StarModule 𝕜 F] [ContinuousStar F] {x : 𝕜} [NormedStarGroup 𝕜]
{f : 𝕜 → F} {f' : F}, HasDerivAt f f' x → HasDerivAt (star ∘ f ∘ ⇑(starRingEnd 𝕜)) (star f') ((starRingEnd 𝕜) x)If f has derivative f' at z, then star ∘ f ∘ conj has derivative star f' at
conj z.
- Defined in
- Mathlib.Analysis.Calculus.Deriv.Star
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 170 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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 · cited by 10,189
- NontriviallyNormedFieldstatement and proof · cited by 8,742
- ContinuousLinearMapproof · cited by 5,352
- StarRingstatement and proof · cited by 1,686
- one_smulproof · cited by 1,374
Cited by3
Results whose statement or proof uses this declaration.
- deriv_star_conjproof · cited by 1
- hasDerivAt_star_conj_iffproof · cited by 1
- HasDerivAt.conj_conjproof · cited by 0