Theorems · Theorem · algebraic geometry
ChevalleyThm.chevalley_polynomialC
∀ {R : Type u_6} [inst : CommRing R] (M : Submodule ℤ R),
1 ∈ M →
∀ (S : PrimeSpectrum.ConstructibleSetData (Polynomial R)),
(∀ C ∈ S, ∀ (j : Fin C.n) (k : ℕ), (C.g j).coeff k ∈ M) →
∃ T,
PrimeSpectrum.comap Polynomial.C '' S.toSet = T.toSet ∧
∀ C ∈ T, C.n ≤ S.degBound ∧ ∀ (i : Fin C.n), C.g i ∈ M ^ S.degBound ^ S.degBoundThe C : R → R[X] case of Chevalley's theorem with complexity bound.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 131 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.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- CommRingstatement and proof · cited by 17,173
- Submodulestatement and proof · cited by 7,192
- Polynomialstatement and proof · cited by 5,681
- Set.imagestatement and proof · cited by 5,609
- Set.rangeproof · cited by 4,705
- LE.le.transproof · cited by 3,151
- Set.iUnionproof · cited by 2,483
- le_reflproof · cited by 2,061
- Nat.cast_zeroproof · cited by 1,870
- Polynomial.Cstatement and proof · cited by 1,598
- Polynomial.coeffstatement and proof · cited by 1,045
Cited by2
Results whose statement or proof uses this declaration.
- PrimeSpectrum.isConstructible_comap_Cproof · cited by 1
- ChevalleyThm.chevalley_mvPolynomialCproof · cited by 1