Left and right multiplication sets #
Provides leftMul a = Ra, rightMul a = aR, the leftIdealOfElement constructor, and
the consequence that aRb = 0 collapses these auxiliary sets to zero. Used by the prime ring
characterisation.
The principal left ideal Ra generated by a, packaged as an Ideal R.
Equations
- LeanPool.ArtinWedderburn.leftIdealOfElement a = { carrier := LeanPool.ArtinWedderburn.leftMul a, add_mem' := ⋯, zero_mem' := ⋯, smul_mem' := ⋯ }