def
Matrix.centerEquivBase
(n : ℕ)
(hn : 0 < n)
(R : Type u_1)
[Ring R]
:
↥(Subring.center (Matrix (Fin n) (Fin n) R)) ≃+* ↥(Subring.center R)
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Matrix.centerAlgEquiv
(R A : Type u)
[CommSemiring R]
[Ring A]
[Algebra R A]
(n : ℕ)
(hn : 0 < n)
:
↥(Subalgebra.center R (Matrix (Fin n) (Fin n) A)) ≃ₐ[R] ↥(Subalgebra.center R A)
Equations
- Matrix.centerAlgEquiv R A n hn = { toEquiv := (Matrix.centerEquivBase n hn A).toEquiv, map_mul' := ⋯, map_add' := ⋯, commutes' := ⋯ }