Skip to content

Commit

Permalink
gh-35057: Implement basic j-invariants of Drinfeld modules
Browse files Browse the repository at this point in the history
    
<!-- ^^^^^
Please provide a concise, informative and self-explanatory title.
Don't put issue numbers in there, do this in the PR body below.
For example, instead of "Fixes #1234" use "Introduce new method to
calculate 1+1"
-->
### 📚 Description

The goal of this PR is to implement basic j-invariants of Drinfeld
module as defined by Potemine in

Potemine, I.Y. Minimal Terminal ℚ-Factorial Models of Drinfeld Coarse
Moduli Schemes. Mathematical Physics, Analysis and Geometry 1, 171–191
(1998). https://doi.org/10.1023/A:1009724323513

These j-invariants allows to determine whether two Drinfeld
`Fq[T]`-modules of arbitrary ranks are isomorphic or not.

@kryzar @ymusleh @xcaruso

<!-- Describe your changes here in detail -->
<!-- Why is this change required? What problem does it solve? -->
<!-- If it resolves an open issue, please link to the issue here. For
example "Closes #1337" -->

### 📝 Checklist

<!-- Put an `x` in all the boxes that apply. -->
<!-- If your change requires a documentation PR, please link it
appropriately -->
<!-- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->

- [x] I have made sure that the title is self-explanatory and the
description concisely explains the PR.
- [] I have linked an issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation accordingly.

### ⌛ Dependencies
<!-- List all open pull requests that this PR logically depends on -->
<!--
- #xyz: short description why this is a dependency
- #abc: ...
-->

Depends on #35026 because this PR implements Drinfeld modules.
    
URL: #35057
Reported by: David Ayotte
Reviewer(s): Antoine Leudière, David Ayotte, Xavier Caruso
  • Loading branch information
Release Manager committed Jul 29, 2023
2 parents 543f8d6 + 93cb61f commit 1436ea2
Show file tree
Hide file tree
Showing 2 changed files with 513 additions and 25 deletions.
9 changes: 7 additions & 2 deletions src/doc/en/reference/references/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2724,9 +2724,9 @@ REFERENCES:
doubles of finite groups*. PhD Thesis,
University of California, Santa Cruz. 1999.
.. [GoMa2010] Christopher Goff and Geoffrey Mason,
.. [GoMa2010] Christopher Goff and Geoffrey Mason,
*Generalized twisted quantum doubles and the McKay correspondence*,
J. Algebra 324 (2010), no. 11, 3007–3016.
J. Algebra 324 (2010), no. 11, 3007–3016.
.. [GJ2016] Muddappa Seetharama Gowda and Juyoung Jeong.
Spectral cones in Euclidean Jordan algebras.
Expand Down Expand Up @@ -5082,6 +5082,11 @@ REFERENCES:
.. [Pos2005] \A. Postnikov, Affine approach to quantum Schubert
calculus, Duke Math. J. 128 (2005) 473-509
.. [Pot1998] Potemine, I.Y.,
Minimal Terminal Q-Factorial Models of Drinfeld Coarse Moduli Schemes.
Mathematical Physics, Analysis and Geometry 1, 171-191 (1998).
:doi:`10.1023/A:1009724323513`
.. [PPW2013] \D. Perkinson, J. Perlman, and J. Wilmes.
*Primer for the algebraic geometry of sandpiles*.
Tropical and Non-Archimedean
Expand Down
Loading

0 comments on commit 1436ea2

Please sign in to comment.