CutTactic
gapt.proofs.gaptic.tactics.CutTactic
Introduces a cut, creating two new subgoals.
Value parameters
- cutFormula
-
The cut formula.
- cutLabel
-
The label for the cut formula.
Attributes
- Source
- lkTactics.scala
- Graph
-
- Supertypes
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Tactical1
- Source
- core.scala
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- lkTactics.scala
Inherited methods
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Definition Classes
- Inherited from:
- Tactical1
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactical1
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Synonym for andThen
.
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Returns result of first tactical, if there is any, else it returns the result of the second tactical, with the possibility of no result from either.
Returns result of first tactical, if there is any, else it returns the result of the second tactical, with the possibility of no result from either.
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactical1
- Source
- core.scala
Creates a new Tactical by first applying this
to the current subgoal and then that
to the new right subgoal.
Creates a new Tactical by first applying this
to the current subgoal and then that
to the new right subgoal.
Value parameters
- that
-
A Tactical.
Attributes
- Inherited from:
- BinaryTactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
In this article