When I read the $ \star $ symbol out loud to myself how should I pronounce it? Also when dealing with type theories like HoTT and Martin Lof what should I be regarding $ \star : \mathbf{1} $ as?
2026-04-25 14:46:41.1777128401
How do I read $\star$ the only inhabitant of the type $ \mathbf{1} $ in HoTT and Martin Lof
106 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in SOFT-QUESTION
- Reciprocal-totient function, in term of the totient function?
- Ordinals and cardinals in ETCS set axiomatic
- Does approximation usually exclude equality?
- Transition from theory of PDEs to applied analysis and industrial problems and models with PDEs
- Online resources for networking and creating new mathematical collaborations
- Random variables in integrals, how to analyze?
- Could anyone give an **example** that a problem that can be solved by creating a new group?
- How do you prevent being lead astray when you're working on a problem that takes months/years?
- Is it impossible to grasp Multivariable Calculus with poor prerequisite from Single variable calculus?
- A definite integral of a rational function: How can this be transformed from trivial to obvious by a change in viewpoint?
Related Questions in NOTATION
- Symbol for assignment of a truth-value?
- Does approximation usually exclude equality?
- Is division inherently the last operation when using fraction notation or is the order of operation always PEMDAS?
- Question about notation $S^c$
- strange partial integration
- What does Kx mean in this equation? [in Carnap or Russell and Whitehead's logical notation]
- Need help with notation. Is this lower dot an operation?
- What does this "\" mathematics symbol mean?
- Why a set or vector start counting from a negative or zero index?
- How to express a sentence having two for all?
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 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
- Primitive notions for positiv types
- 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
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?
Type theory people usually use the term "unit", though they often explicitly represent that type as an empty tuple. For example, in the programming language Haskell the type (and value) are written
(). You'll also see $\langle\rangle : \mathbf{1}$. $\mathbf{1}$ is called the "unit type". Any closed term is a (global) point, so using the term "point" is ambiguous (though global points are closely related to the unit type.) Even ignoring that ambiguity, "point" will mean little to many people coming from a more logic/computer science background.From a topological perspective, it would make more sense to read $\mathbf{1}$ as "point" rather than its value, though I recommend the "unit type" terminology over this. The idea here is that we may have a type like $\mathbb{S}^1$ that represents a circle, and we think of functions $\mathbb{S}^1 \to X$ as the "circles in $X$". Functions $\mathbf{1}\to X$ would then be the "points in $X$". ($\mathbf{1}$ is sometimes written "pt" in this context.) We don't call the values of $\mathbb{S}^1$ circles, though. Traditionally, in set theory and point-set topology, we do call the elements of $\mathbb{S}^1$ the "points" of $\mathbb{S}^1$. In set theory there's no issue because there's a (natural) bijection between the functions $\mathbf{1}\to X$ and the elements of $X$.
Via the Curry-Howard correspondence, the unit type corresponds to the trivially true proposition. Categorically, the unit type corresponds to a terminal object. In the category of sets, any singleton set works as "the" terminal object. Often for concreteness, something like $\{*\}$ or $\{\star\}$ is used. The $*$ or $\star$ is just meant as a meaningless name for the meaningless element. Something like $\{\{\}\}$ or $\{0\}$ could be used, but this may suggest some significance that doesn't exist.
The empty tuple/product interpretation is probably the best way to think about it in general. It is virtually always an accurate interpretation. For example, in (classical) homotopy, we might represent a path as a function from an interval $[0,1]\to X$. This is a 1-dimensional object. Homotopies correspond to surfaces and are represented by functions $[0,1]\times[0,1]\to X$. Higher homotopies have higher-dimensional inputs. The 0-dimensional case, i.e. a point, would then be a function $\mathbf{1}\to X$.