lemma
proved
term proof
maxOctantLevel_le
No prose has been written for this declaration yet. The Lean source and graph data below render
without it.
generate prose now
formal statement (Lean)
108lemma maxOctantLevel_le (n : Nat) : maxOctantLevel n ≤ n := by
proof body
Term-mode proof.
109 unfold maxOctantLevel
110 have h1 : Nat.log2 n.succ / 3 ≤ Nat.log2 n.succ := Nat.div_le_self _ _
111 have h2 : Nat.log2 n.succ ≤ n := log2_succ_le n
112 omega
113
114/-- Auxiliary: flatMap length bound. -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.
depends on (5)
Lean names referenced from this declaration's body.
-
log2_succ_le
in IndisputableMonolith.Complexity.SAT.GeoFamily
decl_use
-
maxOctantLevel
in IndisputableMonolith.Complexity.SAT.GeoFamily
decl_use
-
succ
in IndisputableMonolith.Foundation.ArithmeticFromLogic
decl_use
-
log2
in IndisputableMonolith.Information.Compression
decl_use
-
succ
in IndisputableMonolith.RRF.Core.Vantage
decl_use