Theorems · Theorem · commutative algebra
HenselianLocalRing.TFAE
∀ (R : Type u) [inst : CommRing R] [inst_1 : IsLocalRing R],
[HenselianLocalRing R,
∀ (f : Polynomial R),
f.Monic →
∀ (a₀ : IsLocalRing.ResidueField R),
(Polynomial.aeval a₀) f = 0 →
(Polynomial.aeval a₀) (Polynomial.derivative f) ≠ 0 → ∃ a, f.IsRoot a ∧ (IsLocalRing.residue R) a = a₀,
∀ {K : Type u} [inst_2 : Field K] (φ : R →+* K),
Function.Surjective ⇑φ →
∀ (f : Polynomial R),
f.Monic →
∀ (a₀ : K),
Polynomial.eval₂ φ a₀ f = 0 →
Polynomial.eval₂ φ a₀ (Polynomial.derivative f) ≠ 0 → ∃ a, f.IsRoot a ∧ φ a = a₀].TFAE- Defined in
- Mathlib.RingTheory.Henselian
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingIsLocalRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites35
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
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Idealproof · cited by 4,748
- AlgHomstatement · cited by 3,236
- IsUnitproof · cited by 1,602
- Polynomial.evalproof · cited by 796
- Polynomial.aevalstatement and proof · cited by 615
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.