Skip to content

Method A-field for Drinfeld modules #40420

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

Merged
merged 1 commit into from
Jul 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
implement A-field
  • Loading branch information
Xavier Caruso committed Jul 16, 2025
commit a1707398a5e399e0f5f5c549adaa207d903e021a
55 changes: 53 additions & 2 deletions src/sage/categories/drinfeld_modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,30 @@ def Endsets(self):
"""
return Homsets().Endsets()

def A_field(self):
r"""
Return the underlying `A`-field of this category,
viewed as an algebra over the function ring `A`.

This is an instance of the class
:class:`sage.rings.ring_extension.RingExtension`.

NOTE::

This method has the same behavior as :meth:`base`.

EXAMPLES::

sage: Fq = GF(25)
sage: A.<T> = Fq[]
sage: K.<z> = Fq.extension(6)
sage: phi = DrinfeldModule(A, [z, z^3, z^5])
sage: C = phi.category()
sage: C.A_field()
Finite Field in z of size 5^12 over its base
"""
return self.base()

def base_morphism(self):
r"""
Return the base morphism of the category.
Expand Down Expand Up @@ -575,14 +599,41 @@ def super_categories(self):

class ParentMethods:

def A_field(self):
r"""
Return the underlying `A`-field of this Drinfeld module,
viewed as an algebra over the function ring `A`.

This is an instance of the class
:class:`sage.rings.ring_extension.RingExtension`.

NOTE::

This method has the same behavior as :meth:`base`.

EXAMPLES::

sage: Fq = GF(25)
sage: A.<T> = Fq[]
sage: K.<z> = Fq.extension(6)
sage: phi = DrinfeldModule(A, [z, z^3, z^5])
sage: phi.A_field()
Finite Field in z of size 5^12 over its base
"""
return self.category().A_field()

def base(self):
r"""
Return the base field of this Drinfeld module, viewed as
an algebra over the function ring.
Return the underlying `A`-field of this Drinfeld module,
viewed as an algebra over the function ring `A`.

This is an instance of the class
:class:`sage.rings.ring_extension.RingExtension`.

NOTE::

This method has the same behavior as :meth:`A_field`.

EXAMPLES::

sage: Fq = GF(25)
Expand Down
Loading
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy