I'm new to set theory and am really struggling to get my head around this. Can anyone give me an intuitive explanation so I can get a general grasp? Cheers
2026-03-25 16:02:56.1774454576
Intuitive explanation of Cohen's forcing (continuum hypothesis) and how Godel proved CH was consistent within ZFC?
569 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
Related Questions in FORCING
- Minimal model over forcing iteration
- Forcing homeomorphism
- Question about the proof of Lemma 14.19 (Maximum Principle) in Jech's Set Theory
- The proof of Generic Model Theorem (14.5) in Jech's Set Theory p.218
- Simple applications of forcing in recursion theory?
- Rudimentary results in iterated forcing.
- Exercises for continuum hypothesis and forcing
- Possibility of preserving the ultrafilter on $\mathcal{P}_{\kappa}(\lambda)$ in V[G] after forcing with a <$\kappa$ directed closed poset?
- "Synthetic" proof of a theorem about nice names.
- If $G$ is $P$-generic over $V$ and $G^*$ is $j''P$-generic over $M$ then $j$ can be extended to $V[G]$.
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?
When you want to prove a relative independence result ("If $T$ is consistent, then $T$ doesn't prove $\varphi$") there are essentially two ways to do it:
Analyze the structure of $T$-proofs as combinatorial objects in their own right. An example of this is the usual (Gödel-Rosser) proof of the second incompleteness theorem, that no recursively axiomatizable consistent theory extending PA can prove its own consistency (and in particular, Rosser's improvement on Gödel's original argument was removing the last vestige of an appeal to models).
Build a model of $T$ in which $\varphi$ fails (and then apply the soundness theorem). For example, to prove that the theory of groups doesn't prove $\forall x,y(x*y=y*x$), it suffices to exhibit an example of a nonabelian group, together with a proof that it is in fact a nonabelian group.
Generally, the second approach is much easier, and this is what Gödel and Cohen each did - although models of ZFC are extremely complicated objects, so rather than build appropriate models "from scratch" they showed how appropriate models could be constructed given "starting models" of ZFC (which is fine - we're assuming that ZFC is consistent to begin with, and that means we can apply the completeness theorem). Interestingly, they went in opposite directions:
Gödel showed that for any model $M$ of ZFC, there is a smaller structure $N\subseteq M$ which forms a model of ZFC+CH.
Cohen showed that for any model $M$ of ZFC, there is a larger structure $M\subseteq N$ which forms a model of ZFC+$\neg$CH.
OK, that's not quite true: Cohen only showed that the above statement holds if $M$ is countable. But by the downward Lowenheim-Skolem theorem, if ZFC has a model then it has a countable model, so that's fine.
It's also worth pointing out that Cohen's method is much more flexible that Gödel's: Gödel's arguments cannot be used to show the consistency of ZFC+$\neg$CH, whereas Cohen's argument also lets us build models in which CH holds, so Cohen solves both parts of the problem while Godel solves only one. That said, Cohen's method doesn't make Gödel's obsolete, it's just superior for this particular problem.
That describes what they're doing; now, how did they do it?
Gödel's construction (inner models) is much simpler (and so it's unsurprising that it was discovered earlier). Intuitively, we can define the constructible universe $L$ recursively by $$L_0=\emptyset,\quad L_{\alpha+1}=\mathcal{P}_{def}(L_\alpha),\quad L_\lambda=\bigcup_{\alpha<\lambda}L_\alpha\mbox{ for $\lambda$ limit}$$ where $\mathcal{P}_{def}(X)$ is the set of all subsets of $X$ definable in the structure $(X,\in)$, and let $$L=\bigcup_{\alpha\in Ord}L_\alpha.$$ It turns out that we can run this construction inside an arbitrary model of ZFC (indeed, ZF) and the result satisfies ZFC+CH (indeed, a lot more); roughly speaking, every element of $L$ is "definable" in a certain sense, so we can calculate $2^{\aleph_0}$ by counting the number of definitions of the appropriate type (although it's actually more complicated than that).
Meanwhile, Cohen's method (forcing) is quite involved, and too complicated to explain here. The answers to this MSE question explain it a bit, but there's just too much to say to give a good explanation. This article by Chow may be helpful.