Block Triangular exp of block Triangular id
Matrix.blockTriangular_exp_of_blockTriangular_id
Plain-language statement
The exponential of an upper-triangular matrix is upper-triangular.
Source project: Physlib
Person-level attribution pending.
Source-pinned research
Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.
This index contains 4 research declarations. Search 10,000 more complete Mathlib declarations.
4 results
Clear filtersMatrix.blockTriangular_exp_of_blockTriangular_id
Plain-language statement
The exponential of an upper-triangular matrix is upper-triangular.
Source project: Physlib
Person-level attribution pending.
Matrix.det_exp
Plain-language statement
The determinant of the exponential of a matrix is the exponential of its trace. This is also known as Lie's trace formula.
Source project: Physlib
Person-level attribution pending.
Matrix.det_exp_of_blockTriangular_id
Plain-language statement
Lie's trace formula for upper triangular matrices.
Source project: Physlib
Person-level attribution pending.
Matrix.det_exp_real
Plain-language statement
Lie's trace formula over ℝ: det(exp(A)) = exp(tr(A)) for any real matrix A. This is proved by transferring the result from ℂ using the naturality of polynomial identities.
Source project: Physlib
Person-level attribution pending.