Theorems · Definition · linear algebra
Matrix.transposeRingEquiv
(m : Type u_2) →
(α : Type u_11) →
[inst : AddCommMonoid α] → [inst_1 : CommMagma α] → [inst_2 : Fintype m] → Matrix m m α ≃+* (Matrix m m α)ᵐᵒᵖMatrix.transpose as a RingEquiv to the opposite ring.
See also RingEquiv.mopMatrix for a version that doesn't require α to have commutative
multiplication, by taking its opposite.
- Defined in
- Mathlib.Data.Matrix.Basic
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- RingEquivstatement · cited by 1,147
- MulOppositestatement and proof · cited by 1,135
- AddEquivproof · cited by 1,087
- AddEquiv.toEquivproof · cited by 174
- CommMagmastatement and proof · cited by 57
- AddEquiv.transproof · cited by 53
- MulOpposite.opAddEquivproof · cited by 25
- Matrix.transposeAddEquivproof · cited by 11
Cited by5
Results whose statement or proof uses this declaration.
- Matrix.transpose_powproof · cited by 4
- Matrix.transposeAlgEquivproof · cited by 2
- Matrix.transposeRingEquiv_symm_applystatement and proof · cited by 0
- Matrix.transpose_list_prodproof · cited by 0
- Matrix.transposeRingEquiv_applystatement and proof · cited by 0