3 \begin{tikzpicture}[scale=1.85]
4 \coordinate (O) at (0, 0) {};
7 \coordinate (P) at (-1.42, .04) {};
8 \coordinate (Q) at (-0.933,-0.48) {};
10 % Projections onto sphere
11 \coordinate (Ps) at (-1.42,-.85) {};
12 \coordinate (Qs) at (-0.93,-1.3) {};
15 \coordinate [label=above:$N$] (N) at (0, 2) {};
16 \coordinate (S) at (0, -2) {};
19 \coordinate [] (L) at ($ (O)-(2,0) $) {};
20 \coordinate [] (R) at ($ (O)+(2,0) $) {};
25 at (intersection of Ps--N and O--P);
29 at (intersection of Qs--N and O--Q);
33 % Fade lower hemisphere
34 \path [fill=white, opacity=.5]
35 (L) to[out=270,in=180] (S)
40 \draw [opacity=.3, pattern=north east lines]
42 \draw [thick] (O) ellipse(2 and 1);
45 \coordinate [dot] (X) at (-1.8,0.4358) {};
46 \coordinate [dot] (Y) at (-0.464,-0.97) {};
48 \draw[] (X) to[out=-15,in=135,looseness=.9] (Pp)
49 to [out=315,in=120,looseness=.7] (Qp)
50 to[out=300,in=65,looseness=.8] (Y);
52 % Visible projection lines
59 \draw[thick] (O) circle(2);
62 \begin{scope}[inner sep=2pt]
63 \node [label=below:$X$] at (X){};
64 \node [label=below:$Y$] at (Y){};
65 \node [label=right:$O$] at (O){};
66 \node [label=left:$P$] at (P){};
67 \node [label=left:$Q$] at (Q){};
68 \node [label=above:$P^\prime$] at (Pp){};
69 \node [inner sep=4pt,label=right:$Q^\prime$] at (Qp){};
70 \node [label=below:$P_s$] at (Ps){};
71 \node [label=below:$Q_s$] at (Qs){};
75 \foreach \p in {O,P,Pp,Q,Qp,N} \draw node[dot] at (\p) {};
76 \node[dot,color=gray] at (Ps) {};
77 \node[dot,color=gray] at (Qs) {};
79 \caption[Связь моделей Клейна и Пуанкаре]{Связь моделей Клейна и
80 Пуанкаре: $\xi(P) = P^\prime,\: \xi(Q)=Q^\prime$}
81 \label{fig:klein-to-poincare}