Given a NumberField, is there a way to check if it is a PID? This could be with a built in method, analogous to is_noetherian(), but if there's a more complicated way to do it that's good too.
1 | initial version |
Given a NumberField, is there a way to check if it is a PID? This could be with a built in method, analogous to is_noetherian(), but if there's a more complicated way to do it that's good too.
2 | Asked if the number field was a PID instead of its ring of integers |
Given a NumberField, is there a way to check if it its ring of integers is a PID? This could be with a built in method, analogous to is_noetherian(), but if there's a more complicated way to do it that's good too.