Packages

case class Induc[U <: Term with Subs[U]](typFamily: Func[Nat, Typ[U]], init: U, g: FuncLike[Nat, Func[U, U]]) extends InducFuncLike[Nat, U] with Subs[Induc[U]] with Product with Serializable

Self Type
Induc[U]
Linear Supertypes
Serializable, Product, Equals, InducFuncLike[Nat, U], FuncLike[Nat, U], (Nat) => U, Term, Subs[Induc[U]], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Induc
  2. Serializable
  3. Product
  4. Equals
  5. InducFuncLike
  6. FuncLike
  7. Function1
  8. Term
  9. Subs
  10. AnyRef
  11. Any
Implicitly
  1. by UnliftOps
  2. by RichTerm
  3. by orderingToOrdered
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Induc(typFamily: Func[Nat, Typ[U]], init: U, g: FuncLike[Nat, Func[U, U]])

Type Members

  1. abstract type Obj <: FuncLike[Nat, U]
    Definition Classes
    FuncLike

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 Induc[U] toany2stringadd[Induc[U]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Induc[U], B)
    Implicit
    This member is added by an implicit conversion from Induc[U] toArrowAssoc[Induc[U]] performed by method ArrowAssoc in scala.Predef.This conversion will take place only if U is a subclass of Option[Nothing] (U <: Option[Nothing]).
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. def :->[V <: Term with Subs[V]](that: V): Func[Induc[U], V]

    constructor for (pure) lambda functions, see lmbda

    constructor for (pure) lambda functions, see lmbda

    Implicit
    This member is added by an implicit conversion from Induc[U] toRichTerm[Induc[U]] performed by method RichTerm in provingground.HoTT.
    Definition Classes
    RichTerm
  6. def :~>[V <: Term with Subs[V]](that: V): FuncLike[Induc[U], V]

    constructor for (in general dependent) lambda functions, see lambda

    constructor for (in general dependent) lambda functions, see lambda

    Implicit
    This member is added by an implicit conversion from Induc[U] toRichTerm[Induc[U]] performed by method RichTerm in provingground.HoTT.
    Definition Classes
    RichTerm
  7. def <(that: Induc[U]): Boolean
    Implicit
    This member is added by an implicit conversion from Induc[U] toOrdered[Induc[U]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[Induc[U]] is in scope.
    Definition Classes
    Ordered
  8. def <=(that: Induc[U]): Boolean
    Implicit
    This member is added by an implicit conversion from Induc[U] toOrdered[Induc[U]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[Induc[U]] is in scope.
    Definition Classes
    Ordered
  9. def =:=(rhs: Induc[U]): IdentityTyp[Induc[U]]

    equality type 'term = rhs'

    equality type 'term = rhs'

    Implicit
    This member is added by an implicit conversion from Induc[U] toRichTerm[Induc[U]] performed by method RichTerm in provingground.HoTT.
    Definition Classes
    RichTerm
  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def >(that: Induc[U]): Boolean
    Implicit
    This member is added by an implicit conversion from Induc[U] toOrdered[Induc[U]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[Induc[U]] is in scope.
    Definition Classes
    Ordered
  12. def >=(that: Induc[U]): Boolean
    Implicit
    This member is added by an implicit conversion from Induc[U] toOrdered[Induc[U]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[Induc[U]] is in scope.
    Definition Classes
    Ordered
  13. def act(x: Nat): U

    the action of the function to define: define this method, but use apply.

    the action of the function to define: define this method, but use apply.

    Definition Classes
    InducFuncLike
  14. def andThen[A](g: (U) => A): (Nat) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  15. def apply(arg: Nat): U

    application of the function: use this but define the act method; checks HoTT-type of argument is in the domain and throws exception if it fails.

    application of the function: use this but define the act method; checks HoTT-type of argument is in the domain and throws exception if it fails.

    Definition Classes
    FuncLike → Function1
  16. def applyUnchecked(arg: Nat): U
    Definition Classes
    FuncLike
  17. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  18. def baseFunction: ExstFunc
    Definition Classes
    InducFuncLike
  19. def canApply(arg: Nat): Boolean

    checks if application is valid; can override to allow for example resizing universes

    checks if application is valid; can override to allow for example resizing universes

    arg

    the argument

    returns

    whether the argument has the correct type.

    Definition Classes
    FuncLike
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  21. def compare(that: Induc[U]): Int
    Implicit
    This member is added by an implicit conversion from Induc[U] toOrdered[Induc[U]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[Induc[U]] is in scope.
    Definition Classes
    Ordered
  22. def compareTo(that: Induc[U]): Int
    Implicit
    This member is added by an implicit conversion from Induc[U] toOrdered[Induc[U]] performed by method orderingToOrdered in scala.math.Ordered.This conversion will take place only if an implicit value of type Ordering[Induc[U]] is in scope.
    Definition Classes
    Ordered → Comparable
  23. def compose[A](g: (A) => Nat): (A) => U
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  24. val defnData: Vector[Term]

    the definition data for all the introduction rules

    the definition data for all the introduction rules

    Definition Classes
    InducInducFuncLike
  25. val depcodom: Func[Nat, Typ[U]]
    Definition Classes
    InducFuncLike
  26. def dependsOn(that: Term): Boolean

    returns whether this depends on that

    returns whether this depends on that

    Definition Classes
    Term
  27. val dom: NatRing.LocalTyp.type
    Definition Classes
    InducFuncLike
  28. def ensuring(cond: (Induc[U]) => Boolean, msg: => Any): Induc[U]
    Implicit
    This member is added by an implicit conversion from Induc[U] toEnsuring[Induc[U]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: (Induc[U]) => Boolean): Induc[U]
    Implicit
    This member is added by an implicit conversion from Induc[U] toEnsuring[Induc[U]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: Boolean, msg: => Any): Induc[U]
    Implicit
    This member is added by an implicit conversion from Induc[U] toEnsuring[Induc[U]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean): Induc[U]
    Implicit
    This member is added by an implicit conversion from Induc[U] toEnsuring[Induc[U]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(that: Any): Boolean
    Definition Classes
    InducFuncLike → AnyRef → Any
  34. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Induc[U] toStringFormat[Induc[U]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  35. def fromData(data: Vector[Term]): InducFuncLike[Nat, U]
    Definition Classes
    InducInducFuncLike
  36. lazy val fullData: (Typ[Nat], (Nat) => Typ[U], Vector[Term])
    Definition Classes
    InducFuncLike
  37. val g: FuncLike[Nat, Func[U, U]]
  38. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. def h: (SafeLong) => Func[U, U]
  40. def hashCode(): Int
    Definition Classes
    InducFuncLike → AnyRef → Any
  41. def indepOf(that: Term): Boolean

    returns whether this is independent of that.

    returns whether this is independent of that.

    Definition Classes
    Term
  42. val init: U
  43. lazy val intros: Vector[Term]
    Definition Classes
    InducInducFuncLike
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def newobj: Induc[U]

    A new object with the same type, to be used in place of a variable to avoid name clashes.

    A new object with the same type, to be used in place of a variable to avoid name clashes. Should throw exception when invoked for constants.

    Definition Classes
    InducSubs
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. def productElementNames: Iterator[String]
    Definition Classes
    Product
  50. def refl: Refl[Induc[U]]

    reflexivity term refl : term = term

    reflexivity term refl : term = term

    Implicit
    This member is added by an implicit conversion from Induc[U] toRichTerm[Induc[U]] performed by method RichTerm in provingground.HoTT.
    Definition Classes
    RichTerm
  51. def replace(x: Term, y: Term): Induc[U] with Subs[Induc[U]]

    refine substitution so if x and y are both of certain forms such as pairs or formal applications, components are substituted.

    refine substitution so if x and y are both of certain forms such as pairs or formal applications, components are substituted.

    Definition Classes
    Subs
  52. def subs(x: Term, y: Term): Induc[U with Subs[U]]

    substitute x by y recursively in this.

    substitute x by y recursively in this.

    Definition Classes
    InducFuncLikeSubs
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. def toString(): String
    Definition Classes
    InducFuncLike → Function1 → AnyRef → Any
  55. val typ: PiDefn[Nat, U]

    the HoTT-type of the term

    the HoTT-type of the term

    Definition Classes
    InducFuncLikeTerm
  56. val typFamily: Func[Nat, Typ[U]]
  57. def unlift: PartialFunction[Nat, B]
    Implicit
    This member is added by an implicit conversion from Induc[U] toUnliftOps[Nat, B] performed by method UnliftOps in scala.Function1.This conversion will take place only if U is a subclass of Option[B] (U <: Option[B]).
    Definition Classes
    UnliftOps
  58. def usesVar(t: Term): Boolean

    returns whether the variable t is used as a variable in a lambda definition.

    returns whether the variable t is used as a variable in a lambda definition.

    Definition Classes
    InducFuncLikeTerm
  59. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  61. 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 [B](y: B): (Induc[U], B)
    Implicit
    This member is added by an implicit conversion from Induc[U] toArrowAssoc[Induc[U]] performed by method ArrowAssoc in scala.Predef.This conversion will take place only if U is a subclass of Option[Nothing] (U <: Option[Nothing]).
    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 InducFuncLike[Nat, U]

Inherited from FuncLike[Nat, U]

Inherited from (Nat) => U

Inherited from Term

Inherited from Subs[Induc[U]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion UnliftOps fromInduc[U] to UnliftOps[Nat, B]

Inherited by implicit conversion RichTerm fromInduc[U] to RichTerm[Induc[U]]

Inherited by implicit conversion orderingToOrdered fromInduc[U] to Ordered[Induc[U]]

Inherited by implicit conversion any2stringadd fromInduc[U] to any2stringadd[Induc[U]]

Inherited by implicit conversion StringFormat fromInduc[U] to StringFormat[Induc[U]]

Inherited by implicit conversion Ensuring fromInduc[U] to Ensuring[Induc[U]]

Inherited by implicit conversion ArrowAssoc fromInduc[U] to ArrowAssoc[Induc[U]]

Ungrouped