• TonesInDeepFreeze
    2.3k
    That's a very modest claim.

    That there is a recursive axiomatization of a theory T entails that it is computable whether any given string is or is not an axiom.That follows from the fact that any recursive relation is computable.

    By the way, I don't know what would be the value in telling others that I said it, since I am not in any way an authoritative expert in logic of mathematics. The only thing I really know very much about is jazz.
  • Shawn
    12.6k


    I got this reply, which is really interesting for me to understand:

    The real key to Gödel is that the axioms are recursively enumerable, not countable. We can show there exist maximal consistent subsets of the countable set of all statements, and take those as axioms. Then we can show that maximality implies completeness. It’s just not useful for human or computer-read proofs, because there is no way to algorithmically prove each step is allowed.

    What do you think @jgill, and @TonesInDeepFreeze?
  • TonesInDeepFreeze
    2.3k


    Here, 'computable' is to be taken as 'Turing machine computable'.

    "If R is recursive then R is Turing machine computable".

    That has a long and complicated proof, but it's not controversial that it is proven.

    Note that this does not even need to assume the Church-Turning thesis, as its converse ("If R is recursive then R is computable (in an intuitive informal sense of 'computable')") is not controversial.
  • tim wood
    8.7k
    That there is a recursive axiomatization of a theory T entails that it is computable whether any given string is or is not an axiom.TonesInDeepFreeze
    If instead of "axiom" you had said wff, as opposed to gibberish, then no question. But an axiom I understand here is an expression, like Godel's sentence, such that neither it nor its negation is provable, yet is also provably true, being proved meta-mathematically. (Else there be false axioms.)

    If not, the challenge is how do you know it's an axiom, And if the reliance is on some outside-the-system method, how does that work?
  • tim wood
    8.7k
    The real key to Gödel is that the axioms are recursively enumerable,
    Fwiw, or maybe this isn't news to anyone, recursively enumerable is not the same as recursive, and implies non-recursiveness.

    I understand this to mean that given something, I can test it. But at the same time I will never not ever know if I have them all. It also implies there are at all times things I cannot test for. It seems to me that axioms would be among those things. I'll accept correction.
  • TonesInDeepFreeze
    2.3k
    an axiom I understand here is an expression, like Godel's sentence, such that neither it nor its negation is provable, yet is also provably true, being proved meta-mathematicallytim wood

    That is incorrect. You have conflated "formula F is independent of axiom set S" with "formula F is an axiom in the axiom set S".

    Axiomatization is a relation between a set of sentences (called 'the axioms') and the set of sentences (called 'the theorems') that are provable from those axioms. I.e.:

    A set of sentence S is an axiomatization of a set of sentences T iff every member of T is provable from some finite subset of S.

    A theory is a set of sentence closed under deduction (provability).

    A recursive axiomatization S of a theory T is a recursive set of sentences S such that every member of T is provable from a finite subset of S.

    Trivially, any axiom in S is provable from S. (Trivially, any axiom is provable from itself.)

    A theory T is recursively axiomatizable iff there is a recursive set S that is an axiomatization of T.

    /
  • TonesInDeepFreeze
    2.3k
    recursively enumerable is not the same as recursive, and implies non-recursiveness.tim wood

    That is incorrect.

    It is an easy theorem that R is recursive iff (R is recursively enumerable & ~ R is recursively enumerable).

    A recursive enumeration does not itself provide a decision procedure for R, but that does not entail that there does not exist a decision procedure for R.
  • TonesInDeepFreeze
    2.3k
    What do you thinkShawn

    I would have to think it through. I am simply not caught up in the StackExchange thread.
  • TonesInDeepFreeze
    2.3k


    The very first sentence in the very first reply to you in that thread:

    "What does it mean for a theorem to be complete or uncountable?"

    Please stop using the phrases "theorem is complete" or "theorem is countable". They make no sense, and all they do is make people have to stop you in your tracks before we can even answer you about anything else you ask or say.
  • tim wood
    8.7k
    With a theory that is recursively axiomatizable, it is computable whether a symbol string is or is not an axiom.TonesInDeepFreeze

    A recursive enumeration does not itself provide a decision procedure for R, but that does not entail that there does not exist a decision procedure for R.TonesInDeepFreeze

    You're right.
    Or that one does exist. I merely observe that a recursive set is not the same thing as a recursively enumerable set, as you have set out.

    But I read your prior claim incompletely.
    With a theory that is recursively axiomatizable, it is computable whether a symbol string is or is not an axiom.TonesInDeepFreeze
    The first part, establishing the closure, matters.
  • TonesInDeepFreeze
    2.3k
    a recursive set is not the same thing as a recursively enumerable set,tim wood

    In the exact sense that the set of recursive sets is a proper subset of the set of recursively enumerable sets.

    closuretim wood

    A theory is closed under deduction.

    But the clause you have in mind is recursive axiomatizability. (I don't think that is usually referred to as 'closure'.)
  • TonesInDeepFreeze
    2.3k


    At least for now, I've decided not to post there. There are already too many confusions in the discussions, and I'm not up to sorting through them with the participants. Also, I don't like the interface and layout of the post and thread formatting there.
  • jgill
    3.6k
    Can you explain this, as I'm quite interested?Shawn

    Well, Shawn, you asked for it. Sorry, buddy, it's convoluted and I doubt comprehensible. I don't usually go to professional math sites like StackExchange, preferring to do the job myself, but I don't think it would make any difference for this particular problem. So I'll put it up here. And one of the math people on the forum might have a suggestion:

    Start with a sequence of complex functions: ,
    And create a second sequence: , Which can be written as:




    Then show exists.

    There have been discussions on this thread about recursive objects. Here's a Lulu from actual math, not about math. :cool:

    This dynamical system is associated with an image I will post.
  • jgill
    3.6k
    Reproductive_universe.jpg
    Reproductive Universe
  • jgill
    3.6k
    I forgot to mention, one way a theorem could be considered "complete" is when the theorem is "sharp", which means the hypotheses cannot be reduced and the theorem still reach the conclusion. Numerical analysis is an area where one used to see this idea play out.
  • Shawn
    12.6k
    @TonesInDeepFreeze,

    I've been wondering if the question posted over at StackExchange, is generalizable?


    What do you think?
  • Shawn
    12.6k
    I'm also trying to figure out whether the complexity class is determinate for the first question I asked on StackExchange.

    https://math.stackexchange.com/questions/4144858/finding-the-shortest-proof-how-complex-is-it
  • TonesInDeepFreeze
    2.3k


    First, for your questions, these still need to be clearly settled:

    (1) Given a recursively axiomatizable theory with finitely many axioms, and with 'length of proof' defined as the sum of the lengths of the formulas that are the lines in the proof, is there an algorithm to determine. for any given theorem, the least length of a proof?

    (2) Given a recursively axiomatizable theory with infinitely many axioms, and with 'length of proof' defined as the sum of the lengths of the formulas that are the lines in the proof, is there an algorithm to determine, for any given theorem, the least length of a proof?

    (3) Given a recursively axiomatizable theory with finitely many axioms, and with 'length of proof' defined as the number of lines in the proof, is there an algorithm to determine, for any given theorem, the least length of a proof?

    (4) Given a recursively axiomatizable theory with infinitely many axioms, and with 'length of proof' defined as the number of lines in the proof, is there an algorithm to determine, for any given theorem, the least length of a proof?
  • Shawn
    12.6k


    Should I post this on StackExchange?

    How would you go about this?
  • TonesInDeepFreeze
    2.3k
    Those are my questions to sort out the discussion at StackExchange. You can post it if you want, but I probably won't follow up there or here, as I explained.
  • Shawn
    12.6k
    What are your responses to those questions, just wondering?
  • TonesInDeepFreeze
    2.3k


    I don't know, because I got confused by what different people said at StackExchange.
  • TonesInDeepFreeze
    2.3k
    https://thephilosophyforum.com/discussion/comment/539584

    In all cases, it seems to me that, since we are concerned with finding the shortest proof, we only need to consider the finite part of the signature that occurs in the theorem, and we don't need to consider alphabetic variants.

    (1) I think 'Yes'. There are only finitely many strings of a given finite length from a finite set of symbols, and only finitely many axioms to check whether a string is an axiom.

    (2) I think 'Yes'. There are only finitely many strings of a given finite length from a finite set of symbols, and it is algorithmic to check whether any one of them is an axiom.

    (3) I didn't check the details of the argument at

    https://math.stackexchange.com/questions/1002618/how-to-find-the-shortest-proof-of-a-provable-theorem

    that purports to show that the answer is 'No', but the poster seems to be knowledgeable.

    (4) I didn't check the details of the argument at

    https://math.stackexchange.com/questions/1002618/how-to-find-the-shortest-proof-of-a-provable-theorem

    that purports to show that the answer is 'No', but the poster seems to be knowledgeable. And, aside from his argument, it does seem to make sense that if there are infinitely many axioms, then there are infinitely many different possible proof lines, so the algorithm could go on indefinitely before arriving at an answer.
  • Shawn
    12.6k
    I kind of have this topic in mind again, and was thinking that if completeness cannot be determined for theorems, then can they be ascertained in complexity?

    It would be interesting to look into this as a general proposition.

    What do you think, @TonesInDeepFreeze?
12345Next
bold
italic
underline
strike
code
quote
ulist
image
url
mention
reveal
youtube
tweet
Add a Comment

Welcome to The Philosophy Forum!

Get involved in philosophical discussions about knowledge, truth, language, consciousness, science, politics, religion, logic and mathematics, art, history, and lots more. No ads, no clutter, and very little agreement — just fascinating conversations.