Theorems · Theorem · number theory
Nat.log.go.fun_cases_unfolding
∀ (n : ℕ) (motive : ℕ → ℕ → ℕ × ℕ → Prop),
(∀ (x : ℕ), motive x 0 (n, 0)) →
(∀ (b fuel : ℕ), n < b → motive b fuel.succ (n, 0)) →
(∀ (b fuel : ℕ),
¬n < b → ∀ (q e : ℕ), Nat.log.go n (b * b) fuel = (q, e) → q < b → motive b fuel.succ (q, 2 * e)) →
(∀ (b fuel : ℕ),
¬n < b → ∀ (q e : ℕ), Nat.log.go n (b * b) fuel = (q, e) → ¬q < b → motive b fuel.succ (q / b, 2 * e + 1)) →
∀ (a a_1 : ℕ), motive a a_1 (Nat.log.go n a a_1)- 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.log.gostatement and proof · cited by 7
- Nat.log.go.eq_defproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Nat.log_of_ltproof · cited by 4