Theorems · Theorem · field theory
Polynomial.mem_roots_map_of_injective
∀ {R : Type u} {S : Type v} [inst : CommRing R] [inst_1 : IsDomain R] [inst_2 : Semiring S] {p : Polynomial S}
{f : S →+* R},
Function.Injective ⇑f → ∀ {x : R}, p ≠ 0 → (x ∈ (Polynomial.map f p).roots ↔ Polynomial.eval₂ f x p = 0)- Defined in
- Mathlib.Algebra.Polynomial.Roots
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 134 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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
- CommRingstatement and proof · cited by 17,173
- Semiringstatement and proof · cited by 13,802
- RingHomstatement and proof · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- Multisetstatement · cited by 2,627
- IsDomainstatement and proof · cited by 2,196
- Polynomial.mapstatement and proof · cited by 806
- Polynomial.eval₂statement and proof · cited by 267
- Polynomial.rootsstatement · cited by 264
- Polynomial.eval_mapproof · cited by 37
- Polynomial.mem_rootsproof · cited by 30
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.mem_roots_iff_aeval_eq_zeroproof · cited by 0
- Polynomial.mem_rootSet_of_injectiveproof · cited by 0