The diagonal lemma can be used to generate the Godel sentence, where G is true iff G is not provable in theory T. Can we use the lemma to construct a sentence (call it S) where S is true iff the negation of S is indeed provable in some theory T?
2026-03-26 06:34:51.1774506891
Sentence S (similar to a Godel sentence) where S iff the negation of S is provable?
76 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in LOGIC
- Theorems in MK would imply theorems in ZFC
- What is (mathematically) minimal computer architecture to run any software
- What formula proved in MK or Godel Incompleteness theorem
- Determine the truth value and validity of the propositions given
- Is this a commonly known paradox?
- Help with Propositional Logic Proof
- Symbol for assignment of a truth-value?
- Find the truth value of... empty set?
- Do I need the axiom of choice to prove this statement?
- Prove that any truth function $f$ can be represented by a formula $φ$ in cnf by negating a formula in dnf
Related Questions in INCOMPLETENESS
- Primitive recursive functions of bounded sum
- Difference between provability and truth of Goodstein's theorem
- Decidability and "truth value"
- What axioms Gödel is using, if any?
- A tricky proof of a Diophantine equation is valid?
- Can all unprovable statements in a given mathematical theory be determined with the addition of a finite number of new axioms?
- Incompleteness Theorem gives a contradiction?
- Is it possible to construct a formal system such that all interesting statements from ZFC can be proven within the system?
- How simple it can be?
- What is finitistic reasoning?
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?
Yes, but in fact we don't need to invoke the diagonal lemma again - just take $S$ to be the negation of $G$. Then - reasoning in $T$ - we have:
If $S$ is true, then $G$ is false, which by hypothesis on $G$ means that $T$ proves $G$, which is to say $T$ proves $\neg S$.
If $T$ proves $\neg S$, then $T$ proves $G$, in which case $G$ is false and hence $S$ is true.
That is, $T$ proves "$S$ iff $T$ proves $\neg S$."
(Note that that's a little stronger than what you've asked for - we don't just have that $S$ is true iff $T$ proves $\neg S$, but rather that that equivalence itself is provable in $T$. This type of stronger result is no harder to prove - we just observe that the obvious reasoning goes through in $T$ - and is often something we care about down the road.)
EDIT: That said, if you want to use the diagonal lemma, here's how:
DL says that for any formula $\varphi$ there is some sentence $\theta$ such that $$T\vdash\theta\leftrightarrow\varphi(\underline{\ulcorner\theta\urcorner})$$ where $T$ is an "appropriate" theory, $\vdash$ is the (metatheoretic) provability relation, $\ulcorner\cdot\urcorner$ is an "appropriate" Godel numbering system, and $\underline{k}$ is the numeral correpsonding to $k$.
At this point there's an important caveat to make: $\theta$ and $\varphi(\underline{\ulcorner\theta\urcorner})$ need not be (and probably will not be) literally the same sentence, they're just $T$-provably equivalent. That said, see here.
In our case, $\varphi(x)$ should intuitively be the formula "$x$ is disprovable;" the DL then directly says that there is some sentence asserting its own disprovability, that is, some $\theta$ with the property that $T$ proves "$\theta$ is true iff $\neg\theta$ is $T$-provable."
A bit more precisely, we'll use the formula $$\Phi(x):\quad\forall y(Neg(x,y)\implies Prov_T(y)),$$ where
$Prov_T$ is the already-set-up formula expressing provability (in some texts you might see this denoted "$Bew$" - that was the original notation), and
$Neg(\cdot,\cdot)$ is some formula representing negation; that is, some formula with the property that for all $a,b\in\mathbb{N}$ we have $T\vdash Neg(\underline{a},\underline{b})$ iff there is some sentence $\psi$ such that $a$ is the Godel number of $\psi$ and $b$ is the Godel number of $\neg\psi$.
You can (somewhat sloppily) read $\Phi(x)$ as saying "Everything which is the negation of $x$ is $T$-provable." We could also have gone with $\exists y(Neg (x,y)\wedge Prov_T(y))$ ("There is something which is the negation of $x$ and which is $T$-provable"); the fact that we're dealing with a unique object (for each $m$ there is exactly one $n$ such that $T\vdash Neg(\underline{m},\underline{n})$) gives us some freedom here.