Mathlib Map

Theorems Β· Theorem Β· real analysis

ContDiffAt.smul

βˆ€ {π•œ : Type u_1} [inst : NontriviallyNormedField π•œ] {E : Type uE} [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace π•œ E] {F : Type uF} [inst_3 : NormedAddCommGroup F] [inst_4 : NormedSpace π•œ F] {x : E}
  {n : WithTop β„•βˆž} {π•œ' : Type u_3} [inst_5 : NormedRing π•œ'] [inst_6 : NormedAlgebra π•œ π•œ'] [inst_7 : Module π•œ' F]
  [IsBoundedSMul π•œ' F] [IsScalarTower π•œ π•œ' F] {f : E β†’ π•œ'} {g : E β†’ F},
  ContDiffAt π•œ n f x β†’ ContDiffAt π•œ n g x β†’ ContDiffAt π•œ n (f β€’ g) x

The scalar multiplication of two C^n functions at a point is C^n at this point.

Defined in
Mathlib.Analysis.Calculus.ContDiff.Operations
Cited by
2 results in Mathlib
Foundations
Depth 201 from the axioms Β· uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceNormedRingNormedAlgebraModuleIsBoundedSMulIsScalarTower

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.

Cited by2

Results whose statement or proof uses this declaration.