Similarly, does There exist a Turing Machine which takes a Formal system and a string input and returns whether it is a wff or not? Ie it must be a decidable TM. I have heard there are Turing machines that correspond to formal systems, so this leads me to believe this is false, but im not sure. My intuition says you can construct a new formal system through a diagonal argument, proving this machine cannot exist.
2026-03-26 14:19:26.1774534766
Is every Formal system expressible as a Turing machine and vice versa?
259 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in DISCRETE-MATHEMATICS
- What is (mathematically) minimal computer architecture to run any software
- What's $P(A_1\cap A_2\cap A_3\cap A_4) $?
- The function $f(x)=$ ${b^mx^m}\over(1-bx)^{m+1}$ is a generating function of the sequence $\{a_n\}$. Find the coefficient of $x^n$
- Given is $2$ dimensional random variable $(X,Y)$ with table. Determine the correlation between $X$ and $Y$
- Given a function, prove that it's injective
- Surjective function proof
- How to find image of a function
- Find the truth value of... empty set?
- Solving discrete recursion equations with min in the equation
- Determine the marginal distributions of $(T_1, T_2)$
Related Questions in COMPUTER-SCIENCE
- What is (mathematically) minimal computer architecture to run any software
- Simultaneously multiple copies of each of a set of substrings of a string.
- Ackermann Function for $(2,n)$
- Algorithm for diophantine equation
- transforming sigma notation into harmonic series. CLRS A.1-2
- Show that if f(n) is O(g(n) and d(n) is O(h(n)), then f(n) + d(n) is O(g(n) + h(n))
- Show that $2^{n+1}$ is $O(2^n)$
- If true, prove (01+0)*0 = 0(10+0)*, else provide a counter example.
- Minimum number of edges that have to be removed in a graph to make it acyclic
- Mathematics for Computer Science, Problem 2.6. WOP
Related Questions in COMPUTATIONAL-MATHEMATICS
- The equivalent of 'quantum numbers' for a mathematical problem
- Skewes' number, and the smallest $x$ such that $\pi(x) > \operatorname{li}(x) - \tfrac1n \operatorname{li}(x^{1/2})$?
- Approximating a derivative through Newton interpolation
- What is the value of $2x+3y$?
- Good free calculator for manipulating symbolic matrices of 6x6 and larger?
- How to convert an approximation of CCDF for a standard normal to an approximation with a different mean and variance?
- Simple recursive algorithms to manually compute elementary functions with pocket calculators
- Asymptotic notation proof
- Graph layout that reflects graph symmetries
- What is the most efficient computation of the permanent?
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?
In a comment above, the OP clarifies:
First, note that this question is ill-posed: what is a "formal system" and what does it mean for a TM to "take [one] in"? Even if we take "formal system" to mean "first-order theory," which is reasonable, the second question is still problematic: a general first-order theory is a very infinite object, so there's no way in general to treat a theory as an input to a Turing machine.
So we need to restrict attention to "finitely describable" theories. One very good candidate notion is the finitely (equivalently, singly) axiomatizable theories; another significantly broader one is the recursively enumerable theories (here we really talk about codes for the theory rather than the theory itself).
Either way, however, the answer to your question is no. Indeed, this is true even for individual seemingly-nice formal systems, like (first-order) Peano arithmetic (or even much weaker theories of arithmetic): the set of theorems of Peano arithmetic is not computable.
This is a consequence of Godel's incompleteness theorem (or more precisely, its later improvement by Rosser).
Roughly speaking, Godel says that if $T$ is a consistent and recursively enumerable theory which is "strong enough to encode basic arithmetic" (this can be made precise, I'm just avoiding doing that), then $T$ is not complete. This isn't immediately what you're asking about; however, it does have as a quick corollary that if $T$ is such a theory then there is no algorithm for determining whether a given sentence is provable in $T$.
Why? Well, if there were, we could use a kind of greedy algorithm to build a recursive completion of $T$:
Enumerate the sentences in our language as $\varphi_i$ ($i\in\mathbb{N}$).
Define a sequence of sentences $\psi_i$ $(i\in\mathbb{N}$) inductively as follows:
If $\varphi_0$ is a theorem of $T$, then $\psi_0=\varphi_0$; otherwise $\psi_0=\neg\varphi_0$.
Having defined $\psi_i$ for all $i<n$: if $(\psi_0\wedge\psi_1\wedge...\wedge\psi_{n-1})\rightarrow\varphi_n$ is a theorem of $T$, then $\psi_n=\varphi_n$; otherwise $\psi_n=\neg\varphi_n$.
It's now easy to check that the theory $T\cup\{\psi_i:i\in\mathbb{N}\}$ is complete, consistent, recursively enumerable, and extends $T$; and this contradicts Godel.
That said, if $T$ is a recursively enumerable theory (equivalently, a recursively axiomatizable theory), then the set of $T$-theorems is recursively enumerable - not quite as good as recursive, but still much better than nothing. And here we do more-or-less have an equivalence: every r.e. set is of equivalent complexity to the set of theorems of some r.e. theory (indeed, of some finitely axiomatizable theory). So there is a "computations/theories connection," it's just a bit more complicated.