It's an explanation(copy) of Function's excellent comment and answer, which is in fact a complete proof. I'm learning Riemann surface too. As an exercise, I am trying to unravel the details.
Mainly there is five components:
- The lifting criterion and the unique lifting property for "topological" covering space.
- Moving the lemmas to "analytic" covering spaces.
- manupulating the commutative diagram to get the lifting $\widetilde{f}: \Bbb{C} \to \Bbb{C}$ and to conclude it's an automorphism.
- $\widetilde{f}(z) = cz$ for some $c \neq 0$ via How can it be shown that $\mathrm{Aut}(\mathbb{C})=\{f\,|\,f(z)=az+b,a\neq 0\},$ is defined as bijective ...
- Conclude $\Lambda^\prime = c \Lambda$
The lifting criterion and the unique lifting property, stated in Hatcher's Algebraic Topology, page 62, is:
Proposition 1.33.(The lifting criterion) Suppose given a covering space $p: (\widetilde{X}, \widetilde{x}_0) \to (X, x_0)$ and a map $f: (Y, y_0) \to (X, x_0)$ with $Y$ path-connected and locally path-connected. Then a lift $\widetilde{f}: (Y, y_0) \to (\widetilde{X}, \widetilde{x}_0) $ of $f$ exists iff $f_*(\pi_1(Y, y_0)) \subset p_*(\pi_1(\widetilde{X}, \widetilde{x}_0))$
Proposition 1.34.(The unique lifting property) Given a covering space $p: \widetilde{X} \to X$ and a map $f: Y \to X$, if two lifts $\widetilde{f}_1, \widetilde{f}_2: Y \to \widetilde{X}$ of $f$ agree at one point of $Y$ and $Y$ is connected, then $\widetilde{f}_1$ and $\widetilde{f}_2$ agree on all of $Y$.
But here all the spaces are topological manifolds and all the maps are continuous maps. So we need some more lemmas to move the results to complex manifolds(Here I state them in context of Riemann surfaces, but they holds on complex manifolds or smooth manifolds):
(Lemma 1, analytic covering space) Suppose given a Riemann surface $X$ and a (topological) covering space $p: (\widetilde{X}, \widetilde{x}_0) \to (X, x_0)$, then there is an unique atlas on $\widetilde{X}$ making $\widetilde{X}$ a Riemann surface such that $p$ is holomorphic.
(Lemma 2, the holomorphic lifting) Suppose given an analytic covering space $p: (\widetilde{X}, \widetilde{x}_0) \to (X, x_0)$, and a holomorphic map $f: (Y, y_0) \to (X, x_0)$. If a lift $\widetilde{f}: (Y, y_0) \to (\widetilde{X}, \widetilde{x}_0) $ of $f$ exists and is continous, then it's also holomorphic.
So these two lemmas move results from continous context to holomorphic context. For details of these stuff, please see Mosher's answer in the universal covering space of compact Riemann surface(how the covering map be holormporphic?), or John M. Lee's Introduction to Smooth Manifolds section 4.3, smooth covering maps, page 92. Or the vedio The Riemann Surface Structure on the Topological Covering of a Riemann Surface by nptelhrd on youtube.
Then it's a routine task to analysis the commutative diagram(I'm not quite familiar with writing commutative diagram in latex. Hence I post it as a screenshot.):

Suppose $g$ is the inverse of $f$ and $f([0]) = [0]$. Since $\Bbb{C}$ is simply connected, by the lifting criterion we know there is a unique lifting $\widetilde{f}$ of $f\circ \pi_\Lambda$ such that $\widetilde{f}(0) = 0$, and by lemma 2 "the holomorphic lifting" $\widetilde{f}$ is holomorphic. Similarly there is a unique lifting $\widetilde{g}$ of $g \circ \pi_{\Lambda^\prime}$ such that $\widetilde{g}(0) = 0$, and by lemma 2 "the holomorphic lifting" $\widetilde{g}$ is holomorphic.
Hence $\pi_{\Lambda}\circ \widetilde{g} \circ \widetilde{f} = g\circ f \circ \pi_{\Lambda}$. But we know $g\circ f =1$ since $g$ is the inverse of $f$. So $\pi_{\Lambda}\circ \widetilde{g} \circ \widetilde{f} = \pi_{\Lambda}$. Hence $\widetilde{g} \circ \widetilde{f}$ is a lifting of $\pi_{\Lambda}$ such that $(\widetilde{g} \circ \widetilde{f})(0)=0$. But $1$ is also such an lifting. Hence by the unique lifting property we have $\widetilde{g} \circ \widetilde{f} = 1$. Similarly $\widetilde{f} \circ \widetilde{g}=1$. Hence $\widetilde{f}$ is an automorphism of $\Bbb{C}$.
By 4. and our assumption $\widetilde{f}(z)=cz$ for some $c \neq 0$.
Then:
$$
\begin{aligned}
\Lambda^\prime &= \pi_{\Lambda^\prime}^{-1}([0]_{\Bbb{C}/\Lambda^\prime}) \\
&= \widetilde{f}(\widetilde{f}^{-1}(\pi_{\Lambda^\prime}^{-1}([0]_{\Bbb{C}/\Lambda^\prime}))) \\
&= \widetilde{f}(\pi_{\Lambda}^{-1}(f^{-1}([0]_{\Bbb{C}/\Lambda^\prime}))) \\
&= \widetilde{f}(\pi_{\Lambda}^{-1}([0]_{\Bbb{C}/\Lambda})) \\
&= \widetilde{f}(\Lambda) \\
&= c \Lambda
\end{aligned}
$$
Hence I think this is what Function talking about in the comment and the answer. And I have two remark about this:
- There should be someway to construct $\widetilde{f}$ directly, that avoids using the lifting criterion, but use something like forms and integral. But I don't know how to do it.
- the calculation of $Aut(\Bbb{C})$ is kind of non-trivial. At least it's harder than $Aut(\Bbb{D})$. I don't know if there is someway to proof $\Lambda^\prime = c \Lambda$ avoiding this result.
How are you proposing to use this theorem?
I suppose you are taking $\tilde{X} = \mathbb C, X = \mathbb C / \Lambda$. But what are you taking as $Y, g, \tilde{g}{1}, \tilde{g}{2}$?
– Mohith Nagaraju Jun 22 '22 at 10:33