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

Fix trace equivalence for infinite isometries #1212

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

StevellM
Copy link
Collaborator

Should fix #1210 .

@codecov
Copy link

codecov bot commented Sep 16, 2023

Codecov Report

Patch coverage: 75.00% and project coverage change: -0.06% ⚠️

Comparison is base (84fe6d0) 74.41% compared to head (062cd13) 74.35%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1212      +/-   ##
==========================================
- Coverage   74.41%   74.35%   -0.06%     
==========================================
  Files         346      346              
  Lines      110798   110797       -1     
==========================================
- Hits        82451    82387      -64     
- Misses      28347    28410      +63     
Files Changed Coverage Δ
src/QuadForm/Lattices.jl 87.22% <75.00%> (+0.37%) ⬆️

... and 38 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -1135,7 +1135,7 @@ function trace_lattice_with_isometry_and_transfer_data(H::AbstractLat{T}; alpha:
return H, f, AbstractSpaceRes(V, V, identity_matrix(E, n), identity_matrix(E, n))
end

@req (degree(E) == 2) && (is_totally_complex(E)) && (is_totally_real(base_field(E))) "The base field of H must be CM"
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this still holds, even in the infinite order case.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

In the example of the issue it does not hold, E is real. It does not seem to be actually required to have E/K CM.

Copy link
Collaborator

Choose a reason for hiding this comment

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

You are right of course.

@simonbrandhorst simonbrandhorst merged commit c5f65d5 into thofma:master Sep 19, 2023
13 of 16 checks passed
@StevellM StevellM deleted the sm/fix_trace_eq branch October 11, 2023 15:51
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.

hermitian_structure_with_transfer_data fails for isometry with infinite order
2 participants