set_conclusion
Define a first-order logic formula as the goal to prove within a theorem proving session. This sets the target conclusion for the prover to verify.
Instructions
Set the conclusion (goal) to prove in the current session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conclusion | Yes | FOL formula to prove | |
| session | No | Session name (defaults to current session) |