Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
GuillaumeLaplante-Anfossi
GitHub Repository: GuillaumeLaplante-Anfossi/Poissons
Path: blob/main/Talk GDRIM/GDRIM_Oger.tex
1016 views
1
% 45 min d'exposé en français (questions incluses)
2
3
% ajouter arbres au début
4
5
\documentclass[slidetop,11pt %, aspectratio=1610
6
]{beamer}
7
8
\usepackage[T1]{fontenc}
9
\usepackage[utf8]{inputenc}
10
\usepackage[ english,french]{babel}
11
\usepackage{lmodern}
12
\usepackage{aeguill}
13
\usepackage{graphics,graphicx}
14
\usepackage{tikz}
15
\usetikzlibrary{shapes, backgrounds,fit,shapes, arrows,chains,matrix,positioning,scopes, calc}
16
\usepackage{tikz-cd}
17
\usepackage{ulem}
18
\usepackage{frcursive}
19
\usepackage{array}
20
\usepackage{amsthm, amssymb}
21
\usepackage{stmaryrd}
22
\usepackage{todonotes}
23
\usepackage{xcolor, colortbl}
24
\usepackage{bussproofs}
25
\usepackage{fontawesome}
26
\newcolumntype{M}[1]{>{\centering\arraybackslash}m{#1}}
27
\usetikzlibrary{trees,shapes, positioning}
28
\usepackage{listings}
29
\lstset{language=caml}
30
31
%\newtheorem{thm}{Theorème}
32
%\newtheorem{lem}[theorem]{Lemme}
33
%\newtheorem{cor}[theorem]{Corollaire}
34
%\newtheorem{prop}[theorem]{Proposition}
35
%\theoremstyle{definition}
36
%\newtheorem{conj}[theorem]{Conjecture}
37
%\newtheorem{defi}[theorem]{Définition}
38
%\newtheorem{exple}[theorem]{Exemples}
39
40
%% En anglais
41
\newtheorem{thm}{Theorem}
42
\newtheorem{lem}[theorem]{Lemma}
43
\newtheorem{cor}[theorem]{Corollary}
44
\newtheorem{prop}[theorem]{Proposition}
45
\theoremstyle{definition}
46
\newtheorem{conj}[theorem]{Conjecture}
47
\newtheorem{defi}[theorem]{Definition}
48
\newtheorem{exple}[theorem]{Examples}
49
50
51
\usepackage{xargs}
52
\definecolor{Bleu}{HTML}{3333b3}
53
%\beamertemplatetransparentcovered
54
55
\usetheme{Boadilla}
56
57
\setbeamertemplate{navigation symbols}{} % enlever les symboles de navigation
58
59
\setbeamercolor{section in head/foot}{bg = white, fg=blue}
60
% aussi section in toc
61
62
\usepackage{xkeyval}
63
64
% couleurs été
65
%\newcommand{\coula}{6DA3B9}
66
%\newcommand{\coulb}{D0B080}
67
%\newcommand{\coulc}{254D62}
68
%\newcommand{\could}{8D7050}
69
70
% couleurs Cetraro
71
%\newcommand{\could}{590C3E}
72
%\newcommand{\coula}{8C2066}
73
%\newcommand{\coulc}{D94E81}
74
%\newcommand{\coulb}{BF920B}
75
76
% couleurs automne
77
% D4AB31
78
%E47127
79
%BC322C
80
% 00FA9A
81
82
%\newcommand{\coula}{D4AB31}
83
%\newcommand{\coulb}{E47127}
84
%\newcommand{\coulc}{BC322C}
85
%\newcommand{\could}{00FA9A}
86
%
87
% couleurs printemps
88
%\newcommand{\coula}{5AC1C9}
89
%\newcommand{\coulb}{DE5D83}
90
%\newcommand{\coulc}{9966CC}
91
%\newcommand{\could}{6698FF}
92
93
% couleurs Peps
94
\newcommand{\coula}{0785F2}
95
\newcommand{\coulb}{F29F05}
96
\newcommand{\coulc}{F21313}
97
\newcommand{\could}{E6F21F}
98
99
100
101
\definecolor{part1}{HTML}{\coula}
102
\definecolor{part2}{HTML}{\coulb}
103
\definecolor{part3}{HTML}{\coulc}
104
\definecolor{part4}{HTML}{\could}
105
106
107
108
109
\definecolor{newSec}{HTML}{\coula}
110
\definecolor{mauve}{HTML}{9966CC}% rouge foncé D4AB31
111
\definecolor{rose}{HTML}{DE5D83}
112
\definecolor{bleu}{HTML}{5AC1C9}%orange %{6698FF} % E47127
113
\definecolor{vert}{HTML}{BC322C} %vert : 5AC1C9 % 3CB371
114
\definecolor{quatre}{HTML}{F4C2C2}\setbeamercolor{title}{fg=newSec}
115
\setbeamercolor{structure}{fg=newSec}
116
117
\tikzset{
118
flower/.pic = {
119
\shade[ball color = newSec!40,top color=newSec!10, bottom color=newSec!30] (0,0) circle (0.25cm);
120
\draw[newSec] (0,0) circle (0.25cm);
121
\draw[newSec] (-0.25,0) arc (180:360:0.25 and 0.075);
122
\draw[dashed, newSec] (0.25,0) arc (0:180:0.25 and 0.075);
123
124
125
},
126
}
127
128
\tikzset{
129
centre/.pic = {
130
\draw[white] (0,0.2) rectangle(0.1,-0.2);
131
% \filldraw[fill=newSec!70, draw=black!30, rotate=\a] (0.2,0) ellipse(0.2 and 0.075);
132
\filldraw[draw=newSec!70, top color=newSec!10, bottom color=newSec!30] (0,0) circle(0.1);
133
},
134
}
135
136
\setbeamertemplate{section in head/foot}{%
137
\if\insertsectionheadnumber1
138
%flower, fill=pink, draw=purple
139
\tikz\node[circle, fill=newSec!50, draw=newSec]{\textcolor{white}{\thesection}};
140
%\tikz\pic{flower};
141
\else
142
\tikz\node[circle, fill=newSec!50, draw=newSec]{\textcolor{white}{\thesection}};
143
%\tikz\pic{flower};
144
\fi
145
}
146
147
\setbeamertemplate{section in head/foot shaded}{%
148
\if\insertsectionheadnumber1
149
% \tikz\node[circle, fill=white, draw=gray!30]{\hskip.3cm};
150
\tikz\pic{centre};
151
\else
152
% \tikz\node[circle, fill=white, draw=gray!30] {\hskip.3cm};
153
\tikz\pic{centre};
154
\fi
155
}
156
157
\setbeamertemplate{headline}
158
{
159
\leavevmode%
160
\hbox{%
161
\begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.5ex,center]{section in head/foot}%
162
\usebeamerfont{section in head/foot}
163
\vspace*{-0.5cm}
164
\hspace{9.5cm} %%% ici pour modifier la position des sections dans le titre
165
\insertsectionnavigationhorizontal{1cm}{\hskip.1cm}{}
166
\end{beamercolorbox}}%
167
\vskip0pt%
168
}
169
170
171
\setbeamertemplate{footline}{}
172
173
\AtBeginSection[]{ % un petit sommaire au début de chaque section
174
{
175
\if\thesection1
176
\definecolor{newSec}{HTML}{\coula}
177
\else \if\thesection2
178
\definecolor{newSec}{HTML}{\coulb}
179
\else \if\thesection3
180
\definecolor{newSec}{HTML}{\coulc} % 3CB371
181
\else \if\thesection4
182
\definecolor{newSec}{HTML}{\could}
183
\else
184
\definecolor{newSec}{RGB}{0,255,0}
185
\fi
186
\fi
187
\fi
188
\fi
189
\setbeamercolor{title}{fg=newSec}
190
\setbeamercolor{frametitle}{fg=newSec}
191
\setbeamercolor{structure}{fg=newSec}
192
193
194
\setbeamercolor{background canvas}{bg=newSec}
195
\setbeamercolor{section in head/foot}{bg = newSec}
196
\setbeamertemplate{headline}
197
{
198
\leavevmode%
199
\hbox{%
200
\begin{beamercolorbox}[wd=\paperwidth,ht=2.5ex,dp=1.5ex,center]{section in head/foot}%
201
\end{beamercolorbox}}%
202
\vskip0pt%
203
}
204
205
\begin{frame}{}
206
207
\begin{center}
208
\textcolor{white}{
209
\if\thesection1
210
{ \LARGE \nameref{sect1}}
211
\else \if\thesection2
212
{ \LARGE \nameref{sect2}}
213
\else \if\thesection3
214
{ \LARGE \nameref{sect3}}
215
\else \if\thesection4
216
{ \LARGE \nameref{sect4}}
217
\fi
218
\fi
219
\fi
220
\fi}
221
\end{center}
222
\end{frame}
223
224
\setbeamercolor{background canvas}{bg=}
225
\setbeamercolor{section in head/foot}{bg = white}
226
227
% \begin{frame}{Outline}
228
% \small \tableofcontents[currentsection, hidesubsections, subsubsectionstyle=hide]
229
% \addtocounter{framenumber}{-1}
230
% \end{frame}
231
}
232
\if\thesection1
233
\definecolor{newSec}{HTML}{D4AB31}
234
\else \if\thesection2
235
\definecolor{newSec}{HTML}{DE5D83}
236
\else \if\thesection3
237
\definecolor{newSec}{HTML}{E47127}
238
\else \if\thesection4
239
\definecolor{newSec}{HTML}{F4C2C2}
240
\else
241
\definecolor{newSec}{RGB}{0,255,0}
242
\fi
243
\fi
244
\fi
245
\fi
246
247
\if\thesection1
248
\definecolor{newSec}{HTML}{\coula}
249
\else \if\thesection2
250
\definecolor{newSec}{HTML}{\coulb}
251
\else \if\thesection3
252
\definecolor{newSec}{HTML}{\coulc}
253
\else \if\thesection4
254
\definecolor{newSec}{HTML}{\could}
255
\else
256
\definecolor{newSec}{RGB}{0,255,0}
257
\fi
258
\fi
259
\fi
260
\fi
261
262
\setbeamercolor{title}{fg=newSec}
263
\setbeamercolor{frametitle}{fg=newSec}
264
\setbeamercolor{structure}{fg=newSec}
265
}
266
267
\setlength{\columnseprule}{0.4pt}
268
269
%\usepackage{marvosym}
270
271
272
273
\usepackage{mathabx}
274
275
% ----------- Contenu de la page de titre --------
276
\title{\LARGE De la diagonale du permutoèdre aux arbres k-colorés : \\ \Large une histoire de partitions et d'arbres \vspace{-0.5cm}}
277
278
\institute[IMAG - UMontpellier]{\includegraphics[height=1.5cm]{imag.png}
279
\hspace{1cm}
280
\includegraphics[height=1.5cm]{UM.png}
281
\vspace{-0.3cm}
282
}
283
284
\begin{document}
285
286
\author[B. Delcroix-Oger]{\textcolor{part2}{Bérénice Delcroix-Oger} \\
287
\footnotesize
288
\vspace{0.5cm}
289
joint work with
290
\begin{tabular}{l}
291
\textcolor{part2}{Matthieu Josuat-Vergès} (IRIF), \\
292
\textcolor{part2}{ Guillaume Laplante-Anfossi} (Univ. Melbourne), \\
293
\textcolor{part2}{ Vincent Pilaud} (LIX),\\
294
\textcolor{part2}{ Kurt Stoeckl} (Univ. Melbourne)
295
\end{tabular}
296
\vspace{-0.3cm}
297
}
298
299
\date{
300
\begin{columns}
301
\begin{column}{0.9\textwidth}
302
\centering
303
\textcolor{part3}{JNIM 2023 \\ \url{https://oger.perso.math.cnrs.fr/expose/GDRIM_Oger.pdf}}
304
\end{column}
305
\begin{column}{0.1\textwidth}
306
\includegraphics[height=1.5cm]{lienExpose.pdf}
307
\end{column}
308
\end{columns}
309
}
310
311
\addtocounter{framenumber}{-1}
312
313
{\setbeamertemplate{footline}{}
314
\setbeamertemplate{headline}{}
315
\frame{\titlepage}
316
317
318
319
320
321
\begin{frame}{Motivation}
322
\begin{tikzpicture}
323
\node (a) {algebraic problem : study the diagonal of the permutohedron};
324
\only<1>{
325
\node[below=20pt of a] (b) {geometric problem : counting regions in an hyperplane arrangement};
326
\node[below=20pt of b] (c) {combinatorics problem : counting "good" tuples of partitions};
327
\node[below=20pt of c] (d) {graph problem : counting trees with colored edges};}
328
\only<2->{
329
\node[below=20pt of a, part1, draw] (b) {geometric problem : counting regions in an hyperplane arrangement};
330
\node[below=20pt of b, part2, draw] (c) {combinatorics problem : counting "good" tuples of partitions};
331
\node[below=20pt of c, part3, draw] (d) {graph problem : counting trees with colored edges};}
332
\draw[->] (a)--(b);
333
\draw[->] (b)--(c);
334
\draw[->] (c)--(d);
335
\onslide<2->{
336
\node[fit=(b)(c)(d), draw]{};} % rectangle around b,c and d
337
\end{tikzpicture}
338
339
\onslide<3->{\begin{center}
340
\footnotesize{(Yes, combinatorics is mainly counting)}}
341
\end{center}
342
\end{frame}
343
344
\begin{frame}{Outline}
345
\small \tableofcontents[hidesubsections, subsubsectionstyle=hide]
346
\addtocounter{framenumber}{-1}
347
\end{frame} }
348
349
\begin{frame}{Trailer}
350
\begin{center}
351
\begin{tabular}{ccc}
352
\includegraphics[height=3cm]{braidFan.pdf}
353
&\includegraphics[height=3cm]{diagTer.pdf}
354
&\includegraphics[height=3cm]{diagonalPermutahedronGuillaume.png} \\
355
\footnotesize \copyright V. Pilaud & &\footnotesize \copyright G. Laplante-Anfossi
356
\end{tabular}
357
\begin{center}
358
\resizebox{0.6\textwidth}{!}{
359
\begin{tikzpicture}
360
\node (min) at (0,0){
361
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
362
\node[draw, circle] (1p){1};
363
\node[draw, circle, right=5pt of 1p](3p){2};
364
\node[draw, circle, right=5pt of 3p](2p){3};
365
\end{tikzpicture}};
366
\node[above left=1cm of min.north] (3) {
367
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
368
\node[draw, circle] (1p){2};
369
\node[draw, circle, above=5pt of 1p](3p){3};
370
\node[draw, circle, right=5pt of 1p](2p){1};
371
\draw[very thick, blue] (1p)--(3p);
372
\end{tikzpicture}};
373
\node[above right=1cm of min.north] (4) {
374
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
375
\node[draw, circle] (1p){1};
376
\node[draw, circle, above=5pt of 1p](3p){3};
377
\node[draw, circle, right=5pt of 1p](2p){2};
378
\draw[very thick, red] (1p)--(3p);
379
\end{tikzpicture}};
380
\node[left=0.5cm of 3] (2) {
381
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
382
\node[draw, circle] (1p){1};
383
\node[draw, circle, above=5pt of 1p](3p){2};
384
\node[draw, circle, right=5pt of 1p](2p){3};
385
\draw[very thick, blue] (1p)--(3p);
386
\end{tikzpicture}};
387
\node[left=0.5cm of 2] (1) {
388
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
389
\node[draw, circle] (1p){1};
390
\node[draw, circle, above=5pt of 1p](3p){3};
391
\node[draw, circle, right=5pt of 1p](2p){2};
392
\draw[very thick, blue] (1p)--(3p);
393
\end{tikzpicture}};
394
\node[right=0.5cm of 4] (5) {
395
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
396
\node[draw, circle] (1p){1};
397
\node[draw, circle, above=5pt of 1p](3p){2};
398
\node[draw, circle, right=5pt of 1p](2p){3};
399
\draw[very thick, red] (1p)--(3p);
400
\end{tikzpicture}};
401
\node[right=0.5cm of 5] (6) {
402
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
403
\node[draw, circle] (1p){2};
404
\node[draw, circle, above=5pt of 1p](3p){3};
405
\node[draw, circle, right=5pt of 1p](2p){1};
406
\draw[very thick, red] (1p)--(3p);
407
\end{tikzpicture}};
408
\node[above=2cm of 1] (15) {
409
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
410
\node[draw, circle] (1p){1};
411
\node[draw, circle, above left=5pt of 1p.north](2p){2};
412
\node[draw, circle, above right=5pt of 1p.north](3p){3};
413
\draw[very thick, blue] (1p)--(3p);
414
\draw[very thick, red] (1p)--(2p);
415
\end{tikzpicture}};
416
\node[left=0.5cm of 15] (123) {
417
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
418
\node[draw, circle] (1p){1};
419
\node[draw, circle, above left=5pt of 1p.north](2p){2};
420
\node[draw, circle, above right=5pt of 1p.north](3p){3};
421
\draw[very thick, blue] (1p)--(3p);
422
\draw[very thick, blue] (1p)--(2p);
423
\end{tikzpicture}};
424
\node[right=0.5cm of 15] (26) {
425
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
426
\node[draw, circle] (1p){1};
427
\node[draw, circle, above=5pt of 1p.north](2p){2};
428
\node[draw, circle, above=5pt of 2p.north](3p){3};
429
\draw[very thick, red] (2p)--(3p);
430
\draw[very thick, blue] (1p)--(2p);
431
\end{tikzpicture}};
432
\node[right=0.5cm of 26] (34) {
433
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
434
\node[draw, circle] (1p){1};
435
\node[draw, circle, above=5pt of 1p.north](2p){3};
436
\node[draw, circle, above=5pt of 2p.north](3p){2};
437
\draw[very thick, blue] (2p)--(3p);
438
\draw[very thick, red] (1p)--(2p);
439
\end{tikzpicture}};
440
\node[right=0.5cm of 34] (24) {
441
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
442
\node[draw, circle] (1p){1};
443
\node[draw, circle, above left=5pt of 1p.north](2p){2};
444
\node[draw, circle, above right=5pt of 1p.north](3p){3};
445
\draw[very thick, red] (1p)--(3p);
446
\draw[very thick, blue] (1p)--(2p);
447
\end{tikzpicture}};
448
\node[right=0.5cm of 24] (35) {
449
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
450
\node[draw, circle] (1p){1};
451
\node[draw, circle, above=5pt of 1p.north](2p){2};
452
\node[draw, circle, above=5pt of 2p.north](3p){3};
453
\draw[very thick, blue] (2p)--(3p);
454
\draw[very thick, red] (1p)--(2p);
455
\end{tikzpicture}};
456
\node[right=0.5cm of 35] (16) {
457
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
458
\node[draw, circle] (1p){1};
459
\node[draw, circle, above=5pt of 1p.north](2p){3};
460
\node[draw, circle, above=5pt of 2p.north](3p){2};
461
\draw[very thick, red] (2p)--(3p);
462
\draw[very thick, blue] (1p)--(2p);
463
\end{tikzpicture}};
464
\node[right=0.5cm of 16] (456) {
465
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
466
\node[draw, circle] (1p){1};
467
\node[draw, circle, above left=5pt of 1p.north](2p){2};
468
\node[draw, circle, above right=5pt of 1p.north](3p){3};
469
\draw[very thick, red] (1p)--(3p);
470
\draw[very thick, red] (1p)--(2p);
471
\end{tikzpicture}};
472
\draw (min)--(1);
473
\draw (min)--(2);
474
\draw (min)--(3);
475
\draw (min)--(4);
476
\draw (min)--(5);
477
\draw (min)--(6);
478
\draw (123.south)--(1.north);
479
\draw (123.south)--(2.north);
480
\draw (123.south)--(3.north);
481
\draw (456.south)--(4.north);
482
\draw (456.south)--(5.north);
483
\draw (456.south)--(6.north);
484
\draw (2.north)--(26.south)--(6.north);
485
\draw (2.north)--(24.south)--(4.north);
486
\draw (1.north)--(15.south)--(5.north);
487
\draw (1.north)--(16.south)--(6.north);
488
\draw (3.north)--(34.south)--(4.north);
489
\draw (3.north)--(35.south)--(5.north);
490
\end{tikzpicture}}
491
492
493
\end{center}
494
\end{center}
495
\end{frame}
496
497
498
\section{The weak order and the permutohedron}\label{sect1}
499
500
\begin{frame}{Poset=partially ordered set}
501
\vspace{-0.5cm}
502
\begin{center}
503
\begin{tikzpicture}
504
\node (back) at (0,0){\includegraphics[width=12cm]{bureau.jpg}};
505
\draw<2->[line width=5pt] (1,0.5) circle (1.5cm);
506
\draw<2->[line width=5pt, -round cap] (0, -0.5)--(-1.5,-2);
507
\end{tikzpicture}
508
\end{center}
509
\end{frame}
510
511
\begin{frame}{First example of poset}
512
\vspace{-0.5cm}
513
\begin{center}
514
\begin{tikzpicture}[inner sep=0.15cm]
515
\node (back) at (0,0){\includegraphics[width=12cm]{books.jpg}};
516
\onslide<2->{
517
\node[draw, circle, newSec, fill=newSec] (0) at(0,-3.2) {};
518
\node[draw, circle, newSec, fill=newSec] (1) at(1,0) {};
519
\node[draw, circle, newSec, fill=newSec] (2) at(0.1,0) {};
520
\node[draw, circle, newSec, fill=newSec] (3) at(-0.6,0) {};
521
\node[draw, circle, newSec, fill=newSec] (4) at(-1.2,0) {};
522
\node[draw, circle, newSec, fill=newSec] (5) at(-1.6,0) {};
523
\node[draw, circle, newSec, fill=newSec] (6) at(-2,0) {};
524
\node[draw, circle, newSec, fill=newSec] (7) at(-2.7,0) {};
525
\node[draw, circle, newSec, fill=newSec] (8) at(1.5,0) {};
526
\node[draw, circle, newSec, fill=newSec] (9) at(2,0) {};
527
\node[draw, circle, newSec, fill=newSec] (10) at(2.5,0) {};
528
\node[draw, circle, newSec, fill=newSec] (11) at(0.1,3.7) {};
529
\node[draw, circle, newSec, fill=newSec] (12) at(0.5,2.9) {};
530
\node[draw, circle, newSec, fill=newSec] (13) at(0,2.4) {};
531
\draw[white, fill=white] (2,-3.5)rectangle(5.8,-2);
532
\node[draw, circle, newSec, fill=newSec] (leg1) at(2.5,-2.5) {};
533
\node[right=1pt of leg1, anchor=west] (leg2) {= element};
534
\onslide<3->{
535
\draw[line width=5pt, part2] (2.3,-3)--(2.7,-3);
536
\node[anchor=west] at (2.75,-3) {= cover relation};}
537
\onslide<3->{\draw[line width=5pt, part2] (11)--(12)--(13);}
538
\onslide<5->{
539
\foreach \i in {1,2,...,10}
540
{
541
\draw[line width=5pt, part2] (0)--(\i);
542
}}
543
\onslide<4->{
544
\foreach \i in {4,6,10,8,9}
545
{
546
\draw[line width=5pt, part2] (13)--(\i);
547
}}}
548
\end{tikzpicture}
549
\end{center}
550
\end{frame}
551
552
\begin{frame}{First main example : Weak order $W_n$}
553
\begin{itemize}
554
\item To raise in the order, $\ldots ab \ldots \rightarrow \ldots ba\ldots$, with $a<b$
555
\end{itemize}
556
\begin{center}
557
\begin{tikzpicture}
558
\only<1>{\node (123) at (0,0){123};}
559
\only<2,3>{\node (123) at (0,0){\textcolor{newSec}{12}3};}
560
\only<4,5>{\node (123) at (0,0){1\textcolor{newSec}{23}};}
561
\only<6->{\node (123) at (0,0){123};}
562
\only<3>{
563
\node[above left=1cm of 123.north] (213){\textcolor{newSec}{21}3};
564
\draw[newSec] (123)--(213);}
565
\only<4,5, 9->{\node[above left=1cm of 123.north] (213){213};}
566
\only<6,7>{\node[above left=1cm of 123.north] (213){2\textcolor{newSec}{13}};}
567
\only<8->{\node[above left=1cm of 123.north] (213){2{13}};}
568
\only<4->{\draw (123)--(213);}
569
\only<5>{
570
\node[above right=1cm of 123.north] (132){1\textcolor{newSec}{32}};
571
\draw[newSec] (123)--(132);
572
}
573
\only<6-10,12->{
574
\node[above right=1cm of 123.north] (132){132};
575
\draw (123)--(132);
576
}
577
\only<10,11>{\node[above right=1cm of 123.north] (132){\textcolor{newSec}{13}2};
578
\draw (123)--(132);
579
}
580
\only<7>{
581
\node[above=1cm of 213.north] (231){2\textcolor{newSec}{31}};
582
\draw[newSec] (231)--(213);
583
}
584
\only<8>{
585
\node[above=1cm of 213.north] (231){\textcolor{newSec}{23}1};
586
}
587
\only<9->{
588
\node[above=1cm of 213.north] (231){{23}1};
589
}
590
\only<8->{
591
\draw (231)--(213);
592
}
593
\only<9>{
594
\node[above right=1cm of 231.north] (321){\textcolor{newSec}{32}1};
595
\draw[newSec] (231)--(321);
596
}
597
\only<10,11, 13->{
598
\node[above right=1cm of 231.north] (321){321};
599
}
600
\only<12>{
601
\node[above right=1cm of 231.north] (321){3\textcolor{newSec}{21}};
602
}
603
\only<10->{\draw (231)--(321);
604
}
605
\only<11>{
606
\node[above=1cm of 132.north] (312){\textcolor{newSec}{31}2};
607
\draw[newSec] (132)--(312);
608
}
609
\only<12>{
610
\node[above=1cm of 132.north] (312){3\textcolor{newSec}{12}};
611
\draw (132)--(312);
612
}
613
\only<13->{
614
\node[above=1cm of 132.north] (312){312};
615
\draw (132)--(312);
616
}
617
\only<12>{\draw[newSec] (312)--(321);}
618
\only<13->{\draw (312)--(321);}
619
\end{tikzpicture}
620
\only<14->{
621
\includegraphics[height=5cm]{w4.pdf}
622
}
623
\end{center}
624
625
\end{frame}
626
627
\begin{frame}{The permutohedron = polytope with vertices labelled by permutation and edges given by the weak order}
628
\centering
629
\only<1>{
630
\includegraphics[height=5cm]{w4.pdf}}
631
\only<2->{
632
\includegraphics[height=5cm]{permcol.pdf}}
633
\includegraphics[height=5cm]{Permutoèdre.pdf}
634
635
\onslide<3->{
636
\begin{alertblock}{Short quizz :}
637
How many vertices does the permutohedron have ?\onslide<3->{ \textcolor{red}{$n!$} !$\leftarrow$ \footnotesize Exclamation point}
638
639
\onslide<4->{\normalsize How many faces of dimension $n-k$ does the permutohedron have ?} \onslide<4->{\textcolor{red}{$k!S_2(n,k)$ = nb of ordered partitions in k parts of $\{1, \ldots, n\}$}}
640
\end{alertblock}}
641
\end{frame}
642
643
\begin{frame}{Labelling of the faces of the permutohedron}
644
\only<1>{
645
\begin{center}
646
\begin{tikzpicture}
647
\node (123) at (0,0) {1|2|3};
648
\node[above left=1cm of 123] (132) {1|3|2};
649
\node[above right=1cm of 123] (213) {2|1|3};
650
\node[above=1cm of 132] (312) {3|1|2};
651
\node[above=1cm of 213] (231) {2|3|1};
652
\node[above right=1cm of 312] (321) {3|2|1};
653
\draw (123) edge (132);
654
\draw (123) edge (213);
655
\draw (132) edge (312);
656
\draw (213) edge (231);
657
\draw (231) edge (321);
658
\draw (312) edge (321);
659
\end{tikzpicture}
660
\end{center}}
661
662
\only<2>{\begin{center}
663
\includegraphics[height=5.5cm]{labelHex.pdf}
664
\end{center}}
665
666
\only<3>{
667
\begin{center}
668
\includegraphics[height=6cm]{labelHextab.pdf}
669
\end{center}}
670
671
\end{frame}
672
673
674
\begin{frame}{Hyperplane arrangement (Thank you Sylvie !)}
675
Hyperplane arrangement = set of intersecting affine subspaces of codimension $1$
676
677
678
679
\begin{center}
680
\includegraphics{arr.pdf}\includegraphics[height=5cm]{braidFan.pdf}
681
\end{center}
682
\begin{flushright}
683
\footnotesize \copyright V. Pilaud
684
\end{flushright}
685
\end{frame}
686
687
\begin{frame}{Polytope and hyperplane arrangement}
688
\begin{center}
689
\includegraphics[height=5cm]{braidFan.pdf}
690
\includegraphics[height=5cm]{Permutoèdre.pdf}
691
\end{center}
692
\footnotesize \copyright V. Pilaud
693
\normalsize
694
\begin{block}{WYMR}
695
Number of faces of dimension $k$ = number of regions of dimension $n-k$ \textcolor{part2}{(linked with Möbius numbers of the intersection poset)}
696
\end{block}
697
\end{frame}
698
699
700
\section{How can we count regions of an hyperplane arrangement ?}\label{sect2}
701
702
\begin{frame}{Intersection poset}
703
\begin{defi}
704
\textcolor{newSec}{Intersection poset} = Poset of intersections of hyperplanes ordered by (reverse) inclusion
705
\end{defi}
706
707
\begin{center}
708
\begin{columns}
709
\begin{column}{0.5\textwidth}
710
\centering
711
\begin{tikzpicture}[scale=0.7]
712
\coordinate (A) at (0:2);
713
\coordinate (B) at (60:2);
714
\coordinate (C) at (120:2);
715
\coordinate (D) at (180:2);
716
\coordinate (E) at (240:2);
717
\coordinate (F) at (300:2);
718
\draw[part1, very thick] (A)--(D);
719
\draw[part2, very thick] (B)--(E);
720
\draw[part4, very thick] (C)--(F);
721
\end{tikzpicture}
722
\end{column}
723
\begin{column}{0.5\textwidth}
724
\begin{tikzpicture}
725
\node (min) at (0,0){};
726
\node[above=1cm of min] (2) {
727
\begin{tikzpicture}[scale=0.3]
728
\coordinate (A) at (0:2);
729
\coordinate (B) at (60:2);
730
\coordinate (C) at (120:2);
731
\coordinate (D) at (180:2);
732
\coordinate (E) at (240:2);
733
\coordinate (F) at (300:2);
734
%\draw[part1, very thick] (A)--(D);
735
\draw[part2, very thick] (B)--(E);
736
%\draw[part4, very thick] (C)--(F);
737
\end{tikzpicture}
738
};
739
\node[left=1cm of 2] (1) {
740
\begin{tikzpicture}[scale=0.3]
741
\coordinate (A) at (0:2);
742
\coordinate (B) at (60:2);
743
\coordinate (C) at (120:2);
744
\coordinate (D) at (180:2);
745
\coordinate (E) at (240:2);
746
\coordinate (F) at (300:2);
747
\draw[part1, very thick] (A)--(D);
748
%\draw[part2, very thick] (B)--(E);
749
%\draw[part4, very thick] (C)--(F);
750
\end{tikzpicture}};
751
\node[right=1cm of 2] (3) {
752
\begin{tikzpicture}[scale=0.3]
753
\coordinate (A) at (0:2);
754
\coordinate (B) at (60:2);
755
\coordinate (C) at (120:2);
756
\coordinate (D) at (180:2);
757
\coordinate (E) at (240:2);
758
\coordinate (F) at (300:2);
759
%\draw[part1, very thick] (A)--(D);
760
%\draw[part2, very thick] (B)--(E);
761
\draw[part4, very thick] (C)--(F);
762
\end{tikzpicture}};
763
\node[above=1cm of 2] (max) {
764
\begin{tikzpicture}[scale=0.3]
765
\coordinate (A) at (0:2);
766
\coordinate (B) at (60:2);
767
\coordinate (C) at (120:2);
768
\coordinate (D) at (180:2);
769
\coordinate (E) at (240:2);
770
\coordinate (F) at (300:2);
771
\draw[part1, very thick] (A)--(D);
772
\draw[part2, very thick] (B)--(E);
773
\draw[part4, very thick] (C)--(F);
774
\end{tikzpicture}};
775
\draw (min)--(1);
776
\draw (min)--(2);
777
\draw (min)--(3);
778
\draw (max)--(1);
779
\draw (max)--(2);
780
\draw (max)--(3);
781
\end{tikzpicture}
782
\end{column}
783
\end{columns}
784
\end{center}
785
\end{frame}
786
787
\begin{frame}{Intersection poset : Another more complicated example}
788
\begin{defi}
789
\textcolor{newSec}{Intersection poset} = Poset of intersections of hyperplanes ordered by (reverse) inclusion
790
\end{defi}
791
792
\begin{center}
793
\begin{columns}
794
\begin{column}{0.3\textwidth}
795
\centering
796
\includegraphics[width=\textwidth]{arr.pdf}
797
\end{column}
798
\begin{column}{0.7\textwidth}
799
\resizebox{\textwidth}{!}{
800
\begin{tikzpicture}
801
\node (min) at (0,0){};
802
\node[above left=1cm of min.north] (3) {
803
\begin{tikzpicture}[scale=0.3]
804
\coordinate (A) at (0:2);
805
\coordinate (B) at (60:2);
806
\coordinate (C) at (120:2);
807
\coordinate (D) at (180:2);
808
\coordinate (E) at (240:2);
809
\coordinate (F) at (300:2);
810
%\draw[part1, very thick] (A)--(D);
811
\draw[part2, very thick] (B)--(E);
812
%\draw[part4, very thick] (C)--(F);
813
\end{tikzpicture}};
814
\node[above right=1cm of min.north] (4) {
815
\begin{tikzpicture}[scale=0.3]
816
\coordinate (A) at (0:2);
817
\coordinate (B) at (60:2);
818
\coordinate (C) at (120:2);
819
\coordinate (D) at (180:2);
820
\coordinate (E) at (240:2);
821
\coordinate (F) at (300:2);
822
\draw[white, very thick] (B)--(E);
823
\draw[white, very thick] (C)--(F);
824
\draw[teal, very thick] (A)--(D);
825
\end{tikzpicture}};
826
\node[left=0.5cm of 3] (2) {
827
\begin{tikzpicture}[scale=0.3]
828
\coordinate (A) at (0:2);
829
\coordinate (B) at (60:2);
830
\coordinate (C) at (120:2);
831
\coordinate (D) at (180:2);
832
\coordinate (E) at (240:2);
833
\coordinate (F) at (300:2);
834
\draw[white, very thick] (A)--(D);
835
\draw[white, very thick] (B)--(E);
836
\draw[part4, very thick] (C)--(F);
837
\end{tikzpicture}};
838
\node[left=0.5cm of 2] (1) {
839
\begin{tikzpicture}[scale=0.3]
840
\coordinate (A) at (0:2);
841
\coordinate (B) at (60:2);
842
\coordinate (C) at (120:2);
843
\coordinate (D) at (180:2);
844
\coordinate (E) at (240:2);
845
\coordinate (F) at (300:2);
846
\draw[white, very thick] (B)--(E);
847
\draw[white, very thick] (C)--(F);
848
\draw[part1, very thick] (A)--(D);
849
\end{tikzpicture}};
850
\node[right=0.5cm of 4] (5) {
851
\begin{tikzpicture}[scale=0.3]
852
\coordinate (A) at (0:2);
853
\coordinate (B) at (60:2);
854
\coordinate (C) at (120:2);
855
\coordinate (D) at (180:2);
856
\coordinate (E) at (240:2);
857
\coordinate (F) at (300:2);
858
\draw[white, very thick] (A)--(D);
859
\draw[white, very thick] (B)--(E);
860
\draw[green, very thick] (C)--(F);
861
\end{tikzpicture}};
862
\node[right=0.5cm of 5] (6) {
863
\begin{tikzpicture}[scale=0.3]
864
\coordinate (A) at (0:2);
865
\coordinate (B) at (60:2);
866
\coordinate (C) at (120:2);
867
\coordinate (D) at (180:2);
868
\coordinate (E) at (240:2);
869
\coordinate (F) at (300:2);
870
\draw[white, very thick] (A)--(D);
871
\draw[white, very thick] (C)--(F);
872
\draw[red, very thick] (B)--(E);
873
\end{tikzpicture}};
874
\node[above=2cm of 1] (15) {
875
\begin{tikzpicture}[scale=0.3]
876
\coordinate (A) at (0:2);
877
\coordinate (B) at (60:2);
878
\coordinate (C) at (120:2);
879
\coordinate (D) at (180:2);
880
\coordinate (E) at (240:2);
881
\coordinate (F) at (300:2);
882
\draw[part1, very thick] (A)--(D);
883
%\draw[part2, very thick] (B)--(E);
884
\draw[green, very thick] (C)--(F);
885
\end{tikzpicture}};
886
\node[left=0.5cm of 15] (123) {
887
\begin{tikzpicture}[scale=0.3]
888
\coordinate (A) at (0:2);
889
\coordinate (B) at (60:2);
890
\coordinate (C) at (120:2);
891
\coordinate (D) at (180:2);
892
\coordinate (E) at (240:2);
893
\coordinate (F) at (300:2);
894
\draw[part1, very thick] (A)--(D);
895
\draw[part2, very thick] (B)--(E);
896
\draw[part4, very thick] (C)--(F);
897
\end{tikzpicture}
898
};
899
\node[right=0.5cm of 15] (26) {
900
\begin{tikzpicture}[scale=0.3]
901
\coordinate (A) at (0:2);
902
\coordinate (B) at (60:2);
903
\coordinate (C) at (120:2);
904
\coordinate (D) at (180:2);
905
\coordinate (E) at (240:2);
906
\coordinate (F) at (300:2);
907
%\draw[part1, very thick] (A)--(D);
908
\draw[red, very thick] (B)--(E);
909
\draw[part4, very thick] (C)--(F);
910
\end{tikzpicture}};
911
\node[right=0.5cm of 26] (34) {
912
\begin{tikzpicture}[scale=0.3]
913
\coordinate (A) at (0:2);
914
\coordinate (B) at (60:2);
915
\coordinate (C) at (120:2);
916
\coordinate (D) at (180:2);
917
\coordinate (E) at (240:2);
918
\coordinate (F) at (300:2);
919
\draw[teal, very thick] (A)--(D);
920
\draw[part2, very thick] (B)--(E);
921
%\draw[part4, very thick] (C)--(F);
922
\end{tikzpicture}};
923
\node[right=0.5cm of 34] (24) {
924
\begin{tikzpicture}[scale=0.3]
925
\coordinate (A) at (0:2);
926
\coordinate (B) at (60:2);
927
\coordinate (C) at (120:2);
928
\coordinate (D) at (180:2);
929
\coordinate (E) at (240:2);
930
\coordinate (F) at (300:2);
931
\draw[teal, very thick] (A)--(D);
932
%\draw[part2, very thick] (B)--(E);
933
\draw[part4, very thick] (C)--(F);
934
\end{tikzpicture}};
935
\node[right=0.5cm of 24] (35) {
936
\begin{tikzpicture}[scale=0.3]
937
\coordinate (A) at (0:2);
938
\coordinate (B) at (60:2);
939
\coordinate (C) at (120:2);
940
\coordinate (D) at (180:2);
941
\coordinate (E) at (240:2);
942
\coordinate (F) at (300:2);
943
%\draw[part1, very thick] (A)--(D);
944
\draw[part2, very thick] (B)--(E);
945
\draw[green, very thick] (C)--(F);
946
\end{tikzpicture}};
947
\node[right=0.5cm of 35] (16) {
948
\begin{tikzpicture}[scale=0.3]
949
\coordinate (A) at (0:2);
950
\coordinate (B) at (60:2);
951
\coordinate (C) at (120:2);
952
\coordinate (D) at (180:2);
953
\coordinate (E) at (240:2);
954
\coordinate (F) at (300:2);
955
\draw[part1, very thick] (A)--(D);
956
\draw[red, very thick] (B)--(E);
957
%\draw[part4, very thick] (C)--(F);
958
\end{tikzpicture}};
959
\node[right=0.5cm of 16] (456) {
960
\begin{tikzpicture}[scale=0.3]
961
\coordinate (A) at (0:2);
962
\coordinate (B) at (60:2);
963
\coordinate (C) at (120:2);
964
\coordinate (D) at (180:2);
965
\coordinate (E) at (240:2);
966
\coordinate (F) at (300:2);
967
\draw[teal, very thick] (A)--(D);
968
\draw[red, very thick] (B)--(E);
969
\draw[green, very thick] (C)--(F);
970
\end{tikzpicture}};
971
\draw (min)--(1);
972
\draw (min)--(2);
973
\draw (min)--(3);
974
\draw (min)--(4);
975
\draw (min)--(5);
976
\draw (min)--(6);
977
\draw (123.south)--(1.north);
978
\draw (123.south)--(2.north);
979
\draw (123.south)--(3.north);
980
\draw (456.south)--(4.north);
981
\draw (456.south)--(5.north);
982
\draw (456.south)--(6.north);
983
\draw (2.north)--(26.south)--(6.north);
984
\draw (2.north)--(24.south)--(4.north);
985
\draw (1.north)--(15.south)--(5.north);
986
\draw (1.north)--(16.south)--(6.north);
987
\draw (3.north)--(34.south)--(4.north);
988
\draw (3.north)--(35.south)--(5.north);
989
\end{tikzpicture}}
990
\end{column}
991
\end{columns}
992
\end{center}
993
\end{frame}
994
995
\begin{frame}{Möbius numbers}
996
\begin{defi}
997
\begin{center}
998
\textcolor{newSec}{Möbius function: }$\mu(x,x)=1$ and $\mu(x,y)=-\sum_{x\leq z < y} \mu(x,z) $
999
\end{center}
1000
\end{defi}
1001
\begin{center}
1002
\only<2>{
1003
\vspace{2cm}
1004
\Large \textcolor{newSec}{Just like a game on an oriented graph !}}
1005
\normalsize
1006
\resizebox{\textwidth}{!}{
1007
\onslide<3->{
1008
\vspace{1cm}
1009
\begin{tikzpicture}
1010
\node (min) at (0,0) {$0_{\Pi_n}:=\{1\}\{2\}\{3\}$};
1011
\node[above=10pt of min] (2) {$\{1,3\}\{2\}$};
1012
\node[left=80pt of 2] (1) {$\{1\}\{2,3\}$};
1013
\node[right=80pt of 2] (3) {$\{1,2\}\{3\}$};
1014
\node[above=10pt of 2] (max) {$\{1,2,3\}$};
1015
\foreach \i in {1,2,3}
1016
{\draw (min)--(\i)--(max);}
1017
\onslide<4->{\node[right=2pt of min, newSec] {$\mu(0_{\Pi_n},\_)=1$};}
1018
\onslide<5->{\node[right=2pt of 1, newSec] {$\mu(0_{\Pi_n},\_)=-1$};}
1019
\onslide<6->{\node[right=2pt of 2, newSec] {$\mu(0_{\Pi_n},\_)=-1$};
1020
\node[right=5pt of 3, newSec] {$\mu(0_{\Pi_n},\_)=-1$};}
1021
\onslide<7->{\node[right=5pt of max, newSec] (res){$\mu(0_{\Pi_n},\_)=2$};
1022
\node[part3, right=10pt of res, anchor=west] (txt) {Möbius number};
1023
\draw[->, newSec] (txt)--(res);
1024
}
1025
\end{tikzpicture}}}
1026
\end{center}
1027
\end{frame}
1028
1029
\begin{frame}{Zaslavsky's theorem}
1030
1031
Let $\mathcal{A}$ be an hyperplane arrangement and $\mathcal{I}$ be its intersection poset.
1032
\begin{thm}[Zaslavsky, 75]
1033
\begin{equation*}
1034
\text{number of $k$-faces } = \sum_{\substack{ I \leq J \in \mathcal{I} \\ \operatorname{dim}(I)=k}} |\mu(I,J)|
1035
\end{equation*}
1036
\end{thm}
1037
1038
1039
\begin{center}
1040
\begin{columns}
1041
\begin{column}{0.5\textwidth}
1042
\centering
1043
\begin{tikzpicture}
1044
\coordinate (A) at (0:2);
1045
\coordinate (B) at (60:2);
1046
\coordinate (C) at (120:2);
1047
\coordinate (D) at (180:2);
1048
\coordinate (E) at (240:2);
1049
\coordinate (F) at (300:2);
1050
\draw[part1, very thick] (A)--(D);
1051
\draw[part2, very thick] (B)--(E);
1052
\draw[part4, very thick] (C)--(F);
1053
\draw[very thick] (30:1)--(90:1)--(150:1)--(210:1)--(270:1)--(330:1)--cycle;
1054
\end{tikzpicture}
1055
\end{column}
1056
\begin{column}{0.5\textwidth}
1057
\centering
1058
\begin{tikzpicture}
1059
\node (min) at (0,0) {};
1060
\node[above=10pt of min] (2) {\begin{tikzpicture}[scale=0.3]
1061
\coordinate (A) at (0:2);
1062
\coordinate (B) at (60:2);
1063
\coordinate (C) at (120:2);
1064
\coordinate (D) at (180:2);
1065
\coordinate (E) at (240:2);
1066
\coordinate (F) at (300:2);
1067
%\draw[part1, very thick] (A)--(D);
1068
\draw[part2, very thick] (B)--(E);
1069
%\draw[part4, very thick] (C)--(F);
1070
\end{tikzpicture}
1071
};
1072
\node[left=20pt of 2] (1) {\begin{tikzpicture}[scale=0.3]
1073
\coordinate (A) at (0:2);
1074
\coordinate (B) at (60:2);
1075
\coordinate (C) at (120:2);
1076
\coordinate (D) at (180:2);
1077
\coordinate (E) at (240:2);
1078
\coordinate (F) at (300:2);
1079
\draw[part1, very thick] (A)--(D);
1080
%\draw[part2, very thick] (B)--(E);
1081
%\draw[part4, very thick] (C)--(F);
1082
\end{tikzpicture}};
1083
\node[right=20pt of 2] (3) {\begin{tikzpicture}[scale=0.3]
1084
\coordinate (A) at (0:2);
1085
\coordinate (B) at (60:2);
1086
\coordinate (C) at (120:2);
1087
\coordinate (D) at (180:2);
1088
\coordinate (E) at (240:2);
1089
\coordinate (F) at (300:2);
1090
%\draw[part1, very thick] (A)--(D);
1091
%\draw[part2, very thick] (B)--(E);
1092
\draw[part4, very thick] (C)--(F);
1093
\end{tikzpicture}};
1094
\node[above=10pt of 2] (max) {\begin{tikzpicture}[scale=0.3]
1095
\coordinate (A) at (0:2);
1096
\coordinate (B) at (60:2);
1097
\coordinate (C) at (120:2);
1098
\coordinate (D) at (180:2);
1099
\coordinate (E) at (240:2);
1100
\coordinate (F) at (300:2);
1101
\draw[part1, very thick] (A)--(D);
1102
\draw[part2, very thick] (B)--(E);
1103
\draw[part4, very thick] (C)--(F);
1104
\end{tikzpicture}};
1105
\foreach \i in {1,2,3}
1106
\draw (min)--(\i)--(max);
1107
\node[right=1pt of min, newSec] {$1$};
1108
\node[right=1pt of 1, newSec] {$-1$};
1109
\node[right=1pt of 2, newSec] {$-1$};
1110
\node[right=1pt of 3, newSec] {$-1$};
1111
\node[right=1pt of max, newSec] (res){$2$};
1112
\end{tikzpicture}
1113
\end{column}
1114
\end{columns}
1115
\end{center}
1116
1117
\end{frame}
1118
1119
1120
\begin{frame}{In this talk : $\ell$ copies of the braid arrangement}
1121
\begin{defi}
1122
The \textcolor{newSec}{braid arrangement} is the hyperplane arrangement whose hyperplane satisfy equations
1123
\begin{equation*}
1124
H_{i,j}=\{x \in \mathbb{R}^n| x_i=x_j\}
1125
\end{equation*}
1126
\end{defi}
1127
1128
\begin{columns}
1129
\begin{column}{0.5\textwidth}
1130
\centering
1131
\begin{tikzpicture}[scale=0.7]
1132
\coordinate (A) at (0:2);
1133
\coordinate (B) at (60:2);
1134
\coordinate (C) at (120:2);
1135
\coordinate (D) at (180:2);
1136
\coordinate (E) at (240:2);
1137
\coordinate (F) at (300:2);
1138
\draw[part1, very thick] (A)--(D);
1139
\draw[part2, very thick] (B)--(E);
1140
\draw[part4, very thick] (C)--(F);
1141
\end{tikzpicture}
1142
\end{column}
1143
\begin{column}{0.5\textwidth}
1144
\includegraphics[width=0.7\textwidth]{arr.pdf}
1145
\end{column}
1146
\end{columns}
1147
1148
1149
\end{frame}
1150
1151
\begin{frame}{Intersection poset of the braid arrangement : the partition poset $\Pi_n$}
1152
\textcolor{newSec}{Partitions} of a set $V$ :
1153
\begin{equation*}
1154
\{V_1, \ldots, V_k\} \models V \Leftrightarrow V= \bigsqcup_{i=1}^k V_i, V_i\cap V_j= \emptyset \text{ for } i \neq j
1155
\end{equation*}
1156
1157
Partial order on set partitions of a set $V$:
1158
\begin{equation*}
1159
\textcolor{part2}{\{V'_1, \ldots, V'_p\}} \leq \textcolor{part1}{\{V_1, \ldots, V_k\}} \Leftrightarrow \textcolor{part2}{\forall i \in \{1,p\}}, \textcolor{part1}{\exists j \in \{1,k\}} \text{ s.t. } \textcolor{part2}{V'_i} \subseteq \textcolor{part1}{V_j}
1160
\end{equation*}
1161
\onslide<2->{
1162
\begin{figure}[h!]
1163
\begin{center}
1164
\scalebox{0.7}
1165
{\begin{tikzpicture}[scale=0.9]
1166
\node[draw, thick, rounded corners] (max) at (0,-5. 5) {$\{1\}\{2\}\{3\}\{4\}$};
1167
\node[draw, thick, rounded corners, purple] (12) at (-7.5,-4) {$\{1, 2\}\{3\}\{4\}$};
1168
\node[draw, thick, rounded corners, blue] (13) at (-4.5,-4) {$\{1, 3\}\{2\}\{4\}$};
1169
\node[draw, thick, rounded corners, teal] (23) at (-1. 5,-4) {$\{1\}\{2, 3\}\{4\}$};
1170
\node[draw, thick, rounded corners, green!80!black] (14) at (1.5,-4) {$\{1, 4\}\{2\}\{3\}$};
1171
\node[draw, thick, rounded corners, orange] (24) at (4.5,-4) {$\{1\}\{2,4\}\{3\}$};
1172
\node[draw, thick, rounded corners, red] (34) at (7.5,-4) {$\{1\}\{2\}\{3, 4\}$};
1173
\draw[thick] (max) -- (12);
1174
\draw[thick] (max) -- (13);
1175
\draw[thick] (max) -- (14);
1176
\draw[thick] (max) -- (23);
1177
\draw[thick] (max) -- (24);
1178
\draw[thick] (max) -- (34);
1179
\node[draw, thick, rounded corners] (123) at (-7.5,-1. 5) {$\{1, 2, 3\}\{4\}$};
1180
\node[draw, thick, rounded corners] (124) at (-5,-1. 5) {$\{1, 2, 4\}\{3\}$};
1181
\node[draw, thick, rounded corners] (12d) at (-2.5,-1. 5) {$\{1, 2\}\{3, 4\}$};
1182
\node[draw, thick, rounded corners] (13d) at (0,-1. 5) {$\{1, 3\}\{2, 4\}$};
1183
\node[draw, thick, rounded corners] (134) at (2.5,-1. 5) {$\{1, 3, 4\}\{2\}$};
1184
\node[draw, thick, rounded corners] (14d) at (5,-1. 5) {$\{1, 4\}\{2, 3\}$};
1185
\node[draw, thick, rounded corners] (234) at (7.5,-1. 5) {$\{1\}\{2, 3, 4\}$};
1186
\draw[thick, purple] (12) -- (12d);
1187
\draw[thick, red] (34) -- (12d);
1188
\draw[thick, blue] (13) -- (13d);
1189
\draw[thick, orange] (24) -- (13d);
1190
\draw[thick, green!80!black] (14) -- (14d);
1191
\draw[thick, teal] (23) -- (14d);
1192
\draw[thick, purple] (12) -- (123);
1193
\draw[thick, blue] (13) -- (123);
1194
\draw[thick, teal] (23) -- (123);
1195
\draw[thick, purple] (12) -- (124);
1196
\draw[thick, green!80!black] (14) -- (124);
1197
\draw[thick, orange] (24) -- (124);
1198
\draw[thick, blue] (13) -- (134);
1199
\draw[thick, green!80!black] (14) -- (134);
1200
\draw[thick, red] (34) -- (134);
1201
\draw[thick, teal] (23) -- (234);
1202
\draw[thick, orange] (24) -- (234);
1203
\draw[thick, red] (34) -- (234);
1204
\node[draw, thick, rounded corners] (min) at (0,0) {$\{1, 2, 3, 4\}$};
1205
\draw[thick] (min) -- (12d);
1206
\draw[thick] (min) -- (13d);
1207
\draw[thick] (min) -- (14d);
1208
\draw[thick] (min) -- (123);
1209
\draw[thick] (min) -- (124);
1210
\draw[thick] (min) -- (134);
1211
\draw[thick] (min) -- (234);
1212
\end{tikzpicture}}
1213
\end{center}}
1214
\end{figure}
1215
\end{frame}
1216
1217
\begin{frame}{Intervals and möbius numbers of the partition posets}
1218
\begin{center}
1219
\scalebox{0.7}
1220
{\begin{tikzpicture}[scale=0.9]
1221
\node[draw, thick, rounded corners] (max) at (0,-5. 5) {$\{1\}\{2\}\{3\}\{4\}$};
1222
\node[draw, thick, rounded corners, purple] (12) at (-7.5,-4) {$\{1, 2\}\{3\}\{4\}$};
1223
\node[draw, thick, rounded corners, blue] (13) at (-4.5,-4) {$\{1, 3\}\{2\}\{4\}$};
1224
\node[draw, thick, rounded corners, teal] (23) at (-1. 5,-4) {$\{1\}\{2, 3\}\{4\}$};
1225
\node[draw, thick, rounded corners, green!80!black] (14) at (1.5,-4) {$\{1, 4\}\{2\}\{3\}$};
1226
\node[draw, thick, rounded corners, orange] (24) at (4.5,-4) {$\{1\}\{2,4\}\{3\}$};
1227
\node[draw, thick, rounded corners, red] (34) at (7.5,-4) {$\{1\}\{2\}\{3, 4\}$};
1228
\draw[thick] (max) -- (12);
1229
\draw[thick] (max) -- (13);
1230
\draw[thick] (max) -- (14);
1231
\draw[thick] (max) -- (23);
1232
\draw[thick] (max) -- (24);
1233
\draw[thick] (max) -- (34);
1234
\node[draw, thick, rounded corners] (123) at (-7.5,-1. 5) {$\{1, 2, 3\}\{4\}$};
1235
\node[draw, thick, rounded corners] (124) at (-5,-1. 5) {$\{1, 2, 4\}\{3\}$};
1236
\node[draw, thick, rounded corners] (12d) at (-2.5,-1. 5) {$\{1, 2\}\{3, 4\}$};
1237
\node[draw, thick, rounded corners] (13d) at (0,-1. 5) {$\{1, 3\}\{2, 4\}$};
1238
\node[draw, thick, rounded corners] (134) at (2.5,-1. 5) {$\{1, 3, 4\}\{2\}$};
1239
\node[draw, thick, rounded corners] (14d) at (5,-1. 5) {$\{1, 4\}\{2, 3\}$};
1240
\node[draw, thick, rounded corners] (234) at (7.5,-1. 5) {$\{1\}\{2, 3, 4\}$};
1241
\draw[thick, purple] (12) -- (12d);
1242
\draw[thick, red] (34) -- (12d);
1243
\draw[thick, blue] (13) -- (13d);
1244
\draw[thick, orange] (24) -- (13d);
1245
\draw[thick, green!80!black] (14) -- (14d);
1246
\draw[thick, teal] (23) -- (14d);
1247
\draw[thick, purple] (12) -- (123);
1248
\draw[thick, blue] (13) -- (123);
1249
\draw[thick, teal] (23) -- (123);
1250
\draw[thick, purple] (12) -- (124);
1251
\draw[thick, green!80!black] (14) -- (124);
1252
\draw[thick, orange] (24) -- (124);
1253
\draw[thick, blue] (13) -- (134);
1254
\draw[thick, green!80!black] (14) -- (134);
1255
\draw[thick, red] (34) -- (134);
1256
\draw[thick, teal] (23) -- (234);
1257
\draw[thick, orange] (24) -- (234);
1258
\draw[thick, red] (34) -- (234);
1259
\node[draw, thick, rounded corners] (min) at (0,0) {$\{1, 2, 3, 4\}$};
1260
\draw[thick] (min) -- (12d);
1261
\draw[thick] (min) -- (13d);
1262
\draw[thick] (min) -- (14d);
1263
\draw[thick] (min) -- (123);
1264
\draw[thick] (min) -- (124);
1265
\draw[thick] (min) -- (134);
1266
\draw[thick] (min) -- (234);
1267
\end{tikzpicture}}
1268
\end{center}
1269
\begin{lem} For $\pi=(\pi_1, \ldots, \pi_k) \in \Pi_n$, we have:
1270
\begin{align*}
1271
[0_{\Pi_n},\pi] \simeq \prod_{i=1}^k \Pi_{|\pi_k|} \hspace{1cm}
1272
[\pi, 1_{\Pi_n}] \simeq \Pi_k \hspace{1cm} \mu(\pi, 1_{\Pi_n})=(k-1)!
1273
\end{align*}
1274
\end{lem}
1275
\end{frame}
1276
1277
\begin{frame}{Formula for the number of regions of the braid arrangement}
1278
1279
\begin{prop}
1280
\begin{equation*}
1281
f_{k}({\mathcal{B}_n}^\ell)=\sum_{\mathbf{F} \leq \mathbf{G}} \prod_{ G_i\in \mathbf{G}} \left( \# \mathbf{F}[G_i]-1\right)!
1282
\end{equation*}
1283
where $\mathbf{F} \leq \mathbf{G}$ are two partitions, $\mathbf{F}$ has $k+1$ parts and $\mathbf{F}[G_i]=\{F_j \in \mathbf{F} | F_j \subseteq G_i\}$
1284
\end{prop}
1285
1286
\onslide<2->{\begin{alertblock}{Focus of the next section}
1287
What are the underlying combinatorial object when $\ell \geq 2$ ?
1288
\end{alertblock}}
1289
1290
\end{frame}
1291
1292
1293
1294
\section{The section for which you can wake up if you love graphs but hate algebra}\label{sect3}
1295
1296
\begin{frame}{Description of faces in terms of trees}
1297
\begin{columns}
1298
\begin{column}{0.4\textwidth}
1299
\begin{tikzpicture}[scale=0.7]
1300
\coordinate (A) at (0:2);
1301
\coordinate (B) at (60:2);
1302
\coordinate (C) at (120:2);
1303
\coordinate (D) at (180:2);
1304
\coordinate (E) at (240:2);
1305
\coordinate (F) at (300:2);
1306
\draw[blue, very thick] (A)--(D);
1307
\draw[teal, very thick] (B)--(E);
1308
\draw[green, very thick] (C)--(F);
1309
\node[blue] (123) at (0,-2){$\{1,2,3\}$};
1310
\draw (123) edge[thick, ->, blue] (0,0);
1311
\node[left=1pt of D, blue] (13) {$\{1,3\}\{2\}$};
1312
\node[above left=1pt of C, blue] (12) {$\{1,2\}\{3\}$};
1313
\node[above=1pt of B, blue] (23) {$\{1\}\{2,3\}$};
1314
\end{tikzpicture}
1315
1316
1317
\vspace{0.5cm}
1318
\only<7->{
1319
\begin{block}{Not every pair is possible}
1320
\begin{center}
1321
\centering
1322
\sout{$(\textcolor{blue}{\{1,2\}\{3\}}, \textcolor{red}{\{1,2\}\{3\}})$}
1323
\end{center}
1324
\end{block}
1325
\only<8->{
1326
\centering
1327
\begin{tikzpicture}
1328
\node (12b) at (0,0) {\textcolor{blue}{1\ 2}};
1329
\node[below=10pt of 12b] (3b) {\textcolor{blue}{3}};
1330
\node[right=20pt of 12b] (1r){\textcolor{red}{1}};
1331
\node[below=10pt of 1r] (23r){\textcolor{red}{23}};
1332
\onslide<9->{
1333
\draw (3b)edge node[midway, below]{3} (23r);
1334
\draw (23r) edge node[midway, above, right]{2}(12b);
1335
\draw (12b) edge node[midway, above]{1}(1r);
1336
}
1337
\end{tikzpicture}
1338
\onslide<10->{\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1339
\node[draw, circle] (1p){1};
1340
\node[draw, circle, above=5pt of 1p.north](2p){2};
1341
\node[draw, circle, above=5pt of 2p.north](3p){3};
1342
\node[left=5pt of 2p.west]{$=$};
1343
\draw[very thick, red] (2p)--(3p);
1344
\draw[very thick, blue] (1p)--(2p);
1345
\end{tikzpicture}
1346
}
1347
}}
1348
\end{column}
1349
\begin{column}{0.6\textwidth}
1350
\onslide<2->{
1351
\begin{tikzpicture}[very thick]
1352
\coordinate (C) at (180:1);
1353
\coordinate (D) at (90:1);
1354
\coordinate (E) at (-90:1);
1355
\coordinate (F) at (0:1);
1356
\coordinate (A) at ($2*(C)+(D)$); % bleu-orange
1357
\coordinate (Ag1) at ($(A)+(C)+(D)$);
1358
\coordinate (Ag2) at ($(A)+(C)$);
1359
\coordinate (B) at ($2*(C)+(E)$); % teal-rouge
1360
\coordinate (Bg1) at ($(C)+(B)$);
1361
\coordinate (Bg2) at ($(C)+(B)+(E)$);
1362
\coordinate (G) at ($2*(F)+(D)$);
1363
\coordinate (Gg1) at ($(G)+(F)$);
1364
\coordinate (Gg2) at ($(G)+(F)+(D)$);
1365
\coordinate (H) at ($2*(F)+(E)$);
1366
\coordinate (Hg1) at ($(H)+(F)+(E)$);
1367
\coordinate (Hg2) at ($(H)+(F)$);
1368
\coordinate (F1) at ($3*(E)+2*(C)$);
1369
\coordinate (F2) at ($3*(E)+2*(F)$);
1370
\coordinate (F3) at ($3*(D)+2*(C)$);
1371
\coordinate (F4) at ($3*(D)+2*(F)$);
1372
\coordinate (midb) at ($(C)+(F)+(D)$);
1373
\draw[blue] (Ag2)--(Gg1);
1374
\draw[red] (Bg1)--(Hg2);
1375
\draw[teal] (Bg2)--(F4);
1376
\draw[magenta] (F1)--(Gg2);
1377
\draw[orange] (Ag1)--(F2);
1378
\draw[green] (F3)--(Hg1);
1379
\onslide<3->{
1380
\node[above=2cm of midb] (eb){(\textcolor{blue}{\{1,2,3\}}, \textcolor{red}{\{1\}\{2\}\{3\}})};
1381
\draw (eb) edge[->](midb);}
1382
\onslide<4->{
1383
\coordinate (midr) at ($(C)+(F)+(E)$);
1384
\node[below=2cm of midr] (er){(\textcolor{blue}{\{1\}\{2\}\{3\}}, \textcolor{red}{\{1,2,3\}})};
1385
\draw (er) edge[->](midr);}
1386
\onslide<5->{
1387
\node[right=0.5cm of F,text width=2.5cm] (ef){(\textcolor{blue}{\{1,2\}\{3\}}, \textcolor{red}{\{1\}\{2,3\}})};
1388
\draw (ef) edge[->](F);
1389
}
1390
\onslide<6->{
1391
\node[below=1.5cm of H,text width=2cm, anchor=west] (eh){(\textcolor{blue}{\{1,2\}\{3\}}, \textcolor{red}{\{1, 3\}\{2\}})};
1392
\draw (eh) edge[->](H);
1393
}
1394
\end{tikzpicture}}
1395
\end{column}
1396
\end{columns}
1397
1398
1399
\end{frame}
1400
1401
\begin{frame}{From intersections of hyperplanes to coloured forests}
1402
\begin{block}{Intersection of hyperplanes}
1403
Each intersection is a forest of edge-coloured rooted trees s.t.:
1404
\begin{itemize}
1405
\item there are $\ell$ different colours of edges and $1$ is a root
1406
\item a child edge does not have the same colour as its parent.
1407
\end{itemize}
1408
\end{block}
1409
1410
\begin{center}
1411
\only<1>{
1412
\resizebox{0.8\textwidth}{!}{
1413
\begin{tikzpicture}
1414
\node (min) at (0,0){};
1415
\node[above left=1cm of min.north] (3) {
1416
\begin{tikzpicture}[scale=0.3]
1417
\coordinate (A) at (0:2);
1418
\coordinate (B) at (60:2);
1419
\coordinate (C) at (120:2);
1420
\coordinate (D) at (180:2);
1421
\coordinate (E) at (240:2);
1422
\coordinate (F) at (300:2);
1423
%\draw[blue, very thick] (A)--(D);
1424
\draw[teal, very thick] (B)--(E);
1425
%\draw[part4, very thick] (C)--(F);
1426
\end{tikzpicture}};
1427
\node[above right=1cm of min.north] (4) {
1428
\begin{tikzpicture}[scale=0.3]
1429
\coordinate (A) at (0:2);
1430
\coordinate (B) at (60:2);
1431
\coordinate (C) at (120:2);
1432
\coordinate (D) at (180:2);
1433
\coordinate (E) at (240:2);
1434
\coordinate (F) at (300:2);
1435
\draw[white, very thick] (B)--(E);
1436
\draw[white, very thick] (C)--(F);
1437
\draw[red, very thick] (A)--(D);
1438
\end{tikzpicture}};
1439
\node[left=0.5cm of 3] (2) {
1440
\begin{tikzpicture}[scale=0.3]
1441
\coordinate (A) at (0:2);
1442
\coordinate (B) at (60:2);
1443
\coordinate (C) at (120:2);
1444
\coordinate (D) at (180:2);
1445
\coordinate (E) at (240:2);
1446
\coordinate (F) at (300:2);
1447
\draw[white, very thick] (A)--(D);
1448
\draw[white, very thick] (B)--(E);
1449
\draw[green, very thick] (C)--(F);
1450
\end{tikzpicture}};
1451
\node[left=0.5cm of 2] (1) {
1452
\begin{tikzpicture}[scale=0.3]
1453
\coordinate (A) at (0:2);
1454
\coordinate (B) at (60:2);
1455
\coordinate (C) at (120:2);
1456
\coordinate (D) at (180:2);
1457
\coordinate (E) at (240:2);
1458
\coordinate (F) at (300:2);
1459
\draw[white, very thick] (B)--(E);
1460
\draw[white, very thick] (C)--(F);
1461
\draw[blue, very thick] (A)--(D);
1462
\end{tikzpicture}};
1463
\node[right=0.5cm of 4] (5) {
1464
\begin{tikzpicture}[scale=0.3]
1465
\coordinate (A) at (0:2);
1466
\coordinate (B) at (60:2);
1467
\coordinate (C) at (120:2);
1468
\coordinate (D) at (180:2);
1469
\coordinate (E) at (240:2);
1470
\coordinate (F) at (300:2);
1471
\draw[white, very thick] (A)--(D);
1472
\draw[white, very thick] (B)--(E);
1473
\draw[orange, very thick] (C)--(F);
1474
\end{tikzpicture}};
1475
\node[right=0.5cm of 5] (6) {
1476
\begin{tikzpicture}[scale=0.3]
1477
\coordinate (A) at (0:2);
1478
\coordinate (B) at (60:2);
1479
\coordinate (C) at (120:2);
1480
\coordinate (D) at (180:2);
1481
\coordinate (E) at (240:2);
1482
\coordinate (F) at (300:2);
1483
\draw[white, very thick] (A)--(D);
1484
\draw[white, very thick] (C)--(F);
1485
\draw[magenta, very thick] (B)--(E);
1486
\end{tikzpicture}};
1487
\node[above=2cm of 1] (15) {
1488
\begin{tikzpicture}[scale=0.3]
1489
\coordinate (A) at (0:2);
1490
\coordinate (B) at (60:2);
1491
\coordinate (C) at (120:2);
1492
\coordinate (D) at (180:2);
1493
\coordinate (E) at (240:2);
1494
\coordinate (F) at (300:2);
1495
\draw[blue, very thick] (A)--(D);
1496
%\draw[part2, very thick] (B)--(E);
1497
\draw[orange, very thick] (C)--(F);
1498
\end{tikzpicture}};
1499
\node[left=0.5cm of 15] (123) {
1500
\begin{tikzpicture}[scale=0.3]
1501
\coordinate (A) at (0:2);
1502
\coordinate (B) at (60:2);
1503
\coordinate (C) at (120:2);
1504
\coordinate (D) at (180:2);
1505
\coordinate (E) at (240:2);
1506
\coordinate (F) at (300:2);
1507
\draw[blue, very thick] (A)--(D);
1508
\draw[teal, very thick] (B)--(E);
1509
\draw[green, very thick] (C)--(F);
1510
\end{tikzpicture}
1511
};
1512
\node[right=0.5cm of 15] (26) {
1513
\begin{tikzpicture}[scale=0.3]
1514
\coordinate (A) at (0:2);
1515
\coordinate (B) at (60:2);
1516
\coordinate (C) at (120:2);
1517
\coordinate (D) at (180:2);
1518
\coordinate (E) at (240:2);
1519
\coordinate (F) at (300:2);
1520
%\draw[blue, very thick] (A)--(D);
1521
\draw[magenta, very thick] (B)--(E);
1522
\draw[green, very thick] (C)--(F);
1523
\end{tikzpicture}};
1524
\node[right=0.5cm of 26] (34) {
1525
\begin{tikzpicture}[scale=0.3]
1526
\coordinate (A) at (0:2);
1527
\coordinate (B) at (60:2);
1528
\coordinate (C) at (120:2);
1529
\coordinate (D) at (180:2);
1530
\coordinate (E) at (240:2);
1531
\coordinate (F) at (300:2);
1532
\draw[red, very thick] (A)--(D);
1533
\draw[teal, very thick] (B)--(E);
1534
%\draw[part4, very thick] (C)--(F);
1535
\end{tikzpicture}};
1536
\node[right=0.5cm of 34] (24) {
1537
\begin{tikzpicture}[scale=0.3]
1538
\coordinate (A) at (0:2);
1539
\coordinate (B) at (60:2);
1540
\coordinate (C) at (120:2);
1541
\coordinate (D) at (180:2);
1542
\coordinate (E) at (240:2);
1543
\coordinate (F) at (300:2);
1544
\draw[red, very thick] (A)--(D);
1545
%\draw[part2, very thick] (B)--(E);
1546
\draw[green, very thick] (C)--(F);
1547
\end{tikzpicture}};
1548
\node[right=0.5cm of 24] (35) {
1549
\begin{tikzpicture}[scale=0.3]
1550
\coordinate (A) at (0:2);
1551
\coordinate (B) at (60:2);
1552
\coordinate (C) at (120:2);
1553
\coordinate (D) at (180:2);
1554
\coordinate (E) at (240:2);
1555
\coordinate (F) at (300:2);
1556
%\draw[blue, very thick] (A)--(D);
1557
\draw[teal, very thick] (B)--(E);
1558
\draw[orange, very thick] (C)--(F);
1559
\end{tikzpicture}};
1560
\node[right=0.5cm of 35] (16) {
1561
\begin{tikzpicture}[scale=0.3]
1562
\coordinate (A) at (0:2);
1563
\coordinate (B) at (60:2);
1564
\coordinate (C) at (120:2);
1565
\coordinate (D) at (180:2);
1566
\coordinate (E) at (240:2);
1567
\coordinate (F) at (300:2);
1568
\draw[blue, very thick] (A)--(D);
1569
\draw[magenta, very thick] (B)--(E);
1570
%\draw[part4, very thick] (C)--(F);
1571
\end{tikzpicture}};
1572
\node[right=0.5cm of 16] (456) {
1573
\begin{tikzpicture}[scale=0.3]
1574
\coordinate (A) at (0:2);
1575
\coordinate (B) at (60:2);
1576
\coordinate (C) at (120:2);
1577
\coordinate (D) at (180:2);
1578
\coordinate (E) at (240:2);
1579
\coordinate (F) at (300:2);
1580
\draw[red, very thick] (A)--(D);
1581
\draw[magenta, very thick] (B)--(E);
1582
\draw[orange, very thick] (C)--(F);
1583
\end{tikzpicture}};
1584
\draw (min)--(1);
1585
\draw (min)--(2);
1586
\draw (min)--(3);
1587
\draw (min)--(4);
1588
\draw (min)--(5);
1589
\draw (min)--(6);
1590
\draw (123.south)--(1.north);
1591
\draw (123.south)--(2.north);
1592
\draw (123.south)--(3.north);
1593
\draw (456.south)--(4.north);
1594
\draw (456.south)--(5.north);
1595
\draw (456.south)--(6.north);
1596
\draw (2.north)--(26.south)--(6.north);
1597
\draw (2.north)--(24.south)--(4.north);
1598
\draw (1.north)--(15.south)--(5.north);
1599
\draw (1.north)--(16.south)--(6.north);
1600
\draw (3.north)--(34.south)--(4.north);
1601
\draw (3.north)--(35.south)--(5.north);
1602
\end{tikzpicture}}}
1603
\only<2>{\resizebox{0.8\textwidth}{!}{
1604
\begin{tikzpicture}
1605
\node (min) at (0,0){
1606
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1607
\node[draw, circle] (1p){1};
1608
\node[draw, circle, right=5pt of 1p](3p){2};
1609
\node[draw, circle, right=5pt of 3p](2p){3};
1610
\end{tikzpicture}};
1611
\node[above left=1cm of min.north] (3) {
1612
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1613
\node[draw, circle] (1p){2};
1614
\node[draw, circle, above=5pt of 1p](3p){3};
1615
\node[draw, circle, right=5pt of 1p](2p){1};
1616
\draw[very thick, blue] (1p)--(3p);
1617
\end{tikzpicture}};
1618
\node[above right=1cm of min.north] (4) {
1619
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1620
\node[draw, circle] (1p){1};
1621
\node[draw, circle, above=5pt of 1p](3p){3};
1622
\node[draw, circle, right=5pt of 1p](2p){2};
1623
\draw[very thick, red] (1p)--(3p);
1624
\end{tikzpicture}};
1625
\node[left=0.5cm of 3] (2) {
1626
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1627
\node[draw, circle] (1p){1};
1628
\node[draw, circle, above=5pt of 1p](3p){2};
1629
\node[draw, circle, right=5pt of 1p](2p){3};
1630
\draw[very thick, blue] (1p)--(3p);
1631
\end{tikzpicture}};
1632
\node[left=0.5cm of 2] (1) {
1633
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1634
\node[draw, circle] (1p){1};
1635
\node[draw, circle, above=5pt of 1p](3p){3};
1636
\node[draw, circle, right=5pt of 1p](2p){2};
1637
\draw[very thick, blue] (1p)--(3p);
1638
\end{tikzpicture}};
1639
\node[right=0.5cm of 4] (5) {
1640
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1641
\node[draw, circle] (1p){1};
1642
\node[draw, circle, above=5pt of 1p](3p){2};
1643
\node[draw, circle, right=5pt of 1p](2p){3};
1644
\draw[very thick, red] (1p)--(3p);
1645
\end{tikzpicture}};
1646
\node[right=0.5cm of 5] (6) {
1647
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1648
\node[draw, circle] (1p){2};
1649
\node[draw, circle, above=5pt of 1p](3p){3};
1650
\node[draw, circle, right=5pt of 1p](2p){1};
1651
\draw[very thick, red] (1p)--(3p);
1652
\end{tikzpicture}};
1653
\node[above=2cm of 1] (15) {
1654
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1655
\node[draw, circle] (1p){1};
1656
\node[draw, circle, above left=5pt of 1p.north](2p){2};
1657
\node[draw, circle, above right=5pt of 1p.north](3p){3};
1658
\draw[very thick, blue] (1p)--(3p);
1659
\draw[very thick, red] (1p)--(2p);
1660
\end{tikzpicture}};
1661
\node[left=0.5cm of 15] (123) {
1662
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1663
\node[draw, circle] (1p){1};
1664
\node[draw, circle, above left=5pt of 1p.north](2p){2};
1665
\node[draw, circle, above right=5pt of 1p.north](3p){3};
1666
\draw[very thick, blue] (1p)--(3p);
1667
\draw[very thick, blue] (1p)--(2p);
1668
\end{tikzpicture}};
1669
\node[right=0.5cm of 15] (26) {
1670
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1671
\node[draw, circle] (1p){1};
1672
\node[draw, circle, above=5pt of 1p.north](2p){2};
1673
\node[draw, circle, above=5pt of 2p.north](3p){3};
1674
\draw[very thick, red] (2p)--(3p);
1675
\draw[very thick, blue] (1p)--(2p);
1676
\end{tikzpicture}};
1677
\node[right=0.5cm of 26] (34) {
1678
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1679
\node[draw, circle] (1p){1};
1680
\node[draw, circle, above=5pt of 1p.north](2p){3};
1681
\node[draw, circle, above=5pt of 2p.north](3p){2};
1682
\draw[very thick, blue] (2p)--(3p);
1683
\draw[very thick, red] (1p)--(2p);
1684
\end{tikzpicture}};
1685
\node[right=0.5cm of 34] (24) {
1686
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1687
\node[draw, circle] (1p){1};
1688
\node[draw, circle, above left=5pt of 1p.north](2p){2};
1689
\node[draw, circle, above right=5pt of 1p.north](3p){3};
1690
\draw[very thick, red] (1p)--(3p);
1691
\draw[very thick, blue] (1p)--(2p);
1692
\end{tikzpicture}};
1693
\node[right=0.5cm of 24] (35) {
1694
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1695
\node[draw, circle] (1p){1};
1696
\node[draw, circle, above=5pt of 1p.north](2p){2};
1697
\node[draw, circle, above=5pt of 2p.north](3p){3};
1698
\draw[very thick, blue] (2p)--(3p);
1699
\draw[very thick, red] (1p)--(2p);
1700
\end{tikzpicture}};
1701
\node[right=0.5cm of 35] (16) {
1702
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1703
\node[draw, circle] (1p){1};
1704
\node[draw, circle, above=5pt of 1p.north](2p){3};
1705
\node[draw, circle, above=5pt of 2p.north](3p){2};
1706
\draw[very thick, red] (2p)--(3p);
1707
\draw[very thick, blue] (1p)--(2p);
1708
\end{tikzpicture}};
1709
\node[right=0.5cm of 16] (456) {
1710
\begin{tikzpicture}[scale=0.3, inner sep=1pt]
1711
\node[draw, circle] (1p){1};
1712
\node[draw, circle, above left=5pt of 1p.north](2p){2};
1713
\node[draw, circle, above right=5pt of 1p.north](3p){3};
1714
\draw[very thick, red] (1p)--(3p);
1715
\draw[very thick, red] (1p)--(2p);
1716
\end{tikzpicture}};
1717
\draw (min)--(1);
1718
\draw (min)--(2);
1719
\draw (min)--(3);
1720
\draw (min)--(4);
1721
\draw (min)--(5);
1722
\draw (min)--(6);
1723
\draw (123.south)--(1.north);
1724
\draw (123.south)--(2.north);
1725
\draw (123.south)--(3.north);
1726
\draw (456.south)--(4.north);
1727
\draw (456.south)--(5.north);
1728
\draw (456.south)--(6.north);
1729
\draw (2.north)--(26.south)--(6.north);
1730
\draw (2.north)--(24.south)--(4.north);
1731
\draw (1.north)--(15.south)--(5.north);
1732
\draw (1.north)--(16.south)--(6.north);
1733
\draw (3.north)--(34.south)--(4.north);
1734
\draw (3.north)--(35.south)--(5.north);
1735
\end{tikzpicture}}
1736
}
1737
\end{center}
1738
\end{frame}
1739
1740
1741
\begin{frame}{Formula for the number of regions of $2$ copies of the braid arrangement}
1742
1743
\begin{thm}[BDO, M. Josuat-Vergès, G. Laplante-Anfossi, V. Pilaud, K. Stoeckl]
1744
\begin{equation*}
1745
f_{n-k_1-1, n-k_2-1}({\mathcal{B}_n}^2)=\sum_{\mathbf{F} \leq \mathbf{G}} \prod_{i \in [2]} \prod_{p \in G_i} \left( \# F_i[p]-1\right)!
1746
\end{equation*}
1747
where $\mathbf{F}$ and $\mathbf{G}$ are two forests of $2$-edge-coloured trees and $\# F_i = k_i+1$
1748
\begin{equation*}
1749
f_{n-1}({\mathcal{B}_n}^2)=(n+1)![x^n]exp\left(\sum_{m \geq 1} \frac{x^m}{m(m+1)} \binom{2m}{m} \right) [A213507]
1750
\end{equation*}
1751
\begin{equation*}
1752
f_{0}({\mathcal{B}_n}^2)=2(n+1)^{n-2} [A007334]
1753
\end{equation*}
1754
which admits the following refinement:
1755
\begin{equation*}
1756
f_{k, n-k-1}({\mathcal{B}_n}^2)=\frac{1}{k+1}\binom{n}{k}(k+1)^{n-k-1} (n-k)^k
1757
\end{equation*}
1758
\end{thm}
1759
1760
\end{frame}
1761
1762
\begin{frame}{Formula for the number of regions of $\ell$ copies of the braid arrangement}
1763
1764
\begin{thm}[BDO, M. Josuat-Vergès, G. Laplante-Anfossi, V. Pilaud, K. Stoeckl]
1765
\begin{equation*}
1766
f_{n-k_1-1,\ldots, n-k_\ell-1}({\mathcal{B}_n}^\ell)=\sum_{\mathbf{F} \leq \mathbf{G}} \prod_{i \in [\ell]} \prod_{p \in G_i} \left( \# F_i[p]-1\right)!
1767
\end{equation*}
1768
where $\mathbf{F}$ and $\mathbf{G}$ are two forests of $\ell$-edge-coloured trees and $\# F_i = k_i+1$
1769
\begin{equation*}
1770
f_{n-1}({\mathcal{B}_n}^\ell)=??
1771
\end{equation*}
1772
\begin{equation*}
1773
f_{0}({\mathcal{B}_n}^\ell)=\ell\left(1+(\ell-1)n\right)^{n-2}
1774
\end{equation*}
1775
which admits the following refinement:
1776
\begin{equation*}
1777
f_{k, n-k-1}({\mathcal{B}_n}^\ell)=??
1778
\end{equation*}
1779
\end{thm}
1780
1781
\onslide<2>{\centering \Large \textcolor{newSec}{Merci de votre attention !}}
1782
\end{frame}
1783
1784
\end{document}
1785