Theorems · Definition · field theory
LaurentPolynomial.T
{R : Type u_1} → [inst : Semiring R] → ℤ → LaurentPolynomial RThe function n ↦ T ^ n, implemented as a sequence ℤ → R[T;T⁻¹].
Using directly T ^ n does not work, since we want the exponents to be of Type ℤ and there
is no ℤ-power defined on R[T;T⁻¹]. Using that T is a unit introduces extra coercions.
For these reasons, the definition of T is as a sequence.
- Defined in
- Mathlib.Algebra.Polynomial.Laurent
- Cited by
- 55 results in Mathlib
- Foundations
- Depth 61 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.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- AddMonoidAlgebra.singleproof · cited by 250
- LaurentPolynomialstatement · cited by 98
Cited by55
Results whose statement or proof uses this declaration.
- LaurentPolynomial.single_eq_C_mul_Tstatement · cited by 8
- LaurentPolynomial.T_zerostatement · cited by 6
- Polynomial.toLaurent_Cproof · cited by 6
- Polynomial.toLaurent_X_powstatement and proof · cited by 6
- LaurentPolynomial.degree_C_mul_Tstatement and proof · cited by 4
- LaurentPolynomial.induction_on'statement and proof · cited by 4
- LaurentPolynomial.mul_T_assocstatement and proof · cited by 4
- Polynomial.toLaurent_C_mul_Tstatement and proof · cited by 4
- Polynomial.toLaurent_Xstatement and proof · cited by 3
- Matrix.reverse_charpolyproof · cited by 3
- LaurentPolynomial.T_addstatement · cited by 2
- LaurentPolynomial.T_powstatement and proof · cited by 2