ExistsLeftTactic
gapt.proofs.gaptic.tactics.ExistsLeftTactic
case class ExistsLeftTactic(mode: TacticApplyMode, eigenVariable: Option[Var]) extends StrongQuantTactic
Decomposes an existential quantifier in the antecedent of a goal.
Value parameters
- eigenVariable
-
If Some(v), the rule will attempt to use v as the eigenvariable. Otherwise it will automatically pick one.
- mode
-
How to apply the tactic: To a specific label, to the only fitting formula, or to any fitting 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
- 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
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:
- StrongQuantTactic
- Source
- lkTactics.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
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
Attributes
- Inherited from:
- Tactic
- Source
- core.scala
In this article