Mathlib Map

Theorems · Theorem · linear algebra

Matrix.det.congr_simp

∀ {n : Type u_2} {inst : DecidableEq n} [inst_1 : DecidableEq n] [inst_2 : Fintype n] {R : Type v} [inst_3 : CommRing R]
  (M M_1 : Matrix n n R), M = M_1 → M.det = M_1.det
Defined in
Mathlib.LinearAlgebra.Matrix.Determinant.Basic
Cited by
91 results in Mathlib
Foundations
Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqFintypeCommRing

Around this declaration

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

Cites4

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

  • CommRingstatement and proof · cited by 17,173
  • Fintypestatement and proof · cited by 7,736
  • Matrixstatement and proof · cited by 4,303
  • Matrix.detstatement and proof · cited by 665

Cited by91

Results whose statement or proof uses this declaration.