Mathlib Map

Theorems · Definition · number theory

List.fixedLengthDigits

{b : ℕ} → 1 < b → ℕ → Finset (List ℕ)

The set of lists of natural integers of length l with coefficients < b as a Finset. This can be seen as the set of lists of length l of the digits in base b of the integers < b ^ l. Having this set as a Finset can be helpful for some proofs.

Defined in
Mathlib.Data.Nat.Digits.Lemmas
Cited by
13 results in Mathlib
Foundations
Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites9

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

Cited by14

Results whose statement or proof uses this declaration.