Disjoint union is seemingly ubiquitous in mathematical literature but it is rarely ever used properly. It is almost always the case that one forms $\bigsqcup_{i\in I} X_i$ and ends ups identifying $x\in X_i$ with $(x,i)\in\bigsqcup_{i\in I} X_i$. (Open any topology textbook and you will see this abuse.) Why not just assume that the $X_i$ are all pairwise disjoint and instead use ordinary union? Why bother with $X_i\times\{i\}$ when we don't ever use the notation $(x,i)$?
2026-04-02 10:58:20.1775127500
What is the point of disjoint union?
659 Views Asked by user147263 https://math.techqa.club/user/user147263/detail At
1
There are 1 best solutions below
Related Questions in GENERAL-TOPOLOGY
- Is every non-locally compact metric space totally disconnected?
- Let X be a topological space and let A be a subset of X
- Continuity, preimage of an open set of $\mathbb R^2$
- Question on minimizing the infimum distance of a point from a non compact set
- Is hedgehog of countable spininess separable space?
- Nonclosed set in $ \mathbb{R}^2 $
- I cannot understand that $\mathfrak{O} := \{\{\}, \{1\}, \{1, 2\}, \{3\}, \{1, 3\}, \{1, 2, 3\}\}$ is a topology on the set $\{1, 2, 3\}$.
- If for every continuous function $\phi$, the function $\phi \circ f$ is continuous, then $f$ is continuous.
- Defining a homotopy on an annulus
- Triangle inequality for metric space where the metric is angles between vectors
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 FOUNDATIONS
- Difference between provability and truth of Goodstein's theorem
- Can all unprovable statements in a given mathematical theory be determined with the addition of a finite number of new axioms?
- Map = Tuple? Advantages and disadvantages
- Why doesn't the independence of the continuum hypothesis immediately imply that ZFC is unsatisfactory?
- Formally what is an unlabeled graph? I have no problem defining labeled graphs with set theory, but can't do the same here.
- Defining first order logic quantifiers without sets
- How to generalize the mechanism of subtraction, from naturals to negatives?
- Mathematical ideas that took long to define rigorously
- What elementary theorems depend on the Axiom of Infinity?
- Proving in Quine's New Foundations
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?
As Brian said, the formal definition of disjoint union is important because it tells us that such a construction ("assume that the $X_i$ are all pairwise disjoint") is possible. Similarly, it's important to have a formal definition of ordered pairs (usually $(a,b) = \{\{a\}, \{a,b\}\}$). If there was no way to formally construct these things, it would be problematic to use them as mathematical objects! And, beyond telling us that these constructions make sense mathematically, these definitions allow us to prove things – without a formal definition of "ordered pair" it is impossible to prove that $(a,b) = (c,d) \iff a = c \land b = d$.
But the formal definition of these constructions is often separated from our mental models of these objects. Personally, I don't think of ordered pairs as sets of the form $\{\{a\}, \{a,b\}\}$ (even though, for me, this is what they technically are). Instead, I usually think of an ordered pair abstractly, as some kind of data structure that encodes two objects in order, without worrying about exactly how this is defined set-theoretically. This is fine, because I do have a formal definition of "ordered pair" to fall back on if necessary, and my intuition about ordered pairs is very strong (it comes from facts I've proven (long ago) from the formal definition).
I am confident that I will never make an incorrect claim about ordered pairs, and that I will never confuse readers by not using the formal definition of ordered pairs, even though I never deal with the formal definition in practice! Indeed, I think it would be much more confusing to most readers if I did use the formal definition of ordered pairs all the time – the important thing about a particular ordered pair is not that it's a set, but that it contains the data of two mathematical objects, in order.
Likewise, it's important that there is a formal definition of disjoint union. We can use this formal definition to prove things about disjoint unions, and thus build up our intuitions about how they behave. But our mental model of a disjoint union should not always be a collection of tuples; instead we should think of the disjoint union of a bunch of sets in the way you described: take all the sets $X_i$, "make them disjoint", and then stick them together. As such, it's often easier for a reader to digest an argument when we refer to elements of $\coprod_i X_i$ by the same names that they had in the sets $X_i$.
That's not to say that it's never a good idea to write $(x,i)$. For example, if all the sets in the coproduct are equal, it's always necessary to disambiguate the index. That is, I would always write $(x,i)$ for an element of $\coprod_{i \in I} X$.