Some definitions: A set is $immune$ if it is infinite but contains no infinite r.e. subset. Given a finite set $A = \{x_1 < x_2 < · · · < x_k\}$, the number $y = 2^{x_1} + 2^{x_2} + · · · + 2^{x_k}$ is called the canonical index of A. Let $D_y$ denote finite set with canonical index y, and $D_0$ denote $\emptyset$. A sequence $\{F_n\}_{n\in \omega}$ of finite sets is a strong array if there is a recursive function $f$ such that $F_n = D_{f(n)}$. A set $B$ is hyperimmune if there is no disjoint strong array $\{F_n\}_{n\in \omega}$ such that $F_n\cap B\neq \emptyset$.
Assume $A$ is 1-generic.
(a) prove $A$ is immune and hyperimmune.
(b) prove there is no non-recursive r.e. set $V\leq_T A$.
(c) Let $A_0 = \{n : 2n \in A\}$ and $A_1 = \{n : 2n + 1 \in A\}$. Show that $A_0$ and $A_1$ are Turing incomparable.
I can prove (a),(b). For (c) I am stuck:
If $A_0\le_T A_1$, then $A_0=\phi_e^{A_1}$ for some $e$. Then for all $x$ there is an initial segment $\sigma$ of $A$ that $\sigma_0(x) = \phi_e^{\sigma_1}(x)$, where $\sigma_0, \sigma_1$ are defined for $\sigma$ analogous to how $A_0, A_1$ are defined for $A$. Consider $W_e=\{\sigma: \exists x(\phi_e^{\sigma_1}(x)\downarrow \neq \sigma_0(x))\}$ which is r.e. By 1-genericity of $A$ there is $\sigma\subset A$ such that $\sigma \in W_e $ or $\sigma'\notin W_e$ for any extension $\sigma'$ of $\sigma$.
Now if $\sigma \in W_e$ we are done, because then $\phi_e^{A_1}\neq A_0$ at some point $x$ given by the condition in $W_e$. I am not sure what to do when the other case occurs. Equivalently it translates to $\forall x(\phi_e^{\sigma'_1}(x)\uparrow \vee \phi_e^{\sigma'_1}(x)\downarrow=\sigma'_0(x))$. It seems to imply that $\phi_e^{A_1}$ is indeed $A_0$, which is strange...