Theorems · Theorem · linear algebra
Matrix.Fin.circulant_isSymm_iff
∀ {α : Type u_1} {n : ℕ} {v : Fin n → α}, (Matrix.circulant v).IsSymm ↔ ∀ (i : Fin n), v (-i) = v i- Defined in
- Mathlib.LinearAlgebra.Matrix.Circulant
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 36 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.
- Matrix.IsSymmstatement and proof · cited by 70
- Matrix.circulantstatement and proof · cited by 27
- Matrix.circulant_isSymm_iffproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- Matrix.Fin.circulant_isSymm_applyproof · cited by 0