This is a weakened version of Is the measure induced by the Mandelbrot set computable on rational rectangles? ;
Given a (computable, or rational) rectangle in the complex plane, is it computable whether:
- The rectangle is contained within the Mandelbrot set?
- The rectangle is disjoint from the Mandelbrot set?
- other
The above-referenced question asked whether the measure of the intersection of a (computable) rectangle and the Mandelbrot set is computable.
Given a (computable) complex number, it is probably computable whether that number is in the Mandelbrot set, but I'm not even sure of that. If that is insoluble, it does not necessarily make my question (for an open rectangle) insoluble.
You are wrong about that. (In a pedantic way that tells you nothing about the Mandelbrot set.)
A computable real number is any number such that there exists a Turing machine that takes in n and returns the n'th digit.
The only reasonable way to take in an arbitrary computable number is as such a Turing machine. 0.25 is in the Mandelbrot set. But 0.25+e isn't for any e>0. So imagine a Turing machine that returns 0.25000... The n'th digit (n>2) is computed by simulating an arbitrary Turing machine for n steps, and returning 0 if it hasn't halted yet.
The argument is the same on a closed unit disk.
The Mandelbrot set might be computable over rational or algebraic points for all I know.