Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2021-07-22 16:15 7cdd7020

View on Github →

chore(ring_theory): set_like instance for fractional ideals (#8275) This PR does a bit of cleanup in fractional_ideal.lean by using set_like to define has_mem and the coe to set. As a bonus, it removes the namespace ring at the top of the file, that has been bugging me ever after I added it in the original fractional ideal PR.

Estimated changes

added theorem fractional_ideal.ext
added def fractional_ideal
added def is_fractional
deleted theorem ring.fractional_ideal.ext
deleted def ring.is_fractional