HasFDerivAtFilter.star
theorem HasFDerivAtFilter.star :
β {π : Type u_1} [inst : NontriviallyNormedField π] [inst_1 : StarRing π] [inst_2 : TrivialStar π] {E : Type u_2}
[inst_3 : NormedAddCommGroup E] [inst_4 : NormedSpace π E] {F : Type u_3} [inst_5 : NormedAddCommGroup F]
[inst_6 : StarAddMonoid F] [inst_7 : NormedSpace π F] [inst_8 : StarModule π F] [inst_9 : ContinuousStar F]
{f : E β F} {f' : E βL[π] F} {x : E} {L : Filter E},
HasFDerivAtFilter f f' x L β HasFDerivAtFilter (fun x => star (f x)) ((β(starL' π)).comp f') x L
This theorem states that if a function `f` from a normed additive commutative group `E` to a star add monoid `F`, both of which are normed spaces over a nontrivially normed field `π` with star structure, has a derivative `f'` at a point `x` with respect to a filter `L`, then the function that maps `x` to the star of `f(x)` also has a derivative at `x` with respect to `L`. The derivative of the latter function is the composition of `f'` and the continuous linear map induced by the star operation on `π`.
More concisely: If `f: E β F` is a differentiable function from a normed additive commutative group `E` to a star add monoid `F` over a nontrivially normed field `π` with star structure, then the function `x mapsto π(f(x))` (where `π` denotes the star operation on `F`) is differentiable at `x` and its derivative is `π(f'(x)) β π(x)`, where `π: π β π(π)` is the continuous linear map induced by the star operation on `π`.
|