Theorems · Theorem · linear algebra
Matrix.transpose_circulant
∀ {α : Type u_1} {n : Type u_3} [inst : SubtractionMonoid n] (v : n → α),
(Matrix.circulant v).transpose = Matrix.circulant fun i => v (-i)- Defined in
- Mathlib.LinearAlgebra.Matrix.Circulant
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 15 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.
- Matrixstatement · cited by 4,303
- Matrix.extproof · cited by 540
- Matrix.transposestatement · cited by 389
- neg_subproof · cited by 272
- SubtractionMonoidstatement and proof · cited by 208
- Matrix.circulantstatement · cited by 27
Cited by2
Results whose statement or proof uses this declaration.
- Matrix.circulant_isSymm_iffproof · cited by 2
- Matrix.Fin.transpose_circulantproof · cited by 0