Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is_principal_with_data is broken for fractional ideals of non-maximal orders #1833

Open
timovelten opened this issue Apr 1, 2025 · 3 comments

Comments

@timovelten
Copy link

Calling is_principal_with_data with a fractional ideal (of non maximal orders of number fields) does not work, as it is currently implemented in terms of the non-existent function is_principal_non_maximal.

Running the following code

_, x = QQ[:x]
O = equation_order(x^5 - 5)
is_principal_with_data(fractional_ideal(O, [one(number_field(O))]))

results in the error

ERROR: UndefVarError: `is_principal_non_maximal` not defined in `Hecke`
Suggestion: check for spelling errors or missing imports.
Stacktrace:
 [1] is_principal_with_data(A::AbsSimpleNumFieldOrderFractionalIdeal)
   @ Hecke ~/.julia/packages/Hecke/G43QZ/src/NumFieldOrd/NfOrd/Clgp/Map.jl:528
 [2] top-level scope
   @ REPL[6]:1
@thofma
Copy link
Owner

thofma commented Apr 1, 2025

Thanks for the report. I think for this specific example O is maximal, but I can reproduce the error using a non-maximal order. I will look into it.

@timovelten
Copy link
Author

Sorry, I meant to use x^2 - 5 as an example. I don't know how that typo got in there.

@thofma
Copy link
Owner

thofma commented Apr 1, 2025

Will be fixed in #1834

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants