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. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  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 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
  9. def andThen[A](g: (U) => A): (Nat) => A
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. 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
  11. def applyUnchecked(arg: Nat): U
    Definition Classes
    FuncLike
  12. def baseFunction: ExstFunc
    Definition Classes
    InducFuncLike
  13. 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
  14. 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
  15. 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
  16. def compose[A](g: (A) => Nat): (A) => U
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  17. val defnData: Vector[Term]

    the definition data for all the introduction rules

    the definition data for all the introduction rules

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

    returns whether this depends on that

    returns whether this depends on that

    Definition Classes
    Term
  20. val dom: NatRing.LocalTyp.type
    Definition Classes
    InducFuncLike
  21. def equals(that: Any): Boolean
    Definition Classes
    InducFuncLike → AnyRef → Any
  22. def fromData(data: Vector[Term]): InducFuncLike[Nat, U]
    Definition Classes
    InducInducFuncLike
  23. lazy val fullData: (Typ[Nat], (Nat) => Typ[U], Vector[Term])
    Definition Classes
    InducFuncLike
  24. val g: FuncLike[Nat, Func[U, U]]
  25. def h: (SafeLong) => Func[U, U]
  26. def hashCode(): Int
    Definition Classes
    InducFuncLike → AnyRef → Any
  27. def indepOf(that: Term): Boolean

    returns whether this is independent of that.

    returns whether this is independent of that.

    Definition Classes
    Term
  28. val init: U
  29. lazy val intros: Vector[Term]
    Definition Classes
    InducInducFuncLike
  30. 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
  31. def productElementNames: Iterator[String]
    Definition Classes
    Product
  32. 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
  33. 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
  34. 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
  35. def toString(): String
    Definition Classes
    InducFuncLike → Function1 → AnyRef → Any
  36. val typ: PiDefn[Nat, U]

    the HoTT-type of the term

    the HoTT-type of the term

    Definition Classes
    InducFuncLikeTerm
  37. val typFamily: Func[Nat, Typ[U]]
  38. 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
  39. 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