is_additive_basis
Determine if a set of integers can represent all numbers up to a specified limit through addition, verifying additive basis properties in number theory.
Instructions
Check if a set forms an additive basis for integers up to limit. (Domain: arithmetic, Category: additive_number_theory)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| basis | Yes | ||
| limit | Yes | ||
| max_terms | No |