theorem
proved
term proof
mortonLocality_holds
show as:
view Lean formalization →
formal statement (Lean)
163theorem mortonLocality_holds (n : Nat) (level : OctantLevel) (octant : OctantIndex) :
164 mortonLocality n level octant := by
proof body
Term-mode proof.
165 intro v hv
166 unfold octantVars at hv
167 simp only [List.mem_filter, List.mem_finRange, true_and] at hv
168 exact hv
169
170/-- Geometric family candidate for isolation. -/