tactic

A tactic is a step that can be invoked by name during a proof.

There is a default tactic called tactic vcgen that works by generating a verification condition (VC) to be checked by Z3. This is a formula whose validity implies that the property is true in the current context. Ivy checks that this formula is within the logical fragment FAU that Z3 can decide, then passes the formula to Z3. If Z3 finds that the formula is valid, the property is admitted.

If the default tactic generates a VC that is not within FAU, Ivy will describe the problem and user intervention will be required, invoking other tactics to arrive at a goal state that is within FAU.

Possible tactics include: