Redheffer star product

From HandWiki

In mathematics, the Redheffer star product is a binary operation on linear operators that arises in connection to solving coupled systems of linear equations. It was introduced by Raymond Redheffer in 1959,[1] and has subsequently been widely adopted in computational methods for scattering matrices. Given two scattering matrices from different linear scatterers, the Redheffer star product yields the combined scattering matrix produced when some or all of the output channels of one scatterer are connected to inputs of another scatterer.

Definition

Suppose [math]\displaystyle{ A, B }[/math] are the block matrices [math]\displaystyle{ A = \begin{pmatrix} A_{11} & A_{12} \\ A_{21} & A_{22} \end{pmatrix} }[/math] and [math]\displaystyle{ B = \begin{pmatrix} B_{11} & B_{12} \\ B_{21} & B_{22} \end{pmatrix} }[/math], whose blocks [math]\displaystyle{ A_{ij}, B_{kl} }[/math] have the same shape when [math]\displaystyle{ ij = kl }[/math]. The Redheffer star product is then defined by: [1]

[math]\displaystyle{ A \star B = \begin{pmatrix} B_{11} (I - A_{12} B_{21})^{-1} A_{11} & B_{12} + B_{11} (I - A_{12} B_{21})^{-1} A_{12} B_{22} \\ A_{21} + A_{22} (I - B_{21} A_{12})^{-1} B_{21} A_{11} & A_{22} (I - B_{21} A_{12})^{-1} B_{22} \end{pmatrix} }[/math] ,

assuming that [math]\displaystyle{ (I - A_{12} B_{21}), (I - B_{21} A_{12}) }[/math] are invertible, where [math]\displaystyle{ I }[/math] is an identity matrix conformable to [math]\displaystyle{ A_{12} B_{21} }[/math] or [math]\displaystyle{ B_{21} A_{12} }[/math], respectively. This can be rewritten several ways making use of the so-called push-through identity [math]\displaystyle{ (I - A B) A = A (I - B A) \iff A (I - B A)^{-1} = (I - A B)^{-1} A }[/math].

Redheffer's definition extends beyond matrices to linear operators on a Hilbert space [math]\displaystyle{ \mathcal H }[/math]. [2] . By definition, [math]\displaystyle{ A_{ij}, B_{kl} }[/math] are linear endomorphisms of [math]\displaystyle{ \mathcal H }[/math], making [math]\displaystyle{ A, B }[/math] linear endomorphisms of [math]\displaystyle{ \mathcal H \oplus \mathcal H }[/math], where [math]\displaystyle{ \oplus }[/math] is the direct sum. However, the star product still makes sense as long as the transformations are compatible, which is possible when [math]\displaystyle{ A \in \mathcal{L (H_\gamma \oplus H_\alpha, H_\alpha \oplus H_\gamma)} }[/math] and [math]\displaystyle{ B \in \mathcal{L (H_\alpha \oplus H_\beta, H_\beta \oplus H_\alpha)} }[/math] so that [math]\displaystyle{ A \star B \in \mathcal{L (H_\gamma \oplus H_\beta, H_\beta \oplus H_\gamma)} }[/math].

Properties

Existence

[math]\displaystyle{ (I - A_{12} B_{21})^{-1} }[/math] exists if and only if [math]\displaystyle{ (I - B_{21} A_{12})^{-1} }[/math] exists. [3] Thus when either exists, so does the Redheffer star product.

Identity

The star identity is the identity on [math]\displaystyle{ \mathcal H \oplus \mathcal H }[/math], or [math]\displaystyle{ \begin{pmatrix} I & 0 \\ 0 & I \end{pmatrix} }[/math]. [2]

Associativity

The star product is associative, provided all of the relevant matrices are defined. [3] Thus [math]\displaystyle{ A \star B \star C = (A \star B) \star C = A \star (B \star C) }[/math].

Adjoint

Provided either side exists, the adjoint of a Redheffer star product is [math]\displaystyle{ (A \star B)^* = B^* \star A^* }[/math]. [2]

Inverse

If [math]\displaystyle{ B }[/math] is the left matrix inverse of [math]\displaystyle{ A }[/math] such that [math]\displaystyle{ BA = I }[/math], [math]\displaystyle{ A_{22} }[/math] has a right inverse, and [math]\displaystyle{ A \star B }[/math] exists, then [math]\displaystyle{ A \star B = I }[/math]. [2] Similarly, if [math]\displaystyle{ B }[/math] is the left matrix inverse of [math]\displaystyle{ A }[/math] such that [math]\displaystyle{ BA = I }[/math], [math]\displaystyle{ A_{11} }[/math] has a right inverse, and [math]\displaystyle{ B \star A }[/math] exists, then [math]\displaystyle{ B \star A = I }[/math].

Also, if [math]\displaystyle{ A \star B = I }[/math] and [math]\displaystyle{ A_{22} }[/math] has a left inverse then [math]\displaystyle{ BA = I }[/math].

The star inverse equals the matrix inverse and both can be computed with block inversion as [2]

[math]\displaystyle{ \begin{pmatrix} A_{11} & A_{12} \\ A_{21} & A_{22} \end{pmatrix}^{-1} = \begin{pmatrix} (A_{11} - A_{12} A_{22}^{-1} A_{21})^{-1} & (A_{21} - A_{22} A_{12}^{-1} A_{11})^{-1} \\ (A_{12} - A_{11} A_{21}^{-1} A_{22})^{-1} & (A_{22} - A_{21} A_{11}^{-1} A_{12})^{-1} \end{pmatrix} }[/math].

Derivation from a linear system

The coupled system of equations, with arrows labeling the inputs and outputs to each matrix

The star product arises from solving multiple linear systems of equations that share variables in common. Often, each linear system models the behavior of one subsystem in a physical process and by connecting the multiple subsystems into a whole, one can eliminate variables shared across subsystems in order to obtain the overall linear system. For instance, let [math]\displaystyle{ \{ x_i \}_{i=1}^6 }[/math] be elements of a Hilbert space [math]\displaystyle{ \mathcal H }[/math] such that [4]

[math]\displaystyle{ \begin{pmatrix} x_3 \\ x_6 \end{pmatrix} = \begin{pmatrix} A_{11} & A_{12} \\ A_{21} & A_{22} \end{pmatrix} \begin{pmatrix} x_5 \\ x_4 \end{pmatrix} }[/math]

and

[math]\displaystyle{ \begin{pmatrix} x_1 \\ x_4 \end{pmatrix} = \begin{pmatrix} B_{11} & B_{12} \\ B_{21} & B_{22} \end{pmatrix} \begin{pmatrix} x_3 \\ x_2 \end{pmatrix} }[/math]

The "plumbing" of one of Redheffer's systems of equations.

giving the following [math]\displaystyle{ 4 }[/math] equations in [math]\displaystyle{ 6 }[/math] variables:

[math]\displaystyle{ \begin{align} x_3 &= A_{11} x_5 + A_{12} x_4 \\ x_6 &= A_{21} x_5 + A_{22} x_4 \\ x_1 &= B_{11} x_3 + B_{12} x_2 \\ x_4 &= B_{21} x_3 + B_{22} x_2 \end{align} }[/math].

By substituting the first equation into the last we find:

[math]\displaystyle{ x_4 = (I - B_{21}A_{12})^{-1} (B_{21}A_{11} x_5 + B_{22} x_2) }[/math].

By substituting the last equation into the first we find:

[math]\displaystyle{ x_3 = (I - A_{12}B_{21})^{-1} (A_{11} x_5 + A_{12}B_{22} x_2) }[/math].

Eliminating [math]\displaystyle{ x_3, x_4 }[/math] by substituting the two preceding equations into those for [math]\displaystyle{ x_1, x_6 }[/math] results in the Redheffer star product being the matrix such that: [1]

The star product eliminates the shared variables in this coupled system of equations.

[math]\displaystyle{ \begin{pmatrix} x_1 \\ x_6 \end{pmatrix} = (A \star B) \begin{pmatrix} x_5 \\ x_2 \end{pmatrix} }[/math].

Connection to scattering matrices

The "plumbing" of the scattering matrix has a different convention than Redheffer that amounts to swapping and relabeling several quantities. The advantage is that now the S-matrix's subscripts label the input and output ports as well as the block indices.

Many scattering processes take on a form that motivates a different convention for the block structure of the linear system of a scattering matrix. Typically a physical device that performs a linear transformation on inputs, such as linear dielectric media on electromagnetic waves or in quantum mechanical scattering, can be encapsulated as a system which interacts with the environment through various ports, each of which accepts inputs and returns outputs. It is conventional to use a different notation for the Hilbert space, [math]\displaystyle{ \mathcal H_i }[/math], whose subscript labels a port on the device. Additionally, any element, [math]\displaystyle{ c_i^\pm \in \mathcal H_i }[/math], has an additional superscript labeling the direction of travel (where + indicates moving from port i to i+1 and - indicates the reverse).

The equivalent notation for a Redheffer transformation, [math]\displaystyle{ R \in \mathcal{L (H_1 \oplus H_2, H_2 \oplus H_1)} }[/math], used in the previous section is

[math]\displaystyle{ \begin{pmatrix} c_2^+ \\ c_1^- \end{pmatrix} = \begin{pmatrix} R_{11} & R_{12} \\ R_{21} & R_{22} \end{pmatrix} \begin{pmatrix} c_1^+ \\ c_2^- \end{pmatrix} }[/math] .

The action of the S-matrix, [math]\displaystyle{ S \in \mathcal{L (H_1 \oplus H_2, H_1 \oplus H_2)} }[/math], is defined with an additional flip compared to Redheffer's definition:[5]

[math]\displaystyle{ \begin{pmatrix} c_1^- \\ c_2^+ \end{pmatrix} = \begin{pmatrix} S_{11} & S_{12} \\ S_{21} & S_{22} \end{pmatrix} \begin{pmatrix} c_1^+ \\ c_2^- \end{pmatrix} }[/math] ,

so [math]\displaystyle{ S = \begin{pmatrix} 0 & I \\ I & 0 \end{pmatrix} R }[/math] . Note that for in order for the off-diagonal identity matrices to be defined, we require [math]\displaystyle{ \mathcal{H_1, H_2} }[/math] be the same underlying Hilbert space. (The subscript does not imply any difference, but is just a label for bookkeeping.)

The star product, [math]\displaystyle{ \star_S }[/math], for two S-matrices, [math]\displaystyle{ A, B }[/math], is given by [5]

The "plumbing" of a coupled pair of scattering matrices in a star product.

[math]\displaystyle{ A \star_S B = \begin{pmatrix} A_{11} + A_{12} (I - B_{11} A_{22})^{-1} B_{11} A_{21} & A_{12} (I - B_{11} A_{22})^{-1} B_{12} \\ B_{21} (I - A_{22} B_{11})^{-1} A_{21} & B_{22} + B_{21} (I - A_{22} B_{11})^{-1} A_{22} B_{12} \end{pmatrix} }[/math] ,

where [math]\displaystyle{ A \in \mathcal{L (H_1 \oplus H_2, H_1 \oplus H_2)} }[/math] and [math]\displaystyle{ B \in \mathcal{L (H_2 \oplus H_3, H_2 \oplus H_3)} }[/math], so [math]\displaystyle{ A \star_S B \in \mathcal{L (H_1 \oplus H_3, H_1 \oplus H_3)} }[/math].

Properties

These are analogues of the properties of [math]\displaystyle{ \star }[/math] for [math]\displaystyle{ \star_S }[/math] Most of them follow from the correspondence [math]\displaystyle{ J(A \star B) = (JA) \star_S (JB) }[/math]. [math]\displaystyle{ J }[/math], the exchange operator, is also the S-matrix star identity defined below. For the rest of this section, [math]\displaystyle{ A,B,C }[/math] are S-matrices.

Existence

[math]\displaystyle{ A \star_S B }[/math] exists when either [math]\displaystyle{ (I - A_{22} B_{11})^{-1} }[/math] or [math]\displaystyle{ (I - B_{11} A_{22})^{-1} }[/math] exist.

Identity

The S-matrix star identity, [math]\displaystyle{ J }[/math], is [math]\displaystyle{ J = \begin{pmatrix} 0 & I \\ I & 0 \end{pmatrix} }[/math]. This means [math]\displaystyle{ J \star_S S = S \star_S J = S }[/math]

Associativity

Associativity of [math]\displaystyle{ \star_S }[/math] follows from associativity of [math]\displaystyle{ \star }[/math] and of matrix multiplication.

Adjoint

From the correspondence between [math]\displaystyle{ \star }[/math] and [math]\displaystyle{ \star_S }[/math], and the adjoint of [math]\displaystyle{ \star }[/math], we have that [math]\displaystyle{ (A \star_S B)^* = J (B^* \star_S A^*) J }[/math]

Inverse

The matrix [math]\displaystyle{ \Sigma }[/math] that is the S-matrix star product inverse of [math]\displaystyle{ S }[/math] in the sense that [math]\displaystyle{ \Sigma \star_S S = S \star_S \Sigma = J }[/math] is [math]\displaystyle{ JS^{-1}J }[/math] where [math]\displaystyle{ S^{-1} }[/math] is the ordinary matrix inverse and [math]\displaystyle{ J }[/math] is as defined above.

Connection to transfer matrices

Transfer matrices have a different "plumbing" than scattering matrices. They connect one port to another instead of the inputs at all ports to the outputs at all ports.

Observe that a scattering matrix can be rewritten as a transfer matrix, [math]\displaystyle{ T }[/math], with action [math]\displaystyle{ \begin{pmatrix} c_2^+ \\ c_2^- \end{pmatrix} = T \begin{pmatrix} c_1^+ \\ c_1^- \end{pmatrix} }[/math], where [6]

[math]\displaystyle{ T = \begin{pmatrix} T_{\scriptscriptstyle ++} & T_{\scriptscriptstyle +-} \\ T_{\scriptscriptstyle -+} & T_{\scriptscriptstyle --} \end{pmatrix} = \begin{pmatrix} S_{21} - S_{22} S_{12}^{-1} S_{11} & S_{22} S_{12}^{-1} \\ - S_{12}^{-1} S_{11} & S_{12}^{-1} \end{pmatrix} }[/math] .

Here the subscripts relate the different directions of propagation at each port. As a result, the star product of scattering matrices

[math]\displaystyle{ \begin{pmatrix} c_3^+ \\ c_1^- \end{pmatrix} = (S^A \star S^B) \begin{pmatrix} c_1^+ \\ c_3^- \end{pmatrix} }[/math] ,

is analogous to the following matrix multiplication of transfer matrices [7]

[math]\displaystyle{ \begin{pmatrix} c_3^+ \\ c_3^- \end{pmatrix} = (T^A T^B) \begin{pmatrix} c_1^+ \\ c_1^- \end{pmatrix} }[/math] ,

where [math]\displaystyle{ T^A \in \mathcal{L (H_1 \oplus H_1, H_2 \oplus H_2)} }[/math] and [math]\displaystyle{ T^B \in \mathcal{L (H_2 \oplus H_2, H_3 \oplus H_3)} }[/math], so [math]\displaystyle{ T^A T^B \in \mathcal{L (H_1 \oplus H_1, H_3 \oplus H_3)} }[/math].

Generalizations

Redheffer generalized the star product in several ways:

Arbitrary bijections

If there is a bijection [math]\displaystyle{ M \leftrightarrow L }[/math] given by [math]\displaystyle{ L = f(M) }[/math] then an associative star product can be defined by: [7]

[math]\displaystyle{ A \star B = f^{-1} (f(A) f(B)) }[/math].

The particular star product defined by Redheffer above is obtained from:

[math]\displaystyle{ f(A) = ((I - A) + (I + A) J)^{-1} ((A - I) + (A + I) J) }[/math]

where [math]\displaystyle{ J(x, y) = (-x, y) }[/math].

3x3 star product

A star product can also be defined for 3x3 matrices. [8]

Applications to scattering matrices

In physics, the Redheffer star product appears when constructing a total scattering matrix from two or more subsystems. If system [math]\displaystyle{ A }[/math] has a scattering matrix [math]\displaystyle{ S^A }[/math] and system [math]\displaystyle{ B }[/math] has scattering matrix [math]\displaystyle{ S^B }[/math], then the combined system [math]\displaystyle{ AB }[/math] has scattering matrix [math]\displaystyle{ S^{AB} = S^A \star S^B }[/math]. [5]

Transmission line theory

Many physical processes, including radiative transfer, neutron diffusion, circuit theory, and others are described by scattering processes whose formulation depends on the dimension of the process and the representation of the operators.[6] For probabilistic problems, the scattering equation may appear in a Kolmogorov-type equation.

Electromagnetism

The Redheffer star product can be used to solve for the propagation of electromagnetic fields in stratified, multilayered media.[9] Each layer in the structure has its own scattering matrix and the total structure's scattering matrix can be described as the star product between all of the layers.[10] A free software program that simulates electromagnetism in layered media is the Stanford Stratified Structure Solver.

Semiconductor interfaces

Kinetic models of consecutive semiconductor interfaces can use a scattering matrix formulation to model the motion of electrons between the semiconductors. [11]

Factorization on graphs

In the analysis of Schrödinger operators on graphs, the scattering matrix of a graph can be obtained as a generalized star product of the scattering matrices corresponding to its subgraphs.[12]

References

  1. 1.0 1.1 1.2 Redheffer, Raymond (1959). "Inequalities for a Matrix Riccati Equation". Journal of Mathematics and Mechanics 8 (3): 349–367. ISSN 0095-9057. https://www.jstor.org/stable/24900576. 
  2. 2.0 2.1 2.2 2.3 2.4 Redheffer, R. M. (1960). "On a Certain Linear Fractional Transformation" (in en). Journal of Mathematics and Physics 39 (1–4): 269–286. doi:10.1002/sapm1960391269. ISSN 1467-9590. https://onlinelibrary.wiley.com/doi/abs/10.1002/sapm1960391269. 
  3. 3.0 3.1 Mistiri, F. (1986-01-01). "The Star-product and its Algebraic Properties" (in en). Journal of the Franklin Institute 321 (1): 21–38. doi:10.1016/0016-0032(86)90053-0. ISSN 0016-0032. https://www.sciencedirect.com/science/article/abs/pii/0016003286900530. 
  4. Liu, Victor. "On scattering matrices and the Redheffer star product". http://victorliu.info/pdfs/Scombine.pdf. 
  5. 5.0 5.1 5.2 Rumpf, Raymond C. (2011). "Improved Formulation of Scattering Matrices for Semi-Analytical Methods that is Consistent with Convention" (in en). Progress in Electromagnetics Research B 35: 241–261. doi:10.2528/PIERB11083107. ISSN 1937-6472. http://www.jpier.org/PIERB/pier.php?paper=11083107. 
  6. 6.0 6.1 Redheffer, Raymond (1962). "On the Relation of Transmission-Line Theory to Scattering and Transfer" (in en). Journal of Mathematics and Physics 41 (1–4): 1–41. doi:10.1002/sapm19624111. ISSN 1467-9590. https://onlinelibrary.wiley.com/doi/abs/10.1002/sapm19624111. 
  7. 7.0 7.1 Redheffer, Raymond (1960). "Supplementary Note on Matrix Riccati Equations". Journal of Mathematics and Mechanics 9 (5): 745–7f48. ISSN 0095-9057. https://www.jstor.org/stable/24900784. 
  8. Redheffer, Raymond M. (1960). "The Mycielski-Paszkowski Diffusion Problem". Journal of Mathematics and Mechanics 9 (4): 607–621. ISSN 0095-9057. https://www.jstor.org/stable/24900958. 
  9. Ko, D. Y. K.; Sambles, J. R. (1988-11-01). "Scattering matrix method for propagation of radiation in stratified media: attenuated total reflection studies of liquid crystals" (in EN). JOSA A 5 (11): 1863–1866. doi:10.1364/JOSAA.5.001863. ISSN 1520-8532. Bibcode1988JOSAA...5.1863K. https://www.osapublishing.org/josaa/abstract.cfm?uri=josaa-5-11-1863. 
  10. Whittaker, D. M.; Culshaw, I. S. (1999-07-15). "Scattering-matrix treatment of patterned multilayer photonic structures". Physical Review B 60 (4): 2610–2618. doi:10.1103/PhysRevB.60.2610. Bibcode1999PhRvB..60.2610W. https://link.aps.org/doi/10.1103/PhysRevB.60.2610. 
  11. Gosse, Laurent (2014-01-01). "Redheffer Products and Numerical Approximation of Currents in One-Dimensional Semiconductor Kinetic Models". Multiscale Modeling & Simulation 12 (4): 1533–1560. doi:10.1137/130939584. ISSN 1540-3459. https://epubs.siam.org/doi/10.1137/130939584. 
  12. Kostrykin, V.; Schrader, R. (2001-03-22). "The generalized star product and the factorization of scattering matrices on graphs". Journal of Mathematical Physics 42 (4): 1563–1598. doi:10.1063/1.1354641. ISSN 0022-2488. Bibcode2001JMP....42.1563K. https://aip.scitation.org/doi/10.1063/1.1354641.