theorem
proved
term proof
vp_factorial_six_three
show as:
view Lean formalization →
formal statement (Lean)
584theorem vp_factorial_six_three : vp 3 (Nat.factorial 6) = 2 := by native_decide
proof body
Term-mode proof.
585
586/-- vp 3 (9!) = 4. -/