Theorems · Theorem · field theory
LaurentPolynomial.reduce_to_polynomial_of_mul_T
∀ {R : Type u_1} [inst : Semiring R] (f : LaurentPolynomial R) {Q : LaurentPolynomial R → Prop},
(∀ (f : Polynomial R), Q (Polynomial.toLaurent f)) →
(∀ (f : LaurentPolynomial R), Q (f * LaurentPolynomial.T 1) → Q f) → Q fSuppose that Q is a statement about Laurent polynomials such that
* Q is true on ordinary polynomials;
* Q (f * T) implies Q f;
it follow that Q is true on all Laurent polynomials.
- Defined in
- Mathlib.Algebra.Polynomial.Laurent
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 108 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Semiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Semiringstatement and proof · cited by 13,802
- RingHomstatement · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- mul_oneproof · cited by 3,885
- Nat.cast_oneproof · cited by 2,501
- Nat.cast_zeroproof · cited by 1,870
- Nat.cast_addproof · cited by 586
- neg_zeroproof · cited by 542
- neg_add_revproof · cited by 236
- LaurentPolynomialstatement and proof · cited by 98
- LaurentPolynomial.Tstatement and proof · cited by 55
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.