Provide and document derivation notations such as:
f^`(n), f^`() and f^`N(n) (as in poly.v) for derivation onR (and when available, on C)
'D(A -> V) for the type of derviable functions from domain A to a normed module type V
'D^n(A -> V) for n times derivable (so that 'D^1 = 'D)
'C^n_(A -> V) (I believe 'C^0 = 'C in the literature, but I advocate for not providing a notation without explicit n)
Bonus question: should the last 3 be types or sets ?
Provide and document derivation notations such as:
f^`(n),f^`()andf^`N(n)(as inpoly.v) for derivation onR(and when available, onC)'D(A -> V)for the type of derviable functions from domainAto a normed module typeV'D^n(A -> V)forntimes derivable (so that'D^1 = 'D)'C^n_(A -> V)(I believe'C^0 = 'Cin the literature, but I advocate for not providing a notation without explicitn)Bonus question: should the last 3 be types or sets ?