Mathlib Map

Theorems · Theorem · linear algebra

Matrix.permMatrix_l2_opNorm_le

∀ {n : Type u_1} [inst : DecidableEq n] (σ : Equiv.Perm n) [inst_1 : Fintype n] {𝕜 : Type u_3} [inst_2 : RCLike 𝕜],
  ‖Equiv.Perm.permMatrix 𝕜 σ‖ ≤ 1

The l2-operator norm of a permutation matrix is bounded above by 1. See Matrix.permMatrix_l2_opNorm_eq for the equality statement assuming the matrix is nonempty.

Defined in
Mathlib.LinearAlgebra.Matrix.Permutation
Cited by
2 results in Mathlib
Foundations
Depth 238 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
DecidableEqFintypeRCLike

Around this declaration

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

Cites27

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

Cited by2

Results whose statement or proof uses this declaration.