def
definition
def or abbrev
F
show as:
view Lean formalization →
formal statement (Lean)
89def F₂ (D : ℕ) : ℕ := (D * (D - 1) / 2) * 2 ^ (D - 2)
proof body
Definition body.
90
91/-- Face pairs: opposite faces sharing a normal axis. For the D-cube,
92 the number of 2-face pair axes equals C(D,2). -/