object ForallRightBlock
- Source
- macroRules.scala
- Alphabetic
- By Inheritance
- ForallRightBlock
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(subProof: LKProof, main: Formula, eigenvariables: Seq[Var]): LKProof
Applies the ForallRight-rule n times.
Applies the ForallRight-rule n times. This method expects a formula main with a quantifier block, and a proof s1 which has a fully instantiated version of main on the right side of its bottommost sequent.
The rule:
(π) Γ :- Δ, A[x1\y1,...,xN\yN] ---------------------------------- (∀_r x n) Γ :- Δ, ∀x1,..,xN.A where y1,...,yN are eigenvariables.
- subProof
The proof π with (Γ :- Δ, A[x1\y1,...,xN\yN]) as the bottommost sequent.
- main
A formula of the form (∀ x1,...,xN.A).
- eigenvariables
The list of eigenvariables with which to instantiate main. The caller of this method has to ensure the correctness of these terms, and, specifically, that A[x1\y1,...,xN\yN] indeed occurs at the bottom of the proof π.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
withSequentConnector(subProof: LKProof, main: Formula, eigenvariables: Seq[Var]): (LKProof, SequentConnector)
Applies the ForallRight-rule n times.
Applies the ForallRight-rule n times. This method expects a formula main with a quantifier block, and a proof s1 which has a fully instantiated version of main on the right side of its bottommost sequent.
The rule:
(π) Γ :- Δ, A[x1\y1,...,xN\yN] ---------------------------------- (∀_r x n) Γ :- Δ, ∀x1,..,xN.A where y1,...,yN are eigenvariables.
- subProof
The proof π with (Γ :- Δ, A[x1\y1,...,xN\yN]) as the bottommost sequent.
- main
A formula of the form (∀ x1,...,xN.A).
- eigenvariables
The list of eigenvariables with which to instantiate main. The caller of this method has to ensure the correctness of these terms, and, specifically, that A[x1\y1,...,xN\yN] indeed occurs at the bottom of the proof π.
- returns
A pair consisting of an LKProof and an SequentConnector.
This is the API documentation for GAPT.
The main package is at.logic.gapt.