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

Implement Witt equivalence of number fields #248

Open
thofma opened this issue Mar 31, 2021 · 0 comments
Open

Implement Witt equivalence of number fields #248

thofma opened this issue Mar 31, 2021 · 0 comments

Comments

@thofma
Copy link
Owner

thofma commented Mar 31, 2021

Reference: https://arxiv.org/pdf/1304.0708.pdf

Would be nice to have

  • "Level" of a number field (Algorithm 10)
  • "Pythagoras number" of a number field (Algorithm 11)
  • Witt equivalence of number fields (Algorithm 13) based on the computation of a set of invariants.

The functions should go into src/NumField/Quad.jl, which has to be created and then be included in src/NumField.jl. Signatures should be:

  • level(K::AnticNumberField)
  • pythagoras_number(K::AnticNumberField)
  • iswitt_equivalent(K::AnticNumberField, L::AnticNumberField).
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

1 participant