Theorems · Theorem · number theory
Nat.ofDigits_one_cons
∀ {α : Type u_1} [inst : Semiring α] (h : ℕ) (L : List ℕ), Nat.ofDigits 1 (h :: L) = ↑h + Nat.ofDigits 1 L- Defined in
- Mathlib.Data.Nat.Digits.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 14 from the axioms · uses propext
- 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
- one_mulproof · cited by 2,841
- Nat.ofDigitsstatement and proof · cited by 61
Cited by1
Results whose statement or proof uses this declaration.
- Nat.ofDigits_digitsproof · cited by 15