sympy_Implies
Evaluate a logical implication by providing an antecedent (lhs) and consequent (rhs). Returns whether the implication is true in a symbolic mathematical context.
Instructions
Logical implication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lhs | Yes | Antecedent | |
| rhs | Yes | Consequent |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |