-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathgeometry.tex
More file actions
739 lines (671 loc) · 32.7 KB
/
geometry.tex
File metadata and controls
739 lines (671 loc) · 32.7 KB
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
\chapter{Geometry and groups}
\label{ch:euclidean}
%% \section{euclidean frames, relation to determinants(?)}
%% \section{the euclidean group as a semidirect product}
%% \section{euclidean properties (length, angle, etc.)}
In this chapter we study Euclidean geometry. We assume some standard linear
algebra over real numbers, including the notion of finite dimensional vector
space over the real numbers and the notion of inner product. In our context,
the field of real numbers, $\RR$, is a set, and so are vector spaces over it.
Moreover, a vector space $V$ has an underlying additive abstract group, and we
will feel free to pass from it to the corresponding group.
\section{Inner product spaces}
\begin{definition}\label{def:InnerProductSpace}
An {\em inner product space} $V$ is a real vector space of finite dimension
equipped with an inner product $H : V \times V \to \RR $.
\end{definition}
Let $\OS$ denote the type of inner product spaces. It is a type of pairs whose
elements are of the form $(V,H)$.
For $n : \NN$, let $\OS_n$ denote the type of inner product spaces of dimension $n$.
For each natural number $n$, we may construct the {\em standard} inner product
space $\VV^n \defeq (V,H)$ of dimension $n$ as follows. For $V$ we take the
vector space $\RR^n$, and we equip it with the standard inner product given by
the dot product
$$ H ( x , y) \defeq x \cdot y, $$
where the dot product is defined as usual as
$$ x \cdot y \defeq \sum_i x_i y_i . $$
\begin{theorem}\label{thm:GramSchmidt}
Any inner product space $V$ is merely equal to $\VV^n$, where $n$ is $\dim V$.
\end{theorem}
For the definition of the adverb ``merely'', refer to \cref{def:merely}.
\begin{proof}
Since any finite dimensional vector space merely has a basis, we may assume
we have a basis for $V$. Now use Gram-Schmidt orthonormalization to show
that $V = \VV^n$.
\end{proof}
\begin{lemma}\label{lem:InnerProductSpace1Type}
The type $\OS$ is a $1$-type.
\end{lemma}
\begin{proof}
Given two inner product spaces $V$ and $V'$, we must show that the type
$V=V'$ is a set. By univalence, its elements correspond to the linear
isomorphisms $f : V \xrightarrow \weq V'$ that are compatible with the
inner products. Those form a set.
\end{proof}
\begin{definition}\label{def:OrthogonalGroup}
Given a natural number $n$, we define the {\em orthogonal group} $\OrthGp n$
as follows.
$$\OrthGp n \defeq \mkgroup \OS_n$$
Here $\OS_n$ is equipped with the basepoint provided by $\shape_{\OrthGp n} \defeq \VV^n$, and with the
proof that it is a connected groupoid provided by \cref{thm:GramSchmidt} and
\cref{lem:InnerProductSpace1Type}.
\end{definition}
The standard action (in the sense of \cref{std-action}) of $\OrthGp n$ is an
action of it on its designated shape $\VV^n$. Letting $\typeRealVectorSpace$ denote
the type of finite dimensional real vector spaces, we may compose the standard
action with the projection map $\B \OrthGp n \to \typeRealVectorSpace$ that
forgets the inner product to get an action of $\OrthGp n$ on the vector space
$\RR^n$.
\section{Euclidean spaces}
In high school geometry courses, one encounters the Euclidean plane (of
dimension 2) and the Euclidean space of dimension 3. The vectors and the
points of Euclidean geometry are the basic ingredients, from which the other
concepts are derived. Those concepts include such things as lines, line
segments, triangles, tetrahedra, spheres, and so on. Symmetries of those
objects are also studied: for example, an isosceles non-equilateral triangle has
a total of 2 symmetries: the identity and the reflection through the midline.
So, a Euclidean space will come with two sets: a set of points and a set of
vectors. The structure on the two sets includes the following items.
\begin{enumerate}
\item If $v$ and $w$ are vectors, then there is a vector $v+w$ called its {\em
sum}.
\item If $v$ is a vector and $r$ is a real number, then there is a vector $rv$
called the {\em scalar multiple} of $v$ by $r$.
\item If $v$ is a vector, then there is a real nonnegative number called its
{\em length}.
\item If $P$ and $Q$ are points, then
there is a unique vector $v$ which can be ``positioned'' so its tail is ``at''
$P$ and its head is ``at'' $Q$. It is called the vector {\em from $P$ to
$Q$}. The {\em distance} from $P$ to $Q$ is the length of $v$.
\item If $P$ is a point and $v$ is a vector, then there is a unique point $Q$
so that $v$ which can be positioned so its tail is at
$P$ and its head is at $Q$. It is called the point obtained from $P$ by {\em
translation along $v$.}
\end{enumerate}
We introduce the (new) notation $v+P$ for the point $Q$ obtained from $P$ by
translation along $v$. Another fact from high school geometry is that if $w$
is a vector, too, then the associative rule $v+(w+P) = (v+w)+P$ holds. This
suggests that the essential features of high school geometry can be captured by
describing the set of points as a torsor for the group of vectors.
We use that idea now to give a precise definition of {\em Euclidean space of
dimension $n$}, together with its points and vectors. More complicated
geometric objects will be introduced in subsequent sections.
\begin{definition}\label{def:EuclideanSpace}
A {\em Euclidean space} $E$ is an torsor $A$ for the additive group
underlying an inner product space $V$. (For the definition of torsor, see
\cref{def:abstrGtorsors}.)
\end{definition}
We will write $V$ also for the additive group underlying $V$. Thus an
expression such as $\B V$ or $\typetorsor_V$ will be understood as applying to
the underlying additive group\footnote{We are careful not to refer to the group
as an Abelian group at this point, even though it is one, because the
operator $\B$ may be used in some contexts to denote a different construction
on Abelian groups.}
of $V$.
\begin{definition}
We denote the type of all Euclidean spaces of dimension $n$ by $\ES_n \defeq
\sum_{V:\OS_n} \typetorsor_V$. The elements of $\Points E$ will be the {\em
points} in the geometry of $E$, and the elements of $\Vectors E$ will be the
{\em vectors} in the geometry of $E$.
We let $\ES$ denote the type of all Euclidean spaces; it is equivalent to the
sum $\sum_{n:\NN} \ES_n$.
\end{definition}
The torsor $\Points E$ is a nonempty set upon which $V$ acts. Since $V$ is an
additive group, we prefer to write the action additively, too: given $v:V$ and
$P:\Points E$ the action provides an element $v+P:\Points E$. Moreover, given
$P,Q:\Points E$, there is a unique $v:V$ such $v+P = Q$; for it we introduce
the notation $Q-P \defeq v$, in terms of which we have the identity
$(Q-P)+P=Q$.
For each natural number $n$, we may construct the {\em standard} Euclidean
space $\EE^n : \ES_n$ of dimension $n$ as follows. For $\Vectors E$ we take the
standard inner product space $\VV^n$, and for $\Points E$ we take the
corresponding principal torsor $\princ {\RR^n}$.
\begin{theorem}\label{thm:EuclideanNormalization}
Any Euclidean space $E$ is merely equal to $\EE^n$, where $n$ is $\dim E$.
\end{theorem}
\begin{proof}
Since we are proving a proposition and any torsor is merely trivial, by
\cref{thm:GramSchmidt} we may assume $\Vectors E$ is $\VV^n$. Similarly, we
may assume that $\Points E$ is the trivial torsor.
\end{proof}
\begin{lemma}\label{lem:EuclideanSpace1Type}
The type $\ES_n$ is a $1$-type.
\end{lemma}
\begin{proof}
Observe using \cref{lem:BGbytorsor} that $\ES_n \weq s\sum_{V:\B \OrthGp n}
\B V$. The types $\B \OrthGp n$ and $\B V$ are $1$-types, so the result
follows from \cref{level-n-utils-sum}.
\end{proof}
\begin{definition}\label{def:EuclideanGroup}
Given a natural number $n$, we define the {\em Euclidean group} by
$$\EucGp n \defeq \mkgroup \ES_n.$$ Here we take the basepoint of $\ES_n$ to be $\EE^n$,
and we equip $\ES_n$ with the proof that it is a connected groupoid provided
by \cref{thm:EuclideanNormalization} and \cref{lem:EuclideanSpace1Type}.
\end{definition}
The {\em standard action} of $\EucGp n$ (in the sense of \cref{std-action}) is
an action of it on the Euclidean space $\EE^n$.
\begin{theorem}\label{thm:EuclideanGroupSemidirect}
For each $n$, the Euclidean group $\EucGp n$ is equivalent to a semidirect
product $\OrthGp n \ltimes \RR^n$.
\end{theorem}
\begin{proof}
Recall \cref{def:semidirect-product} and apply it to the standard action
$\tilde H : \B \OrthGp n \to \typegroup$ of $\OrthGp n$ on the additive group
underlying $\RR^n$, as defined in \cref{def:OrthogonalGroup}.
The semidirect product $\OrthGp n \ltimes \RR^n$ has
$\sum_{V:\B \OrthGp n} \B V$ as its underlying pointed type.
Finally, observe that $\EucGp n \weq \sum_{V:\B \OrthGp n} \B V$, again
using \cref{lem:BGbytorsor}.
\end{proof}
\section{Geometric objects}
In this section, we discuss the notion of ``object'' in Euclidean space, but
much of what we say is more general and applies equally well to other sorts of
geometry, such as projective geometry or hyperbolic geometry.
Let $E$ be a Euclidean space, as defined in \cref{def:EuclideanSpace}. The
points of $E$ are the elements of $\Points E$, and intuitively, a geometric
object in $E$ ought to come with a way to tell which points of $E$ are inside
the object.
For example, in the standard Euclidean plane with coordinates labelled $x$ and
$y$, the $x$-axis is described by the equation $y=0$. In other words, we have
a function of type $g : \Points E \to \Prop$ defined by $(x,y) \mapsto y=0$.
It's the predicate that defines the line as a subset of the plane. More
complicated objects can also be specified as sets of points of $E$ by other
functions $\Points E \to \Prop$. Now consider a typical Euclidean symmetry of
the line, for example, the symmetry given by the function $t : (x,y) \mapsto (x+3,y)$.
It is compatible with the action of $\Vectors E$ on $\Points E$, and it sends
the line to itself. If we consider the pair $(E,g)$ as an element of the type
$\sum_{E:\ES} (\Points E \to \Prop)$, then, by univalence, we see that the
translation $t$ gives rise to an identification of type $(E,g) = (E,g)$.
Now suppose the object to be described is a car, as an object in a
3-dimensional Euclidean space. Then presumably we would like to give more
information than just whether a point is inside the car: we may wish to
distinguish points of the car by the type of material found there. For
example, to distinguish the windshield (made of glass) from the hood (made of
steel). Thus, letting $M$ denote the set of materials found in the car, with
one extra element for the points not in the car, we may choose to model the car
as a function of type $\Points E \to M$.
In order to unify the two examples above into a general framework, one may
observe that $\Prop$ is a set (with 2 distinguished elements, $\true$ and
$\false$). That motivates the following definition.
\begin{definition}
Let $M$ be a set. A {\em geometric object} is a pair $(E,g)$ of type
$\EucObj \defeq \sum_{E:\ES} (\Points E \to M)$. If one wishes to emphasize
the role played by the set $M$, we may refer to $(E,g)$ as a geometric object
{\em with materials drawn from the set $M$}.\footnote{It would be a mistake
to regard a geometric object as a triple $(E,M,g)$, for then symmetries
would be allowed to permute the materials.} We may also say that $(E,g)$
is a geometric object {\em in $E$}. When $M$ is $\Prop$, we will think of
the object as the subset of $\Points E$ consisting of those points $P$ such
that $g(P)$ holds.
\end{definition}
\begin{exercise}
Show that $\EucObj$ is a groupoid.
\end{exercise}
The exercise above allows us to speak of the symmetry group of a geometric object.
\begin{exercise}
Show that the symmetry group of a geometric object in $\EE^n$ is a subgroup of $\EucGp n$.
\end{exercise}
\begin{exercise}
Let $E$ be a Euclidean space of dimension $n$, and let $P$ be a point of $E$.
The subset of $\Points E$ containing just the point $P$ is defined by the
predicate $Q \mapsto (Q=P)$. Show that its symmetry group is isomorphic to
$\OrthGp n$.
\end{exercise}
One often considers situations in geometry with multiple objects in the same
space. For example, one may wish to consider two lines in the plane, or a
point and a plane in space. This prompts the following definitions.
\begin{definition}
Suppose we are given an parameter type $I$ and a set $M_i$ for each $i\in I$. A
{\em configuration} of geometric objects relative to that data is a Euclidean
space $E$ together with a function $p_i : \Points E \to M_i$ for each
$i\in I$. Its {\em consituents} are the geometric objects of the form
$(E,p_i)$, for each $i \in I$. If $n$ is a natural number, and we let $I$ be
the finite type with $n$ elements, then we may refer to the configuration as
a configuration of $n$ objects.
\end{definition}
\begin{definition}
Given an type $I$ and a family of geometric objects $T_i$ parametrized
by the elements of $I$, an {\em arrangement} of the objects is a
configuration, also parametrized by the elements of $I$, whose $i$-th consituent is merely equal to
$T_i$.
\end{definition}
For example, suppose we consider arrangements consisting of a point and a line
in the plane. The arrangements where the point is at a distance $d$ from the
line, where $d \ge 0$, are all merely equal to each other, because there is a
Euclidean motion that relates any two of them. Hence, in some sense, the
arrangements are classified by the set of nonnegative real numbers $d$. This
motivates the following definition.
\begin{definition}
Given an parameter type $I$ and a collection of geometric objects $T_i$ parametrized
by the elements of $I$, then an {\em incidence type} between them is a
connected component of the type of all arrangements of the objects.
\end{definition}
\section{The icosahedron}
\begin{definition}
The \emph{icosahedron} (with side length $2$)
is the regular solid in standard euclidean
three-space $\EE^3$ with vertices at cyclic permutations of
$(0,\pm1,\pm\varphi)$, where $\varphi = (1+\sqrt5)/2$ is the golden ratio.
\end{definition}
\begin{remark}
The four vertices $(0,\pm1,\pm\varphi)$ make up a \emph{golden rectangle}
with short side length equal to $2$. To check that the above vertices really form a regular polyhedron, we just need to calculate the length between to adjacent corners of golden rectangles:
\[
\lVert(0,1,\varphi)-(1,\varphi,0)\rVert
= \sqrt{1 + (\varphi-1)^2 + \varphi^2}
= \sqrt{4} = 2\qedhere
\]
\end{remark}
\begin{figure}
\begin{sidecaption}%
{Icosahedron with its golden rectangles.}[fig:icosahedron]
\centering
\tdplotsetmaincoords{45}{135}
\begin{tikzpicture}[tdplot_main_coords,scale=2.5]
\begin{scope}[thick,->]
\draw (2,-1,0) -- (2.25,-1,0) node[anchor=north east]{$x$};
\draw (2,-1,0) -- (2,-0.75,0) node[anchor=north west]{$y$};
\draw (2,-1,0) -- (2,-1,.25) node[anchor=south]{$z$};
\end{scope}
\begin{scope}[opacity=0.6]
\draw (-1.00000, -1.61803, 0.00000) -- (-0.00000, -1.00000, -1.61803);
\draw (-1.61803, 0.00000, -1.00000) -- (-0.00000, -1.00000, -1.61803);
\draw (-1.00000, -1.61803, 0.00000) -- (-1.61803, -0.00000, -1.00000);
\draw (1.00000, -1.61803, 0.00000) -- (-0.00000, -1.00000, -1.61803);
\draw (1.00000, -1.61803, 0.00000) -- (-1.00000, -1.61803, 0.00000);
\draw (-1.61803, 0.00000, 1.00000) -- (-1.00000, -1.61803, -0.00000);
\draw (-1.61803, 0.00000, -1.00000) -- (0.00000, 1.00000, -1.61803);
\draw (-1.61803, 0.00000, 1.00000) -- (-1.61803, 0.00000, -1.00000);
\draw (0.00000, 1.00000, -1.61803) -- (0.00000, -1.00000, -1.61803);
\fill[gray] (0.00000, 0.00000, 0.00000) -- (0.00000, -1.61803, 0.00000) -- (-1.00000, -1.61803, 0.00000) -- (-1.00000, 0.00000, 0.00000) -- cycle;
\fill[casblue] (0.00000, 0.00000, 0.00000) -- (0.00000, 0.00000, -1.61803) -- (0.00000, -1.00000, -1.61803) -- (0.00000, -1.00000, 0.00000) -- cycle;
\fill[casred] (0.00000, 0.00000, 0.00000) -- (-1.61803, 0.00000, 0.00000) -- (-1.61803, 0.00000, -1.00000) -- (0.00000, 0.00000, -1.00000) -- cycle;
\draw (0.00000, -1.00000, 1.61803) -- (-1.00000, -1.61803, 0.00000);
\draw (1.61803, 0.00000, -1.00000) -- (0.00000, -1.00000, -1.61803);
\draw (-1.00000, 1.61803, 0.00000) -- (-1.61803, 0.00000, -1.00000);
\fill[casred] (0.00000, 0.00000, 0.00000) -- (-1.61803, 0.00000, 0.00000) -- (-1.61803, 0.00000, 1.00000) -- (0.00000, 0.00000, 1.00000) -- cycle;
\fill[casblue] (0.00000, 0.00000, 0.00000) -- (0.00000, 0.00000, -1.61803) -- (0.00000, 1.00000, -1.61803) -- (0.00000, 1.00000, 0.00000) -- cycle;
\fill[gray] (0.00000, 0.00000, 0.00000) -- (0.00000, -1.61803, 0.00000) -- (1.00000, -1.61803, 0.00000) -- (1.00000, 0.00000, 0.00000) -- cycle;
\draw (0.00000, -1.00000, 1.61803) -- (1.00000, -1.61803, 0.00000);
\draw (0.00000, -1.00000, 1.61803) -- (-1.61803, 0.00000, 1.00000);
\draw (1.61803, 0.00000, -1.00000) -- (1.00000, -1.61803, 0.00000);
\draw (-1.61803, 0.00000, 1.00000) -- (-1.00000, 1.61803, 0.00000);
\draw (0.00000, 1.00000, -1.61803) -- (1.61803, 0.00000, -1.00000);
\draw (-1.00000, 1.61803, 0.00000) -- (0.00000, 1.00000, -1.61803);
\fill[casred] (0.00000, 0.00000, 0.00000) -- (1.61803, 0.00000, 0.00000) -- (1.61803, 0.00000, -1.00000) -- (0.00000, 0.00000, -1.00000) -- cycle;
\fill[gray] (0.00000, 0.00000, 0.00000) -- (0.00000, 1.61803, 0.00000) -- (-1.00000, 1.61803, 0.00000) -- (-1.00000, 0.00000, 0.00000) -- cycle;
\fill[casblue] (0.00000, 0.00000, 0.00000) -- (0.00000, 0.00000, 1.61803) -- (0.00000, -1.00000, 1.61803) -- (0.00000, -1.00000, 0.00000) -- cycle;
\draw (0.00000, 1.00000, 1.61803) -- (-1.61803, 0.00000, 1.00000);
\draw (1.61803, 0.00000, 1.00000) -- (1.00000, -1.61803, 0.00000);
\draw (1.00000, 1.61803, 0.00000) -- (0.00000, 1.00000, -1.61803);
\fill[gray] (0.00000, 0.00000, 0.00000) -- (0.00000, 1.61803, 0.00000) -- (1.00000, 1.61803, 0.00000) -- (1.00000, 0.00000, 0.00000) -- cycle;
\fill[casblue] (0.00000, 0.00000, 0.00000) -- (0.00000, 0.00000, 1.61803) -- (0.00000, 1.00000, 1.61803) -- (0.00000, 1.00000, 0.00000) -- cycle;
\fill[casred] (0.00000, 0.00000, 0.00000) -- (1.61803, 0.00000, 0.00000) -- (1.61803, 0.00000, 1.00000) -- (0.00000, 0.00000, 1.00000) -- cycle;
\draw (0.00000, -1.00000, 1.61803) -- (1.61803, 0.00000, 1.00000);
\draw (0.00000, 1.00000, 1.61803) -- (0.00000, -1.00000, 1.61803);
\draw (1.61803, 0.00000, 1.00000) -- (1.61803, 0.00000, -1.00000);
\draw (1.00000, 1.61803, 0.00000) -- (1.61803, 0.00000, -1.00000);
\draw (0.00000, 1.00000, 1.61803) -- (-1.00000, 1.61803, 0.00000);
\draw (-1.00000, 1.61803, 0.00000) -- (1.00000, 1.61803, 0.00000);
\draw (0.00000, 1.00000, 1.61803) -- (1.61803, 0.00000, 1.00000);
\draw (0.00000, 1.00000, 1.61803) -- (1.00000, 1.61803, 0.00000);
\draw (1.61803, 0.00000, 1.00000) -- (1.00000, 1.61803, 0.00000);
\end{scope}
\end{tikzpicture}
\end{sidecaption}
\end{figure}
\section{Frieze patterns}
\label{sec:friezes}
\begin{figure}
\newcommand*{\friezesep}{\hskip2pt\rule[-9cm]{\pgflinewidth}{9.2cm}\hskip2pt}%
\begin{sidecaption}%
{The seven frieze patterns up to isometry,
with their orbifold symbols.}[fig:friezes]
\begin{tikzpicture}[baseline=(desc.base)]%\infty\infty
\node (desc) at (0,8.5) {${\infty}{\infty}$};
\foreach \n in {1,...,6} {
\pic at (0,\n) {tendril={1.5}{1.5}{70}{black!20}};
}
\node[inner sep=0pt] (a7) at (0,7) {\tvdots};
\node[inner sep=0pt] (a0) at (0,0) {\tvdots};
\end{tikzpicture}\friezesep
%
\begin{tikzpicture}[baseline=(desc.base)]%\infty\times
\node (desc) at (0.5,9) {${\infty}{\times}$};
\foreach \n in {1,...,4} {
\pic at (0,-.5+1.7*\n) {tendril={1.5}{1.5}{70}{black!20}};
\pic at (1,.35+1.7*\n) {tendril={-1.5}{1.5}{70}{black!20}};
}
\node[inner sep=0pt] (a5) at (0,8) {\tvdots};
\node[inner sep=0pt] (b0) at (1,.35) {\tvdots};
\end{tikzpicture}\friezesep
%
\begin{tikzpicture}[baseline=(desc.base)]%22\infty
\node (desc) at (0.5,8.5) {${2}{2}{\infty}$};
\foreach \n in {1,...,6} {
\pic at (0,\n) {tendril={1.5}{1.5}{70}{black!20}};
\pic at (1,\n) {tendril={1.5}{1.5}{250}{black!20}};
}
\node[inner sep=0pt] (x0) at (0,0) {\tvdots};
\node[inner sep=0pt] (x7) at (0,7) {\tvdots};
\node[inner sep=0pt] (y0) at (1,0) {\tvdots};
\node[inner sep=0pt] (y7) at (1,7) {\tvdots};
\end{tikzpicture}\friezesep\hskip1pt
%
\begin{tikzpicture}[baseline=(desc.base)]%2\star\infty
\node (desc) at (0.35,9.5) {${2}{\star}{\infty}$};
\foreach \n in {1,...,4} {
\pic at (0,0.05+2*\n) {tendril={1.2}{1.2}{-20}{black!20}};
\pic at (0,-.65+2*\n) {tendril={-1.2}{1.2}{160}{black!20}};
}
\foreach \n in {1,...,3} {
\pic at (.7,1.05+2*\n) {tendril={-1.2}{1.2}{-20}{black!20}};
\pic at (.7,.35+2*\n) {tendril={1.2}{1.2}{160}{black!20}};
}
\node[inner sep=0pt] (d4) at (.7,8.35) {\tvdots};
\node[inner sep=0pt] (c0) at (.7,1.05) {\tvdots};
\end{tikzpicture}\hskip1pt\friezesep
%
\begin{tikzpicture}[baseline=(desc.base)]%\star\infty\infty
\node (desc) at (0,9) {${\star}{\infty}{\infty}$};
\foreach \n in {1,...,4} {
\pic at (0,.35+1.7*\n) {tendril={1.5}{1.5}{-20}{black!20}};
\pic at (0,-.5+1.7*\n) {tendril={-1.5}{1.5}{160}{black!20}};
\node (a\n) at (0,.35+1.7*\n) {};
\node (b\n) at (0,-.5+1.7*\n) {};
}
\node[inner sep=0pt] (b5) at (0,8) {\tvdots};
\node[inner sep=0pt] (a0) at (0,.35) {\tvdots};
\end{tikzpicture}\friezesep
%
\begin{tikzpicture}[baseline=(desc.base)]%\infty\star
\node (desc) at (0.5,8.5) {${\infty}{\star}$};
\foreach \n in {1,...,6} {
\pic at (0,\n) {tendril={1.5}{1.5}{70}{black!20}};
\pic at (1,\n) {tendril={-1.5}{1.5}{70}{black!20}};
}
\node[inner sep=0pt] (x0) at (0,0) {\tvdots};
\node[inner sep=0pt] (x7) at (0,7) {\tvdots};
\node[inner sep=0pt] (y0) at (1,0) {\tvdots};
\node[inner sep=0pt] (y7) at (1,7) {\tvdots};
\end{tikzpicture}\friezesep
\begin{tikzpicture}[baseline=(desc.base)]%*22\infty
\node (desc) at (0.5,9) {${\star}{2}{2}{\infty}$};
\foreach \n in {1,...,4} {
\pic at (0,.35+1.7*\n) {tendril={1.5}{1.5}{-20}{black!20}};
\pic at (0,-.5+1.7*\n) {tendril={-1.5}{1.5}{160}{black!20}};
\pic at (1,.35+1.7*\n) {tendril={1.5}{-1.5}{160}{black!20}};
\pic at (1,-.5+1.7*\n) {tendril={1.5}{1.5}{160}{black!20}};
}
\node[inner sep=0pt] (b5) at (0,8) {\tvdots};
\node[inner sep=0pt] (a0) at (0,.35) {\tvdots};
\node[inner sep=0pt] (d5) at (1,8) {\tvdots};
\node[inner sep=0pt] (c0) at (1,.35) {\tvdots};
\end{tikzpicture}
\end{sidecaption}
\end{figure}
See~\cref{fig:friezes,fig:friezes-gen}
\begin{figure}
\newcommand*{\friezesep}{\hskip2pt\rule[-9cm]{\pgflinewidth}{9.2cm}\hskip2pt}%
\begin{sidecaption}%
{The seven frieze patterns up to isometry,
with their orbifold symbols and superimposed generators.}[fig:friezes-gen]
\begin{tikzpicture}[baseline=(desc.base)]%\infty\infty
\node (desc) at (0,8.5) {${\infty}{\infty}$};
\foreach \n in {1,...,6} {
\pic at (0,\n) {tendril={1.5}{1.5}{70}{black!10}};
\node[dot] (a\n) at (0,\n) {};
}
\node[inner sep=0pt] (a7) at (0,7) {\tvdots};
\node[inner sep=0pt] (a0) at (0,0) {\tvdots};
\foreach \p/\n in {0/1,1/2,2/3,3/4,4/5,5/6,6/7} {
\draw[gena] (a\p) -- (a\n);
}
\end{tikzpicture}\friezesep
%
\begin{tikzpicture}[baseline=(desc.base)]%\infty\times
\node (desc) at (0.5,9) {${\infty}{\times}$};
\foreach \n in {1,...,4} {
\pic at (0,-.5+1.7*\n) {tendril={1.5}{1.5}{70}{black!10}};
\pic at (1,.35+1.7*\n) {tendril={-1.5}{1.5}{70}{black!10}};
\node[dot] (a\n) at (0,-.5+1.7*\n) {};
\node[dot] (b\n) at (1,.35+1.7*\n) {};
}
\node[inner sep=0pt] (a5) at (0,8) {\tvdots};
\node[inner sep=0pt] (b0) at (1,.35) {\tvdots};
\foreach \p/\n in {0/1,1/2,2/3,3/4,4/5} {
\draw[gena] (b\p) -- (a\n);
}
\foreach \n in {1,2,3,4} {
\draw[gena] (a\n) -- (b\n);
}
\end{tikzpicture}\friezesep
%
\begin{tikzpicture}[baseline=(desc.base)]%22\infty
\node (desc) at (0.5,8.5) {${2}{2}{\infty}$};
\foreach \n in {1,...,6} {
\pic at (0,\n) {tendril={1.5}{1.5}{70}{black!10}};
\pic at (1,\n) {tendril={1.5}{1.5}{250}{black!10}};
\node[dot] (x\n) at (0,\n) {};
\node[dot] (y\n) at (1,\n) {};
}
\node[inner sep=0pt] (x0) at (0,0) {\tvdots};
\node[inner sep=0pt] (x7) at (0,7) {\tvdots};
\node[inner sep=0pt] (y0) at (1,0) {\tvdots};
\node[inner sep=0pt] (y7) at (1,7) {\tvdots};
\begin{scope}[gena]
\foreach \p/\n in {0/1, 1/2, 2/3, 3/4, 4/5, 5/6, 6/7} {
\draw (x\p)--(x\n);
\draw (y\n)--(y\p);
}
\end{scope}
\begin{scope}[genb]
\foreach \n in {1,2,...,6} {
\draw (x\n) to[bend right] (y\n);
\draw (y\n) to[bend right] (x\n);
}
\end{scope}
\end{tikzpicture}\friezesep\hskip1pt
%
\begin{tikzpicture}[baseline=(desc.base)]%2\star\infty
\node (desc) at (0.35,9.5) {${2}{\star}{\infty}$};
\foreach \n in {1,...,4} {
\pic at (0,0.05+2*\n) {tendril={1.2}{1.2}{-20}{black!10}};
\pic at (0,-.65+2*\n) {tendril={-1.2}{1.2}{160}{black!10}};
\node[dot] (a\n) at (0,.05+2*\n) {};
\node[dot] (b\n) at (0,-.65+2*\n) {};
}
\foreach \n in {1,...,3} {
\pic at (.7,1.05+2*\n) {tendril={-1.2}{1.2}{-20}{black!10}};
\pic at (.7,.35+2*\n) {tendril={1.2}{1.2}{160}{black!10}};
\node[dot] (c\n) at (.7,1.05+2*\n) {};
\node[dot] (d\n) at (.7,.35+2*\n) {};
}
\node[inner sep=0pt] (d4) at (.7,8.35) {\tvdots};
\node[inner sep=0pt] (c0) at (.7,1.05) {\tvdots};
\foreach \n in {1,2,3,4} {
\draw[dblgena] (a\n) -- (b\n);
}
\foreach \n in {1,2,3} {
\draw[dblgena] (c\n) -- (d\n);
}
\begin{scope}[genb]
\foreach \n in {1,2,3,4} {
\draw (a\n) to[bend right] (d\n);
\draw (d\n) to[bend right] (a\n);
}
\foreach \b/\c in {1/0,2/1,3/2,4/3} {
\draw (b\b) to[bend right] (c\c);
\draw (c\c) to[bend right] (b\b);
}
\end{scope}
\end{tikzpicture}\hskip1pt\friezesep
%
\begin{tikzpicture}[baseline=(desc.base)]%\star\infty\infty
\node (desc) at (0,9) {${\star}{\infty}{\infty}$};
\foreach \n in {1,...,4} {
\pic at (0,.35+1.7*\n) {tendril={1.5}{1.5}{-20}{black!10}};
\pic at (0,-.5+1.7*\n) {tendril={-1.5}{1.5}{160}{black!10}};
\node[dot] (a\n) at (0,.35+1.7*\n) {};
\node[dot] (b\n) at (0,-.5+1.7*\n) {};
}
\node[inner sep=0pt] (b5) at (0,8) {\tvdots};
\node[inner sep=0pt] (a0) at (0,.35) {\tvdots};
\foreach \n in {1,2,3,4} {
\draw[dblgena] (a\n) -- (b\n);
}
\foreach \p/\n in {0/1,1/2,2/3,3/4,4/5} {
\draw[dblgenb] (a\p) -- (b\n);
}
\end{tikzpicture}\friezesep
%
\begin{tikzpicture}[baseline=(desc.base)]%\infty\star
\node (desc) at (0.5,8.5) {${\infty}{\star}$};
\foreach \n in {1,...,6} {
\pic at (0,\n) {tendril={1.5}{1.5}{70}{black!10}};
\pic at (1,\n) {tendril={-1.5}{1.5}{70}{black!10}};
\node[dot] (a\n) at (0,\n) {};
\node[dot] (b\n) at (1,\n) {};
}
\node[inner sep=0pt] (a0) at (0,0) {\tvdots};
\node[inner sep=0pt] (a7) at (0,7) {\tvdots};
\node[inner sep=0pt] (b0) at (1,0) {\tvdots};
\node[inner sep=0pt] (b7) at (1,7) {\tvdots};
\foreach \p/\n in {0/1,1/2,2/3,3/4,4/5,5/6,6/7} {
\draw[gena] (a\p) -- (a\n);
\draw[gena] (b\p) -- (b\n);
}
\foreach \n in {1,...,6} {
\draw[dblgenc] (a\n) -- (b\n);
}
\end{tikzpicture}\friezesep
\begin{tikzpicture}[baseline=(desc.base)]%*22\infty
\node (desc) at (0.5,9) {${\star}{2}{2}{\infty}$};
\foreach \n in {1,...,4} {
\pic at (0,.35+1.7*\n) {tendril={1.5}{1.5}{-20}{black!10}};
\pic at (0,-.5+1.7*\n) {tendril={-1.5}{1.5}{160}{black!10}};
\pic at (1,.35+1.7*\n) {tendril={1.5}{-1.5}{160}{black!10}};
\pic at (1,-.5+1.7*\n) {tendril={1.5}{1.5}{160}{black!10}};
\node[dot] (a\n) at (0,.35+1.7*\n) {};
\node[dot] (b\n) at (0,-.5+1.7*\n) {};
\node[dot] (c\n) at (1,.35+1.7*\n) {};
\node[dot] (d\n) at (1,-.5+1.7*\n) {};
}
\node[inner sep=0pt] (b5) at (0,8) {\tvdots};
\node[inner sep=0pt] (a0) at (0,.35) {\tvdots};
\node[inner sep=0pt] (d5) at (1,8) {\tvdots};
\node[inner sep=0pt] (c0) at (1,.35) {\tvdots};
\foreach \p/\n in {0/1,1/2,2/3,3/4,4/5} {
\draw[dblgenb] (a\p) -- (b\n);
\draw[dblgenb] (c\p) -- (d\n);
}
\foreach \n in {1,2,3,4} {
\draw[dblgenc] (b\n) -- (d\n);
\draw[dblgenc] (a\n) -- (c\n);
\draw[dblgena] (a\n) -- (b\n);
\draw[dblgena] (c\n) -- (d\n);
}
\end{tikzpicture}
\end{sidecaption}
\end{figure}
\begin{figure}
\centering
\begin{tikzpicture}
% forward facing
\foreach \i in {0,1,2} {
\foreach \j in {0,...,4} {
%\node at (-4*\i+\j,\j) {{\Huge\color{black!10}E}};
%\node at (-4*\i+\j-2,\j) {\rotatebox[origin=c]{180}{\Huge\color{black!10}E}};
\pic at (-4*\i+\j,\j) {tendril={1.5}{1.5}{120}{black!10}};
\pic at (-4*\i+\j-2,\j) {tendril={1.5}{1.5}{300}{black!10}};
\node[dot] (x\i\j) at (-4*\i+\j,\j) {};
\node[dot] (y\i\j) at (-4*\i+\j-2,\j) {};
}
}
\pic at (4,0) {tendril={1.5}{1.5}{120}{black!10}};
\node[dot] (xm10) at (4,0) {};
\foreach \j in {2,3,4} {
\pic at (-4*3+\j,\j) {tendril={1.5}{1.5}{120}{black!10}};
\node[dot] (x3\j) at (-4*3+\j,\j) {};
}
\foreach \j in {0,1,2} {
\pic at (2+\j,\j) {tendril={1.5}{1.5}{300}{black!10}};
\node[dot] (ym1\j) at (2+\j,\j) {};
}
\pic at (-4*3+4-2,4) {tendril={1.5}{1.5}{300}{black!10}};
\node[dot] (y34) at (-4*3+4-2,4) {};
\foreach \i in {0,1,2} {
\foreach \j in {0,...,4} {
\draw[gena] (x\i\j) to[bend right=10] (y\i\j);
\draw[gena] (y\i\j) to[bend right=10] (x\i\j);
}
}
\draw[gena] (xm10) to[bend right=10] (ym10);
\draw[gena] (ym10) to[bend right=10] (xm10);
\draw[gena] (x34) to[bend right=10] (y34);
\draw[gena] (y34) to[bend right=10] (x34);
\foreach \i in {0,1,2} {
\foreach \jp/\jn in {0/1,1/2,2/3,3/4} {
\draw[genb] (x\i\jp) to[bend right=10] (y\i\jn);
\draw[genb] (y\i\jn) to[bend right=10] (x\i\jp);
}
}
\draw[genb] (xm10) to[bend right=10] (ym11);
\draw[genb] (ym11) to[bend right=10] (xm10);
\draw[genb] (x33) to[bend right=10] (y34);
\draw[genb] (y34) to[bend right=10] (x33);
\foreach \ip/\in in {0/1,1/2} {
\foreach \jp/\jn in {0/1,1/2,2/3,3/4} {
\draw[genc] (y\ip\jp) to[bend right=10] (x\in\jn);
\draw[genc] (x\in\jn) to[bend right=10] (y\ip\jp);
}
}
\foreach \jp/\jn in {0/1,1/2,2/3} {
\draw[genc] (ym1\jp) to[bend right=10] (x0\jn);
\draw[genc] (x0\jn) to[bend right=10] (ym1\jp);
}
\foreach \jp/\jn in {1/2,2/3,3/4} {
\draw[genc] (y2\jp) to[bend right=10] (x3\jn);
\draw[genc] (x3\jn) to[bend right=10] (y2\jp);
}
% \node[dot] (x00) at (0,0) {};
% \begin{scope}[gena]
% \foreach \p/\n in {0/1, 1/2, 2/3, 3/4, 4/5, 5/6, 6/7} {
% \draw (x\p)--(x\n);
% \draw (y\n)--(y\p);
% }
% \end{scope}
% \begin{scope}[genb]
% \foreach \n in {1,2,...,6} {
% \draw (x\n) to[bend right] (y\n);
% \draw (y\n) to[bend right] (x\n);
% }
% \end{scope}
\end{tikzpicture}
\caption{\label{fig:carpet}Tricycle on carpet.}
\end{figure}
\section{Incidence geometries and the Levi graph}
\section{Affine geometry}
Barycentric calculus. Affine transformations. Euclidean / Hermitian geometry (isometries, conformity...)
\subsection{affine planes and Pappus' law}
\subsection{affine frames, affine planes}
\subsection{the affine group as an automorphism group}
\subsection{the affine group as a semidirect product}
\subsection{affine properties (parallelism, length ratios)}
\section{Inversive geometry (Möbius)}
\subsection{residue at a point is affine}
\subsection{Miquel's theorem}
\section{Projective geometry}
Projective spaces (projective invariance, cross ratio, harmonic range...). Conics/quadrics. (Classification in low dimensions?)
\par
complex algebraic plane projective curves (tangent complexes, singular points, polar, hessian, ...).
\subsection{projective planes}
\subsection{projective frames}
\subsection{the projective group and projectivities}
\subsection{projective properties (cross-ratio)}
\subsection{fundamental theorem of projective geometry}
% Local Variables:
% fill-column: 144
% latex-block-names: ("lemma" "theorem" "remark" "definition" "corollary" "fact" "properties" "conjecture" "proof" "question" "proposition" "exercise")
% TeX-master: "book"
% End: