Multi-index notation

From HandWiki
Short description: Mathematical notation

Multi-index notation is a mathematical notation that simplifies formulas used in multivariable calculus, partial differential equations and the theory of distributions, by generalising the concept of an integer index to an ordered tuple of indices.

Definition and basic properties

An n-dimensional multi-index is an [math]\displaystyle{ n }[/math]-tuple

[math]\displaystyle{ \alpha = (\alpha_1, \alpha_2,\ldots,\alpha_n) }[/math]

of non-negative integers (i.e. an element of the [math]\displaystyle{ n }[/math]-dimensional set of natural numbers, denoted [math]\displaystyle{ \mathbb{N}^n_0 }[/math]).

For multi-indices [math]\displaystyle{ \alpha, \beta \in \mathbb{N}^n_0 }[/math] and [math]\displaystyle{ x = (x_1, x_2, \ldots, x_n) \in \mathbb{R}^n }[/math], one defines:

Componentwise sum and difference
[math]\displaystyle{ \alpha \pm \beta= (\alpha_1 \pm \beta_1,\,\alpha_2 \pm \beta_2, \ldots, \,\alpha_n \pm \beta_n) }[/math]
Partial order
[math]\displaystyle{ \alpha \le \beta \quad \Leftrightarrow \quad \alpha_i \le \beta_i \quad \forall\,i\in\{1,\ldots,n\} }[/math]
Sum of components (absolute value)
[math]\displaystyle{ | \alpha | = \alpha_1 + \alpha_2 + \cdots + \alpha_n }[/math]
Factorial
[math]\displaystyle{ \alpha ! = \alpha_1! \cdot \alpha_2! \cdots \alpha_n! }[/math]
Binomial coefficient
[math]\displaystyle{ \binom{\alpha}{\beta} = \binom{\alpha_1}{\beta_1}\binom{\alpha_2}{\beta_2}\cdots\binom{\alpha_n}{\beta_n} = \frac{\alpha!}{\beta!(\alpha-\beta)!} }[/math]
Multinomial coefficient
[math]\displaystyle{ \binom{k}{\alpha} = \frac{k!}{\alpha_1! \alpha_2! \cdots \alpha_n! } = \frac{k!}{\alpha!} }[/math] where [math]\displaystyle{ k:=|\alpha|\in\mathbb{N}_0 }[/math].
Power
[math]\displaystyle{ x^\alpha = x_1^{\alpha_1} x_2^{\alpha_2} \ldots x_n^{\alpha_n} }[/math].
Higher-order partial derivative
[math]\displaystyle{ \partial^\alpha = \partial_1^{\alpha_1} \partial_2^{\alpha_2} \ldots \partial_n^{\alpha_n}, }[/math] where [math]\displaystyle{ \partial_i^{\alpha_i}:=\partial^{\alpha_i} / \partial x_i^{\alpha_i} }[/math] (see also 4-gradient). Sometimes the notation [math]\displaystyle{ D^{\alpha} = \partial^{\alpha} }[/math] is also used.[1]

Some applications

The multi-index notation allows the extension of many formulae from elementary calculus to the corresponding multi-variable case. Below are some examples. In all the following, [math]\displaystyle{ x,y,h\in\Complex^n }[/math] (or [math]\displaystyle{ \R^n }[/math]), [math]\displaystyle{ \alpha,\nu\in\N_0^n }[/math], and [math]\displaystyle{ f,g,a_\alpha\colon\Complex^n\to\Complex }[/math] (or [math]\displaystyle{ \R^n\to\R }[/math]).

Multinomial theorem
[math]\displaystyle{ \left( \sum_{i=1}^n x_i\right)^k = \sum_{|\alpha|=k} \binom{k}{\alpha} \, x^\alpha }[/math]
Multi-binomial theorem
[math]\displaystyle{ (x+y)^\alpha = \sum_{\nu \le \alpha} \binom{\alpha}{\nu} \, x^\nu y^{\alpha - \nu}. }[/math] Note that, since x + y is a vector and α is a multi-index, the expression on the left is short for (x1 + y1)α1⋯(xn + yn)αn.
Leibniz formula
For smooth functions [math]\displaystyle{ f }[/math] and [math]\displaystyle{ g }[/math],[math]\displaystyle{ \partial^\alpha(fg) = \sum_{\nu \le \alpha} \binom{\alpha}{\nu} \, \partial^{\nu}f\,\partial^{\alpha-\nu}g. }[/math]
Taylor series
For an analytic function [math]\displaystyle{ f }[/math] in [math]\displaystyle{ n }[/math] variables one has [math]\displaystyle{ f(x+h) = \sum_{\alpha\in\mathbb{N}^n_0} {\frac{\partial^{\alpha}f(x)}{\alpha !}h^\alpha}. }[/math] In fact, for a smooth enough function, we have the similar Taylor expansion [math]\displaystyle{ f(x+h) = \sum_{|\alpha| \le n}{\frac{\partial^{\alpha}f(x)}{\alpha !}h^\alpha}+R_{n}(x,h), }[/math] where the last term (the remainder) depends on the exact version of Taylor's formula. For instance, for the Cauchy formula (with integral remainder), one gets [math]\displaystyle{ R_n(x,h)= (n+1) \sum_{|\alpha| =n+1}\frac{h^\alpha}{\alpha !} \int_0^1(1-t)^n\partial^\alpha f(x+th) \, dt. }[/math]
General linear partial differential operator
A formal linear [math]\displaystyle{ N }[/math]-th order partial differential operator in [math]\displaystyle{ n }[/math] variables is written as [math]\displaystyle{ P(\partial) = \sum_{|\alpha| \le N} {a_{\alpha}(x)\partial^{\alpha}}. }[/math]
Integration by parts
For smooth functions with compact support in a bounded domain [math]\displaystyle{ \Omega \subset \R^n }[/math] one has [math]\displaystyle{ \int_{\Omega} u(\partial^{\alpha}v) \, dx = (-1)^{|\alpha|} \int_{\Omega} {(\partial^{\alpha}u)v\,dx}. }[/math] This formula is used for the definition of distributions and weak derivatives.

An example theorem

If [math]\displaystyle{ \alpha,\beta\in\mathbb{N}^n_0 }[/math] are multi-indices and [math]\displaystyle{ x=(x_1,\ldots, x_n) }[/math], then [math]\displaystyle{ \partial^\alpha x^\beta = \begin{cases} \frac{\beta!}{(\beta-\alpha)!} x^{\beta-\alpha} & \text{if}~ \alpha\le\beta,\\ 0 & \text{otherwise.} \end{cases} }[/math]

Proof

The proof follows from the power rule for the ordinary derivative; if α and β are in [math]\displaystyle{ \{0, 1, 2,\ldots\} }[/math], then

[math]\displaystyle{ \frac{d^\alpha}{dx^\alpha} x^\beta = \begin{cases} \frac{\beta!}{(\beta-\alpha)!} x^{\beta-\alpha} & \hbox{if}\,\, \alpha\le\beta, \\ 0 & \hbox{otherwise.} \end{cases} }[/math]

 

 

 

 

(1)

Suppose [math]\displaystyle{ \alpha=(\alpha_1,\ldots, \alpha_n) }[/math], [math]\displaystyle{ \beta=(\beta_1,\ldots, \beta_n) }[/math], and [math]\displaystyle{ x=(x_1,\ldots, x_n) }[/math]. Then we have that [math]\displaystyle{ \begin{align}\partial^\alpha x^\beta&= \frac{\partial^{\vert\alpha\vert}}{\partial x_1^{\alpha_1} \cdots \partial x_n^{\alpha_n}} x_1^{\beta_1} \cdots x_n^{\beta_n}\\ &= \frac{\partial^{\alpha_1}}{\partial x_1^{\alpha_1}} x_1^{\beta_1} \cdots \frac{\partial^{\alpha_n}}{\partial x_n^{\alpha_n}} x_n^{\beta_n}.\end{align} }[/math]

For each [math]\displaystyle{ i }[/math] in [math]\displaystyle{ \{ 1, \ldots , n\} }[/math], the function [math]\displaystyle{ x_i^{\beta_i} }[/math] only depends on [math]\displaystyle{ x_i }[/math]. In the above, each partial differentiation [math]\displaystyle{ \partial/\partial x_i }[/math] therefore reduces to the corresponding ordinary differentiation [math]\displaystyle{ d/dx_i }[/math]. Hence, from equation (1), it follows that [math]\displaystyle{ \partial^\alpha x^\beta }[/math] vanishes if [math]\displaystyle{ \alpha_i \gt \beta_i }[/math] for at least one [math]\displaystyle{ i }[/math] in [math]\displaystyle{ \{ 1, \ldots , n\} }[/math]. If this is not the case, i.e., if [math]\displaystyle{ \alpha \leq \beta }[/math] as multi-indices, then [math]\displaystyle{ \frac{d^{\alpha_i}}{dx_i^{\alpha_i}} x_i^{\beta_i} = \frac{\beta_i!}{(\beta_i-\alpha_i)!} x_i^{\beta_i-\alpha_i} }[/math] for each [math]\displaystyle{ i }[/math] and the theorem follows. Q.E.D.

See also

References

  1. Reed, M.; Simon, B. (1980). Methods of Modern Mathematical Physics: Functional Analysis I (Revised and enlarged ed.). San Diego: Academic Press. p. 319. ISBN 0-12-585050-6. 
  • Saint Raymond, Xavier (1991). Elementary Introduction to the Theory of Pseudodifferential Operators. Chap 1.1 . CRC Press. ISBN 0-8493-7158-9