Commit 2024-10-04 04:46 a083bae2
View on Github →feat(RingTheory): define two-sided Jacobson radical (#17341)
- Add a constructor
TwoSidedIdeal.ofIdeal
to turn anIdeal
that happens to be two-sided into aTwoSidedIdeal
. - Use
ofIdeal
to define a two-sided version of the Jacobson radical. - Generalize some ring lemmas that didn't need to assume commutativity.