Commit 2024-12-20 10:20 78a1c375
View on Github →feat(RingTheory/Ideal/Over): define the set of all prime ideals that lie over an ideal (#19139)
Define the set of all prime ideals that lie over an ideal. It is mainly for #19141.
This is adapted from the proof in the case of number fields.
Thanks to @erdOne for reminding me that something similar was done in flt-regular
. I referred to it to make my code a lot simpler.