Theorems · Theorem · linear algebra
Matrix.circulant_isSymm_iff
∀ {α : Type u_1} {n : Type u_3} [inst : SubtractionMonoid n] {v : n → α},
(Matrix.circulant v).IsSymm ↔ ∀ (i : n), v (-i) = v iA circulant of v is symmetric iff v equals its reverse.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Circulant
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
- Assumes
- SubtractionMonoid
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Matrixproof · cited by 4,303
- SubtractionMonoidstatement and proof · cited by 208
- Matrix.IsSymmstatement · cited by 70
- Matrix.circulantstatement and proof · cited by 27
- Matrix.transpose_circulantproof · cited by 2
- Matrix.circulant_injproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.Fin.circulant_isSymm_iffproof · cited by 1
- Matrix.circulant_isSymm_applyproof · cited by 0