Documentation Verification Report

LegendreSymbol

📁 Source: Mathlib/Tactic/NormNum/LegendreSymbol.lean

Statistics

MetricCount
DefinitionsjacobiSymNat, proveJacobiSym, proveJacobiSymNat, proveJacobiSymOdd, evalJacobiSym, evalJacobiSymNat, evalLegendreSym
7
Theoremsmod_left, to_jacobiSym, isInt_jacobiSym, isInt_jacobiSymNat, double_even, even_even, even_odd₁, even_odd₃, even_odd₅, even_odd₇, mod_left, odd_even, one_left, one_right, qr₁, qr₁', qr₁'_mod, qr₁_mod, qr₃, qr₃_mod, zero_left, zero_right
22
Total29

Mathlib.Meta.NormNum

Definitions

NameCategoryTheorems
jacobiSymNat 📖CompOp
19 mathmath: jacobiSymNat.even_odd₁, jacobiSymNat.double_even, jacobiSymNat.even_odd₇, jacobiSymNat.even_even, jacobiSymNat.zero_left, jacobiSymNat.even_odd₃, jacobiSymNat.zero_right, jacobiSymNat.qr₃_mod, jacobiSymNat.mod_left, jacobiSymNat.qr₁', jacobiSymNat.qr₁, isInt_jacobiSymNat, jacobiSymNat.one_right, jacobiSymNat.even_odd₅, jacobiSymNat.qr₃, jacobiSymNat.odd_even, jacobiSymNat.one_left, jacobiSymNat.qr₁_mod, jacobiSymNat.qr₁'_mod
proveJacobiSym 📖CompOp
proveJacobiSymNat 📖CompOp
proveJacobiSymOdd 📖CompOp

Theorems

NameKindAssumesProvesValidatesDepends On
isInt_jacobiSym 📖mathematicalIsInt
Int.instRing
IsNat
Nat.instAddMonoidWithOne
jacobiSym
IsInt
Int.instRing
jacobiSym
isInt_jacobiSymNat 📖mathematicalIsNat
Nat.instAddMonoidWithOne
jacobiSymNat
IsInt
Int.instRing
jacobiSymNat

Mathlib.Meta.NormNum.JacobiSym

Theorems

NameKindAssumesProvesValidatesDepends On
mod_left 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatjacobiSymjacobiSym.mod_left

Mathlib.Meta.NormNum.LegendreSym

Theorems

NameKindAssumesProvesValidatesDepends On
to_jacobiSym 📖mathematicalMathlib.Meta.NormNum.IsInt
Int.instRing
jacobiSym
Mathlib.Meta.NormNum.IsInt
Int.instRing
legendreSym
jacobiSym.legendreSym.to_jacobiSym

Mathlib.Meta.NormNum.jacobiSymNat

Theorems

NameKindAssumesProvesValidatesDepends On
double_even 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatMathlib.Meta.NormNum.jacobiSymNatNat.instAtLeastTwoHAddOfNat
jacobiSym.div_four_left
Nat.cast_zero
Int.instCharZero
even_even 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatjacobiSym.eq_zero_iff
ne_of_gt
LT.lt.trans_le
Nat.not_even_one
Nat.instAtLeastTwoHAddOfNat
even_iff_two_dvd
even_odd₁ 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatMathlib.Meta.NormNum.jacobiSymNatNat.instAtLeastTwoHAddOfNat
jacobiSym.even_odd
Nat.cast_zero
Int.instCharZero
Nat.instCharZero
even_odd₃ 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatMathlib.Meta.NormNum.jacobiSymNatNat.instAtLeastTwoHAddOfNat
jacobiSym.even_odd
Nat.cast_zero
Int.instCharZero
even_odd₅ 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatMathlib.Meta.NormNum.jacobiSymNatNat.instAtLeastTwoHAddOfNat
jacobiSym.even_odd
Nat.cast_zero
Int.instCharZero
even_odd₇ 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatMathlib.Meta.NormNum.jacobiSymNatNat.instAtLeastTwoHAddOfNat
jacobiSym.even_odd
Nat.cast_zero
Int.instCharZero
mod_left 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatMathlib.Meta.NormNum.jacobiSymNatjacobiSym.mod_left
odd_even 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatMathlib.Meta.NormNum.jacobiSymNatNat.fact_prime_two
legendreSym.mod
legendreSym.congr_simp
eq_or_ne
jacobiSym.mul_right
jacobiSym.legendreSym.to_jacobiSym
one_mul
one_left 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatNat.cast_one
jacobiSym.one_left
one_right 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatjacobiSym.one_right
qr₁ 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatMathlib.Meta.NormNum.jacobiSymNatjacobiSym.quadratic_reciprocity_one_mod_four
Nat.odd_iff
qr₁' 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatMathlib.Meta.NormNum.jacobiSymNatjacobiSym.quadratic_reciprocity_one_mod_four
Nat.odd_iff
qr₁'_mod 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatMathlib.Meta.NormNum.jacobiSymNatqr₁'
mod_left
qr₁_mod 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatMathlib.Meta.NormNum.jacobiSymNatqr₁
mod_left
qr₃ 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatMathlib.Meta.NormNum.jacobiSymNatjacobiSym.quadratic_reciprocity_three_mod_four
qr₃_mod 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatMathlib.Meta.NormNum.jacobiSymNatqr₃
mod_left
zero_left 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatNat.cast_zero
jacobiSym.zero_left
zero_right 📖mathematicalMathlib.Meta.NormNum.jacobiSymNatjacobiSym.zero_right

Tactic.NormNum

Definitions

NameCategoryTheorems
evalJacobiSym 📖CompOp
evalJacobiSymNat 📖CompOp
evalLegendreSym 📖CompOp

---

← Back to Index