The Recursion Theorem: Proof + Examples

แชร์
ฝัง
  • เผยแพร่เมื่อ 19 ต.ค. 2024

ความคิดเห็น • 9

  • @scruffy1471
    @scruffy1471 3 หลายเดือนก่อน +1

    don't know if your going to see this but i can't find any source that explains how part A is able to find the description of to print. I am assuming its known beforehand as if it wasn't it would just be another scenerio of needing self reference of machine but how is it that we know .

  • @aryan-singh
    @aryan-singh 2 ปีที่แล้ว

    Explained gracefully.

  • @bluemanczstudio4448
    @bluemanczstudio4448 2 ปีที่แล้ว +3

    Thank you for the video!

  • @emilie_mjmj
    @emilie_mjmj 7 หลายเดือนก่อน

    Great video! Thank you so much!

  • @galbalandroid
    @galbalandroid ปีที่แล้ว +2

    Hey , I wanted to ask : Can you explain the recursion theorem in terms of computable functions?

  • @VIDEAoriginal
    @VIDEAoriginal ปีที่แล้ว

    Thanks. Helped me in my exam.

  • @JosiahWarren
    @JosiahWarren 2 ปีที่แล้ว +4

    Pretty dawm awsome

  • @galbalandroid
    @galbalandroid ปีที่แล้ว

    I didn't quiet get the last example with MIN_TM.
    How does finding a bigger description than of B prove that MIN_TM is not recognizeable?
    The recognizer R (for MIN_TM) gets a TM and either says "yes" (there's a smaller TM that recognizes the language) or "no" (there isn't such TM, thus the one we have is indeed the smallest).
    I guess we use R to find a TM with a bigger description than B, but how's that showing it isn't recognizeable?

    • @galbalandroid
      @galbalandroid ปีที่แล้ว +3

      I think I know what was my flaw in understanding!
      When B is initially created, B has no 'fixed' language it can recognize.
      B's job is to find a TM (we call it C) (regardless of recognized langauge) that has a longer description than B does.
      Then, by simulating C on the input w, We turned B (which we know has a shorter description) into a recognizer for the same language by C!
      But C was found by R! This is where the contradiction is.
      Thanks a lot!