topology-sphere-with-hole.tex 418 B

123456789101112131415
  1. \begin{tikzpicture}[tqft/flow=east]
  2. \draw (0,0) circle (2cm);
  3. \draw (0,0) ellipse (2cm and 0.35cm);
  4. \draw[white,fill=white] (0,0.1) ellipse (1.95cm and 0.35cm);
  5. \draw[dashed] (0,0) ellipse (2cm and 0.35cm);
  6. \begin{scope}[rotate=45]
  7. \draw (0.5,1.2) ellipse (0.5cm and 0.4cm);
  8. \end{scope}
  9. \node at (2.38,0) {$\stackrel{\sim}{=}$};
  10. \draw (3.8,0) circle (1cm);
  11. \end{tikzpicture}