Mathlib Map

Theorems · Theorem · ring theory

IsSemisimpleRing.exists_algEquiv_pi_matrix_of_isAlgClosed

∀ (F : Type u_1) (R : Type u_2) [inst : Field F] [IsAlgClosed F] [inst_2 : Ring R] [inst_3 : Algebra F R]
  [IsSemisimpleRing R] [FiniteDimensional F R],
  ∃ n d, (∀ (i : Fin n), NeZero (d i)) ∧ Nonempty (R ≃ₐ[F] (i : Fin n) → Matrix (Fin (d i)) (Fin (d i)) F)

The Wedderburn–Artin Theorem over algebraically closed fields: a finite-dimensional semisimple algebra over an algebraically closed field is isomorphic to a product of matrix algebras over the field.

Defined in
Mathlib.RingTheory.SimpleModule.IsAlgClosed
Cited by
0 results in Mathlib
Foundations
Depth 133 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
FieldIsAlgClosedRingAlgebraIsSemisimpleRingFiniteDimensional

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.