Documentation

Mathlib.Algebra.Algebra.Subalgebra.Centralizer

Properties of centers and centralizers #

This file contains theorems about the center and centralizer of a subalgebra.

Main results #

Let R be a commutative ring and A and B two R-algebras.

theorem Subalgebra.le_centralizer_iff {R : Type u_1} [CommSemiring R] {A : Type u_2} [Semiring A] [Algebra R A] (S T : Subalgebra R A) :
S centralizer R T T centralizer R S
theorem Subalgebra.centralizer_coe_sup {R : Type u_1} [CommSemiring R] {A : Type u_2} [Semiring A] [Algebra R A] (S T : Subalgebra R A) :
centralizer R ↑(S T) = centralizer R S centralizer R T
theorem Subalgebra.centralizer_coe_iSup {R : Type u_1} [CommSemiring R] {A : Type u_2} [Semiring A] [Algebra R A] {ι : Sort u_3} (S : ιSubalgebra R A) :
centralizer R (⨆ (i : ι), S i) = ⨅ (i : ι), centralizer R (S i)

Let R be a commutative ring and A, B be R-algebras where B is free as R-module. For any subset S ⊆ A, the centralizer of S ⊗ 1 ⊆ A ⊗ B is C_A(S) ⊗ B where C_A(S) is the centralizer of S in A.

Let R be a commutative ring and A, B be R-algebras where B is free as R-module. For any subset S ⊆ B, the centralizer of 1 ⊗ S ⊆ A ⊗ B is A ⊗ C_B(S) where C_B(S) is the centralizer of S in B.

Let R be a commutative ring and A, B be R-algebras where B is free as R-module. For any subalgebra S of A, the centralizer of S ⊗ 1 ⊆ A ⊗ B is C_A(S) ⊗ B where C_A(S) is the centralizer of S in A.

Let R be a commutative ring and A, B be R-algebras where A is free as R-module. For any subalgebra S of B, the centralizer of 1 ⊗ S ⊆ A ⊗ B is A ⊗ C_B(S) where C_B(S) is the centralizer of S in B.

Let R be a commutative ring and A, B be R-algebras where B is free as R-module. Then the centralizer of A ⊗ 1 ⊆ A ⊗ B is C(A) ⊗ B where C(A) is the center of A.

Let R be a commutative ring and A, B be R-algebras where A is free as R-module. Then the centralizer of 1 ⊗ B ⊆ A ⊗ B is A ⊗ C(B) where C(B) is the center of B.