Theorems · Theorem · number theory
jacobiSym.value_at
∀ (a : ℤ) {R : Type u_1} [inst : Semiring R] (χ : R →* ℤ),
(∀ (p : ℕ) (pp : Nat.Prime p), p ≠ 2 → legendreSym p a = χ ↑p) → ∀ {b : ℕ}, Odd b → jacobiSym a b = χ ↑bIf χ is a multiplicative function such that J(a | p) = χ p for all odd primes p,
then J(a | b) equals χ b for all odd natural numbers b.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 147 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- MonoidHomstatement and proof · cited by 3,629
- Nat.Primestatement and proof · cited by 2,059
- LT.lt.ne'proof · cited by 1,417
- Oddstatement and proof · cited by 364
- Nat.primeFactorsListproof · cited by 105
- legendreSymstatement and proof · cited by 51
- jacobiSymstatement and proof · cited by 44
- map_list_prodproof · cited by 35
- Nat.prime_of_mem_primeFactorsListproof · cited by 30
- Nat.prod_primeFactorsListproof · cited by 15
Cited by4
Results whose statement or proof uses this declaration.
- jacobiSym.at_neg_oneproof · cited by 2
- jacobiSym.at_twoproof · cited by 2
- jacobiSym.quadratic_reciprocity'proof · cited by 2
- jacobiSym.at_neg_twoproof · cited by 0