I am struggling to comprehend how to prove the difference between a set existing but containing no elements (the empty set) and a set not existing. I understand the proof that the set of all sets does not exist, but when it comes to proving whether a specific set exists I do not know how to show the difference. For example how do I prove whether the set { x : $\forall$ y (x $\in$ y) } where x is a set exists or not?
2026-04-18 06:42:19.1776494539
Proving a set exists or not
733 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in SET-THEORY
- Theorems in MK would imply theorems in ZFC
- What formula proved in MK or Godel Incompleteness theorem
- Proving the schema of separation from replacement
- Understanding the Axiom of Replacement
- Ordinals and cardinals in ETCS set axiomatic
- Minimal model over forcing iteration
- How can I prove that the collection of all (class-)function from a proper class A to a class B is empty?
- max of limit cardinals smaller than a successor cardinal bigger than $\aleph_\omega$
- Canonical choice of many elements not contained in a set
- Non-standard axioms + ZF and rest of math
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?
The difference comes down to the axioms of set theory. Any mathematical system will start from a certain list of axioms, from which everything else is derived. The Peano axioms, for instance, define the natural numbers as used in number theory. And the most common (in my experience) axioms for set theory are called ZFC: the axioms proposed by Zermelo and Fraenkel, including the Axiom of Choice.
These axioms define precisely what is a set. Anything which the axioms don't cover, isn't a set. For example, the ZFC axioms don't say anything about negative numbers, so negative numbers aren't sets. Similarly, they don't say anything about penguins, so penguins also aren't sets.
More subtly, one of the ZFC axioms is the Axiom of Regularity: every non-empty set $\alpha$ contains an element $\beta$ such that $\alpha \cap \beta = \varnothing$. This is the axiom which kills Russell's Paradox, since it means no set can contain itself.
Proving that a given set "exists" (can be formed by following the axioms of ZFC) is a rather complicated process. You can either start from the axioms and build your set from there, in which case you've proven it exists. Or you can show that your set violates one of the axioms, in which case you've proven that it doesn't exist. But in most cases you'll encounter in everyday life, you can assume that all the sets you come across must exist. "Sets that don't exist" (that is, things that look like sets but can't be constructed within ZFC) are the rare exception, not the rule.
EDIT: I was asked how regularity implies that no set can contain itself, and the proof is short and sweet so I'm including it here. Let $S$ be an arbitrary set. By the axioms of ZFC, $\{S\}$ is a non-empty set. By regularity, $\{S\} \cap S = \varnothing$. Thus $S \notin S$.