Mathlib Map

Theorems · Theorem · linear algebra

Matrix.permanent_permute_cols

∀ {n : Type u_1} [inst : DecidableEq n] [inst_1 : Fintype n] {R : Type u_2} [inst_2 : CommSemiring R] (σ : Equiv.Perm n)
  (M : Matrix n n R), (M.submatrix (⇑σ) id).permanent = M.permanent

Permuting the columns does not change the permanent.

Defined in
Mathlib.LinearAlgebra.Matrix.Permanent
Cited by
1 results in Mathlib
Foundations
Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqFintypeCommSemiring

Around this declaration

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

Cites11

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.