Minimal left ideals and idempotents #
For a minimal (atom) left ideal I with I * I ≠ 0, this file extracts an
idempotent generator e of I and shows that the corner subring eRe is a
division subring.
The left ideal I * a consisting of elements x * a for x ∈ I.
Equations
- LeanPool.ArtinWedderburn.subIdeal I a = { carrier := LeanPool.ArtinWedderburn.subIdealSet I a, add_mem' := ⋯, zero_mem' := ⋯, smul_mem' := ⋯ }
Instances For
The left ideal of elements in I that annihilate a on the right.
Equations
Instances For
theorem
LeanPool.ArtinWedderburn.corner_ring_div
{R : Type u_1}
[Ring R]
(I : Ideal R)
(h_atom_I : IsAtom I)
(e : R)
(e_in_I : e ∈ I)
(henz : e ≠ 0)
(he_idem : IsIdempotentElem e)
:
theorem
LeanPool.ArtinWedderburn.minimal_ideal_I_sq_nonzero_exists_idem_and_div
{R : Type u_1}
[Ring R]
(I : Ideal R)
(h_atom_I : IsAtom I)
(hII : I * I ≠ ⊥)
:
∃ e ∈ I, e ≠ 0 ∧ IsIdempotentElem e ∧ Ideal.span {e} = I ∧ IsDivisionSubring (CornerSubringNonUnital e) e