Commit 2024-10-30 08:00 abfa430b
View on Github →chore(RingTheory/Ideal): split Quotient.lean into Defs and Basic (#18393)
This PR renames and splits files involved in the ideal quotient.
Changes:
RingTheory/Ideal/Quotient.leanis split intoRingTheory/Ideal/Quotient/Defs.lean(definition of ideal quotient and ring structure)
RingTheory/Ideal/Quotient/Basic.lean(further results)RingTheory/QuotientNilpotent.leanis renamed toRingTheory/Ideal/Quotient/Nilpotent.leanRingTheory/QuotientNoetherian.leanis renamed toMathlib/RingTheory/Ideal/Quotient/Noetherian.leanRingTheory/Ideal/QuotientOperations.leanis renamed toMathlib/RingTheory/Ideal/Quotient/Operations.lean