Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
missing 1
Browse files Browse the repository at this point in the history
StevellM committed Dec 15, 2023
1 parent a9ca637 commit 6cffd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NumField/Hilbert.jl
Original file line number Diff line number Diff line change
@@ -276,7 +276,7 @@ function hilbert_symbol(a::T, b::T, p::Union{NfAbsOrdIdl, NfRelOrdIdl}) where {T
# The important point here is the following. Since v-1 is even, s^2*pi^(v-1)
# is a local square and
#
# (a*(1-s^2*b*pi^(v-1)), b)_p = (a, b)_p * (-s^2*b*pi^(v-1), s^2*b*pi^(v-1))_p
# (a*(1-s^2*b*pi^(v-1)), b)_p = (a, b)_p * (1-s^2*b*pi^(v-1), s^2*b*pi^(v-1))_p
# = (a, b)_p
#
# and moreover

0 comments on commit 6cffd3b

Please sign in to comment.