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

Meta issue: algebras, orders and lattices #1730

Open
9 tasks
thofma opened this issue Feb 1, 2025 · 0 comments
Open
9 tasks

Meta issue: algebras, orders and lattices #1730

thofma opened this issue Feb 1, 2025 · 0 comments

Comments

@thofma
Copy link
Owner

thofma commented Feb 1, 2025

Orders

Lattices

  • Rename ideal(...) to lattice(...).
  • Rename the type AlgAssAbsOrdIdl to AlgAssAbsOrdLat, or whatever the prefix will be.
  • Decide whether (fractional) ideals of orders should be of the same type as lattices, distinguished only by a (runtime) flag.

Algebras

  • Add radical and splitting into simple algebras for function fields over finite fields.
  • Add hom(A, B, ::Vector) constructor.
  • Morphisms defined by hom(A, B, data) do not check whether they are morphisms.
  • Think about antihomomorphisms (separate type)? Example is $A \mapsto A^t$ on matrix algebras or $g \mapsto g^{-1}$ for group algberas.

Misc & Performance

  • Make sure that integral_split is fast for ZZ/QQ.
  • Decide on API for _, d = integral_split(x, R). Should x be "integral" over R if and only if is_one(d)? Or is_unit(d)?
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