Theorems · Definition · linear algebra
Matrix.circulant
{α : Type u_1} → {n : Type u_3} → [Sub n] → (n → α) → Matrix n n αGiven the condition [Sub n] and a vector v : n → α,
we define circulant v to be the circulant matrix generated by v of type Matrix n n α.
The (i,j)th entry is defined to be v (i - j).
- Defined in
- Mathlib.LinearAlgebra.Matrix.Circulant
- Cited by
- 27 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses Quot.sound
- Assumes
- Sub
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.
- DFunLike.coeproof · cited by 62,936
- Matrixstatement · cited by 4,303
- Matrix.ofproof · cited by 336
Cited by27
Results whose statement or proof uses this declaration.
- Matrix.circulant_injectivestatement and proof · cited by 2
- Matrix.circulant_isSymm_iffstatement and proof · cited by 2
- Matrix.transpose_circulantstatement · cited by 2
- Matrix.circulant_col_zero_eqstatement · cited by 1
- Matrix.circulant_injstatement · cited by 1
- Matrix.circulant_mulstatement · cited by 1
- Matrix.circulant_mul_commstatement · cited by 1
- Matrix.circulant_single_onestatement · cited by 1
- Matrix.Fin.circulant_injectivestatement and proof · cited by 1
- Matrix.Fin.circulant_isSymm_iffstatement and proof · cited by 1
- Matrix.conjTranspose_circulantstatement · cited by 1
- Matrix.circulant_addstatement · cited by 0