o

gapt.examples.sequence

UniformAssociativity3ExampleProof

object UniformAssociativity3ExampleProof extends ProofSequence

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UniformAssociativity3ExampleProof
  2. ProofSequence
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Ax1: FOLFormula
  5. val Cs: FOLFormula
  6. val Symm: FOLFormula
  7. val Trans: FOLFormula
  8. def addAllAxioms(proof: LKProof): LKProof
  9. def apply(n: Int): LKProof
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def ax2_ax(x: FOLTerm, y: FOLTerm): FOLFormula
  12. def ax2_ax(x: FOLTerm): FOLFormula
  13. def ax2_ax(): FOLFormula
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  15. val cp: AllQuantifiedConditionalAxiomHelper
  16. def cs_ax(x: FOLTerm, y: FOLTerm): FOLFormula
  17. def cs_ax(x: FOLTerm): FOLFormula
  18. def cs_ax(): FOLFormula
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  21. def f1(sym: String, arg: FOLTerm): FOLTerm
  22. def f2(arg1: FOLTerm, sym: String, arg2: FOLTerm): FOLTerm
  23. def f2(sym: String, arg1: FOLTerm, arg2: FOLTerm): FOLTerm
  24. def gen_proof_step(i: Int, n: Int): LKProof

    * Returns proof Pi (currently including line above and below Pi), with numerals n, i, i+1: (n + n) + i+1 = n + (n + i+1), Ax |- ...

    * Returns proof Pi (currently including line above and below Pi), with numerals n, i, i+1: (n + n) + i+1 = n + (n + i+1), Ax |- ... Pi (n + n) + i = n + (n + i), Ax |- ...

  25. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  27. def induction_start(n: Int, p0: LKProof): LKProof

    Close off proof ending in (n + n) + 0 = n + (n + 0) |- ...

  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def name: String
    Definition Classes
    ProofSequence
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. val p: String
  34. def refl_ax(x: FOLTerm, y: FOLTerm): FOLFormula
  35. def refl_ax(x: FOLTerm): FOLFormula
  36. def refl_ax(): FOLFormula
  37. def reflect(x: FOLTerm, y: FOLTerm, p: LKProof): LKProof

    Takes a proof s2 with end-sequent of the form (x=y), ...

    Takes a proof s2 with end-sequent of the form (x=y), ... |- ... and return one with end-sequent of the form (y=x), ... |- ...

  38. val s: String
  39. def show_by_ax2(x: FOLTerm, y: FOLTerm, p: LKProof): LKProof
  40. def show_by_cs(x: FOLTerm, y: FOLTerm, p: LKProof): LKProof
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. val x: FOLVar
  47. val x1: FOLVar
  48. val x2: FOLVar
  49. val y: FOLVar
  50. val y1: FOLVar
  51. val y2: FOLVar
  52. val z: FOLVar

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ProofSequence

Inherited from AnyRef

Inherited from Any

Ungrouped