Theorems · Theorem · algebraic geometry
ChevalleyThm.chevalley_mvPolynomialC
∀ {R : Type u_2} [inst : CommRing R] {n : ℕ} {M : Submodule ℤ R},
1 ∈ M →
∀ (k : ℕ) (d : Multiset (Fin n)) (S : PrimeSpectrum.ConstructibleSetData (MvPolynomial (Fin n) R)),
(∀ C ∈ S, C.n ≤ k) →
(∀ C ∈ S,
∀ (j : Fin C.n),
C.g j ∈
MvPolynomial.coeffsIn (Fin n) M ⊓ Submodule.restrictScalars ℤ (MvPolynomial.degreesLE R (Fin n) d)) →
∃ T,
PrimeSpectrum.comap MvPolynomial.C '' S.toSet = T.toSet ∧
∀ C ∈ T,
C.n ≤ ChevalleyThm.MvPolynomialC.numBound k (fun i => 1 + Multiset.count i (Multiset.map Fin.val d)) n ∧
∀ (i : Fin C.n),
C.g i ∈
M ^
ChevalleyThm.MvPolynomialC.degBound k (fun i => 1 + Multiset.count i (Multiset.map Fin.val d)) nThe C : R → R[X₁, ..., Xₘ] case of Chevalley's theorem with complexity bound.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 132 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites106
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Setstatement and proof · cited by 53,352
- CommRingstatement and proof · cited by 17,173
- CommSemiringproof · cited by 10,911
- RingHomproof · cited by 10,189
- SetLike.coeproof · cited by 8,199
- Submodulestatement and proof · cited by 7,192
- Polynomialproof · cited by 5,681
- Set.imagestatement and proof · cited by 5,609
- Finsuppstatement and proof · cited by 5,255
- mul_oneproof · cited by 3,885
- Finset.univproof · cited by 3,473
Cited by1
Results whose statement or proof uses this declaration.
- chevalley_mvPolynomial_mvPolynomialproof · cited by 0