The typical example of higher inductive type (HIT) is the circle $S^1$ that is nicely described here. I understand HITs are convenient if you want to do homotopy theory within type theory. But what does it bring the computer scientist? Are there interesting data structures that could not be defined without an HIT?
2026-03-25 14:19:08.1774448348
Higher inductive type: what for?
571 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in HOMOTOPY-THEORY
- how to prove this homotopic problem
- Are $[0,1]$ and $(0,1)$ homotopy equivalent?
- two maps are not homotopic equivalent
- the quotien space of $ S^1\times S^1$
- Can $X=SO(n)\setminus\{I_n\}$be homeomorphic to or homotopic equivalent to product of spheres?
- Why do $S^1 \wedge - $ and $Maps(S^1,-)$ form a Quillen adjunction?
- Is $S^{n-1}$ a deformation retract of $S^{n}$ \ {$k$ points}?
- Connection between Mayer-Vietoris and higher dimensional Seifert-Van Kampen Theorems
- Why is the number of exotic spheres equivalent to $S^7,S^{11},S^{15},S^{27}$ equal to perfect numbers?
- Are the maps homotopic?
Related Questions in FORMAL-PROOFS
- What is a gross-looking formal axiomatic proof for a relatively simple proposition?
- Limit of $f(x) = x \bmod k$
- Need help with formalising proofs in Calculus. Convergent and Divergent series:
- Proving either or statements (in group theory)
- Prove a floor function is onto/surjective
- Countability of Fibonacci series
- Can the natural deduction system prove $P \iff ¬P$ to show that it's a contradiction?
- How would I show that X is equivalent to ((¬X ↔ X ) ∨ X )?
- Variations in the Statement of Strong Induction: Equivalent or Different?
- Is this proof correct? (natural deduction)
Related Questions in TYPE-THEORY
- Are Proofs of Dependent Pair Types Equivalent to Finding an Inverse Function?
- Types as formulas?
- Dependent vs. polymorphic types in modern type theories
- What in general is a recursor?
- 'Logically symmetric' expressions in lambda calculus
- (Higher order) logic/type theory/category theory like (meta-)grammar/language/machine?
- Cardinal collapse and (higher) toposes
- Does Diaconescu's theorem imply cubical type theory is non-constructive?
- Dependent type theory: universes may have a type?
- Define $\neg\neg A$ to be truncation using LEM
Related Questions in HIGHER-CATEGORY-THEORY
- Quillen equivalence between sSet (Joyal's model structure) and sSetCat (Bergner's one)
- What is an intuitive Geometrical explanation of a "sheaf?"
- $\infty$-categories definition disambiguation
- Applications of $\infty$-categories
- Simplicial categories and simplicial objectcs. HTT Remark 1.1.4.2
- $n$-categories and associahedrons.
- Weak notion of equivalence in a category
- The $2$-category of monoids
- Higher homotopy groups in terms of the fundamental groupoid
- Pseudolimits equivalent to limits
Related Questions in HOMOTOPY-TYPE-THEORY
- What in general is a recursor?
- Homotopy Type Theory contradictions in definitions of propositions?
- Dependent type theory: universes may have a type?
- Define $\neg\neg A$ to be truncation using LEM
- Type former as primitive constants
- How to Prove Homotopy Equivalence in a Discrete Topology
- In Homotopy Type Theory, where does the lambda expression reside?
- Is HOTT, a new attempt at foundation of mathematics, free from incompleteness theorem or is it still suffering?
- Any path factor through the canonical lift uniquely
- Calculus in Homotopy Type Theory
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Good question. To start with I should be clear that I think HITs are probably much more interesting to a homotopy theorist than to a computer scientist. However, it seems that they are not completely devoid of interest to a computer scientist either.
One general class of applications is to constructing true quotients, where you have a data structure in which the same "real object" has multiple representations; by representing it as a HIT you can add actual equalities between the two representations so that any function defined on this data structure must necessarily respect that equality (be "representation-independent").
Additionally, here are some posts from the homotopy type theory blog on topics that might be of interest to computer scientists: