Mathlib Map

Theorems · Theorem · linear algebra

Matrix.trace_map

∀ {K : Type u_6} {m : Type u_7} {n : Type u_8} [inst : Field K] [inst_1 : Fintype m] [inst_2 : Fintype n]
  [inst_3 : DecidableEq m] [inst_4 : DecidableEq n] {F : Type u_9} [inst_5 : EquivLike F (Matrix m m K) (Matrix n n K)]
  [AlgEquivClass F K (Matrix m m K) (Matrix n n K)] (f : F) (x : Matrix m m K), (f x).trace = x.trace
Defined in
Mathlib.LinearAlgebra.Trace
Cited by
1 results in Mathlib
Foundations
Depth 109 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldFintypeFintypeDecidableEqDecidableEqEquivLikeAlgEquivClass

Around this declaration

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

Cites24

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.