multi-index notation
Multi-indices form a powerful notational device for keeping track
of multiple derivatives
or multiple powers. In many respects
these resemble natural numbers
.
For example, one can define the factorial
, binomial coefficients
,
and derivatives for multi-indices.
Using these one can state traditional results such as the
multinomial theorem,
Leibniz’ rule, Taylor’s formula
, etc.
very concisely. In fact, the multi-dimensional results are more or
less obtained simply by replacing usual indices in ℕ with multi-indices.
See below for examples.
Definition
A multi-index is an n-tuple
α=(α1,…,αn) of non-negative integers α1,…,αn. In other words,
α∈ℕn. Usually, n is the dimension of the underlying space.
Therefore, when dealing with multi-indices, n is usually
assumed clear from the context.
Operations on multi-indices
For a multi-index α, we define the length (or order) as
|α|=α1+⋯+αn, |
and the factorial as
α!=n∏k=1αk!. |
If α=(α1,…,αn) and
β=(β1,…,βn) are two multi-indices,
their sum and difference is defined component-wise as
α+β | = | (α1+β1,…,αn+βn), | ||
α-β | = | (α1-β1,…,αn-βn). |
Thus |α±β|=|α|±|β|. Also, if βk≤αk for all k=1,…,n, then we write β≤α. For multi-indices α,β, with β≤α, we define
(αβ)=α!(α-β)!β!. |
For a point x=(x1,…,xn) in ℝn (with standard coordinates) we define
xα=n∏k=1xαkk. |
Also, if f:ℝn→ℝ is a smooth function, and
α=(α1,…,αn) is a multi-index, we define
∂αf=∂|α|∂α1e1⋯∂αnenf, |
where e1,…,en are the standard unit vectors of ℝn.
Since f is sufficiently smooth, the order in which the derivations are
performed is irrelevant. For multi-indices α and β, we thus
have
∂α∂β=∂α+β=∂β+α=∂β∂α. |
Examples
-
1.
If n is a positive integer, and x1,…,xk are complex numbers, the multinomial expansion states that
(x1+⋯+xk)n=n!∑|α|=nxαα!, where x=(x1,…,xk) and α is a multi-index. (proof (http://planetmath.org/MultinomialTheoremProof))
-
2.
Leibniz’ rule: If f,g:ℝn→ℝ are smooth functions, and β is a multi-index, then
∂β(fg)=∑α≤β(βα)∂α(f)∂β-α(g), where α is a multi-index.
References
-
1
M. Reed, B. Simon, Methods of Mathematical Physics,
I - Functional Analysis
, Academic Press, 1980.
Title | multi-index notation |
---|---|
Canonical name | MultiindexNotation |
Date of creation | 2013-03-22 13:41:32 |
Last modified on | 2013-03-22 13:41:32 |
Owner | matte (1858) |
Last modified by | matte (1858) |
Numerical id | 15 |
Author | matte (1858) |
Entry type | Definition |
Classification | msc 05-00 |
Defines | multi-index |
Defines | multi-indices |