Let $F$ be a field such that $ℚ \leq F \leq ℝ$. Let $G = F(\pi,i)$. I want to define $\exp$ function on $G$. It must satisfy that:
$\forall x,y \in G \space \exp (x + y) = \exp x \times \exp y$
$\exp 0 = 1$
Periodicity and Positiveness: $\exp \pi i = -1$ and $\neg \exists x \in G \cap [0, \pi) \space \exp xi = -i$
Existence of Logarithm: $\forall x \in G^\times \space \exists y \in G \space \exp y = x$
My questions are:
Is $\exp$ uniquely defined by above?
What is the smallest such $F$?
Is the smallest such $F$ computably enumerable?
Given an oracle that computes $\exp$, is $\log$ a computable function (if not nessesarily assuming a branch cut)?
What is an example of a computable number that is not in $G$?