Theorems · Definition · number theory
Nat.log.go
ℕ → ℕ → ℕ → ℕ × ℕ
An auxiliary definition for Nat.log.
For b > 1, n ≠ 0, n < b ^ fuel, Nat.log.go n b fuel = (n / b ^ b.log n, b.log n).
- Defined in
- Mathlib.Data.Nat.Log
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by8
Results whose statement or proof uses this declaration.
- Nat.logproof · cited by 101
- Nat.log_lt_iff_lt_powproof · cited by 5
- Nat.log_of_ltproof · cited by 4
- Nat.log.go.eq_defstatement and proof · cited by 1
- Nat.log.go.fun_cases_unfoldingstatement and proof · cited by 1
- Nat.log.eq_defstatement · cited by 1
- Nat.log.fun_cases_unfoldingstatement and proof · cited by 1
- Nat.log.go_specstatement and proof · cited by 1