|
|
Re: An uncomputable finite number.
Posted:
Mar 28, 2012 1:15 PM
|
|
"David C. Ullrich" wrote:
> > A simpler more striking example: Assume for the sake of argument > that GC is undecidable (in whatever system you like). > Let n = 1 if GC is true and 0 if GC is false. Then we will > never know the value of n. But n is nonetheless computable: > One of the following two algorithms computes it: > > def f(): return 1 > > def g(): return 0 > > So there _is_ an algorithm that computes n.
The OP might be interested in an altogether different conclusion (in brief: that the converse of the Church-Turing thesis is false) to be found in:
'Constructive truth in practice' by Douglas S Bridges collected in: 'Truth in mathematics' edited by H G Dales and G Oliveri, OUP, 1998.
Naturally, I have no opinion on the matter myself. I'm just offering the reference in furtherance of the free exchange of ideas, and love and peace among men.
So, if one was to formalise the theory of recursive functions in Heyting Arithmetic, would any fewer functions be provably recursive?
-- When a true genius appears in the world, you may know him by this sign, that the dunces are all in confederacy against him. Jonathan Swift: Thoughts on Various Subjects, Moral and Diverting
|
|