Mathlib Map

Theorems · Theorem · field theory

Polynomial.dickson_one_one_mul

∀ (R : Type u_1) [inst : CommRing R] (m n : ℕ),
  Polynomial.dickson 1 1 (m * n) = (Polynomial.dickson 1 1 m).comp (Polynomial.dickson 1 1 n)

The (m * n)-th Dickson polynomial of the first kind is the composition of the m-th and n-th.

Defined in
Mathlib.RingTheory.Polynomial.Dickson
Cited by
1 results in Mathlib
Foundations
Depth 110 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.

Cites30

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by1

Results whose statement or proof uses this declaration.