Theorems · Theorem · number theory
Nat.digits_append_zeroes_append_digits
∀ {b k m n : ℕ},
1 < b → 0 < m → b.digits n ++ List.replicate k 0 ++ b.digits m = b.digits (n + b ^ ((b.digits n).length + k) * m)- Defined in
- Mathlib.Data.Nat.Digits.Lemmas
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 52 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Nat.digitsstatement and proof · cited by 70
- Nat.digits_base_pow_mulproof · cited by 1
- Nat.digits_append_digitsproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.