Mathlib Map

Theorems · Theorem · linear algebra

Matrix.IsSymm.ext_iff

∀ {α : Type u_1} {n : Type u_3} {A : Matrix n n α}, A.IsSymm ↔ ∀ (i j : n), A j i = A i j

A version of Matrix.ext_iff that unfolds the Matrix.transpose.

Defined in
Mathlib.LinearAlgebra.Matrix.Symmetric
Cited by
1 results in Mathlib
Foundations
Depth 16 from the axioms · uses propext, Quot.sound

Around this declaration

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

Cites3

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.