Mathlib Map

Theorems · Theorem · functional analysis

LineDeriv.iteratedLineDerivOp_succ_left

∀ {V : Type u_11} {E : Type u_12} [inst : LineDeriv V E E] {n : ℕ} (m : Fin (n + 1) → V) (f : E),
  LineDeriv.iteratedLineDerivOp m f = LineDeriv.lineDerivOp (m 0) (LineDeriv.iteratedLineDerivOp (Fin.tail m) f)
Defined in
Mathlib.Analysis.Distribution.DerivNotation
Cited by
4 results in Mathlib
Foundations
Depth 26 from the axioms · uses propext
Assumes
LineDeriv

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.