object SumOfOnesFExampleProof extends TacticsProof with ProofSequence with ExplicitEqualityTactics
- Source
- ProofSequences.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SumOfOnesFExampleProof
- ExplicitEqualityTactics
- ProofSequence
- TacticsProof
- TacticsProof0
- AnyRef
- Any
- Hide All
- Show All
Visibility
- 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(n: Int): LKProof
- Definition Classes
- SumOfOnesFExampleProof → ProofSequence
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
implicit
def
ctx: ImmutableContext
- Definition Classes
- TacticsProof0
-
def
ctx_=(newContext: ImmutableContext): Unit
- Attributes
- protected
- Definition Classes
- TacticsProof0
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
explicitRewriteLeft(equation: String, targetEq: String, transitivity: String = "trans"): Tactic[Unit]
Applies the quantified equation ∀x(e_l=e_r) to the left side of the equation tgt_l=tgt_r, leaving open the subgoal e_r σ = tgt_r.
Applies the quantified equation ∀x(e_l=e_r) to the left side of the equation tgt_l=tgt_r, leaving open the subgoal e_r σ = tgt_r.
- Definition Classes
- ExplicitEqualityTactics
-
def
explicitRewriteRight(equation: String, targetEq: String, transitivity: String = "trans"): Tactic[Unit]
Applies the quantified equation ∀x(e_l=e_r) to the right side of the equation tgt_l=tgt_r, leaving open the subgoal tgt_l = e_l σ.
Applies the quantified equation ∀x(e_l=e_r) to the right side of the equation tgt_l=tgt_r, leaving open the subgoal tgt_l = e_l σ.
- Definition Classes
- ExplicitEqualityTactics
-
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
-
def
main(args: Array[String]): Unit
- Definition Classes
- TacticsProof
-
val
mutableContext: MutableContext
- Attributes
- protected
- Definition Classes
- TacticsProof0
-
implicit
def
mutableCtxImplicit: MutableContext
- Attributes
- protected
- Definition Classes
- TacticsProof
-
def
name: String
- Definition Classes
- ProofSequence
-
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( ... )
This is the API documentation for GAPT.
The main package is at.logic.gapt.