Theorems · Theorem · linear algebra
Matrix.transpose_hasOrthogonalRows_iff_hasOrthogonalCols
∀ {α : Type u_1} {n : Type u_2} {m : Type u_3} [inst : Mul α] [inst_1 : AddCommMonoid α] (A : Matrix m n α)
[inst_2 : Fintype m], A.transpose.HasOrthogonalRows ↔ A.HasOrthogonalColsAᵀ has orthogonal rows iff A has orthogonal columns.
- Defined in
- Mathlib.LinearAlgebra.Matrix.Orthogonal
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Quot.sound
- Assumes
- MulAddCommMonoidFintype
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.
- AddCommMonoidstatement and proof · cited by 12,281
- Fintypestatement and proof · cited by 7,736
- Matrixstatement and proof · cited by 4,303
- Matrix.transposestatement · cited by 389
- Matrix.HasOrthogonalColsstatement · cited by 7
- Matrix.HasOrthogonalRowsstatement · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.