You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no easy way to get the maximal/prime ideal from a residue field map. We should add a method to do this. @simonbrandhorst suggested kernel. So that
F, OKtoF = residue_field(OK, P); P === kernel(OKtoF)
It will be a bit awkward for the extended (partial) map $K \to \mathcal{O}_K/\mathfrak p$, since technically the kernel is the maximal ideal of the localization at $\mathfrak p$.