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

Change residue_field for local fields #1268

Merged
merged 1 commit into from
Nov 4, 2023
Merged

Change residue_field for local fields #1268

merged 1 commit into from
Nov 4, 2023

Conversation

thofma
Copy link
Owner

@thofma thofma commented Oct 31, 2023

I want to compute $p$-adic regulators for large $p$. This cannot work with the current design, so we change residue_field to use the "new" finite fields.

There is one remaining issue in the computation of the fundamental class. @fieker let's talk about this on Thursday.

@@ -796,6 +798,7 @@ function local_fundamental_class_serre(mKL::LocalFieldMor)
rE, mE = residue_field(E)
rL, mL = residue_field(L)
rK, mK = residue_field(K)
# how is this supposed to work?
mrKL = hom(rK, rL, mL(mKL(preimage(mK, gen(rK)))))
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without promotion magic, this only works if base_field(rK) === base_field(rL), but this is not the case here.

@thofma thofma force-pushed the th/localocal branch 3 times, most recently from 60751a5 to 0324987 Compare November 2, 2023 22:07
@thofma thofma marked this pull request as ready for review November 3, 2023 07:03
@thofma thofma closed this Nov 3, 2023
@thofma thofma reopened this Nov 3, 2023
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Merging #1268 (67428d4) into master (159ba41) will increase coverage by 0.13%.
Report is 6 commits behind head on master.
The diff coverage is 79.10%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1268      +/-   ##
==========================================
+ Coverage   74.49%   74.62%   +0.13%     
==========================================
  Files         346      346              
  Lines      111320   111378      +58     
==========================================
+ Hits        82925    83121     +196     
+ Misses      28395    28257     -138     
Files Coverage Δ
src/LocalField/Completions.jl 77.87% <100.00%> (ø)
src/LocalField/Conjugates.jl 78.86% <100.00%> (+3.09%) ⬆️
src/LocalField/LocalField.jl 74.55% <100.00%> (+0.09%) ⬆️
src/LocalField/Poly.jl 62.91% <100.00%> (-0.59%) ⬇️
src/LocalField/qAdic.jl 76.11% <100.00%> (ø)
src/NumField/NfAbs/PolyFact.jl 86.20% <100.00%> (+8.24%) ⬆️
src/NumFieldOrd/NfOrd/Clgp/Proof.jl 62.22% <100.00%> (ø)
src/Map/FiniteField.jl 41.07% <75.00%> (+11.07%) ⬆️
src/LocalField/neq.jl 68.54% <75.00%> (-0.06%) ⬇️
src/Misc/FiniteField.jl 61.70% <52.38%> (-4.17%) ⬇️

... and 33 files with indirect coverage changes

@thofma thofma merged commit 62ae39c into master Nov 4, 2023
15 of 18 checks passed
@thofma thofma deleted the th/localocal branch November 4, 2023 16:58
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

Successfully merging this pull request may close these issues.

1 participant