Theorems · Theorem · number theory
Nat.log.eq_def
∀ (b n : ℕ), Nat.log b n = if b ≤ 1 then 0 else (Nat.log.go n b n).2
- Defined in
- Mathlib.Data.Nat.Log
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Nat.logstatement and proof · cited by 101
- Nat.log.gostatement · cited by 7
Cited by1
Results whose statement or proof uses this declaration.
- Nat.log.fun_cases_unfoldingproof · cited by 1