Conversation

alright just for fun: AMA but only about math, will attempt to speed-explain stuff with as few symbols and equations as possible and see what happens (esp happy to field questions about stuff that seems basic to you and that you feel like you should've gotten a long time ago!)
54
5
76
have people ever formalized the intuition that some truths are true for more complicated reasons than others? like... if the minimum formal proof of Fermat's last theorem is really really long, does that... mean anything?
1
5
so, you can write down a function l(P) that given a proposition P in some formal system outputs the length of the shortest proof of P (and maybe throws an error if P isn't provable or something). and you can consider L(n), the maximum of l(P) over all statements P of length n
1
6
for reasonably powerful formal systems, eg peano arithmetic, L(n) grows faster than any computable function! because if it was bounded by a computable function then you could use that function to determine which statements are provable (by checking all proofs up to that length)
2
4