add_premise
Add a first-order logic formula as an axiom to the active session for incremental proof construction.
Instructions
Add a premise (axiom) to the current session for incremental proof building.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| premise | Yes | FOL formula to add as a premise | |
| session | No | Session name (defaults to current session) |