Physlib.Mathematics.DataStructures.Matrix.LieTrace
20 declarations
Uniform space structure on
#instUniformSpace_physlibGiven a uniform space , the set of matrices with entries in , denoted by , is equipped with a uniform space structure. This structure is the product uniform structure induced by the uniform structure on for each entry of the matrix.
If for all , then
#tsum_eq_zeroLet be a topological additive commutative monoid. For any sequence , if for all , then the infinite sum is equal to .
Let be a sequence of square matrices. If the series is summable, then for any indices , the -th entry of the infinite sum is equal to the infinite sum of the -th entries of each matrix. That is,
for upper-triangular matrices
#diag_mul_of_blockTriangular_idFor any two upper-triangular matrices and (formalized as square matrices that are block-triangular with respect to the identity function), the diagonal of their product is the element-wise product of their respective diagonals. That is, for all indices .
Powers of upper-triangular matrices are upper-triangular
#powLet be a square matrix over a field . If is an upper-triangular matrix (defined as `BlockTriangular A id`), then for any natural number , its -th power is also an upper-triangular matrix.
for upper-triangular matrices
#diag_pow_of_blockTriangular_idLet be an upper-triangular matrix over a field . For any natural number , the diagonal of the matrix power is equal to the element-wise -th power of the diagonal of . That is, , or equivalently, the -th diagonal entry of the -th power of is given by for all indices .
The exponential of an upper-triangular matrix is upper-triangular
#blockTriangular_exp_of_blockTriangular_idLet be an matrix over a field . If is an upper-triangular matrix (formally defined as `BlockTriangular A id`), then its matrix exponential is also an upper-triangular matrix.
for upper-triangular matrices
#diag_pow_entry_eq_pow_diag_entryLet be an upper-triangular matrix (formally defined as `BlockTriangular A id`) over a field . For any natural number and any index , the -th diagonal entry of the -th power of is equal to the -th power of the -th entry of . That is, .
for upper-triangular matrices
#exp_series_diag_term_eqLet be an upper-triangular matrix (formally defined as `BlockTriangular A id`) over a field . For any natural number and any index , the -th entry of the -th term of the matrix exponential series, , is equal to the -th term of the scalar exponential series of the -th entry of . That is, .
for Upper-Triangular Matrices
#matrix_exp_series_diag_eq_scalar_seriesLet be an upper-triangular matrix (formally defined as `BlockTriangular A id`) over a field . For any index , the sum of the -th entries of the terms in the matrix exponential series equals the sum of the terms in the scalar exponential series for the diagonal entry . That is:
for Upper-Triangular Matrices
#diag_exp_of_blockTriangular_idLet be an upper-triangular matrix (formally defined as `BlockTriangular A id`) over a field . The -th diagonal entry of the matrix exponential is equal to the scalar exponential of the -th diagonal entry of . That is, for any index :
for Upper-Triangular Matrices
#det_exp_of_blockTriangular_idLet be an upper-triangular matrix (formally defined as `BlockTriangular A id`) over a field . The determinant of the matrix exponential of is equal to the exponential of the trace of . That is:
Trace Invariance under Unitary Conjugation
#trace_unitary_conjFor any matrix over a field and any unitary matrix in the unitary group , the trace is invariant under unitary conjugation: where denotes the adjoint (conjugate transpose) of the matrix .
for unitary matrices
#det_unitary_conjLet be a square matrix of size over a field , and let be an element of the unitary group of degree over . Then the determinant of the matrix product is equal to the determinant of , where denotes the adjoint (star) of the unitary matrix .
For any matrix and any unitary matrix in the unitary group, the matrix exponential of the unitary conjugation of is equal to the unitary conjugation of the exponential of : where denotes the adjoint (conjugate transpose) of the matrix . This property shows that the matrix exponential commutes with unitary conjugation.
for unitary
#det_exp_unitary_conjLet be an matrix over a field , and let be a unitary matrix in the unitary group of degree . The determinant of the matrix exponential of the unitary conjugation of is equal to the determinant of the matrix exponential of : where denotes the adjoint (conjugate transpose) of the matrix .
Lie's Trace Formula:
#det_expLet be an algebraically closed field that satisfies the properties of the real or complex numbers (specifically an `RCLike` field), and let be a finite index set. For any square matrix , the determinant of the matrix exponential of is equal to the exponential of the trace of . That is: This identity is known as **Lie's trace formula**.
A continuous additive homomorphism commutes with the sum of a matrix series:
#map_tsumLet and be additive commutative monoids and topological spaces, where is a Hausdorff space. Let be a continuous additive homomorphism. For a sequence of matrices with entries in , if the series is summable, then the application of to each entry of the sum of the series is equal to the sum of the matrices obtained by applying to each entry of each . That is, where is applied entry-wise to the matrices.
Matrix Exponential Commutes with Inclusion Entry-wise
#exp_map_algebraMapLet be a finite index set and be an matrix with entries in the real numbers . Let denote the standard inclusion (canonical map) from the real numbers to the complex numbers. The theorem states that applying this inclusion entry-wise to the matrix exponential yields the same result as taking the matrix exponential of the matrix after its entries have been mapped to via . In formula terms: where denotes the matrix exponential.
Lie's Trace Formula for Real Matrices:
#det_exp_realLet be a finite index set and let be an matrix with entries in the real numbers . The determinant of the matrix exponential of is equal to the exponential of the trace of . That is: where denotes the matrix exponential on the left-hand side and the standard exponential function on on the right-hand side, and is the trace of the matrix. This identity is known as **Lie's trace formula** for real matrices.
