Theorems · Theorem · number theory
Nat.bijOn_ofDigits
∀ {b : ℕ}, 1 < b → ∀ (l : ℕ), Set.BijOn (Nat.ofDigits b) {L | L.length = l ∧ ∀ x ∈ L, x < b} {n | n < b ^ l}The map L ↦ Nat.ofDigits b L is bijection between the set of lists of natural integers of
length l with coefficients < b to the set of natural integers < b ^ l.
- Defined in
- Mathlib.Data.Nat.Digits.Lemmas
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Set.ofPredstatement · cited by 6,101
- Set.BijOnstatement · cited by 168
- Nat.ofDigitsstatement · cited by 61
- Set.InvOn.bijOnproof · cited by 9
- Nat.setInvOn_digitsAppend_ofDigitsproof · cited by 3
- Nat.mapsTo_ofDigitsproof · cited by 2
- Nat.mapsTo_digitsAppendproof · cited by 1
Cited by2
Results whose statement or proof uses this declaration.
- Nat.bijOn_ofDigits'proof · cited by 2
- Nat.bijOn_digitsAppendproof · cited by 1