|
|
|
|
|
by lmm
4121 days ago
|
|
> It follows from this that it must exist some statements that are undecidable in Coq, correct? Yes, but only those that are undecidable in ordinary mathematics. If you're not using Coq, you have exactly the same problem. (And this concern doesn't apply if we already have the proof and just want to check it). |
|
Yes, this is what I understood. Thanks for confirming this point.
> (And this concern doesn't apply if we already have the proof and just want to check it).
Why this concern would not apply anymore if we already have the proof and just want to check it? The proof still needs to be expressed, directly or indirectly, in terms of Zermelo–Fraenkel set theory combined with first-order logic. If the proof uses a different and "incompatible" theory, how could we check it with Coq?
(I understand this is a very rare occurence in practice and this is the reason why ZFC is so much used.)