theorem
proved
wrapper
aggregateThroughput_zero
show as:
view Lean formalization →
Last generation error: xAI API error (429): The model is currently at capacity due to high demand. Please try again in a few minutes. For guaranteed processing and availability, please request Provisioned Throughput: https://docs.x.ai/developers/advanced-api-usage/provisioned-throughput
formal statement (Lean)
55theorem aggregateThroughput_zero : aggregateThroughput 0 = 0 := by
proof body
One-line wrapper that applies unfold.
56 unfold aggregateThroughput; simp
57