8000 Disallow standard quaternion algebras in characteristic 2 by thofma · Pull Request #1793 · thofma/Hecke.jl · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Disallow standard quaternion algebras in characteristic 2 #1793

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
Mar 8, 2025
Merged

Conversation

thofma
Copy link
Owner
@thofma thofma commented Mar 8, 2025
  • these are not quaternion algebras, so don't allow constructing them

@thofma
Copy link
Owner Author
thofma commented Mar 8, 2025

@wfsteiner: regarding nilpotency of elements:

julia> k = GF(2); kt, t = rational_function_field(k, "t")
(Rational function field over k, t)

julia> A = (Hecke.QuaternionAlgebra(kt, kt(t), kt(t + 1)))
Quaternion algebra over
kt
defined by i^2 = t, j^2 = t + 1

julia> radical(Hecke.StructureConstantAlgebra(A)[1])
Ideal
  of dimension 2
  in structure constant algebra of dimension 4 over kt
  with basis matrix
    [1   0   1//(t + 1)   1//(t + 1)]
    [0   1   t//(t + 1)   1//(t + 1)]

julia> _, i, j, k = basis(A);

julia> (1 + 1//(t + 1) * j + 1//(t + 1)*k)^2
(0) + (0) * i + (0) * j + (0) * k

- these are not quaternion algebras, so don't allow constructing them
Copy link
codecov bot commented Mar 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.39%. Comparing base (eafebe0) to head (dac9e55).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1793      +/-   ##
==========================================
- Coverage   76.45%   76.39%   -0.07%     
==========================================
  Files         362      362              
  Lines      114456   114457       +1     
==========================================
- Hits        87506    87435      -71     
- Misses      26950    27022      +72     
Files with missing lines Coverage Δ
src/AlgAss/AlgQuat.jl 90.65% <100.00%> (+0.02%) ⬆️

... and 29 files with indirect coverage changes

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@thofma thofma merged commit f95dde4 into master Mar 8, 2025
18 checks passed
@thofma thofma deleted the th/quat branch March 8, 2025 14:47
@thofma thofma changed the title fix: quaternion algebras in characteristic 2 Disallow standard quaternion algebras in characteristic 2 Mar 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0