1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="500"
height="500"
viewBox="0 0 500 500"
version="1.1"
id="svg6"
inkscape:version="1.1-dev (1a7913d4e8, 2020-08-20, custom)"
sodipodi:docname="winding-fundamental-principle.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs2">
<marker
style="overflow:visible"
id="marker1121"
refX="0"
refY="0"
orient="auto"
inkscape:stockid="Arrow1Lend"
inkscape:isstock="true">
<path
transform="matrix(-0.8,0,0,-0.8,-10,0)"
style="fill:#000000;fill-opacity:1;fill-rule:evenodd;stroke:#000000;stroke-width:1pt;stroke-opacity:1"
d="M 0,0 5,-5 -12.5,0 5,5 Z"
id="path1119" />
</marker>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.99317345"
inkscape:cx="231.5809"
inkscape:cy="261.28367"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
units="px"
width="500px"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="27"
inkscape:window-maximized="1" />
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<path
style="fill:none;stroke:#000000;stroke-width:1.42384px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 29.636171,408.04605 322.53398,114.92512"
id="path829" />
<circle
style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1.42384;stroke-linecap:square;stroke-dasharray:1.42384, 4.27153"
id="path831"
cx="322.59906"
cy="114.70495"
r="8.5719481" />
<circle
style="fill:#000000;fill-rule:evenodd;stroke:none;stroke-width:1.42384;stroke-linecap:square;stroke-dasharray:1.42384, 4.27153"
id="circle833"
cx="30.021046"
cy="409.39725"
r="8.5719481" />
<path
style="fill:none;stroke:#000000;stroke-width:1.42384px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 450.0606,368.89604 322.53398,114.92512"
id="path835"
sodipodi:nodetypes="cc" />
<text
xml:space="preserve"
style="font-size:12.4757px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;stroke-width:0.779732"
x="-172.9818"
y="302.38113"
id="text839"
transform="rotate(-43.803513)"><tspan
sodipodi:role="line"
id="tspan837"
x="-172.9818"
y="302.38113"
style="font-size:12.4757px;stroke-width:0.779732">edge whose winding numbers we know</tspan></text>
<text
xml:space="preserve"
style="font-size:12.4757px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;stroke-width:0.779732"
x="277.55835"
y="-238.94035"
id="text843"
transform="rotate(62.524585)"><tspan
sodipodi:role="line"
id="tspan841"
x="277.55835"
y="-238.94035"
style="font-size:12.4757px;stroke-width:0.779732">edge whose winding numbers we want to find</tspan></text>
<path
style="fill:none;stroke:#000000;stroke-width:1.42384;stroke-linecap:butt;stroke-linejoin:bevel;stroke-miterlimit:4;stroke-dasharray:1.42384, 4.27153;stroke-dashoffset:0;stroke-opacity:1"
d="M 322.53398,114.92512 265.45954,397.65915"
id="path861" />
<text
xml:space="preserve"
style="font-size:37.9692px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#ff0000;stroke:none;stroke-width:1.42384"
x="268.44699"
y="328.28156"
id="text865"><tspan
sodipodi:role="line"
id="tspan863"
x="268.44699"
y="328.28156"
style="stroke-width:1.42384">x</tspan></text>
</g>
</svg>
|