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