Theorems · Theorem · number theory
char_dvd_card_solutions_of_sum_lt
- 1000+ list: Chevalley–Warning theorem
∀ {K : Type u_1} {σ : Type u_2} {ι : Type u_3} [inst : Fintype K] [inst_1 : Field K] [inst_2 : Fintype σ]
[inst_3 : DecidableEq σ] [inst_4 : DecidableEq K] (p : ℕ) [CharP K p] {s : Finset ι} {f : ι → MvPolynomial σ K},
∑ i ∈ s, (f i).totalDegree < Fintype.card σ → p ∣ Fintype.card { x // ∀ i ∈ s, (MvPolynomial.eval x) (f i) = 0 }The Chevalley–Warning theorem, finitary version.
Let (f i) be a finite family of multivariate polynomials
in finitely many variables (X s, s : σ) over a finite field of characteristic p.
Assume that the sum of the total degrees of the f i is less than the cardinality of σ.
Then the number of common solutions of the f i is divisible by p.
- Defined in
- Mathlib.FieldTheory.ChevalleyWarning
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 144 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites45
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
- Finsetstatement and proof · cited by 13,712
- RingHomstatement · cited by 10,189
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Finsuppstatement · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- Finset.univproof · cited by 3,473
- Nat.cast_oneproof · cited by 2,501
- Finset.prodproof · cited by 2,356
- Finset.sum_congrproof · cited by 2,323
- MvPolynomialstatement and proof · cited by 2,140
Cited by2
Results whose statement or proof uses this declaration.
- char_dvd_card_solutions_of_fintype_sum_ltproof · cited by 1
- char_dvd_card_solutionsproof · cited by 0