Documentation

Mathlib.Algebra.Central.Basic

Central Algebras #

In this file, we prove some basic results about central algebras over a commutative ring.

Main results #

theorem Algebra.IsCentral.mem_center_iff (K : Type u) [CommSemiring K] {D : Type v} [Semiring D] [Algebra K D] [Algebra.IsCentral K D] {x : D} :
x Subalgebra.center K D ∃ (a : K), x = (algebraMap K D) a
Equations
  • =