case class Pi2SeHs(reducedRepresentation: Sequent[Formula], universalEigenvariable: Var, existentialEigenvariables: List[Var], substitutionsForAlpha: List[Expr], substitutionsForBetaWithAlpha: List[Expr]) extends Product with Serializable

Schematic extended Herbrand sequent for schematic Pi-2 grammars

reducedRepresentation

The schematic extended Herbrand sequent without placeholder for the cut ( F[x\U_1] |- G[y\U_2] )

universalEigenvariable

The variable that is introduced for the universally quantified variable of the cut formula (alpha)

existentialEigenvariables

The variables that are introduced for the existentially quantified variable of the cut formula (beta_1,...,beta_m)

substitutionsForAlpha

The terms (except from the eigenvariable) that are introduced for the universally quantified variable of the cut formula (r_1,...,r_m)

substitutionsForBetaWithAlpha

The terms (except from the eigenvariables) that are introduced for the existentially quantified variable of the cut formula independent from the existential eigenvariables (t_1(alpha),...,t_p(alpha))

Source
introducePiCut.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Pi2SeHs
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Pi2SeHs(reducedRepresentation: Sequent[Formula], universalEigenvariable: Var, existentialEigenvariables: List[Var], substitutionsForAlpha: List[Expr], substitutionsForBetaWithAlpha: List[Expr])

    reducedRepresentation

    The schematic extended Herbrand sequent without placeholder for the cut ( F[x\U_1] |- G[y\U_2] )

    universalEigenvariable

    The variable that is introduced for the universally quantified variable of the cut formula (alpha)

    existentialEigenvariables

    The variables that are introduced for the existentially quantified variable of the cut formula (beta_1,...,beta_m)

    substitutionsForAlpha

    The terms (except from the eigenvariable) that are introduced for the universally quantified variable of the cut formula (r_1,...,r_m)

    substitutionsForBetaWithAlpha

    The terms (except from the eigenvariables) that are introduced for the existentially quantified variable of the cut formula independent from the existential eigenvariables (t_1(alpha),...,t_p(alpha))

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Pi2SeHs toany2stringadd[Pi2SeHs] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Pi2SeHs, B)
    Implicit
    This member is added by an implicit conversion from Pi2SeHs toArrowAssoc[Pi2SeHs] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. val dualNonTautologicalAxioms: List[Sequent[Formula]]

    The set of all relevant normalized (everything is shifted to the left side) leaves

  9. def ensuring(cond: (Pi2SeHs) => Boolean, msg: => Any): Pi2SeHs
    Implicit
    This member is added by an implicit conversion from Pi2SeHs toEnsuring[Pi2SeHs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (Pi2SeHs) => Boolean): Pi2SeHs
    Implicit
    This member is added by an implicit conversion from Pi2SeHs toEnsuring[Pi2SeHs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: => Any): Pi2SeHs
    Implicit
    This member is added by an implicit conversion from Pi2SeHs toEnsuring[Pi2SeHs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): Pi2SeHs
    Implicit
    This member is added by an implicit conversion from Pi2SeHs toEnsuring[Pi2SeHs] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. val existentialEigenvariables: List[Var]
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. def herbrandSequent(): Sequent[Formula]

    Computes the Herbrand sequent that corresponds to the schematic Pi-2 grammar (F[x\T_1] |- G[y\T_2])

  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val literalsInTheDNTAs: (Set[Formula], Set[Formula], Set[Formula])

    Three sets A,B,N containing all atoms occurring in the leaves of the reduced representation (the atoms are negated if they occur on the right side of the sequent) such that in all atoms (literals) of N no eigenvariables occur, in all atoms (literals) of A only the universal eigenvariable occur, and in all atoms (literals) of B only the existential eigenvariables occur

  19. val literalsInTheDNTAsAndTheDNTAs: (Set[Formula], List[Sequent[Formula]])

    Computes simultaneously a set of all atoms occurring in the leaves of the reduced representation (the atoms are negated if they occur on the right side of the sequent) and a list of all relevant normalized (everything is shifted to the left side) leaves of the reduced representation

  20. val multiplicityOfAlpha: Int

    Number of substitutions for the eigenvariable of the universally quantified variable (m)

  21. val multiplicityOfBeta: Int

    Number of substitutions for the eigenvariables of the existentially quantified variable independent from the substitution of the universal eigenvariable (p)

  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. def productElementNames: Iterator[String]
    Definition Classes
    Product
  26. val productionRulesXS: List[(Expr, Expr)]

    List of all substitution pairs (alpha,r_i) and (r_i,alpha)

  27. val productionRulesYS: List[(Expr, Expr)]

    List of all substitution pairs (beta_j,t_i(alpha)) and (t_i(alpha),beta_j)

  28. val reducedRepresentation: Sequent[Formula]
  29. val reducedRepresentationToFormula: Formula

    Transforms the reduced representation from a sequent to a formula

  30. def sortAndAtomize(literals: Set[Formula]): (Set[Formula], Set[Formula])

    Computes two sets of atoms P,N for a given set of literals such that P contains all positive literals and N all atoms of the negative literals

  31. val substitutionPairsAlpha: List[(Expr, Expr)]

    Pairs of the universal eigenvariable with the substitutions for the universal eigenvariable ((alpha,r_1),...,(alpha,r_m))

  32. val substitutionPairsBeta: List[(Expr, Expr)]

    Pairs of the existential eigenvariables with the substitutions for the existential eigenvariables ((beta_1,t_1(alpha)),...,(beta_1,t_p(alpha)),...,(beta_m,t_1(alpha)),...,(beta_m,t_p(alpha)))

  33. def substitutionPairsBetaI(index: Int): List[(Expr, Expr)]

    Pairs of a existential eigenvariable with the substitutions for this existential eigenvariable ((beta_i,t_1(alpha)),...,(beta_i,t_p(alpha)) with i=index)

    Pairs of a existential eigenvariable with the substitutions for this existential eigenvariable ((beta_i,t_1(alpha)),...,(beta_i,t_p(alpha)) with i=index)

    index

    Indicates the considered existential eigenvariable (1 <= index <= m)

  34. val substitutionsAlpha: List[Substitution]

    List of substitutions ((alpha->r_1),...,(alpha->r_m))

  35. def substitutionsBetaI(index: Int): List[Substitution]

    List of substitutions ((beta_i->t_1(r_i)),...,(beta_i->t_p(r_i)) with i=index)

    List of substitutions ((beta_i->t_1(r_i)),...,(beta_i->t_p(r_i)) with i=index)

    index

    Indicates the considered existential eigenvariable (1 <= index <= m)

  36. val substitutionsForAlpha: List[Expr]
  37. val substitutionsForBetaWithAlpha: List[Expr]
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def theDNTAsInTheLanguage(unifiedLiterals: Set[Formula]): List[Sequent[Formula]]

    List of all relevant normalized (everything is shifted to the left side) leaves of the reduced representation in a reduced signature/language that contains the unified literals (work in progress)

    List of all relevant normalized (everything is shifted to the left side) leaves of the reduced representation in a reduced signature/language that contains the unified literals (work in progress)

    unifiedLiterals

    A set of formulas (unified literals) that define the reduced signature/language

  40. val universalEigenvariable: Var
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Pi2SeHs toStringFormat[Pi2SeHs] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (Pi2SeHs, B)
    Implicit
    This member is added by an implicit conversion from Pi2SeHs toArrowAssoc[Pi2SeHs] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromPi2SeHs to any2stringadd[Pi2SeHs]

Inherited by implicit conversion StringFormat fromPi2SeHs to StringFormat[Pi2SeHs]

Inherited by implicit conversion Ensuring fromPi2SeHs to Ensuring[Pi2SeHs]

Inherited by implicit conversion ArrowAssoc fromPi2SeHs to ArrowAssoc[Pi2SeHs]

Ungrouped