def
definition
def or abbrev
boxDivisor
show as:
view Lean formalization →
formal statement (Lean)
32def boxDivisor {N : ℕ} (box : DivisorExponentBox N) : ℕ :=
proof body
Definition body.
33 box.d
34
35/-- The complementary divisor selected by a box point. -/