Mathlib Map

Theorems · Theorem · linear algebra

Matrix.exp_transpose

∀ {m : Type u_1} {𝔸 : Type u_5} [inst : Fintype m] [inst_1 : DecidableEq m] [inst_2 : CommRing 𝔸]
  [inst_3 : TopologicalSpace 𝔸] [inst_4 : IsTopologicalRing 𝔸] [Algebra ℚ 𝔸] [T2Space 𝔸] (A : Matrix m m 𝔸),
  NormedSpace.exp A.transpose = (NormedSpace.exp A).transpose
Defined in
Mathlib.Analysis.Normed.Algebra.MatrixExponential
Cited by
1 results in Mathlib
Foundations
Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FintypeDecidableEqCommRingTopologicalSpaceIsTopologicalRingAlgebraT2Space

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.