]> git.lyx.org Git - lyx.git/blob - lib/examples/fr_mathed.lyx
(Was forgetting the French version of the beamer template).
[lyx.git] / lib / examples / fr_mathed.lyx
1 #LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 245
3 \begin_document
4 \begin_header
5 \textclass article
6 \begin_preamble
7 \usepackage{a4wide}
8 \end_preamble
9 \language french
10 \inputencoding latin1
11 \fontscheme default
12 \graphics default
13 \float_placement H
14 \paperfontsize default
15 \spacing single
16 \papersize default
17 \use_geometry false
18 \use_amsmath 1
19 \cite_engine basic
20 \use_bibtopic false
21 \paperorientation portrait
22 \secnumdepth 3
23 \tocdepth 3
24 \paragraph_separation indent
25 \defskip medskip
26 \quotes_language french
27 \papercolumns 1
28 \papersides 1
29 \paperpagestyle default
30 \tracking_changes false
31 \output_changes true
32 \end_header
33
34 \begin_body
35
36 \begin_layout Section
37
38 Conversion de et vers l'éditeur mathématique
39 \begin_inset Note Note
40 status collapsed
41
42 \begin_layout Standard
43
44 Informations de révision :
45 \end_layout
46
47 \begin_layout Standard
48
49 Traduction : Mise à jour Date : 07/07/2003
50 \end_layout
51
52 \begin_layout Standard
53
54 Original : Révision: 1.8, Date : 17/01/2003
55 \end_layout
56
57 \end_inset
58
59  
60 \end_layout
61
62 \begin_layout Standard
63
64 Vous pouvez taper des maths dans le corps du document puis les convertir
65  en mode mathématique en les sélectionnant et en tapant 
66 \family sans
67 M-c\InsetSpace ~
68 m
69 \family default
70 .
71  Le texte peut être séparé par des délimiteurs ou non.
72  Ainsi, en sélectionnant l'une des formules ci-dessous :
73 \end_layout
74
75 \begin_layout Standard
76 \align center
77
78 \begin_inset  Tabular
79 <lyxtabular version="3" rows="5" columns="1">
80 <features>
81 <column alignment="left" valignment="top" width="0pt">
82 <row>
83 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
84 \begin_inset Text
85
86 \begin_layout Standard
87
88
89 \backslash
90 begin{math} 
91 \backslash
92 frac{abc}{xyz} 
93 \backslash
94 end{math}
95 \end_layout
96
97 \end_inset
98 </cell>
99 </row>
100 <row>
101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
102 \begin_inset Text
103
104 \begin_layout Standard
105
106
107 \backslash
108
109 \backslash
110 frac{abc}{xyz} 
111 \backslash
112 )
113 \end_layout
114
115 \end_inset
116 </cell>
117 </row>
118 <row>
119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
120 \begin_inset Text
121
122 \begin_layout Standard
123
124
125 \backslash
126 frac{abc}{xyz} $
127 \end_layout
128
129 \end_inset
130 </cell>
131 </row>
132 <row>
133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
134 \begin_inset Text
135
136 \begin_layout Standard
137
138
139 \backslash
140 begin{displaymath} 
141 \backslash
142 frac{abc}{xyz} 
143 \backslash
144 end{displaymath}
145 \end_layout
146
147 \end_inset
148 </cell>
149 </row>
150 <row>
151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
152 \begin_inset Text
153
154 \begin_layout Standard
155
156
157 \backslash
158
159 \backslash
160 frac{abc}{xyz} 
161 \backslash
162 ]
163 \end_layout
164
165 \end_inset
166 </cell>
167 </row>
168 </lyxtabular>
169
170 \end_inset
171
172
173 \end_layout
174
175 \begin_layout Standard
176
177 vous obtiendrez :
178 \end_layout
179
180 \begin_layout Standard
181
182
183 \begin_inset Formula \begin{equation}
184 \frac{abc}{xyz}\end{equation}
185
186 \end_inset
187
188
189 \end_layout
190
191 \begin_layout Standard
192
193 Pour l'instant, il n'y a aucun moyen officiel de reconvertir le contenu
194  d'un insert mathématique en texte standard.
195  Cependant vous pouvez y arriver par des voies détournées.
196  Sélectionnez le contenu de l'insert mathématique (pas l'insert lui-même,
197  seulement son contenu), mais ne le copiez 
198 \emph on
199 pas
200 \emph default
201  dans le tampon LyX.
202  Il est maintenant en mémoire dans le tampon du système X et peut être recollé
203  dans le document avec le bouton milieu de la souris.
204 \end_layout
205
206 \begin_layout Section
207
208 Afficher les symboles LaTeX
209 \end_layout
210
211 \begin_layout Standard
212
213 Autrefois, LyX fournissait un équivalent visuel pour une petite partie des
214  symboles mathématiques disponibles en LaTeX.
215  La situation a changé à partir de la version 1.2, il offre désormais l'affichage
216  de la plupart des symboles définis en LaTeX basique et 
217 \emph on
218 tous
219 \emph default
220  les symboles supplémentaires définis par l'AMS.
221  Par souci d'exhaustivité, nous vous reproduisons plus bas les tableaux
222  de symboles qui se trouvent dans les livres de Lamport et de Goossen.
223 \end_layout
224
225 \begin_layout Section
226
227 Quelques tableaux de symboles mathématiques
228 \end_layout
229
230 \begin_layout Standard
231
232 Les tableaux ci-dessous extraits du livre 
233 \begin_inset Quotes fld
234 \end_inset
235
236 The LaTeX companion
237 \begin_inset Quotes frd
238 \end_inset
239
240  de Goossen et al.
241  vont apparaître à l'écran dans toute leur splendeur.
242 \end_layout
243
244 \begin_layout Standard
245
246
247 \begin_inset ERT
248 status collapsed
249
250 \begin_layout Standard
251
252 \backslash
253 setcounter{table}{1}
254 \end_layout
255
256 \begin_layout Standard
257
258 \end_layout
259
260 \begin_layout Standard
261
262 \backslash
263 renewcommand{
264 \backslash
265 thetable}{8.
266 \backslash
267 arabic{table}}
268 \end_layout
269
270 \end_inset
271
272
273 \end_layout
274
275 \begin_layout Standard
276
277
278 \begin_inset Float table
279 placement H
280 wide false
281 sideways false
282 status open
283
284 \begin_layout Standard
285
286
287 \begin_inset  Tabular
288 <lyxtabular version="3" rows="2" columns="10">
289 <features>
290 <column alignment="right" valignment="top" width="0pt">
291 <column alignment="left" valignment="top" width="0pt">
292 <column alignment="right" valignment="top" width="0pt">
293 <column alignment="left" valignment="top" width="0pt">
294 <column alignment="right" valignment="top" width="0pt">
295 <column alignment="left" valignment="top" width="0pt">
296 <column alignment="right" valignment="top" width="0pt">
297 <column alignment="left" valignment="top" width="0pt">
298 <column alignment="right" valignment="top" width="0pt">
299 <column alignment="left" valignment="top" width="0pt">
300 <row>
301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
302 \begin_inset Text
303
304 \begin_layout Standard
305
306
307 \family typewriter
308
309 \begin_inset Formula $\hat{a}$
310 \end_inset
311
312
313 \end_layout
314
315 \end_inset
316 </cell>
317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
318 \begin_inset Text
319
320 \begin_layout Standard
321
322
323 \family typewriter
324
325 \backslash
326 hat{a}
327 \end_layout
328
329 \end_inset
330 </cell>
331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
332 \begin_inset Text
333
334 \begin_layout Standard
335
336
337 \family typewriter
338
339 \begin_inset Formula $\acute{a}$
340 \end_inset
341
342
343 \end_layout
344
345 \end_inset
346 </cell>
347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
348 \begin_inset Text
349
350 \begin_layout Standard
351
352
353 \family typewriter
354
355 \backslash
356 acute{a}
357 \end_layout
358
359 \end_inset
360 </cell>
361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
362 \begin_inset Text
363
364 \begin_layout Standard
365
366
367 \family typewriter
368
369 \begin_inset Formula $\bar{a}$
370 \end_inset
371
372
373 \end_layout
374
375 \end_inset
376 </cell>
377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
378 \begin_inset Text
379
380 \begin_layout Standard
381
382
383 \family typewriter
384
385 \backslash
386 bar{a}
387 \end_layout
388
389 \end_inset
390 </cell>
391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
392 \begin_inset Text
393
394 \begin_layout Standard
395
396
397 \family typewriter
398
399 \begin_inset Formula $\dot{a}$
400 \end_inset
401
402
403 \end_layout
404
405 \end_inset
406 </cell>
407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
408 \begin_inset Text
409
410 \begin_layout Standard
411
412
413 \family typewriter
414
415 \backslash
416 dot{a}
417 \end_layout
418
419 \end_inset
420 </cell>
421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
422 \begin_inset Text
423
424 \begin_layout Standard
425
426
427 \family typewriter
428
429 \begin_inset Formula $\breve{a}$
430 \end_inset
431
432
433 \end_layout
434
435 \end_inset
436 </cell>
437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
438 \begin_inset Text
439
440 \begin_layout Standard
441
442
443 \family typewriter
444
445 \backslash
446 breve{a}
447 \end_layout
448
449 \end_inset
450 </cell>
451 </row>
452 <row>
453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
454 \begin_inset Text
455
456 \begin_layout Standard
457
458
459 \family typewriter
460
461 \begin_inset Formula $\check{a}$
462 \end_inset
463
464
465 \end_layout
466
467 \end_inset
468 </cell>
469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
470 \begin_inset Text
471
472 \begin_layout Standard
473
474
475 \family typewriter
476
477 \backslash
478 check{a}
479 \end_layout
480
481 \end_inset
482 </cell>
483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
484 \begin_inset Text
485
486 \begin_layout Standard
487
488
489 \family typewriter
490
491 \begin_inset Formula $\grave{a}$
492 \end_inset
493
494
495 \end_layout
496
497 \end_inset
498 </cell>
499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
500 \begin_inset Text
501
502 \begin_layout Standard
503
504
505 \family typewriter
506
507 \backslash
508 grave{a}
509 \end_layout
510
511 \end_inset
512 </cell>
513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
514 \begin_inset Text
515
516 \begin_layout Standard
517
518
519 \family typewriter
520
521 \begin_inset Formula $\vec{a}$
522 \end_inset
523
524
525 \end_layout
526
527 \end_inset
528 </cell>
529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
530 \begin_inset Text
531
532 \begin_layout Standard
533
534
535 \family typewriter
536
537 \backslash
538 vec{a}
539 \end_layout
540
541 \end_inset
542 </cell>
543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
544 \begin_inset Text
545
546 \begin_layout Standard
547
548
549 \family typewriter
550
551 \begin_inset Formula $\ddot{a}$
552 \end_inset
553
554
555 \end_layout
556
557 \end_inset
558 </cell>
559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
560 \begin_inset Text
561
562 \begin_layout Standard
563
564
565 \family typewriter
566
567 \backslash
568 ddot{a}
569 \end_layout
570
571 \end_inset
572 </cell>
573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
574 \begin_inset Text
575
576 \begin_layout Standard
577
578
579 \family typewriter
580
581 \begin_inset Formula $\tilde{a}$
582 \end_inset
583
584
585 \end_layout
586
587 \end_inset
588 </cell>
589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
590 \begin_inset Text
591
592 \begin_layout Standard
593
594
595 \family typewriter
596
597 \backslash
598 tilde{a}
599 \end_layout
600
601 \end_inset
602 </cell>
603 </row>
604 </lyxtabular>
605
606 \end_inset
607
608
609 \end_layout
610
611 \begin_layout Caption
612
613 Accents en mode mathématique
614 \end_layout
615
616 \end_inset
617
618
619 \end_layout
620
621 \begin_layout Standard
622
623
624 \begin_inset Float table
625 placement H
626 wide false
627 sideways false
628 status open
629
630 \begin_layout Standard
631
632
633 \begin_inset  Tabular
634 <lyxtabular version="3" rows="11" columns="8">
635 <features>
636 <column alignment="right" valignment="top" width="0pt">
637 <column alignment="left" valignment="top" width="0pt">
638 <column alignment="right" valignment="top" width="0pt">
639 <column alignment="left" valignment="top" width="0pt">
640 <column alignment="right" valignment="top" width="0pt">
641 <column alignment="left" valignment="top" width="0pt">
642 <column alignment="right" valignment="top" width="0pt">
643 <column alignment="left" valignment="top" width="0pt">
644 <row>
645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
646 \begin_inset Text
647
648 \begin_layout Standard
649
650
651 \begin_inset Formula $\alpha$
652 \end_inset
653
654
655 \end_layout
656
657 \end_inset
658 </cell>
659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
660 \begin_inset Text
661
662 \begin_layout Standard
663
664
665 \family typewriter
666
667 \backslash
668 alpha
669 \end_layout
670
671 \end_inset
672 </cell>
673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
674 \begin_inset Text
675
676 \begin_layout Standard
677
678
679 \begin_inset Formula $\beta$
680 \end_inset
681
682
683 \end_layout
684
685 \end_inset
686 </cell>
687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
688 \begin_inset Text
689
690 \begin_layout Standard
691
692
693 \family typewriter
694
695 \backslash
696 beta
697 \end_layout
698
699 \end_inset
700 </cell>
701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
702 \begin_inset Text
703
704 \begin_layout Standard
705
706
707 \begin_inset Formula $\gamma$
708 \end_inset
709
710
711 \end_layout
712
713 \end_inset
714 </cell>
715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
716 \begin_inset Text
717
718 \begin_layout Standard
719
720
721 \family typewriter
722
723 \backslash
724 gamma
725 \end_layout
726
727 \end_inset
728 </cell>
729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
730 \begin_inset Text
731
732 \begin_layout Standard
733
734
735 \begin_inset Formula $\delta$
736 \end_inset
737
738
739 \end_layout
740
741 \end_inset
742 </cell>
743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
744 \begin_inset Text
745
746 \begin_layout Standard
747
748
749 \family typewriter
750
751 \backslash
752 delta
753 \end_layout
754
755 \end_inset
756 </cell>
757 </row>
758 <row>
759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
760 \begin_inset Text
761
762 \begin_layout Standard
763
764
765 \begin_inset Formula $\epsilon$
766 \end_inset
767
768
769 \end_layout
770
771 \end_inset
772 </cell>
773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
774 \begin_inset Text
775
776 \begin_layout Standard
777
778
779 \family typewriter
780
781 \backslash
782 epsilon
783 \end_layout
784
785 \end_inset
786 </cell>
787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
788 \begin_inset Text
789
790 \begin_layout Standard
791
792
793 \begin_inset Formula $\varepsilon$
794 \end_inset
795
796
797 \end_layout
798
799 \end_inset
800 </cell>
801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
802 \begin_inset Text
803
804 \begin_layout Standard
805
806
807 \family typewriter
808
809 \backslash
810 varepsilon
811 \end_layout
812
813 \end_inset
814 </cell>
815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
816 \begin_inset Text
817
818 \begin_layout Standard
819
820
821 \begin_inset Formula $\zeta$
822 \end_inset
823
824
825 \end_layout
826
827 \end_inset
828 </cell>
829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
830 \begin_inset Text
831
832 \begin_layout Standard
833
834
835 \family typewriter
836
837 \backslash
838 zeta
839 \end_layout
840
841 \end_inset
842 </cell>
843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
844 \begin_inset Text
845
846 \begin_layout Standard
847
848
849 \begin_inset Formula $\eta$
850 \end_inset
851
852
853 \end_layout
854
855 \end_inset
856 </cell>
857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
858 \begin_inset Text
859
860 \begin_layout Standard
861
862
863 \family typewriter
864
865 \backslash
866 eta
867 \end_layout
868
869 \end_inset
870 </cell>
871 </row>
872 <row>
873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
874 \begin_inset Text
875
876 \begin_layout Standard
877
878
879 \begin_inset Formula $\theta$
880 \end_inset
881
882
883 \end_layout
884
885 \end_inset
886 </cell>
887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
888 \begin_inset Text
889
890 \begin_layout Standard
891
892
893 \family typewriter
894
895 \backslash
896 theta
897 \end_layout
898
899 \end_inset
900 </cell>
901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
902 \begin_inset Text
903
904 \begin_layout Standard
905
906
907 \begin_inset Formula $\vartheta$
908 \end_inset
909
910
911 \end_layout
912
913 \end_inset
914 </cell>
915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
916 \begin_inset Text
917
918 \begin_layout Standard
919
920
921 \family typewriter
922
923 \backslash
924 vartheta
925 \end_layout
926
927 \end_inset
928 </cell>
929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
930 \begin_inset Text
931
932 \begin_layout Standard
933
934
935 \begin_inset Formula $\iota$
936 \end_inset
937
938
939 \end_layout
940
941 \end_inset
942 </cell>
943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
944 \begin_inset Text
945
946 \begin_layout Standard
947
948
949 \family typewriter
950
951 \backslash
952 iota
953 \end_layout
954
955 \end_inset
956 </cell>
957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
958 \begin_inset Text
959
960 \begin_layout Standard
961
962
963 \begin_inset Formula $\kappa$
964 \end_inset
965
966
967 \end_layout
968
969 \end_inset
970 </cell>
971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
972 \begin_inset Text
973
974 \begin_layout Standard
975
976
977 \family typewriter
978
979 \backslash
980 kappa
981 \end_layout
982
983 \end_inset
984 </cell>
985 </row>
986 <row>
987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
988 \begin_inset Text
989
990 \begin_layout Standard
991
992
993 \begin_inset Formula $\lambda$
994 \end_inset
995
996
997 \end_layout
998
999 \end_inset
1000 </cell>
1001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1002 \begin_inset Text
1003
1004 \begin_layout Standard
1005
1006
1007 \family typewriter
1008
1009 \backslash
1010 lambda
1011 \end_layout
1012
1013 \end_inset
1014 </cell>
1015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1016 \begin_inset Text
1017
1018 \begin_layout Standard
1019
1020
1021 \begin_inset Formula $\mu$
1022 \end_inset
1023
1024
1025 \end_layout
1026
1027 \end_inset
1028 </cell>
1029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1030 \begin_inset Text
1031
1032 \begin_layout Standard
1033
1034
1035 \family typewriter
1036
1037 \backslash
1038 mu
1039 \end_layout
1040
1041 \end_inset
1042 </cell>
1043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1044 \begin_inset Text
1045
1046 \begin_layout Standard
1047
1048
1049 \begin_inset Formula $\nu$
1050 \end_inset
1051
1052
1053 \end_layout
1054
1055 \end_inset
1056 </cell>
1057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1058 \begin_inset Text
1059
1060 \begin_layout Standard
1061
1062
1063 \family typewriter
1064
1065 \backslash
1066 nu
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Standard
1075
1076
1077 \begin_inset Formula $\xi$
1078 \end_inset
1079
1080
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Standard
1089
1090
1091 \family typewriter
1092
1093 \backslash
1094 xi
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 </row>
1100 <row>
1101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1102 \begin_inset Text
1103
1104 \begin_layout Standard
1105
1106
1107 \begin_inset Formula $o$
1108 \end_inset
1109
1110
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Standard
1119
1120 o
1121 \end_layout
1122
1123 \end_inset
1124 </cell>
1125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1126 \begin_inset Text
1127
1128 \begin_layout Standard
1129
1130
1131 \begin_inset Formula $\pi$
1132 \end_inset
1133
1134
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Standard
1143
1144
1145 \family typewriter
1146
1147 \backslash
1148 pi
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Standard
1157
1158
1159 \begin_inset Formula $\varpi$
1160 \end_inset
1161
1162
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Standard
1171
1172
1173 \family typewriter
1174
1175 \backslash
1176 varpi
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1182 \begin_inset Text
1183
1184 \begin_layout Standard
1185
1186
1187 \begin_inset Formula $\rho$
1188 \end_inset
1189
1190
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Standard
1199
1200
1201 \family typewriter
1202
1203 \backslash
1204 rho
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 </row>
1210 <row>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Standard
1215
1216
1217 \begin_inset Formula $\varrho$
1218 \end_inset
1219
1220
1221 \end_layout
1222
1223 \end_inset
1224 </cell>
1225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1226 \begin_inset Text
1227
1228 \begin_layout Standard
1229
1230
1231 \family typewriter
1232
1233 \backslash
1234 varrho
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Standard
1243
1244
1245 \begin_inset Formula $\sigma$
1246 \end_inset
1247
1248
1249 \end_layout
1250
1251 \end_inset
1252 </cell>
1253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1254 \begin_inset Text
1255
1256 \begin_layout Standard
1257
1258
1259 \family typewriter
1260
1261 \backslash
1262 sigma
1263 \end_layout
1264
1265 \end_inset
1266 </cell>
1267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1268 \begin_inset Text
1269
1270 \begin_layout Standard
1271
1272
1273 \begin_inset Formula $\varsigma$
1274 \end_inset
1275
1276
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1282 \begin_inset Text
1283
1284 \begin_layout Standard
1285
1286
1287 \family typewriter
1288
1289 \backslash
1290 varsigma
1291 \end_layout
1292
1293 \end_inset
1294 </cell>
1295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1296 \begin_inset Text
1297
1298 \begin_layout Standard
1299
1300
1301 \begin_inset Formula $\tau$
1302 \end_inset
1303
1304
1305 \end_layout
1306
1307 \end_inset
1308 </cell>
1309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1310 \begin_inset Text
1311
1312 \begin_layout Standard
1313
1314
1315 \family typewriter
1316
1317 \backslash
1318 tau
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 </row>
1324 <row>
1325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1326 \begin_inset Text
1327
1328 \begin_layout Standard
1329
1330
1331 \begin_inset Formula $\upsilon$
1332 \end_inset
1333
1334
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Standard
1343
1344
1345 \family typewriter
1346
1347 \backslash
1348 upsilon
1349 \end_layout
1350
1351 \end_inset
1352 </cell>
1353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1354 \begin_inset Text
1355
1356 \begin_layout Standard
1357
1358
1359 \begin_inset Formula $\phi$
1360 \end_inset
1361
1362
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1368 \begin_inset Text
1369
1370 \begin_layout Standard
1371
1372
1373 \family typewriter
1374
1375 \backslash
1376 phi
1377 \end_layout
1378
1379 \end_inset
1380 </cell>
1381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1382 \begin_inset Text
1383
1384 \begin_layout Standard
1385
1386
1387 \begin_inset Formula $\varphi$
1388 \end_inset
1389
1390
1391 \end_layout
1392
1393 \end_inset
1394 </cell>
1395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1396 \begin_inset Text
1397
1398 \begin_layout Standard
1399
1400
1401 \family typewriter
1402
1403 \backslash
1404 varphi
1405 \end_layout
1406
1407 \end_inset
1408 </cell>
1409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1410 \begin_inset Text
1411
1412 \begin_layout Standard
1413
1414
1415 \begin_inset Formula $\chi$
1416 \end_inset
1417
1418
1419 \end_layout
1420
1421 \end_inset
1422 </cell>
1423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1424 \begin_inset Text
1425
1426 \begin_layout Standard
1427
1428
1429 \family typewriter
1430
1431 \backslash
1432 chi
1433 \end_layout
1434
1435 \end_inset
1436 </cell>
1437 </row>
1438 <row>
1439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1440 \begin_inset Text
1441
1442 \begin_layout Standard
1443
1444
1445 \begin_inset Formula $\psi$
1446 \end_inset
1447
1448
1449 \end_layout
1450
1451 \end_inset
1452 </cell>
1453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1454 \begin_inset Text
1455
1456 \begin_layout Standard
1457
1458
1459 \family typewriter
1460
1461 \backslash
1462 psi
1463 \end_layout
1464
1465 \end_inset
1466 </cell>
1467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1468 \begin_inset Text
1469
1470 \begin_layout Standard
1471
1472
1473 \begin_inset Formula $\omega$
1474 \end_inset
1475
1476
1477 \end_layout
1478
1479 \end_inset
1480 </cell>
1481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1482 \begin_inset Text
1483
1484 \begin_layout Standard
1485
1486
1487 \family typewriter
1488
1489 \backslash
1490 omega
1491 \end_layout
1492
1493 \end_inset
1494 </cell>
1495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1496 \begin_inset Text
1497
1498 \begin_layout Standard
1499
1500 \end_layout
1501
1502 \end_inset
1503 </cell>
1504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1505 \begin_inset Text
1506
1507 \begin_layout Standard
1508
1509 \end_layout
1510
1511 \end_inset
1512 </cell>
1513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1514 \begin_inset Text
1515
1516 \begin_layout Standard
1517
1518 \end_layout
1519
1520 \end_inset
1521 </cell>
1522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1523 \begin_inset Text
1524
1525 \begin_layout Standard
1526
1527 \end_layout
1528
1529 \end_inset
1530 </cell>
1531 </row>
1532 <row>
1533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1534 \begin_inset Text
1535
1536 \begin_layout Standard
1537
1538
1539 \begin_inset Formula $\Gamma$
1540 \end_inset
1541
1542
1543 \end_layout
1544
1545 \end_inset
1546 </cell>
1547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1548 \begin_inset Text
1549
1550 \begin_layout Standard
1551
1552
1553 \family typewriter
1554
1555 \backslash
1556 Gamma
1557 \end_layout
1558
1559 \end_inset
1560 </cell>
1561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1562 \begin_inset Text
1563
1564 \begin_layout Standard
1565
1566
1567 \begin_inset Formula $\Delta$
1568 \end_inset
1569
1570
1571 \end_layout
1572
1573 \end_inset
1574 </cell>
1575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1576 \begin_inset Text
1577
1578 \begin_layout Standard
1579
1580
1581 \family typewriter
1582
1583 \backslash
1584 Delta
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1590 \begin_inset Text
1591
1592 \begin_layout Standard
1593
1594
1595 \begin_inset Formula $\Theta$
1596 \end_inset
1597
1598
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Standard
1607
1608
1609 \family typewriter
1610
1611 \backslash
1612 Theta
1613 \end_layout
1614
1615 \end_inset
1616 </cell>
1617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1618 \begin_inset Text
1619
1620 \begin_layout Standard
1621
1622
1623 \begin_inset Formula $\Lambda$
1624 \end_inset
1625
1626
1627 \end_layout
1628
1629 \end_inset
1630 </cell>
1631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1632 \begin_inset Text
1633
1634 \begin_layout Standard
1635
1636
1637 \family typewriter
1638
1639 \backslash
1640 Lambda
1641 \end_layout
1642
1643 \end_inset
1644 </cell>
1645 </row>
1646 <row>
1647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1648 \begin_inset Text
1649
1650 \begin_layout Standard
1651
1652
1653 \begin_inset Formula $\Xi$
1654 \end_inset
1655
1656
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1662 \begin_inset Text
1663
1664 \begin_layout Standard
1665
1666
1667 \family typewriter
1668
1669 \backslash
1670 Xi
1671 \end_layout
1672
1673 \end_inset
1674 </cell>
1675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1676 \begin_inset Text
1677
1678 \begin_layout Standard
1679
1680
1681 \begin_inset Formula $\Pi$
1682 \end_inset
1683
1684
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1690 \begin_inset Text
1691
1692 \begin_layout Standard
1693
1694
1695 \family typewriter
1696
1697 \backslash
1698 Pi
1699 \end_layout
1700
1701 \end_inset
1702 </cell>
1703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1704 \begin_inset Text
1705
1706 \begin_layout Standard
1707
1708
1709 \begin_inset Formula $\Sigma$
1710 \end_inset
1711
1712
1713 \end_layout
1714
1715 \end_inset
1716 </cell>
1717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1718 \begin_inset Text
1719
1720 \begin_layout Standard
1721
1722
1723 \family typewriter
1724
1725 \backslash
1726 Sigma
1727 \end_layout
1728
1729 \end_inset
1730 </cell>
1731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1732 \begin_inset Text
1733
1734 \begin_layout Standard
1735
1736
1737 \begin_inset Formula $\Upsilon$
1738 \end_inset
1739
1740
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1746 \begin_inset Text
1747
1748 \begin_layout Standard
1749
1750
1751 \family typewriter
1752
1753 \backslash
1754 Upsilon
1755 \end_layout
1756
1757 \end_inset
1758 </cell>
1759 </row>
1760 <row>
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Standard
1765
1766
1767 \begin_inset Formula $\Phi$
1768 \end_inset
1769
1770
1771 \end_layout
1772
1773 \end_inset
1774 </cell>
1775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1776 \begin_inset Text
1777
1778 \begin_layout Standard
1779
1780
1781 \family typewriter
1782
1783 \backslash
1784 Phi
1785 \end_layout
1786
1787 \end_inset
1788 </cell>
1789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1790 \begin_inset Text
1791
1792 \begin_layout Standard
1793
1794
1795 \begin_inset Formula $\Psi$
1796 \end_inset
1797
1798
1799 \end_layout
1800
1801 \end_inset
1802 </cell>
1803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1804 \begin_inset Text
1805
1806 \begin_layout Standard
1807
1808
1809 \family typewriter
1810
1811 \backslash
1812 Psi
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Standard
1821
1822
1823 \begin_inset Formula $\Omega$
1824 \end_inset
1825
1826
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Standard
1835
1836
1837 \family typewriter
1838
1839 \backslash
1840 Omega
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Standard
1849
1850 \end_layout
1851
1852 \end_inset
1853 </cell>
1854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1855 \begin_inset Text
1856
1857 \begin_layout Standard
1858
1859 \end_layout
1860
1861 \end_inset
1862 </cell>
1863 </row>
1864 </lyxtabular>
1865
1866 \end_inset
1867
1868
1869 \end_layout
1870
1871 \begin_layout Caption
1872
1873 Lettres grecques
1874 \end_layout
1875
1876 \end_inset
1877
1878
1879 \end_layout
1880
1881 \begin_layout Standard
1882
1883
1884 \begin_inset Float table
1885 placement H
1886 wide false
1887 sideways false
1888 status open
1889
1890 \begin_layout Standard
1891
1892
1893 \begin_inset  Tabular
1894 <lyxtabular version="3" rows="9" columns="8">
1895 <features>
1896 <column alignment="right" valignment="top" width="0pt">
1897 <column alignment="left" valignment="top" width="0pt">
1898 <column alignment="right" valignment="top" width="0pt">
1899 <column alignment="left" valignment="top" width="0pt">
1900 <column alignment="right" valignment="top" width="0pt">
1901 <column alignment="left" valignment="top" width="0pt">
1902 <column alignment="right" valignment="top" width="0pt">
1903 <column alignment="left" valignment="top" width="0pt">
1904 <row>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Standard
1909
1910
1911 \begin_inset Formula $\pm$
1912 \end_inset
1913
1914
1915 \end_layout
1916
1917 \end_inset
1918 </cell>
1919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1920 \begin_inset Text
1921
1922 \begin_layout Standard
1923
1924
1925 \family typewriter
1926
1927 \backslash
1928 pm
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Standard
1937
1938
1939 \begin_inset Formula $\cap$
1940 \end_inset
1941
1942
1943 \end_layout
1944
1945 \end_inset
1946 </cell>
1947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1948 \begin_inset Text
1949
1950 \begin_layout Standard
1951
1952
1953 \family typewriter
1954
1955 \backslash
1956 cap
1957 \end_layout
1958
1959 \end_inset
1960 </cell>
1961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1962 \begin_inset Text
1963
1964 \begin_layout Standard
1965
1966
1967 \begin_inset Formula $\diamond$
1968 \end_inset
1969
1970
1971 \end_layout
1972
1973 \end_inset
1974 </cell>
1975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1976 \begin_inset Text
1977
1978 \begin_layout Standard
1979
1980
1981 \family typewriter
1982
1983 \backslash
1984 diamond
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1990 \begin_inset Text
1991
1992 \begin_layout Standard
1993
1994
1995 \begin_inset Formula $\oplus$
1996 \end_inset
1997
1998
1999 \end_layout
2000
2001 \end_inset
2002 </cell>
2003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2004 \begin_inset Text
2005
2006 \begin_layout Standard
2007
2008
2009 \family typewriter
2010
2011 \backslash
2012 oplus
2013 \end_layout
2014
2015 \end_inset
2016 </cell>
2017 </row>
2018 <row>
2019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2020 \begin_inset Text
2021
2022 \begin_layout Standard
2023
2024
2025 \begin_inset Formula $\mp$
2026 \end_inset
2027
2028
2029 \end_layout
2030
2031 \end_inset
2032 </cell>
2033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2034 \begin_inset Text
2035
2036 \begin_layout Standard
2037
2038
2039 \family typewriter
2040
2041 \backslash
2042 mp
2043 \end_layout
2044
2045 \end_inset
2046 </cell>
2047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2048 \begin_inset Text
2049
2050 \begin_layout Standard
2051
2052
2053 \begin_inset Formula $\cup$
2054 \end_inset
2055
2056
2057 \end_layout
2058
2059 \end_inset
2060 </cell>
2061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2062 \begin_inset Text
2063
2064 \begin_layout Standard
2065
2066
2067 \family typewriter
2068
2069 \backslash
2070 cup
2071 \end_layout
2072
2073 \end_inset
2074 </cell>
2075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2076 \begin_inset Text
2077
2078 \begin_layout Standard
2079
2080
2081 \begin_inset Formula $\bigtriangleup$
2082 \end_inset
2083
2084
2085 \end_layout
2086
2087 \end_inset
2088 </cell>
2089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2090 \begin_inset Text
2091
2092 \begin_layout Standard
2093
2094
2095 \family typewriter
2096
2097 \backslash
2098 bigtriangleup
2099 \end_layout
2100
2101 \end_inset
2102 </cell>
2103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2104 \begin_inset Text
2105
2106 \begin_layout Standard
2107
2108
2109 \begin_inset Formula $\ominus$
2110 \end_inset
2111
2112
2113 \end_layout
2114
2115 \end_inset
2116 </cell>
2117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2118 \begin_inset Text
2119
2120 \begin_layout Standard
2121
2122
2123 \family typewriter
2124
2125 \backslash
2126 ominus
2127 \end_layout
2128
2129 \end_inset
2130 </cell>
2131 </row>
2132 <row>
2133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2134 \begin_inset Text
2135
2136 \begin_layout Standard
2137
2138
2139 \begin_inset Formula $\times$
2140 \end_inset
2141
2142
2143 \end_layout
2144
2145 \end_inset
2146 </cell>
2147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2148 \begin_inset Text
2149
2150 \begin_layout Standard
2151
2152
2153 \family typewriter
2154
2155 \backslash
2156 times
2157 \end_layout
2158
2159 \end_inset
2160 </cell>
2161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2162 \begin_inset Text
2163
2164 \begin_layout Standard
2165
2166
2167 \begin_inset Formula $\uplus$
2168 \end_inset
2169
2170
2171 \end_layout
2172
2173 \end_inset
2174 </cell>
2175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2176 \begin_inset Text
2177
2178 \begin_layout Standard
2179
2180
2181 \family typewriter
2182
2183 \backslash
2184 uplus
2185 \end_layout
2186
2187 \end_inset
2188 </cell>
2189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2190 \begin_inset Text
2191
2192 \begin_layout Standard
2193
2194
2195 \begin_inset Formula $\bigtriangledown$
2196 \end_inset
2197
2198
2199 \end_layout
2200
2201 \end_inset
2202 </cell>
2203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2204 \begin_inset Text
2205
2206 \begin_layout Standard
2207
2208
2209 \family typewriter
2210
2211 \backslash
2212 bigtriangledown
2213 \end_layout
2214
2215 \end_inset
2216 </cell>
2217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2218 \begin_inset Text
2219
2220 \begin_layout Standard
2221
2222
2223 \begin_inset Formula $\otimes$
2224 \end_inset
2225
2226
2227 \end_layout
2228
2229 \end_inset
2230 </cell>
2231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2232 \begin_inset Text
2233
2234 \begin_layout Standard
2235
2236
2237 \family typewriter
2238
2239 \backslash
2240 otimes
2241 \end_layout
2242
2243 \end_inset
2244 </cell>
2245 </row>
2246 <row>
2247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2248 \begin_inset Text
2249
2250 \begin_layout Standard
2251
2252
2253 \begin_inset Formula $\div$
2254 \end_inset
2255
2256
2257 \end_layout
2258
2259 \end_inset
2260 </cell>
2261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2262 \begin_inset Text
2263
2264 \begin_layout Standard
2265
2266
2267 \family typewriter
2268
2269 \backslash
2270 div
2271 \end_layout
2272
2273 \end_inset
2274 </cell>
2275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2276 \begin_inset Text
2277
2278 \begin_layout Standard
2279
2280
2281 \begin_inset Formula $\sqcap$
2282 \end_inset
2283
2284
2285 \end_layout
2286
2287 \end_inset
2288 </cell>
2289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2290 \begin_inset Text
2291
2292 \begin_layout Standard
2293
2294
2295 \family typewriter
2296
2297 \backslash
2298 sqcap
2299 \end_layout
2300
2301 \end_inset
2302 </cell>
2303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2304 \begin_inset Text
2305
2306 \begin_layout Standard
2307
2308
2309 \begin_inset Formula $\triangleleft$
2310 \end_inset
2311
2312
2313 \end_layout
2314
2315 \end_inset
2316 </cell>
2317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2318 \begin_inset Text
2319
2320 \begin_layout Standard
2321
2322
2323 \family typewriter
2324
2325 \backslash
2326 triangleleft
2327 \end_layout
2328
2329 \end_inset
2330 </cell>
2331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2332 \begin_inset Text
2333
2334 \begin_layout Standard
2335
2336
2337 \begin_inset Formula $\oslash$
2338 \end_inset
2339
2340
2341 \end_layout
2342
2343 \end_inset
2344 </cell>
2345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Standard
2349
2350
2351 \family typewriter
2352
2353 \backslash
2354 oslash
2355 \end_layout
2356
2357 \end_inset
2358 </cell>
2359 </row>
2360 <row>
2361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2362 \begin_inset Text
2363
2364 \begin_layout Standard
2365
2366
2367 \begin_inset Formula $\ast$
2368 \end_inset
2369
2370
2371 \end_layout
2372
2373 \end_inset
2374 </cell>
2375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Standard
2379
2380
2381 \family typewriter
2382
2383 \backslash
2384 ast
2385 \end_layout
2386
2387 \end_inset
2388 </cell>
2389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2390 \begin_inset Text
2391
2392 \begin_layout Standard
2393
2394
2395 \begin_inset Formula $\sqcup$
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \end_inset
2402 </cell>
2403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2404 \begin_inset Text
2405
2406 \begin_layout Standard
2407
2408
2409 \family typewriter
2410
2411 \backslash
2412 sqcup
2413 \end_layout
2414
2415 \end_inset
2416 </cell>
2417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2418 \begin_inset Text
2419
2420 \begin_layout Standard
2421
2422
2423 \begin_inset Formula $\triangleright$
2424 \end_inset
2425
2426
2427 \end_layout
2428
2429 \end_inset
2430 </cell>
2431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2432 \begin_inset Text
2433
2434 \begin_layout Standard
2435
2436
2437 \family typewriter
2438
2439 \backslash
2440 triangleright
2441 \end_layout
2442
2443 \end_inset
2444 </cell>
2445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Standard
2449
2450
2451 \begin_inset Formula $\odot$
2452 \end_inset
2453
2454
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2460 \begin_inset Text
2461
2462 \begin_layout Standard
2463
2464
2465 \family typewriter
2466
2467 \backslash
2468 odot
2469 \end_layout
2470
2471 \end_inset
2472 </cell>
2473 </row>
2474 <row>
2475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2476 \begin_inset Text
2477
2478 \begin_layout Standard
2479
2480
2481 \begin_inset Formula $\star$
2482 \end_inset
2483
2484
2485 \end_layout
2486
2487 \end_inset
2488 </cell>
2489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2490 \begin_inset Text
2491
2492 \begin_layout Standard
2493
2494
2495 \family typewriter
2496
2497 \backslash
2498 star
2499 \end_layout
2500
2501 \end_inset
2502 </cell>
2503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2504 \begin_inset Text
2505
2506 \begin_layout Standard
2507
2508
2509 \begin_inset Formula $\vee$
2510 \end_inset
2511
2512
2513 \end_layout
2514
2515 \end_inset
2516 </cell>
2517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2518 \begin_inset Text
2519
2520 \begin_layout Standard
2521
2522
2523 \family typewriter
2524
2525 \backslash
2526 vee
2527 \end_layout
2528
2529 \end_inset
2530 </cell>
2531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2532 \begin_inset Text
2533
2534 \begin_layout Standard
2535
2536
2537 \begin_inset Formula $\lhd$
2538 \end_inset
2539
2540
2541 \end_layout
2542
2543 \end_inset
2544 </cell>
2545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2546 \begin_inset Text
2547
2548 \begin_layout Standard
2549
2550
2551 \family typewriter
2552
2553 \backslash
2554 lhd
2555 \end_layout
2556
2557 \end_inset
2558 </cell>
2559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2560 \begin_inset Text
2561
2562 \begin_layout Standard
2563
2564
2565 \begin_inset Formula $\bigcirc$
2566 \end_inset
2567
2568
2569 \end_layout
2570
2571 \end_inset
2572 </cell>
2573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2574 \begin_inset Text
2575
2576 \begin_layout Standard
2577
2578
2579 \family typewriter
2580
2581 \backslash
2582 bigcirc
2583 \end_layout
2584
2585 \end_inset
2586 </cell>
2587 </row>
2588 <row>
2589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2590 \begin_inset Text
2591
2592 \begin_layout Standard
2593
2594
2595 \begin_inset Formula $\circ$
2596 \end_inset
2597
2598
2599 \end_layout
2600
2601 \end_inset
2602 </cell>
2603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2604 \begin_inset Text
2605
2606 \begin_layout Standard
2607
2608
2609 \family typewriter
2610
2611 \backslash
2612 circ
2613 \end_layout
2614
2615 \end_inset
2616 </cell>
2617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2618 \begin_inset Text
2619
2620 \begin_layout Standard
2621
2622
2623 \begin_inset Formula $\wedge$
2624 \end_inset
2625
2626
2627 \end_layout
2628
2629 \end_inset
2630 </cell>
2631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2632 \begin_inset Text
2633
2634 \begin_layout Standard
2635
2636
2637 \family typewriter
2638
2639 \backslash
2640 wedge
2641 \end_layout
2642
2643 \end_inset
2644 </cell>
2645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2646 \begin_inset Text
2647
2648 \begin_layout Standard
2649
2650
2651 \begin_inset Formula $\rhd$
2652 \end_inset
2653
2654
2655 \end_layout
2656
2657 \end_inset
2658 </cell>
2659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2660 \begin_inset Text
2661
2662 \begin_layout Standard
2663
2664
2665 \family typewriter
2666
2667 \backslash
2668 rhd
2669 \end_layout
2670
2671 \end_inset
2672 </cell>
2673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2674 \begin_inset Text
2675
2676 \begin_layout Standard
2677
2678
2679 \begin_inset Formula $\dagger$
2680 \end_inset
2681
2682
2683 \end_layout
2684
2685 \end_inset
2686 </cell>
2687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2688 \begin_inset Text
2689
2690 \begin_layout Standard
2691
2692
2693 \family typewriter
2694
2695 \backslash
2696 dagger
2697 \end_layout
2698
2699 \end_inset
2700 </cell>
2701 </row>
2702 <row>
2703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2704 \begin_inset Text
2705
2706 \begin_layout Standard
2707
2708
2709 \begin_inset Formula $\bullet$
2710 \end_inset
2711
2712
2713 \end_layout
2714
2715 \end_inset
2716 </cell>
2717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2718 \begin_inset Text
2719
2720 \begin_layout Standard
2721
2722
2723 \family typewriter
2724
2725 \backslash
2726 bullet
2727 \end_layout
2728
2729 \end_inset
2730 </cell>
2731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Standard
2735
2736
2737 \begin_inset Formula $\setminus$
2738 \end_inset
2739
2740
2741 \end_layout
2742
2743 \end_inset
2744 </cell>
2745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2746 \begin_inset Text
2747
2748 \begin_layout Standard
2749
2750
2751 \family typewriter
2752
2753 \backslash
2754 setminus
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Standard
2763
2764
2765 \begin_inset Formula $\unlhd$
2766 \end_inset
2767
2768
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Standard
2777
2778
2779 \family typewriter
2780
2781 \backslash
2782 unlhd
2783 \end_layout
2784
2785 \end_inset
2786 </cell>
2787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2788 \begin_inset Text
2789
2790 \begin_layout Standard
2791
2792
2793 \begin_inset Formula $\ddagger$
2794 \end_inset
2795
2796
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2802 \begin_inset Text
2803
2804 \begin_layout Standard
2805
2806
2807 \family typewriter
2808
2809 \backslash
2810 ddagger
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 </row>
2816 <row>
2817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Standard
2821
2822
2823 \begin_inset Formula $\cdot$
2824 \end_inset
2825
2826
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2832 \begin_inset Text
2833
2834 \begin_layout Standard
2835
2836
2837 \family typewriter
2838
2839 \backslash
2840 cdot
2841 \end_layout
2842
2843 \end_inset
2844 </cell>
2845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2846 \begin_inset Text
2847
2848 \begin_layout Standard
2849
2850
2851 \begin_inset Formula $\wr$
2852 \end_inset
2853
2854
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2860 \begin_inset Text
2861
2862 \begin_layout Standard
2863
2864
2865 \family typewriter
2866
2867 \backslash
2868 wr
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2874 \begin_inset Text
2875
2876 \begin_layout Standard
2877
2878
2879 \begin_inset Formula $\unrhd$
2880 \end_inset
2881
2882
2883 \end_layout
2884
2885 \end_inset
2886 </cell>
2887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2888 \begin_inset Text
2889
2890 \begin_layout Standard
2891
2892
2893 \family typewriter
2894
2895 \backslash
2896 unrhd
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2902 \begin_inset Text
2903
2904 \begin_layout Standard
2905
2906
2907 \begin_inset Formula $\amalg$
2908 \end_inset
2909
2910
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2916 \begin_inset Text
2917
2918 \begin_layout Standard
2919
2920
2921 \family typewriter
2922
2923 \backslash
2924 amalg
2925 \end_layout
2926
2927 \end_inset
2928 </cell>
2929 </row>
2930 </lyxtabular>
2931
2932 \end_inset
2933
2934
2935 \end_layout
2936
2937 \begin_layout Caption
2938
2939 Symboles d'opérations binaires
2940 \end_layout
2941
2942 \end_inset
2943
2944
2945 \end_layout
2946
2947 \begin_layout Standard
2948
2949
2950 \begin_inset Float table
2951 placement H
2952 wide false
2953 sideways false
2954 status open
2955
2956 \begin_layout Standard
2957
2958
2959 \begin_inset  Tabular
2960 <lyxtabular version="3" rows="8" columns="10">
2961 <features>
2962 <column alignment="right" valignment="top" width="0pt">
2963 <column alignment="left" valignment="top" width="0pt">
2964 <column alignment="right" valignment="top" width="0pt">
2965 <column alignment="left" valignment="top" width="0pt">
2966 <column alignment="right" valignment="top" width="0pt">
2967 <column alignment="left" valignment="top" width="0pt">
2968 <column alignment="right" valignment="top" width="0pt">
2969 <column alignment="left" valignment="top" width="0pt">
2970 <column alignment="right" valignment="top" width="0pt">
2971 <column alignment="left" valignment="top" width="0pt">
2972 <row>
2973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Standard
2977
2978
2979 \begin_inset Formula $\leq$
2980 \end_inset
2981
2982
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Standard
2991
2992
2993 \family typewriter
2994
2995 \backslash
2996 leq
2997 \backslash
2998 le
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Standard
3007
3008
3009 \begin_inset Formula $\geq$
3010 \end_inset
3011
3012
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Standard
3021
3022
3023 \family typewriter
3024
3025 \backslash
3026 geq
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Standard
3035
3036
3037 \begin_inset Formula $\equiv$
3038 \end_inset
3039
3040
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Standard
3049
3050
3051 \family typewriter
3052
3053 \backslash
3054 equiv
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Standard
3063
3064
3065 \begin_inset Formula $\models$
3066 \end_inset
3067
3068
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Standard
3077
3078
3079 \family typewriter
3080
3081 \backslash
3082 models
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Standard
3091
3092
3093 \begin_inset Formula $\prec$
3094 \end_inset
3095
3096
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Standard
3105
3106
3107 \family typewriter
3108
3109 \backslash
3110 prec
3111 \end_layout
3112
3113 \end_inset
3114 </cell>
3115 </row>
3116 <row>
3117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Standard
3121
3122
3123 \begin_inset Formula $\succ$
3124 \end_inset
3125
3126
3127 \end_layout
3128
3129 \end_inset
3130 </cell>
3131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3132 \begin_inset Text
3133
3134 \begin_layout Standard
3135
3136
3137 \family typewriter
3138
3139 \backslash
3140 succ
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Standard
3149
3150
3151 \begin_inset Formula $\sim$
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Standard
3163
3164
3165 \family typewriter
3166
3167 \backslash
3168 sim
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Standard
3177
3178
3179 \begin_inset Formula $\perp$
3180 \end_inset
3181
3182
3183 \end_layout
3184
3185 \end_inset
3186 </cell>
3187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Standard
3191
3192
3193 \family typewriter
3194
3195 \backslash
3196 perp
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Standard
3205
3206
3207 \begin_inset Formula $\preceq$
3208 \end_inset
3209
3210
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Standard
3219
3220
3221 \family typewriter
3222
3223 \backslash
3224 preceq
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Standard
3233
3234
3235 \begin_inset Formula $\succeq$
3236 \end_inset
3237
3238
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3244 \begin_inset Text
3245
3246 \begin_layout Standard
3247
3248
3249 \family typewriter
3250
3251 \backslash
3252 succeq
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 <row>
3259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Standard
3263
3264
3265 \begin_inset Formula $\simeq$
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3274 \begin_inset Text
3275
3276 \begin_layout Standard
3277
3278
3279 \family typewriter
3280
3281 \backslash
3282 simeq
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3288 \begin_inset Text
3289
3290 \begin_layout Standard
3291
3292
3293 \begin_inset Formula $\mid$
3294 \end_inset
3295
3296
3297 \end_layout
3298
3299 \end_inset
3300 </cell>
3301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3302 \begin_inset Text
3303
3304 \begin_layout Standard
3305
3306
3307 \family typewriter
3308
3309 \backslash
3310 mid
3311 \end_layout
3312
3313 \end_inset
3314 </cell>
3315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3316 \begin_inset Text
3317
3318 \begin_layout Standard
3319
3320
3321 \begin_inset Formula $\ll$
3322 \end_inset
3323
3324
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Standard
3333
3334
3335 \family typewriter
3336
3337 \backslash
3338 ll
3339 \end_layout
3340
3341 \end_inset
3342 </cell>
3343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3344 \begin_inset Text
3345
3346 \begin_layout Standard
3347
3348
3349 \begin_inset Formula $\gg$
3350 \end_inset
3351
3352
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Standard
3361
3362
3363 \family typewriter
3364
3365 \backslash
3366 gg
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Standard
3375
3376
3377 \begin_inset Formula $\asymp$
3378 \end_inset
3379
3380
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Standard
3389
3390
3391 \family typewriter
3392
3393 \backslash
3394 asymp
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 </row>
3400 <row>
3401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Standard
3405
3406
3407 \begin_inset Formula $\parallel$
3408 \end_inset
3409
3410
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Standard
3419
3420
3421 \family typewriter
3422
3423 \backslash
3424 parallel
3425 \end_layout
3426
3427 \end_inset
3428 </cell>
3429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3430 \begin_inset Text
3431
3432 \begin_layout Standard
3433
3434
3435 \begin_inset Formula $\subset$
3436 \end_inset
3437
3438
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Standard
3447
3448
3449 \family typewriter
3450
3451 \backslash
3452 subset
3453 \end_layout
3454
3455 \end_inset
3456 </cell>
3457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Standard
3461
3462
3463 \begin_inset Formula $\supset$
3464 \end_inset
3465
3466
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Standard
3475
3476
3477 \family typewriter
3478
3479 \backslash
3480 supset
3481 \end_layout
3482
3483 \end_inset
3484 </cell>
3485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3486 \begin_inset Text
3487
3488 \begin_layout Standard
3489
3490
3491 \begin_inset Formula $\approx$
3492 \end_inset
3493
3494
3495 \end_layout
3496
3497 \end_inset
3498 </cell>
3499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3500 \begin_inset Text
3501
3502 \begin_layout Standard
3503
3504
3505 \family typewriter
3506
3507 \backslash
3508 approx
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Standard
3517
3518
3519 \begin_inset Formula $\bowtie$
3520 \end_inset
3521
3522
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Standard
3531
3532
3533 \family typewriter
3534
3535 \backslash
3536 bowtie
3537 \end_layout
3538
3539 \end_inset
3540 </cell>
3541 </row>
3542 <row>
3543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Standard
3547
3548
3549 \begin_inset Formula $\subseteq$
3550 \end_inset
3551
3552
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Standard
3561
3562
3563 \family typewriter
3564
3565 \backslash
3566 subseteq
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Standard
3575
3576
3577 \begin_inset Formula $\supseteq$
3578 \end_inset
3579
3580
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3586 \begin_inset Text
3587
3588 \begin_layout Standard
3589
3590
3591 \family typewriter
3592
3593 \backslash
3594 supseteq
3595 \end_layout
3596
3597 \end_inset
3598 </cell>
3599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3600 \begin_inset Text
3601
3602 \begin_layout Standard
3603
3604
3605 \begin_inset Formula $\cong$
3606 \end_inset
3607
3608
3609 \end_layout
3610
3611 \end_inset
3612 </cell>
3613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3614 \begin_inset Text
3615
3616 \begin_layout Standard
3617
3618
3619 \family typewriter
3620
3621 \backslash
3622 cong
3623 \end_layout
3624
3625 \end_inset
3626 </cell>
3627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3628 \begin_inset Text
3629
3630 \begin_layout Standard
3631
3632
3633 \begin_inset Formula $\Join$
3634 \end_inset
3635
3636
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3642 \begin_inset Text
3643
3644 \begin_layout Standard
3645
3646
3647 \family typewriter
3648
3649 \backslash
3650 Join
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Standard
3659
3660
3661 \begin_inset Formula $\sqsubset$
3662 \end_inset
3663
3664
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3670 \begin_inset Text
3671
3672 \begin_layout Standard
3673
3674
3675 \family typewriter
3676
3677 \backslash
3678 sqsubset
3679 \end_layout
3680
3681 \end_inset
3682 </cell>
3683 </row>
3684 <row>
3685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Standard
3689
3690
3691 \begin_inset Formula $\sqsupset$
3692 \end_inset
3693
3694
3695 \end_layout
3696
3697 \end_inset
3698 </cell>
3699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3700 \begin_inset Text
3701
3702 \begin_layout Standard
3703
3704
3705 \family typewriter
3706
3707 \backslash
3708 sqsupset
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Standard
3717
3718
3719 \begin_inset Formula $\neq$
3720 \end_inset
3721
3722
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Standard
3731
3732
3733 \family typewriter
3734
3735 \backslash
3736 neq
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3742 \begin_inset Text
3743
3744 \begin_layout Standard
3745
3746
3747 \begin_inset Formula $\smile$
3748 \end_inset
3749
3750
3751 \end_layout
3752
3753 \end_inset
3754 </cell>
3755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3756 \begin_inset Text
3757
3758 \begin_layout Standard
3759
3760
3761 \family typewriter
3762
3763 \backslash
3764 smile
3765 \end_layout
3766
3767 \end_inset
3768 </cell>
3769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3770 \begin_inset Text
3771
3772 \begin_layout Standard
3773
3774
3775 \begin_inset Formula $\sqsubseteq$
3776 \end_inset
3777
3778
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Standard
3787
3788
3789 \family typewriter
3790
3791 \backslash
3792 sqsubseteq
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Standard
3801
3802
3803 \begin_inset Formula $\sqsupseteq$
3804 \end_inset
3805
3806
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3812 \begin_inset Text
3813
3814 \begin_layout Standard
3815
3816
3817 \family typewriter
3818
3819 \backslash
3820 sqsupseteq
3821 \end_layout
3822
3823 \end_inset
3824 </cell>
3825 </row>
3826 <row>
3827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Standard
3831
3832
3833 \begin_inset Formula $\doteq$
3834 \end_inset
3835
3836
3837 \end_layout
3838
3839 \end_inset
3840 </cell>
3841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3842 \begin_inset Text
3843
3844 \begin_layout Standard
3845
3846
3847 \family typewriter
3848
3849 \backslash
3850 doteq
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3856 \begin_inset Text
3857
3858 \begin_layout Standard
3859
3860
3861 \begin_inset Formula $\frown$
3862 \end_inset
3863
3864
3865 \end_layout
3866
3867 \end_inset
3868 </cell>
3869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3870 \begin_inset Text
3871
3872 \begin_layout Standard
3873
3874
3875 \family typewriter
3876
3877 \backslash
3878 frown
3879 \end_layout
3880
3881 \end_inset
3882 </cell>
3883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Standard
3887
3888
3889 \begin_inset Formula $\in$
3890 \end_inset
3891
3892
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Standard
3901
3902
3903 \family typewriter
3904
3905 \backslash
3906 in
3907 \end_layout
3908
3909 \end_inset
3910 </cell>
3911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3912 \begin_inset Text
3913
3914 \begin_layout Standard
3915
3916
3917 \begin_inset Formula $\ni$
3918 \end_inset
3919
3920
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Standard
3929
3930
3931 \family typewriter
3932
3933 \backslash
3934 ni
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Standard
3943
3944
3945 \begin_inset Formula $\propto$
3946 \end_inset
3947
3948
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3954 \begin_inset Text
3955
3956 \begin_layout Standard
3957
3958
3959 \family typewriter
3960
3961 \backslash
3962 propto
3963 \end_layout
3964
3965 \end_inset
3966 </cell>
3967 </row>
3968 <row>
3969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Standard
3973
3974
3975 \begin_inset Formula $=$
3976 \end_inset
3977
3978
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3984 \begin_inset Text
3985
3986 \begin_layout Standard
3987
3988
3989 \family typewriter
3990 =
3991 \end_layout
3992
3993 \end_inset
3994 </cell>
3995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3996 \begin_inset Text
3997
3998 \begin_layout Standard
3999
4000
4001 \begin_inset Formula $\vdash$
4002 \end_inset
4003
4004
4005 \end_layout
4006
4007 \end_inset
4008 </cell>
4009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4010 \begin_inset Text
4011
4012 \begin_layout Standard
4013
4014
4015 \family typewriter
4016
4017 \backslash
4018 vdash
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Standard
4027
4028
4029 \begin_inset Formula $\dashv$
4030 \end_inset
4031
4032
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4038 \begin_inset Text
4039
4040 \begin_layout Standard
4041
4042
4043 \family typewriter
4044
4045 \backslash
4046 dashv
4047 \end_layout
4048
4049 \end_inset
4050 </cell>
4051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4052 \begin_inset Text
4053
4054 \begin_layout Standard
4055
4056
4057 \begin_inset Formula $<$
4058 \end_inset
4059
4060
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4066 \begin_inset Text
4067
4068 \begin_layout Standard
4069
4070
4071 \family typewriter
4072 <
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Standard
4081
4082
4083 \begin_inset Formula $>$
4084 \end_inset
4085
4086
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Standard
4095
4096
4097 \family typewriter
4098 >
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 </row>
4104 </lyxtabular>
4105
4106 \end_inset
4107
4108
4109 \end_layout
4110
4111 \begin_layout Caption
4112
4113 Symboles de relations
4114 \end_layout
4115
4116 \end_inset
4117
4118
4119 \end_layout
4120
4121 \begin_layout Standard
4122
4123
4124 \begin_inset Float table
4125 placement H
4126 wide false
4127 sideways false
4128 status open
4129
4130 \begin_layout Standard
4131
4132
4133 \begin_inset  Tabular
4134 <lyxtabular version="3" rows="10" columns="6">
4135 <features>
4136 <column alignment="right" valignment="top" width="0pt">
4137 <column alignment="left" valignment="top" width="0pt">
4138 <column alignment="right" valignment="top" width="0pt">
4139 <column alignment="left" valignment="top" width="0pt">
4140 <column alignment="right" valignment="top" width="0pt">
4141 <column alignment="left" valignment="top" width="0pt">
4142 <row>
4143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Standard
4147
4148
4149 \begin_inset Formula $\leftarrow$
4150 \end_inset
4151
4152
4153 \end_layout
4154
4155 \end_inset
4156 </cell>
4157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4158 \begin_inset Text
4159
4160 \begin_layout Standard
4161
4162
4163 \family typewriter
4164
4165 \backslash
4166 leftarrow
4167 \end_layout
4168
4169 \end_inset
4170 </cell>
4171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4172 \begin_inset Text
4173
4174 \begin_layout Standard
4175
4176
4177 \begin_inset Formula $\longleftarrow$
4178 \end_inset
4179
4180
4181 \end_layout
4182
4183 \end_inset
4184 </cell>
4185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4186 \begin_inset Text
4187
4188 \begin_layout Standard
4189
4190
4191 \family typewriter
4192
4193 \backslash
4194 longleftarrow
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Standard
4203
4204
4205 \begin_inset Formula $\uparrow$
4206 \end_inset
4207
4208
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Standard
4217
4218
4219 \family typewriter
4220
4221 \backslash
4222 uparrow
4223 \end_layout
4224
4225 \end_inset
4226 </cell>
4227 </row>
4228 <row>
4229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Standard
4233
4234
4235 \begin_inset Formula $\Leftarrow$
4236 \end_inset
4237
4238
4239 \end_layout
4240
4241 \end_inset
4242 </cell>
4243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4244 \begin_inset Text
4245
4246 \begin_layout Standard
4247
4248
4249 \family typewriter
4250
4251 \backslash
4252 Leftarrow
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4258 \begin_inset Text
4259
4260 \begin_layout Standard
4261
4262
4263 \begin_inset Formula $\Longleftarrow$
4264 \end_inset
4265
4266
4267 \end_layout
4268
4269 \end_inset
4270 </cell>
4271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4272 \begin_inset Text
4273
4274 \begin_layout Standard
4275
4276
4277 \family typewriter
4278
4279 \backslash
4280 Longleftarrow
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Standard
4289
4290
4291 \begin_inset Formula $\Uparrow$
4292 \end_inset
4293
4294
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4300 \begin_inset Text
4301
4302 \begin_layout Standard
4303
4304
4305 \family typewriter
4306
4307 \backslash
4308 Uparrow
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 </row>
4314 <row>
4315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Standard
4319
4320
4321 \begin_inset Formula $\rightarrow$
4322 \end_inset
4323
4324
4325 \end_layout
4326
4327 \end_inset
4328 </cell>
4329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4330 \begin_inset Text
4331
4332 \begin_layout Standard
4333
4334
4335 \family typewriter
4336
4337 \backslash
4338 rightarrow
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Standard
4347
4348
4349 \begin_inset Formula $\longrightarrow$
4350 \end_inset
4351
4352
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Standard
4361
4362
4363 \family typewriter
4364
4365 \backslash
4366 longrightarrow
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Standard
4375
4376
4377 \begin_inset Formula $\downarrow$
4378 \end_inset
4379
4380
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Standard
4389
4390
4391 \family typewriter
4392
4393 \backslash
4394 downarrow
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 </row>
4400 <row>
4401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Standard
4405
4406
4407 \begin_inset Formula $\Rightarrow$
4408 \end_inset
4409
4410
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Standard
4419
4420
4421 \family typewriter
4422
4423 \backslash
4424 Rightarrow
4425 \end_layout
4426
4427 \end_inset
4428 </cell>
4429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Standard
4433
4434
4435 \begin_inset Formula $\Longrightarrow$
4436 \end_inset
4437
4438
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4444 \begin_inset Text
4445
4446 \begin_layout Standard
4447
4448
4449 \family typewriter
4450
4451 \backslash
4452 Longrightarrow
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Standard
4461
4462
4463 \begin_inset Formula $\Downarrow$
4464 \end_inset
4465
4466
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Standard
4475
4476
4477 \family typewriter
4478
4479 \backslash
4480 Downarrow
4481 \end_layout
4482
4483 \end_inset
4484 </cell>
4485 </row>
4486 <row>
4487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Standard
4491
4492
4493 \begin_inset Formula $\leftrightarrow$
4494 \end_inset
4495
4496
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Standard
4505
4506
4507 \family typewriter
4508
4509 \backslash
4510 leftrightarrow
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Standard
4519
4520
4521 \begin_inset Formula $\longleftrightarrow$
4522 \end_inset
4523
4524
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Standard
4533
4534
4535 \family typewriter
4536
4537 \backslash
4538 longleftrightarrow
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Standard
4547
4548
4549 \begin_inset Formula $\updownarrow$
4550 \end_inset
4551
4552
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4558 \begin_inset Text
4559
4560 \begin_layout Standard
4561
4562
4563 \family typewriter
4564
4565 \backslash
4566 updownarrow
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Standard
4577
4578
4579 \begin_inset Formula $\Leftrightarrow$
4580 \end_inset
4581
4582
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Standard
4591
4592
4593 \family typewriter
4594
4595 \backslash
4596 Leftrightarrow
4597 \end_layout
4598
4599 \end_inset
4600 </cell>
4601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Standard
4605
4606
4607 \begin_inset Formula $\Longleftrightarrow$
4608 \end_inset
4609
4610
4611 \end_layout
4612
4613 \end_inset
4614 </cell>
4615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4616 \begin_inset Text
4617
4618 \begin_layout Standard
4619
4620
4621 \family typewriter
4622
4623 \backslash
4624 Longleftrightarrow
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Standard
4633
4634
4635 \begin_inset Formula $\Updownarrow$
4636 \end_inset
4637
4638
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4644 \begin_inset Text
4645
4646 \begin_layout Standard
4647
4648
4649 \family typewriter
4650
4651 \backslash
4652 Updownarrow
4653 \end_layout
4654
4655 \end_inset
4656 </cell>
4657 </row>
4658 <row>
4659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Standard
4663
4664
4665 \begin_inset Formula $\mapsto$
4666 \end_inset
4667
4668
4669 \end_layout
4670
4671 \end_inset
4672 </cell>
4673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Standard
4677
4678
4679 \family typewriter
4680
4681 \backslash
4682 mapsto
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Standard
4691
4692
4693 \begin_inset Formula $\longmapsto$
4694 \end_inset
4695
4696
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Standard
4705
4706
4707 \family typewriter
4708
4709 \backslash
4710 longmapsto
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Standard
4719
4720
4721 \begin_inset Formula $\nearrow$
4722 \end_inset
4723
4724
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4730 \begin_inset Text
4731
4732 \begin_layout Standard
4733
4734
4735 \family typewriter
4736
4737 \backslash
4738 nearrow
4739 \end_layout
4740
4741 \end_inset
4742 </cell>
4743 </row>
4744 <row>
4745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Standard
4749
4750
4751 \begin_inset Formula $\hookleftarrow$
4752 \end_inset
4753
4754
4755 \end_layout
4756
4757 \end_inset
4758 </cell>
4759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4760 \begin_inset Text
4761
4762 \begin_layout Standard
4763
4764
4765 \family typewriter
4766
4767 \backslash
4768 hookleftarrow
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4774 \begin_inset Text
4775
4776 \begin_layout Standard
4777
4778
4779 \begin_inset Formula $\hookrightarrow$
4780 \end_inset
4781
4782
4783 \end_layout
4784
4785 \end_inset
4786 </cell>
4787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4788 \begin_inset Text
4789
4790 \begin_layout Standard
4791
4792
4793 \family typewriter
4794
4795 \backslash
4796 hookrightarrow
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Standard
4805
4806
4807 \begin_inset Formula $\searrow$
4808 \end_inset
4809
4810
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Standard
4819
4820
4821 \family typewriter
4822
4823 \backslash
4824 searrow
4825 \end_layout
4826
4827 \end_inset
4828 </cell>
4829 </row>
4830 <row>
4831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Standard
4835
4836
4837 \begin_inset Formula $\leftharpoonup$
4838 \end_inset
4839
4840
4841 \end_layout
4842
4843 \end_inset
4844 </cell>
4845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4846 \begin_inset Text
4847
4848 \begin_layout Standard
4849
4850
4851 \family typewriter
4852
4853 \backslash
4854 leftharpoonup
4855 \end_layout
4856
4857 \end_inset
4858 </cell>
4859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4860 \begin_inset Text
4861
4862 \begin_layout Standard
4863
4864
4865 \begin_inset Formula $\rightharpoonup$
4866 \end_inset
4867
4868
4869 \end_layout
4870
4871 \end_inset
4872 </cell>
4873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4874 \begin_inset Text
4875
4876 \begin_layout Standard
4877
4878
4879 \family typewriter
4880
4881 \backslash
4882 rightharpoonup
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Standard
4891
4892
4893 \begin_inset Formula $\swarrow$
4894 \end_inset
4895
4896
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Standard
4905
4906
4907 \family typewriter
4908
4909 \backslash
4910 swarrow
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 </row>
4916 <row>
4917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Standard
4921
4922
4923 \begin_inset Formula $\leftharpoondown$
4924 \end_inset
4925
4926
4927 \end_layout
4928
4929 \end_inset
4930 </cell>
4931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4932 \begin_inset Text
4933
4934 \begin_layout Standard
4935
4936
4937 \family typewriter
4938
4939 \backslash
4940 leftharpoondown
4941 \end_layout
4942
4943 \end_inset
4944 </cell>
4945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4946 \begin_inset Text
4947
4948 \begin_layout Standard
4949
4950
4951 \begin_inset Formula $\rightharpoondown$
4952 \end_inset
4953
4954
4955 \end_layout
4956
4957 \end_inset
4958 </cell>
4959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4960 \begin_inset Text
4961
4962 \begin_layout Standard
4963
4964
4965 \family typewriter
4966
4967 \backslash
4968 rightharpoondown
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Standard
4977
4978
4979 \begin_inset Formula $\nwarrow$
4980 \end_inset
4981
4982
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4988 \begin_inset Text
4989
4990 \begin_layout Standard
4991
4992
4993 \family typewriter
4994
4995 \backslash
4996 nwarrow
4997 \end_layout
4998
4999 \end_inset
5000 </cell>
5001 </row>
5002 </lyxtabular>
5003
5004 \end_inset
5005
5006
5007 \end_layout
5008
5009 \begin_layout Caption
5010
5011 Symboles flèches
5012 \end_layout
5013
5014 \end_inset
5015
5016
5017 \end_layout
5018
5019 \begin_layout Standard
5020
5021
5022 \begin_inset Float table
5023 placement H
5024 wide false
5025 sideways false
5026 status open
5027
5028 \begin_layout Standard
5029
5030
5031 \begin_inset  Tabular
5032 <lyxtabular version="3" rows="7" columns="10">
5033 <features>
5034 <column alignment="right" valignment="top" width="0pt">
5035 <column alignment="left" valignment="top" width="0pt">
5036 <column alignment="right" valignment="top" width="0pt">
5037 <column alignment="left" valignment="top" width="0pt">
5038 <column alignment="right" valignment="top" width="0pt">
5039 <column alignment="left" valignment="top" width="0pt">
5040 <column alignment="right" valignment="top" width="0pt">
5041 <column alignment="left" valignment="top" width="0pt">
5042 <column alignment="right" valignment="top" width="0pt">
5043 <column alignment="left" valignment="top" width="0pt">
5044 <row>
5045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Standard
5049
5050
5051 \begin_inset Formula $\ldots$
5052 \end_inset
5053
5054
5055 \end_layout
5056
5057 \end_inset
5058 </cell>
5059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5060 \begin_inset Text
5061
5062 \begin_layout Standard
5063
5064
5065 \family typewriter
5066
5067 \backslash
5068 ldots
5069 \end_layout
5070
5071 \end_inset
5072 </cell>
5073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5074 \begin_inset Text
5075
5076 \begin_layout Standard
5077
5078
5079 \begin_inset Formula $\cdots$
5080 \end_inset
5081
5082
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Standard
5091
5092
5093 \family typewriter
5094
5095 \backslash
5096 cdots
5097 \end_layout
5098
5099 \end_inset
5100 </cell>
5101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5102 \begin_inset Text
5103
5104 \begin_layout Standard
5105
5106
5107 \begin_inset Formula $\vdots$
5108 \end_inset
5109
5110
5111 \end_layout
5112
5113 \end_inset
5114 </cell>
5115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5116 \begin_inset Text
5117
5118 \begin_layout Standard
5119
5120
5121 \family typewriter
5122
5123 \backslash
5124 vdots
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Standard
5133
5134
5135 \begin_inset Formula $\ddots$
5136 \end_inset
5137
5138
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Standard
5147
5148
5149 \family typewriter
5150
5151 \backslash
5152 ddots
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Standard
5161
5162
5163 \begin_inset Formula $\aleph$
5164 \end_inset
5165
5166
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Standard
5175
5176
5177 \family typewriter
5178
5179 \backslash
5180 aleph
5181 \end_layout
5182
5183 \end_inset
5184 </cell>
5185 </row>
5186 <row>
5187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Standard
5191
5192
5193 \begin_inset Formula $\prime$
5194 \end_inset
5195
5196
5197 \end_layout
5198
5199 \end_inset
5200 </cell>
5201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5202 \begin_inset Text
5203
5204 \begin_layout Standard
5205
5206
5207 \family typewriter
5208
5209 \backslash
5210 prime
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Standard
5219
5220
5221 \begin_inset Formula $\forall$
5222 \end_inset
5223
5224
5225 \end_layout
5226
5227 \end_inset
5228 </cell>
5229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5230 \begin_inset Text
5231
5232 \begin_layout Standard
5233
5234
5235 \family typewriter
5236
5237 \backslash
5238 forall
5239 \end_layout
5240
5241 \end_inset
5242 </cell>
5243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Standard
5247
5248
5249 \begin_inset Formula $\infty$
5250 \end_inset
5251
5252
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Standard
5261
5262
5263 \family typewriter
5264
5265 \backslash
5266 infty
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Standard
5275
5276
5277 \begin_inset Formula $\hbar$
5278 \end_inset
5279
5280
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Standard
5289
5290
5291 \family typewriter
5292
5293 \backslash
5294 hbar
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Standard
5303
5304
5305 \begin_inset Formula $\emptyset$
5306 \end_inset
5307
5308
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5314 \begin_inset Text
5315
5316 \begin_layout Standard
5317
5318
5319 \family typewriter
5320
5321 \backslash
5322 emptyset
5323 \end_layout
5324
5325 \end_inset
5326 </cell>
5327 </row>
5328 <row>
5329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Standard
5333
5334
5335 \begin_inset Formula $\exists$
5336 \end_inset
5337
5338
5339 \end_layout
5340
5341 \end_inset
5342 </cell>
5343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5344 \begin_inset Text
5345
5346 \begin_layout Standard
5347
5348
5349 \family typewriter
5350
5351 \backslash
5352 exists
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Standard
5361
5362
5363 \begin_inset Formula $\nabla$
5364 \end_inset
5365
5366
5367 \end_layout
5368
5369 \end_inset
5370 </cell>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Standard
5375
5376
5377 \family typewriter
5378
5379 \backslash
5380 nabla
5381 \end_layout
5382
5383 \end_inset
5384 </cell>
5385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5386 \begin_inset Text
5387
5388 \begin_layout Standard
5389
5390
5391 \begin_inset Formula $\surd$
5392 \end_inset
5393
5394
5395 \end_layout
5396
5397 \end_inset
5398 </cell>
5399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5400 \begin_inset Text
5401
5402 \begin_layout Standard
5403
5404
5405 \family typewriter
5406
5407 \backslash
5408 surd
5409 \end_layout
5410
5411 \end_inset
5412 </cell>
5413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5414 \begin_inset Text
5415
5416 \begin_layout Standard
5417
5418
5419 \begin_inset Formula $\Box$
5420 \end_inset
5421
5422
5423 \end_layout
5424
5425 \end_inset
5426 </cell>
5427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5428 \begin_inset Text
5429
5430 \begin_layout Standard
5431
5432
5433 \family typewriter
5434
5435 \backslash
5436 Box
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Standard
5445
5446
5447 \begin_inset Formula $\triangle$
5448 \end_inset
5449
5450
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Standard
5459
5460
5461 \family typewriter
5462
5463 \backslash
5464 triangle
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 </row>
5470 <row>
5471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Standard
5475
5476
5477 \begin_inset Formula $\Diamond$
5478 \end_inset
5479
5480
5481 \end_layout
5482
5483 \end_inset
5484 </cell>
5485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5486 \begin_inset Text
5487
5488 \begin_layout Standard
5489
5490
5491 \family typewriter
5492
5493 \backslash
5494 Diamond
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Standard
5503
5504
5505 \begin_inset Formula $\imath$
5506 \end_inset
5507
5508
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5514 \begin_inset Text
5515
5516 \begin_layout Standard
5517
5518
5519 \family typewriter
5520
5521 \backslash
5522 imath
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5528 \begin_inset Text
5529
5530 \begin_layout Standard
5531
5532
5533 \begin_inset Formula $\jmath$
5534 \end_inset
5535
5536
5537 \end_layout
5538
5539 \end_inset
5540 </cell>
5541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5542 \begin_inset Text
5543
5544 \begin_layout Standard
5545
5546
5547 \family typewriter
5548
5549 \backslash
5550 jmath
5551 \end_layout
5552
5553 \end_inset
5554 </cell>
5555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5556 \begin_inset Text
5557
5558 \begin_layout Standard
5559
5560
5561 \begin_inset Formula $\ell$
5562 \end_inset
5563
5564
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Standard
5573
5574
5575 \family typewriter
5576
5577 \backslash
5578 ell
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Standard
5587
5588
5589 \begin_inset Formula $\neg$
5590 \end_inset
5591
5592
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Standard
5601
5602
5603 \family typewriter
5604
5605 \backslash
5606 neg
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 </row>
5612 <row>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Standard
5617
5618
5619 \begin_inset Formula $\top$
5620 \end_inset
5621
5622
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Standard
5631
5632
5633 \family typewriter
5634
5635 \backslash
5636 top
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5642 \begin_inset Text
5643
5644 \begin_layout Standard
5645
5646
5647 \begin_inset Formula $\flat$
5648 \end_inset
5649
5650
5651 \end_layout
5652
5653 \end_inset
5654 </cell>
5655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5656 \begin_inset Text
5657
5658 \begin_layout Standard
5659
5660
5661 \family typewriter
5662
5663 \backslash
5664 flat
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Standard
5673
5674
5675 \begin_inset Formula $\natural$
5676 \end_inset
5677
5678
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Standard
5687
5688
5689 \family typewriter
5690
5691 \backslash
5692 natural
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Standard
5701
5702
5703 \begin_inset Formula $\sharp$
5704 \end_inset
5705
5706
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5712 \begin_inset Text
5713
5714 \begin_layout Standard
5715
5716
5717 \family typewriter
5718
5719 \backslash
5720 sharp
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Standard
5729
5730
5731 \begin_inset Formula $\wp$
5732 \end_inset
5733
5734
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5740 \begin_inset Text
5741
5742 \begin_layout Standard
5743
5744
5745 \family typewriter
5746
5747 \backslash
5748 wp
5749 \end_layout
5750
5751 \end_inset
5752 </cell>
5753 </row>
5754 <row>
5755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Standard
5759
5760
5761 \begin_inset Formula $\bot$
5762 \end_inset
5763
5764
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5770 \begin_inset Text
5771
5772 \begin_layout Standard
5773
5774
5775 \family typewriter
5776
5777 \backslash
5778 bot
5779 \end_layout
5780
5781 \end_inset
5782 </cell>
5783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5784 \begin_inset Text
5785
5786 \begin_layout Standard
5787
5788
5789 \begin_inset Formula $\clubsuit$
5790 \end_inset
5791
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5798 \begin_inset Text
5799
5800 \begin_layout Standard
5801
5802
5803 \family typewriter
5804
5805 \backslash
5806 clubsuit
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5812 \begin_inset Text
5813
5814 \begin_layout Standard
5815
5816
5817 \begin_inset Formula $\diamondsuit$
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \end_inset
5824 </cell>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Standard
5829
5830
5831 \family typewriter
5832
5833 \backslash
5834 diamondsuit
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5840 \begin_inset Text
5841
5842 \begin_layout Standard
5843
5844
5845 \begin_inset Formula $\heartsuit$
5846 \end_inset
5847
5848
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Standard
5857
5858
5859 \family typewriter
5860
5861 \backslash
5862 heartsuit
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Standard
5871
5872
5873 \begin_inset Formula $\spadesuit$
5874 \end_inset
5875
5876
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Standard
5885
5886
5887 \family typewriter
5888
5889 \backslash
5890 spadesuit
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 </row>
5896 <row>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Standard
5901
5902
5903 \begin_inset Formula $\mho$
5904 \end_inset
5905
5906
5907 \end_layout
5908
5909 \end_inset
5910 </cell>
5911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5912 \begin_inset Text
5913
5914 \begin_layout Standard
5915
5916
5917 \family typewriter
5918
5919 \backslash
5920 mho
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Standard
5929
5930
5931 \begin_inset Formula $\Re$
5932 \end_inset
5933
5934
5935 \end_layout
5936
5937 \end_inset
5938 </cell>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Standard
5943
5944
5945 \family typewriter
5946
5947 \backslash
5948 Re
5949 \end_layout
5950
5951 \end_inset
5952 </cell>
5953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5954 \begin_inset Text
5955
5956 \begin_layout Standard
5957
5958
5959 \begin_inset Formula $\Im$
5960 \end_inset
5961
5962
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5968 \begin_inset Text
5969
5970 \begin_layout Standard
5971
5972
5973 \family typewriter
5974
5975 \backslash
5976 Im
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Standard
5985
5986
5987 \begin_inset Formula $\angle$
5988 \end_inset
5989
5990
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Standard
5999
6000
6001 \family typewriter
6002
6003 \backslash
6004 angle
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Standard
6013
6014
6015 \begin_inset Formula $\partial$
6016 \end_inset
6017
6018
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Standard
6027
6028
6029 \family typewriter
6030
6031 \backslash
6032 partial
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 </lyxtabular>
6039
6040 \end_inset
6041
6042
6043 \end_layout
6044
6045 \begin_layout Caption
6046
6047 Symboles divers
6048 \end_layout
6049
6050 \end_inset
6051
6052
6053 \end_layout
6054
6055 \begin_layout Standard
6056
6057
6058 \begin_inset Float table
6059 placement H
6060 wide false
6061 sideways false
6062 status open
6063
6064 \begin_layout Standard
6065
6066
6067 \begin_inset  Tabular
6068 <lyxtabular version="3" rows="3" columns="10">
6069 <features>
6070 <column alignment="right" valignment="top" width="0pt">
6071 <column alignment="left" valignment="top" width="0pt">
6072 <column alignment="right" valignment="top" width="0pt">
6073 <column alignment="left" valignment="top" width="0pt">
6074 <column alignment="right" valignment="top" width="0pt">
6075 <column alignment="left" valignment="top" width="0pt">
6076 <column alignment="right" valignment="top" width="0pt">
6077 <column alignment="left" valignment="top" width="0pt">
6078 <column alignment="right" valignment="top" width="0pt">
6079 <column alignment="left" valignment="top" width="0pt">
6080 <row>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Standard
6085
6086
6087 \begin_inset Formula $\sum$
6088 \end_inset
6089
6090
6091 \end_layout
6092
6093 \end_inset
6094 </cell>
6095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6096 \begin_inset Text
6097
6098 \begin_layout Standard
6099
6100
6101 \family typewriter
6102
6103 \backslash
6104 sum
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6110 \begin_inset Text
6111
6112 \begin_layout Standard
6113
6114
6115 \begin_inset Formula $\prod$
6116 \end_inset
6117
6118
6119 \end_layout
6120
6121 \end_inset
6122 </cell>
6123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6124 \begin_inset Text
6125
6126 \begin_layout Standard
6127
6128
6129 \family typewriter
6130
6131 \backslash
6132 prod
6133 \end_layout
6134
6135 \end_inset
6136 </cell>
6137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6138 \begin_inset Text
6139
6140 \begin_layout Standard
6141
6142
6143 \begin_inset Formula $\coprod$
6144 \end_inset
6145
6146
6147 \end_layout
6148
6149 \end_inset
6150 </cell>
6151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6152 \begin_inset Text
6153
6154 \begin_layout Standard
6155
6156
6157 \family typewriter
6158
6159 \backslash
6160 coprod
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Standard
6169
6170
6171 \begin_inset Formula $\int$
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Standard
6183
6184
6185 \family typewriter
6186
6187 \backslash
6188 int
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Standard
6197
6198
6199 \begin_inset Formula $\oint$
6200 \end_inset
6201
6202
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Standard
6211
6212
6213 \family typewriter
6214
6215 \backslash
6216 oint
6217 \end_layout
6218
6219 \end_inset
6220 </cell>
6221 </row>
6222 <row>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Standard
6227
6228
6229 \begin_inset Formula $\bigcap$
6230 \end_inset
6231
6232
6233 \end_layout
6234
6235 \end_inset
6236 </cell>
6237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6238 \begin_inset Text
6239
6240 \begin_layout Standard
6241
6242
6243 \family typewriter
6244
6245 \backslash
6246 bigcap
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Standard
6255
6256
6257 \begin_inset Formula $\bigcup$
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \end_inset
6264 </cell>
6265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6266 \begin_inset Text
6267
6268 \begin_layout Standard
6269
6270
6271 \family typewriter
6272
6273 \backslash
6274 bigcup
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Standard
6283
6284
6285 \begin_inset Formula $\bigsqcup$
6286 \end_inset
6287
6288
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Standard
6297
6298
6299 \family typewriter
6300
6301 \backslash
6302 bigsqcup
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Standard
6311
6312
6313 \begin_inset Formula $\bigvee$
6314 \end_inset
6315
6316
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Standard
6325
6326
6327 \family typewriter
6328
6329 \backslash
6330 bigvee
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Standard
6339
6340
6341 \begin_inset Formula $\bigwedge$
6342 \end_inset
6343
6344
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6350 \begin_inset Text
6351
6352 \begin_layout Standard
6353
6354
6355 \family typewriter
6356
6357 \backslash
6358 bigwedge
6359 \end_layout
6360
6361 \end_inset
6362 </cell>
6363 </row>
6364 <row>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Standard
6369
6370
6371 \begin_inset Formula $\bigodot$
6372 \end_inset
6373
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6380 \begin_inset Text
6381
6382 \begin_layout Standard
6383
6384
6385 \family typewriter
6386
6387 \backslash
6388 bigodot
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Standard
6397
6398
6399 \begin_inset Formula $\bigotimes$
6400 \end_inset
6401
6402
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Standard
6411
6412
6413 \family typewriter
6414
6415 \backslash
6416 bigotimes
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Standard
6425
6426
6427 \begin_inset Formula $\bigoplus$
6428 \end_inset
6429
6430
6431 \end_layout
6432
6433 \end_inset
6434 </cell>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Standard
6439
6440
6441 \family typewriter
6442
6443 \backslash
6444 bigoplus
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Standard
6453
6454
6455 \begin_inset Formula $\biguplus$
6456 \end_inset
6457
6458
6459 \end_layout
6460
6461 \end_inset
6462 </cell>
6463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6464 \begin_inset Text
6465
6466 \begin_layout Standard
6467
6468
6469 \family typewriter
6470
6471 \backslash
6472 biguplus
6473 \end_layout
6474
6475 \end_inset
6476 </cell>
6477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6478 \begin_inset Text
6479
6480 \begin_layout Standard
6481
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Standard
6490
6491 \end_layout
6492
6493 \end_inset
6494 </cell>
6495 </row>
6496 </lyxtabular>
6497
6498 \end_inset
6499
6500
6501 \end_layout
6502
6503 \begin_layout Caption
6504
6505 Symboles de taille variable
6506 \end_layout
6507
6508 \end_inset
6509
6510
6511 \end_layout
6512
6513 \begin_layout Standard
6514
6515
6516 \begin_inset Float table
6517 placement H
6518 wide false
6519 sideways false
6520 status open
6521
6522 \begin_layout Standard
6523
6524
6525 \begin_inset  Tabular
6526 <lyxtabular version="3" rows="4" columns="8">
6527 <features>
6528 <column alignment="left" valignment="top" width="0pt">
6529 <column alignment="left" valignment="top" width="0pt">
6530 <column alignment="left" valignment="top" width="0pt">
6531 <column alignment="left" valignment="top" width="0pt">
6532 <column alignment="left" valignment="top" width="0pt">
6533 <column alignment="left" valignment="top" width="0pt">
6534 <column alignment="left" valignment="top" width="0pt">
6535 <column alignment="left" valignment="top" width="0pt">
6536 <row>
6537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6538 \begin_inset Text
6539
6540 \begin_layout Standard
6541
6542
6543 \begin_inset Formula $\arccos$
6544 \end_inset
6545
6546
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Standard
6555
6556
6557 \begin_inset Formula $\cos$
6558 \end_inset
6559
6560
6561 \end_layout
6562
6563 \end_inset
6564 </cell>
6565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Standard
6569
6570
6571 \begin_inset Formula $\csc$
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Standard
6583
6584
6585 \begin_inset Formula $\exp$
6586 \end_inset
6587
6588
6589 \end_layout
6590
6591 \end_inset
6592 </cell>
6593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6594 \begin_inset Text
6595
6596 \begin_layout Standard
6597
6598
6599 \begin_inset Formula $\ker$
6600 \end_inset
6601
6602
6603 \end_layout
6604
6605 \end_inset
6606 </cell>
6607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6608 \begin_inset Text
6609
6610 \begin_layout Standard
6611
6612
6613 \begin_inset Formula $\limsup$
6614 \end_inset
6615
6616
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Standard
6625
6626
6627 \begin_inset Formula $\min$
6628 \end_inset
6629
6630
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6636 \begin_inset Text
6637
6638 \begin_layout Standard
6639
6640
6641 \begin_inset Formula $\sinh$
6642 \end_inset
6643
6644
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 </row>
6650 <row>
6651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Standard
6655
6656
6657 \begin_inset Formula $\arcsin$
6658 \end_inset
6659
6660
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6666 \begin_inset Text
6667
6668 \begin_layout Standard
6669
6670
6671 \begin_inset Formula $\cosh$
6672 \end_inset
6673
6674
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Standard
6683
6684
6685 \begin_inset Formula $\deg$
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6694 \begin_inset Text
6695
6696 \begin_layout Standard
6697
6698
6699 \begin_inset Formula $\gcd$
6700 \end_inset
6701
6702
6703 \end_layout
6704
6705 \end_inset
6706 </cell>
6707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6708 \begin_inset Text
6709
6710 \begin_layout Standard
6711
6712
6713 \begin_inset Formula $\lg$
6714 \end_inset
6715
6716
6717 \end_layout
6718
6719 \end_inset
6720 </cell>
6721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6722 \begin_inset Text
6723
6724 \begin_layout Standard
6725
6726
6727 \begin_inset Formula $\ln$
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Standard
6739
6740
6741 \begin_inset Formula $\Pr$
6742 \end_inset
6743
6744
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6750 \begin_inset Text
6751
6752 \begin_layout Standard
6753
6754
6755 \begin_inset Formula $\sup$
6756 \end_inset
6757
6758
6759 \end_layout
6760
6761 \end_inset
6762 </cell>
6763 </row>
6764 <row>
6765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6766 \begin_inset Text
6767
6768 \begin_layout Standard
6769
6770
6771 \begin_inset Formula $\arctan$
6772 \end_inset
6773
6774
6775 \end_layout
6776
6777 \end_inset
6778 </cell>
6779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6780 \begin_inset Text
6781
6782 \begin_layout Standard
6783
6784
6785 \begin_inset Formula $\cot$
6786 \end_inset
6787
6788
6789 \end_layout
6790
6791 \end_inset
6792 </cell>
6793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6794 \begin_inset Text
6795
6796 \begin_layout Standard
6797
6798
6799 \begin_inset Formula $\det$
6800 \end_inset
6801
6802
6803 \end_layout
6804
6805 \end_inset
6806 </cell>
6807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6808 \begin_inset Text
6809
6810 \begin_layout Standard
6811
6812
6813 \begin_inset Formula $\hom$
6814 \end_inset
6815
6816
6817 \end_layout
6818
6819 \end_inset
6820 </cell>
6821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6822 \begin_inset Text
6823
6824 \begin_layout Standard
6825
6826
6827 \begin_inset Formula $\lim$
6828 \end_inset
6829
6830
6831 \end_layout
6832
6833 \end_inset
6834 </cell>
6835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6836 \begin_inset Text
6837
6838 \begin_layout Standard
6839
6840
6841 \begin_inset Formula $\log$
6842 \end_inset
6843
6844
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Standard
6853
6854
6855 \begin_inset Formula $\sec$
6856 \end_inset
6857
6858
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6864 \begin_inset Text
6865
6866 \begin_layout Standard
6867
6868
6869 \begin_inset Formula $\tan$
6870 \end_inset
6871
6872
6873 \end_layout
6874
6875 \end_inset
6876 </cell>
6877 </row>
6878 <row>
6879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Standard
6883
6884
6885 \begin_inset Formula $\arg$
6886 \end_inset
6887
6888
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Standard
6897
6898
6899 \begin_inset Formula $\coth$
6900 \end_inset
6901
6902
6903 \end_layout
6904
6905 \end_inset
6906 </cell>
6907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Standard
6911
6912
6913 \begin_inset Formula $\dim$
6914 \end_inset
6915
6916
6917 \end_layout
6918
6919 \end_inset
6920 </cell>
6921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6922 \begin_inset Text
6923
6924 \begin_layout Standard
6925
6926
6927 \begin_inset Formula $\inf$
6928 \end_inset
6929
6930
6931 \end_layout
6932
6933 \end_inset
6934 </cell>
6935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6936 \begin_inset Text
6937
6938 \begin_layout Standard
6939
6940
6941 \begin_inset Formula $\liminf$
6942 \end_inset
6943
6944
6945 \end_layout
6946
6947 \end_inset
6948 </cell>
6949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6950 \begin_inset Text
6951
6952 \begin_layout Standard
6953
6954
6955 \begin_inset Formula $\max$
6956 \end_inset
6957
6958
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Standard
6967
6968
6969 \begin_inset Formula $\sin$
6970 \end_inset
6971
6972
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Standard
6981
6982
6983 \begin_inset Formula $\tanh$
6984 \end_inset
6985
6986
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 </row>
6992 </lyxtabular>
6993
6994 \end_inset
6995
6996
6997 \end_layout
6998
6999 \begin_layout Caption
7000
7001 Symboles de fonctions
7002 \end_layout
7003
7004 \end_inset
7005
7006
7007 \end_layout
7008
7009 \begin_layout Standard
7010
7011
7012 \begin_inset Float table
7013 placement H
7014 wide false
7015 sideways false
7016 status open
7017
7018 \begin_layout Standard
7019
7020
7021 \begin_inset  Tabular
7022 <lyxtabular version="3" rows="5" columns="8">
7023 <features>
7024 <column alignment="right" valignment="top" width="0pt">
7025 <column alignment="left" valignment="top" width="0pt">
7026 <column alignment="right" valignment="top" width="0pt">
7027 <column alignment="left" valignment="top" width="0pt">
7028 <column alignment="right" valignment="top" width="0pt">
7029 <column alignment="left" valignment="top" width="0pt">
7030 <column alignment="right" valignment="top" width="0pt">
7031 <column alignment="left" valignment="top" width="0pt">
7032 <row>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Standard
7037
7038
7039 \begin_inset Formula $\uparrow$
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Standard
7051
7052
7053 \family typewriter
7054
7055 \backslash
7056 uparrow
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Standard
7065
7066
7067 \begin_inset Formula $\Uparrow$
7068 \end_inset
7069
7070
7071 \end_layout
7072
7073 \end_inset
7074 </cell>
7075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Standard
7079
7080
7081 \family typewriter
7082
7083 \backslash
7084 Uparrow
7085 \end_layout
7086
7087 \end_inset
7088 </cell>
7089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7090 \begin_inset Text
7091
7092 \begin_layout Standard
7093
7094
7095 \begin_inset Formula $\downarrow$
7096 \end_inset
7097
7098
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7104 \begin_inset Text
7105
7106 \begin_layout Standard
7107
7108
7109 \family typewriter
7110
7111 \backslash
7112 downarrow
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Standard
7121
7122
7123 \begin_inset Formula $\Downarrow$
7124 \end_inset
7125
7126
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7132 \begin_inset Text
7133
7134 \begin_layout Standard
7135
7136
7137 \family typewriter
7138
7139 \backslash
7140 Downarrow
7141 \end_layout
7142
7143 \end_inset
7144 </cell>
7145 </row>
7146 <row>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Standard
7151
7152
7153 \begin_inset Formula $\{$
7154 \end_inset
7155
7156
7157 \end_layout
7158
7159 \end_inset
7160 </cell>
7161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7162 \begin_inset Text
7163
7164 \begin_layout Standard
7165
7166
7167 \family typewriter
7168
7169 \backslash
7170 {
7171 \end_layout
7172
7173 \end_inset
7174 </cell>
7175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7176 \begin_inset Text
7177
7178 \begin_layout Standard
7179
7180
7181 \begin_inset Formula $\}$
7182 \end_inset
7183
7184
7185 \end_layout
7186
7187 \end_inset
7188 </cell>
7189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7190 \begin_inset Text
7191
7192 \begin_layout Standard
7193
7194
7195 \family typewriter
7196
7197 \backslash
7198 }
7199 \end_layout
7200
7201 \end_inset
7202 </cell>
7203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7204 \begin_inset Text
7205
7206 \begin_layout Standard
7207
7208
7209 \begin_inset Formula $\updownarrow$
7210 \end_inset
7211
7212
7213 \end_layout
7214
7215 \end_inset
7216 </cell>
7217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7218 \begin_inset Text
7219
7220 \begin_layout Standard
7221
7222
7223 \family typewriter
7224
7225 \backslash
7226 updownarrow
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Standard
7235
7236
7237 \begin_inset Formula $\Updownarrow$
7238 \end_inset
7239
7240
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7246 \begin_inset Text
7247
7248 \begin_layout Standard
7249
7250
7251 \family typewriter
7252
7253 \backslash
7254 Updownarrow
7255 \end_layout
7256
7257 \end_inset
7258 </cell>
7259 </row>
7260 <row>
7261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Standard
7265
7266
7267 \begin_inset Formula $\lfloor$
7268 \end_inset
7269
7270
7271 \end_layout
7272
7273 \end_inset
7274 </cell>
7275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7276 \begin_inset Text
7277
7278 \begin_layout Standard
7279
7280
7281 \family typewriter
7282
7283 \backslash
7284 lfloor
7285 \end_layout
7286
7287 \end_inset
7288 </cell>
7289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7290 \begin_inset Text
7291
7292 \begin_layout Standard
7293
7294
7295 \begin_inset Formula $\rfloor$
7296 \end_inset
7297
7298
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Standard
7307
7308
7309 \family typewriter
7310
7311 \backslash
7312 rfloor
7313 \end_layout
7314
7315 \end_inset
7316 </cell>
7317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Standard
7321
7322
7323 \begin_inset Formula $\lceil$
7324 \end_inset
7325
7326
7327 \end_layout
7328
7329 \end_inset
7330 </cell>
7331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7332 \begin_inset Text
7333
7334 \begin_layout Standard
7335
7336
7337 \family typewriter
7338
7339 \backslash
7340 lceil
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Standard
7349
7350
7351 \begin_inset Formula $\rceil$
7352 \end_inset
7353
7354
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7360 \begin_inset Text
7361
7362 \begin_layout Standard
7363
7364
7365 \family typewriter
7366
7367 \backslash
7368 rceil
7369 \end_layout
7370
7371 \end_inset
7372 </cell>
7373 </row>
7374 <row>
7375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Standard
7379
7380
7381 \begin_inset Formula $\langle$
7382 \end_inset
7383
7384
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7390 \begin_inset Text
7391
7392 \begin_layout Standard
7393
7394
7395 \family typewriter
7396
7397 \backslash
7398 langle
7399 \end_layout
7400
7401 \end_inset
7402 </cell>
7403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7404 \begin_inset Text
7405
7406 \begin_layout Standard
7407
7408
7409 \begin_inset Formula $\rangle$
7410 \end_inset
7411
7412
7413 \end_layout
7414
7415 \end_inset
7416 </cell>
7417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7418 \begin_inset Text
7419
7420 \begin_layout Standard
7421
7422
7423 \family typewriter
7424
7425 \backslash
7426 rangle
7427 \end_layout
7428
7429 \end_inset
7430 </cell>
7431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7432 \begin_inset Text
7433
7434 \begin_layout Standard
7435
7436
7437 \begin_inset Formula $/$
7438 \end_inset
7439
7440
7441 \end_layout
7442
7443 \end_inset
7444 </cell>
7445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7446 \begin_inset Text
7447
7448 \begin_layout Standard
7449
7450
7451 \family typewriter
7452 /
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Standard
7461
7462
7463 \begin_inset Formula $\backslash$
7464 \end_inset
7465
7466
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7472 \begin_inset Text
7473
7474 \begin_layout Standard
7475
7476
7477 \family typewriter
7478
7479 \backslash
7480 backslash
7481 \end_layout
7482
7483 \end_inset
7484 </cell>
7485 </row>
7486 <row>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Standard
7491
7492
7493 \begin_inset Formula $|$
7494 \end_inset
7495
7496
7497 \end_layout
7498
7499 \end_inset
7500 </cell>
7501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Standard
7505
7506
7507 \family typewriter
7508 |
7509 \end_layout
7510
7511 \end_inset
7512 </cell>
7513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7514 \begin_inset Text
7515
7516 \begin_layout Standard
7517
7518
7519 \begin_inset Formula $\|$
7520 \end_inset
7521
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Standard
7531
7532
7533 \family typewriter
7534
7535 \backslash
7536 |
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Standard
7545
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Standard
7554
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7560 \begin_inset Text
7561
7562 \begin_layout Standard
7563
7564 \end_layout
7565
7566 \end_inset
7567 </cell>
7568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Standard
7572
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 </row>
7578 </lyxtabular>
7579
7580 \end_inset
7581
7582
7583 \end_layout
7584
7585 \begin_layout Caption
7586
7587 Délimiteurs
7588 \end_layout
7589
7590 \end_inset
7591
7592
7593 \end_layout
7594
7595 \begin_layout Standard
7596
7597
7598 \begin_inset Float table
7599 placement H
7600 wide false
7601 sideways false
7602 status open
7603
7604 \begin_layout Standard
7605
7606
7607 \begin_inset  Tabular
7608 <lyxtabular version="3" rows="6" columns="4">
7609 <features>
7610 <column alignment="right" valignment="top" width="0pt">
7611 <column alignment="left" valignment="top" width="0pt">
7612 <column alignment="right" valignment="top" width="0pt">
7613 <column alignment="left" valignment="top" width="0pt">
7614 <row>
7615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Standard
7619
7620
7621 \begin_inset Formula $\widetilde{abc}$
7622 \end_inset
7623
7624
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Standard
7633
7634
7635 \family typewriter
7636
7637 \backslash
7638 widetilde{abc}
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Standard
7647
7648
7649 \begin_inset Formula $\widehat{abc}$
7650 \end_inset
7651
7652
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7658 \begin_inset Text
7659
7660 \begin_layout Standard
7661
7662
7663 \family typewriter
7664
7665 \backslash
7666 widehat{abc}
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 </row>
7672 <row>
7673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Standard
7677
7678
7679 \begin_inset Formula $\overleftarrow{abc}$
7680 \end_inset
7681
7682
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7688 \begin_inset Text
7689
7690 \begin_layout Standard
7691
7692
7693 \family typewriter
7694
7695 \backslash
7696 overleftarrow{abc}
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Standard
7705
7706
7707 \begin_inset Formula $\overrightarrow{abc}$
7708 \end_inset
7709
7710
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7716 \begin_inset Text
7717
7718 \begin_layout Standard
7719
7720
7721 \family typewriter
7722
7723 \backslash
7724 overrightarrow{abc}
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 </row>
7730 <row>
7731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Standard
7735
7736
7737 \begin_inset Formula $\overline{abc}$
7738 \end_inset
7739
7740
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Standard
7749
7750
7751 \family typewriter
7752
7753 \backslash
7754 overline{abc}
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Standard
7763
7764
7765 \begin_inset Formula $\underline{abc}$
7766 \end_inset
7767
7768
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Standard
7777
7778
7779 \family typewriter
7780
7781 \backslash
7782 underline{abc}
7783 \end_layout
7784
7785 \end_inset
7786 </cell>
7787 </row>
7788 <row>
7789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Standard
7793
7794
7795 \begin_inset Formula $\overbrace{abc}$
7796 \end_inset
7797
7798
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Standard
7807
7808
7809 \family typewriter
7810
7811 \backslash
7812 overbrace{abc}
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Standard
7821
7822
7823 \begin_inset Formula $\underbrace{abc}$
7824 \end_inset
7825
7826
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Standard
7835
7836
7837 \family typewriter
7838
7839 \backslash
7840 underbrace{abc}
7841 \end_layout
7842
7843 \end_inset
7844 </cell>
7845 </row>
7846 <row>
7847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Standard
7851
7852
7853 \begin_inset Formula $\sqrt{abc}$
7854 \end_inset
7855
7856
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Standard
7865
7866
7867 \family typewriter
7868
7869 \backslash
7870 sqrt{abc}
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Standard
7879
7880
7881 \begin_inset Formula $\sqrt[n]{abc}\sqrt[3]{abc}$
7882 \end_inset
7883
7884
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7890 \begin_inset Text
7891
7892 \begin_layout Standard
7893
7894
7895 \family typewriter
7896
7897 \backslash
7898 sqrt[n]{abc}
7899 \backslash
7900 root3{abc}
7901 \end_layout
7902
7903 \end_inset
7904 </cell>
7905 </row>
7906 <row>
7907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Standard
7911
7912
7913 \begin_inset Formula $f'$
7914 \end_inset
7915
7916
7917 \end_layout
7918
7919 \end_inset
7920 </cell>
7921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Standard
7925
7926
7927 \family typewriter
7928 f'
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Standard
7937
7938
7939 \begin_inset Formula $\frac{abc}{xyz}$
7940 \end_inset
7941
7942
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Standard
7951
7952
7953 \family typewriter
7954
7955 \backslash
7956 frac{abc}{xyz}
7957 \end_layout
7958
7959 \end_inset
7960 </cell>
7961 </row>
7962 </lyxtabular>
7963
7964 \end_inset
7965
7966
7967 \end_layout
7968
7969 \begin_layout Caption
7970
7971 Structures mathématiques LaTeX
7972 \end_layout
7973
7974 \end_inset
7975
7976
7977 \end_layout
7978
7979 \begin_layout Standard
7980
7981
7982 \begin_inset Float table
7983 placement H
7984 wide false
7985 sideways false
7986 status open
7987
7988 \begin_layout Standard
7989
7990
7991 \begin_inset  Tabular
7992 <lyxtabular version="3" rows="1" columns="10">
7993 <features>
7994 <column alignment="right" valignment="top" width="0pt">
7995 <column alignment="left" valignment="top" width="0pt">
7996 <column alignment="right" valignment="top" width="0pt">
7997 <column alignment="left" valignment="top" width="0pt">
7998 <column alignment="right" valignment="top" width="0pt">
7999 <column alignment="left" valignment="top" width="0pt">
8000 <column alignment="right" valignment="top" width="0pt">
8001 <column alignment="left" valignment="top" width="0pt">
8002 <column alignment="right" valignment="top" width="0pt">
8003 <column alignment="left" valignment="top" width="0pt">
8004 <row>
8005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Standard
8009
8010
8011 \begin_inset Formula $\digamma$
8012 \end_inset
8013
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Standard
8023
8024
8025 \family typewriter
8026
8027 \backslash
8028 digamma
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Standard
8037
8038
8039 \begin_inset Formula $\varkappa$
8040 \end_inset
8041
8042
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Standard
8051
8052
8053 \family typewriter
8054
8055 \backslash
8056 varkappa
8057 \end_layout
8058
8059 \end_inset
8060 </cell>
8061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Standard
8065
8066
8067 \begin_inset Formula $\beth$
8068 \end_inset
8069
8070
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Standard
8079
8080
8081 \family typewriter
8082
8083 \backslash
8084 beth
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Standard
8093
8094
8095 \begin_inset Formula $\daleth$
8096 \end_inset
8097
8098
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Standard
8107
8108
8109 \family typewriter
8110
8111 \backslash
8112 daleth
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Standard
8121
8122
8123 \begin_inset Formula $\gimel$
8124 \end_inset
8125
8126
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8132 \begin_inset Text
8133
8134 \begin_layout Standard
8135
8136
8137 \family typewriter
8138
8139 \backslash
8140 gimel
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 </lyxtabular>
8147
8148 \end_inset
8149
8150
8151 \end_layout
8152
8153 \begin_layout Caption
8154
8155 Grec et hébreu AMS
8156 \end_layout
8157
8158 \end_inset
8159
8160
8161 \end_layout
8162
8163 \begin_layout Standard
8164
8165
8166 \begin_inset Float table
8167 placement H
8168 wide false
8169 sideways false
8170 status open
8171
8172 \begin_layout Standard
8173
8174
8175 \begin_inset  Tabular
8176 <lyxtabular version="3" rows="1" columns="8">
8177 <features>
8178 <column alignment="right" valignment="top" width="0pt">
8179 <column alignment="left" valignment="top" width="0pt">
8180 <column alignment="right" valignment="top" width="0pt">
8181 <column alignment="left" valignment="top" width="0pt">
8182 <column alignment="right" valignment="top" width="0pt">
8183 <column alignment="left" valignment="top" width="0pt">
8184 <column alignment="right" valignment="top" width="0pt">
8185 <column alignment="left" valignment="top" width="0pt">
8186 <row>
8187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Standard
8191
8192
8193 \begin_inset Formula $\ulcorner$
8194 \end_inset
8195
8196
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8202 \begin_inset Text
8203
8204 \begin_layout Standard
8205
8206
8207 \family typewriter
8208
8209 \backslash
8210 ulcorner
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Standard
8219
8220
8221 \begin_inset Formula $\urcorner$
8222 \end_inset
8223
8224
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Standard
8233
8234
8235 \family typewriter
8236
8237 \backslash
8238 urcorner
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8244 \begin_inset Text
8245
8246 \begin_layout Standard
8247
8248
8249 \begin_inset Formula $\llcorner$
8250 \end_inset
8251
8252
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Standard
8261
8262
8263 \family typewriter
8264
8265 \backslash
8266 llcorner
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Standard
8275
8276
8277 \begin_inset Formula $\lrcorner$
8278 \end_inset
8279
8280
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8286 \begin_inset Text
8287
8288 \begin_layout Standard
8289
8290
8291 \family typewriter
8292
8293 \backslash
8294 lrcorner
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 </row>
8300 </lyxtabular>
8301
8302 \end_inset
8303
8304
8305 \end_layout
8306
8307 \begin_layout Caption
8308
8309 Délimiteurs AMS
8310 \end_layout
8311
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \begin_layout Standard
8318
8319
8320 \begin_inset Float table
8321 placement H
8322 wide false
8323 sideways false
8324 status open
8325
8326 \begin_layout Standard
8327
8328
8329 \begin_inset  Tabular
8330 <lyxtabular version="3" rows="11" columns="6">
8331 <features>
8332 <column alignment="right" valignment="top" width="0pt">
8333 <column alignment="left" valignment="top" width="0pt">
8334 <column alignment="right" valignment="top" width="0pt">
8335 <column alignment="left" valignment="top" width="0pt">
8336 <column alignment="right" valignment="top" width="0pt">
8337 <column alignment="left" valignment="top" width="0pt">
8338 <row>
8339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Standard
8343
8344
8345 \begin_inset Formula $\dashrightarrow$
8346 \end_inset
8347
8348
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8354 \begin_inset Text
8355
8356 \begin_layout Standard
8357
8358
8359 \family typewriter
8360
8361 \backslash
8362 dashrightarrow
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Standard
8371
8372
8373 \begin_inset Formula $\dashleftarrow$
8374 \end_inset
8375
8376
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Standard
8385
8386
8387 \family typewriter
8388
8389 \backslash
8390 dashleftarrow
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Standard
8399
8400
8401 \begin_inset Formula $\leftleftarrows$
8402 \end_inset
8403
8404
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8410 \begin_inset Text
8411
8412 \begin_layout Standard
8413
8414
8415 \family typewriter
8416
8417 \backslash
8418 leftleftarrows
8419 \end_layout
8420
8421 \end_inset
8422 </cell>
8423 </row>
8424 <row>
8425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Standard
8429
8430
8431 \begin_inset Formula $\leftrightarrows$
8432 \end_inset
8433
8434
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8440 \begin_inset Text
8441
8442 \begin_layout Standard
8443
8444
8445 \family typewriter
8446
8447 \backslash
8448 leftrightarrows
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8454 \begin_inset Text
8455
8456 \begin_layout Standard
8457
8458
8459 \begin_inset Formula $\Lleftarrow$
8460 \end_inset
8461
8462
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Standard
8471
8472
8473 \family typewriter
8474
8475 \backslash
8476 Lleftarrow
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Standard
8485
8486
8487 \begin_inset Formula $\twoheadleftarrow$
8488 \end_inset
8489
8490
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Standard
8499
8500
8501 \family typewriter
8502
8503 \backslash
8504 twoheadleftarrow
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Standard
8515
8516
8517 \begin_inset Formula $\leftarrowtail$
8518 \end_inset
8519
8520
8521 \end_layout
8522
8523 \end_inset
8524 </cell>
8525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Standard
8529
8530
8531 \family typewriter
8532
8533 \backslash
8534 leftarrowtail
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Standard
8543
8544
8545 \begin_inset Formula $\looparrowleft$
8546 \end_inset
8547
8548
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Standard
8557
8558
8559 \family typewriter
8560
8561 \backslash
8562 looparrowleft
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Standard
8571
8572
8573 \begin_inset Formula $\leftrightharpoons$
8574 \end_inset
8575
8576
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Standard
8585
8586
8587 \family typewriter
8588
8589 \backslash
8590 leftrightharpoons
8591 \end_layout
8592
8593 \end_inset
8594 </cell>
8595 </row>
8596 <row>
8597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Standard
8601
8602
8603 \begin_inset Formula $\curvearrowleft$
8604 \end_inset
8605
8606
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Standard
8615
8616
8617 \family typewriter
8618
8619 \backslash
8620 curvearrowleft
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Standard
8629
8630
8631 \begin_inset Formula $\circlearrowleft$
8632 \end_inset
8633
8634
8635 \end_layout
8636
8637 \end_inset
8638 </cell>
8639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Standard
8643
8644
8645 \family typewriter
8646
8647 \backslash
8648 circlearrowleft
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Standard
8657
8658
8659 \begin_inset Formula $\Lsh$
8660 \end_inset
8661
8662
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Standard
8671
8672
8673 \family typewriter
8674
8675 \backslash
8676 Lsh
8677 \end_layout
8678
8679 \end_inset
8680 </cell>
8681 </row>
8682 <row>
8683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Standard
8687
8688
8689 \begin_inset Formula $\upuparrows$
8690 \end_inset
8691
8692
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Standard
8701
8702
8703 \family typewriter
8704
8705 \backslash
8706 upuparrows
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Standard
8715
8716
8717 \begin_inset Formula $\upharpoonleft$
8718 \end_inset
8719
8720
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Standard
8729
8730
8731 \family typewriter
8732
8733 \backslash
8734 upharpoonleft
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Standard
8743
8744
8745 \begin_inset Formula $\downharpoonleft$
8746 \end_inset
8747
8748
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Standard
8757
8758
8759 \family typewriter
8760
8761 \backslash
8762 downharpoonleft
8763 \end_layout
8764
8765 \end_inset
8766 </cell>
8767 </row>
8768 <row>
8769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Standard
8773
8774
8775 \begin_inset Formula $\multimap$
8776 \end_inset
8777
8778
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8784 \begin_inset Text
8785
8786 \begin_layout Standard
8787
8788
8789 \family typewriter
8790
8791 \backslash
8792 multimap
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Standard
8801
8802
8803 \begin_inset Formula $\leftrightsquigarrow$
8804 \end_inset
8805
8806
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Standard
8815
8816
8817 \family typewriter
8818
8819 \backslash
8820 leftrightsquigarrow
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Standard
8829
8830
8831 \begin_inset Formula $\rightrightarrows$
8832 \end_inset
8833
8834
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Standard
8843
8844
8845 \family typewriter
8846
8847 \backslash
8848 rightrightarrows
8849 \end_layout
8850
8851 \end_inset
8852 </cell>
8853 </row>
8854 <row>
8855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Standard
8859
8860
8861 \begin_inset Formula $\rightleftarrows$
8862 \end_inset
8863
8864
8865 \end_layout
8866
8867 \end_inset
8868 </cell>
8869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8870 \begin_inset Text
8871
8872 \begin_layout Standard
8873
8874
8875 \family typewriter
8876
8877 \backslash
8878 rightleftarrows
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8884 \begin_inset Text
8885
8886 \begin_layout Standard
8887
8888
8889 \begin_inset Formula $\rightrightarrows$
8890 \end_inset
8891
8892
8893 \end_layout
8894
8895 \end_inset
8896 </cell>
8897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8898 \begin_inset Text
8899
8900 \begin_layout Standard
8901
8902
8903 \family typewriter
8904
8905 \backslash
8906 rightrightarrows
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Standard
8915
8916
8917 \begin_inset Formula $\rightleftarrows$
8918 \end_inset
8919
8920
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Standard
8929
8930
8931 \family typewriter
8932
8933 \backslash
8934 rightleftarrows
8935 \end_layout
8936
8937 \end_inset
8938 </cell>
8939 </row>
8940 <row>
8941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Standard
8945
8946
8947 \begin_inset Formula $\twoheadrightarrow$
8948 \end_inset
8949
8950
8951 \end_layout
8952
8953 \end_inset
8954 </cell>
8955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8956 \begin_inset Text
8957
8958 \begin_layout Standard
8959
8960
8961 \family typewriter
8962
8963 \backslash
8964 twoheadrightarrow
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Standard
8973
8974
8975 \begin_inset Formula $\rightarrowtail$
8976 \end_inset
8977
8978
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Standard
8987
8988
8989 \family typewriter
8990
8991 \backslash
8992 rightarrowtail
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Standard
9001
9002
9003 \begin_inset Formula $\looparrowright$
9004 \end_inset
9005
9006
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Standard
9015
9016
9017 \family typewriter
9018
9019 \backslash
9020 looparrowright
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Standard
9031
9032
9033 \begin_inset Formula $\rightleftharpoons$
9034 \end_inset
9035
9036
9037 \end_layout
9038
9039 \end_inset
9040 </cell>
9041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Standard
9045
9046
9047 \family typewriter
9048
9049 \backslash
9050 rightleftharpoons
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9056 \begin_inset Text
9057
9058 \begin_layout Standard
9059
9060
9061 \begin_inset Formula $\curvearrowright$
9062 \end_inset
9063
9064
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Standard
9073
9074
9075 \family typewriter
9076
9077 \backslash
9078 curvearrowright
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Standard
9087
9088
9089 \begin_inset Formula $\circlearrowright$
9090 \end_inset
9091
9092
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Standard
9101
9102
9103 \family typewriter
9104
9105 \backslash
9106 circlearrowright
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Standard
9117
9118
9119 \begin_inset Formula $\Rsh$
9120 \end_inset
9121
9122
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Standard
9131
9132
9133 \family typewriter
9134
9135 \backslash
9136 Rsh
9137 \end_layout
9138
9139 \end_inset
9140 </cell>
9141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9142 \begin_inset Text
9143
9144 \begin_layout Standard
9145
9146
9147 \begin_inset Formula $\downdownarrows$
9148 \end_inset
9149
9150
9151 \end_layout
9152
9153 \end_inset
9154 </cell>
9155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9156 \begin_inset Text
9157
9158 \begin_layout Standard
9159
9160
9161 \family typewriter
9162
9163 \backslash
9164 downdownarrows
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Standard
9173
9174
9175 \begin_inset Formula $\upharpoonright$
9176 \end_inset
9177
9178
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Standard
9187
9188
9189 \family typewriter
9190
9191 \backslash
9192 upharpoonright
9193 \end_layout
9194
9195 \end_inset
9196 </cell>
9197 </row>
9198 <row>
9199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Standard
9203
9204
9205 \begin_inset Formula $\downharpoonright$
9206 \end_inset
9207
9208
9209 \end_layout
9210
9211 \end_inset
9212 </cell>
9213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Standard
9217
9218
9219 \family typewriter
9220
9221 \backslash
9222 downharpoonright
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9228 \begin_inset Text
9229
9230 \begin_layout Standard
9231
9232
9233 \begin_inset Formula $\rightsquigarrow$
9234 \end_inset
9235
9236
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Standard
9245
9246
9247 \family typewriter
9248
9249 \backslash
9250 rightsquigarrow
9251 \end_layout
9252
9253 \end_inset
9254 </cell>
9255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Standard
9259
9260 \end_layout
9261
9262 \end_inset
9263 </cell>
9264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9265 \begin_inset Text
9266
9267 \begin_layout Standard
9268
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 </row>
9274 </lyxtabular>
9275
9276 \end_inset
9277
9278
9279 \end_layout
9280
9281 \begin_layout Caption
9282
9283 Flèches AMS
9284 \end_layout
9285
9286 \end_inset
9287
9288
9289 \end_layout
9290
9291 \begin_layout Standard
9292
9293
9294 \begin_inset Float table
9295 placement H
9296 wide false
9297 sideways false
9298 status open
9299
9300 \begin_layout Standard
9301
9302
9303 \begin_inset  Tabular
9304 <lyxtabular version="3" rows="2" columns="6">
9305 <features>
9306 <column alignment="right" valignment="top" width="0pt">
9307 <column alignment="left" valignment="top" width="0pt">
9308 <column alignment="right" valignment="top" width="0pt">
9309 <column alignment="left" valignment="top" width="0pt">
9310 <column alignment="right" valignment="top" width="0pt">
9311 <column alignment="left" valignment="top" width="0pt">
9312 <row>
9313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Standard
9317
9318
9319 \begin_inset Formula $\nleftarrow$
9320 \end_inset
9321
9322
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9328 \begin_inset Text
9329
9330 \begin_layout Standard
9331
9332
9333 \family typewriter
9334
9335 \backslash
9336 nleftarrow
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9342 \begin_inset Text
9343
9344 \begin_layout Standard
9345
9346
9347 \begin_inset Formula $\nrightarrow$
9348 \end_inset
9349
9350
9351 \end_layout
9352
9353 \end_inset
9354 </cell>
9355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Standard
9359
9360
9361 \family typewriter
9362
9363 \backslash
9364 nrightarrow
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Standard
9373
9374
9375 \begin_inset Formula $\nLeftarrow$
9376 \end_inset
9377
9378
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Standard
9387
9388
9389 \family typewriter
9390
9391 \backslash
9392 nLeftarrow
9393 \end_layout
9394
9395 \end_inset
9396 </cell>
9397 </row>
9398 <row>
9399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Standard
9403
9404
9405 \begin_inset Formula $\nRightarrow$
9406 \end_inset
9407
9408
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Standard
9417
9418
9419 \family typewriter
9420
9421 \backslash
9422 nRightarrow
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Standard
9431
9432
9433 \begin_inset Formula $\nleftrightarrow$
9434 \end_inset
9435
9436
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Standard
9445
9446
9447 \family typewriter
9448
9449 \backslash
9450 nleftrightarrow
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Standard
9459
9460
9461 \begin_inset Formula $\nLeftrightarrow$
9462 \end_inset
9463
9464
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Standard
9473
9474
9475 \family typewriter
9476
9477 \backslash
9478 nLeftrightarrow
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 </row>
9484 </lyxtabular>
9485
9486 \end_inset
9487
9488
9489 \end_layout
9490
9491 \begin_layout Caption
9492
9493 Négations de flèches AMS
9494 \end_layout
9495
9496 \end_inset
9497
9498
9499 \end_layout
9500
9501 \begin_layout Standard
9502
9503
9504 \begin_inset Float table
9505 placement H
9506 wide false
9507 sideways false
9508 status open
9509
9510 \begin_layout Standard
9511
9512
9513 \begin_inset  Tabular
9514 <lyxtabular version="3" rows="22" columns="6">
9515 <features>
9516 <column alignment="right" valignment="top" width="0pt">
9517 <column alignment="left" valignment="top" width="0pt">
9518 <column alignment="right" valignment="top" width="0pt">
9519 <column alignment="left" valignment="top" width="0pt">
9520 <column alignment="right" valignment="top" width="0pt">
9521 <column alignment="left" valignment="top" width="0pt">
9522 <row>
9523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Standard
9527
9528
9529 \begin_inset Formula $\leqq$
9530 \end_inset
9531
9532
9533 \end_layout
9534
9535 \end_inset
9536 </cell>
9537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9538 \begin_inset Text
9539
9540 \begin_layout Standard
9541
9542
9543 \family typewriter
9544
9545 \backslash
9546 leqq
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Standard
9555
9556
9557 \begin_inset Formula $\leqslant$
9558 \end_inset
9559
9560
9561 \end_layout
9562
9563 \end_inset
9564 </cell>
9565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9566 \begin_inset Text
9567
9568 \begin_layout Standard
9569
9570
9571 \family typewriter
9572
9573 \backslash
9574 leqslant
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Standard
9583
9584
9585 \begin_inset Formula $\eqslantless$
9586 \end_inset
9587
9588
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Standard
9597
9598
9599 \family typewriter
9600
9601 \backslash
9602 eqslantless
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 </row>
9608 <row>
9609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Standard
9613
9614
9615 \begin_inset Formula $\lesssim$
9616 \end_inset
9617
9618
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9624 \begin_inset Text
9625
9626 \begin_layout Standard
9627
9628
9629 \family typewriter
9630
9631 \backslash
9632 lesssim
9633 \end_layout
9634
9635 \end_inset
9636 </cell>
9637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9638 \begin_inset Text
9639
9640 \begin_layout Standard
9641
9642
9643 \begin_inset Formula $\lessapprox$
9644 \end_inset
9645
9646
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Standard
9655
9656
9657 \family typewriter
9658
9659 \backslash
9660 lessapprox
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Standard
9669
9670
9671 \begin_inset Formula $\approxeq$
9672 \end_inset
9673
9674
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9680 \begin_inset Text
9681
9682 \begin_layout Standard
9683
9684
9685 \family typewriter
9686
9687 \backslash
9688 approxeq
9689 \end_layout
9690
9691 \end_inset
9692 </cell>
9693 </row>
9694 <row>
9695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Standard
9699
9700
9701 \begin_inset Formula $\lessdot$
9702 \end_inset
9703
9704
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Standard
9713
9714
9715 \family typewriter
9716
9717 \backslash
9718 lessdot
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Standard
9727
9728
9729 \begin_inset Formula $\lll$
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Standard
9741
9742
9743 \family typewriter
9744
9745 \backslash
9746 lll
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Standard
9755
9756
9757 \begin_inset Formula $\lessgtr$
9758 \end_inset
9759
9760
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Standard
9769
9770
9771 \family typewriter
9772
9773 \backslash
9774 lessgtr
9775 \end_layout
9776
9777 \end_inset
9778 </cell>
9779 </row>
9780 <row>
9781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Standard
9785
9786
9787 \begin_inset Formula $\lesseqgtr$
9788 \end_inset
9789
9790
9791 \end_layout
9792
9793 \end_inset
9794 </cell>
9795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Standard
9799
9800
9801 \family typewriter
9802
9803 \backslash
9804 lesseqgtr
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Standard
9813
9814
9815 \begin_inset Formula $\lesseqqgtr$
9816 \end_inset
9817
9818
9819 \end_layout
9820
9821 \end_inset
9822 </cell>
9823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Standard
9827
9828
9829 \family typewriter
9830
9831 \backslash
9832 lesseqqgtr
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Standard
9841
9842
9843 \begin_inset Formula $\doteqdot$
9844 \end_inset
9845
9846
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9852 \begin_inset Text
9853
9854 \begin_layout Standard
9855
9856
9857 \family typewriter
9858
9859 \backslash
9860 doteqdot
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 </row>
9866 <row>
9867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Standard
9871
9872
9873 \begin_inset Formula $\risingdotseq$
9874 \end_inset
9875
9876
9877 \end_layout
9878
9879 \end_inset
9880 </cell>
9881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Standard
9885
9886
9887 \family typewriter
9888
9889 \backslash
9890 risingdotseq
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Standard
9899
9900
9901 \begin_inset Formula $\fallingdotseq$
9902 \end_inset
9903
9904
9905 \end_layout
9906
9907 \end_inset
9908 </cell>
9909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Standard
9913
9914
9915 \family typewriter
9916
9917 \backslash
9918 fallingdotseq
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Standard
9927
9928
9929 \begin_inset Formula $\backsim$
9930 \end_inset
9931
9932
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Standard
9941
9942
9943 \family typewriter
9944
9945 \backslash
9946 backsim
9947 \end_layout
9948
9949 \end_inset
9950 </cell>
9951 </row>
9952 <row>
9953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Standard
9957
9958
9959 \begin_inset Formula $\backsimeq$
9960 \end_inset
9961
9962
9963 \end_layout
9964
9965 \end_inset
9966 </cell>
9967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9968 \begin_inset Text
9969
9970 \begin_layout Standard
9971
9972
9973 \family typewriter
9974
9975 \backslash
9976 backsimeq
9977 \end_layout
9978
9979 \end_inset
9980 </cell>
9981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Standard
9985
9986
9987 \begin_inset Formula $\subseteqq$
9988 \end_inset
9989
9990
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Standard
9999
10000
10001 \family typewriter
10002
10003 \backslash
10004 subseteqq
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Standard
10013
10014
10015 \begin_inset Formula $\Subset$
10016 \end_inset
10017
10018
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10024 \begin_inset Text
10025
10026 \begin_layout Standard
10027
10028
10029 \family typewriter
10030
10031 \backslash
10032 Subset
10033 \end_layout
10034
10035 \end_inset
10036 </cell>
10037 </row>
10038 <row>
10039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Standard
10043
10044
10045 \begin_inset Formula $\sqsubset$
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Standard
10057
10058
10059 \family typewriter
10060
10061 \backslash
10062 sqsubset
10063 \end_layout
10064
10065 \end_inset
10066 </cell>
10067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10068 \begin_inset Text
10069
10070 \begin_layout Standard
10071
10072
10073 \begin_inset Formula $\preccurlyeq$
10074 \end_inset
10075
10076
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Standard
10085
10086
10087 \family typewriter
10088
10089 \backslash
10090 preccurlyeq
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Standard
10099
10100
10101 \begin_inset Formula $\curlyeqprec$
10102 \end_inset
10103
10104
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10110 \begin_inset Text
10111
10112 \begin_layout Standard
10113
10114
10115 \family typewriter
10116
10117 \backslash
10118 curlyeqprec
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Standard
10129
10130
10131 \begin_inset Formula $\precsim$
10132 \end_inset
10133
10134
10135 \end_layout
10136
10137 \end_inset
10138 </cell>
10139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10140 \begin_inset Text
10141
10142 \begin_layout Standard
10143
10144
10145 \family typewriter
10146
10147 \backslash
10148 precsim
10149 \end_layout
10150
10151 \end_inset
10152 </cell>
10153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10154 \begin_inset Text
10155
10156 \begin_layout Standard
10157
10158
10159 \begin_inset Formula $\precapprox$
10160 \end_inset
10161
10162
10163 \end_layout
10164
10165 \end_inset
10166 </cell>
10167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10168 \begin_inset Text
10169
10170 \begin_layout Standard
10171
10172
10173 \family typewriter
10174
10175 \backslash
10176 precapprox
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Standard
10185
10186
10187 \begin_inset Formula $\vartriangleleft$
10188 \end_inset
10189
10190
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Standard
10199
10200
10201 \family typewriter
10202
10203 \backslash
10204 vartriangleleft
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 </row>
10210 <row>
10211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Standard
10215
10216
10217 \begin_inset Formula $\trianglelefteq$
10218 \end_inset
10219
10220
10221 \end_layout
10222
10223 \end_inset
10224 </cell>
10225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10226 \begin_inset Text
10227
10228 \begin_layout Standard
10229
10230
10231 \family typewriter
10232
10233 \backslash
10234 trianglelefteq
10235 \end_layout
10236
10237 \end_inset
10238 </cell>
10239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Standard
10243
10244
10245 \begin_inset Formula $\vDash$
10246 \end_inset
10247
10248
10249 \end_layout
10250
10251 \end_inset
10252 </cell>
10253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10254 \begin_inset Text
10255
10256 \begin_layout Standard
10257
10258
10259 \family typewriter
10260
10261 \backslash
10262 vDash
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Standard
10271
10272
10273 \begin_inset Formula $\Vvdash$
10274 \end_inset
10275
10276
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10282 \begin_inset Text
10283
10284 \begin_layout Standard
10285
10286
10287 \family typewriter
10288
10289 \backslash
10290 Vvdash
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Standard
10301
10302
10303 \begin_inset Formula $\smallsmile$
10304 \end_inset
10305
10306
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Standard
10315
10316
10317 \family typewriter
10318
10319 \backslash
10320 smallsmile
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Standard
10329
10330
10331 \begin_inset Formula $\smallfrown$
10332 \end_inset
10333
10334
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Standard
10343
10344
10345 \family typewriter
10346
10347 \backslash
10348 smallfrown
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Standard
10357
10358
10359 \begin_inset Formula $\bumpeq$
10360 \end_inset
10361
10362
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Standard
10371
10372
10373 \family typewriter
10374
10375 \backslash
10376 bumpeq
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 </row>
10382 <row>
10383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Standard
10387
10388
10389 \begin_inset Formula $\Bumpeq$
10390 \end_inset
10391
10392
10393 \end_layout
10394
10395 \end_inset
10396 </cell>
10397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Standard
10401
10402
10403 \family typewriter
10404
10405 \backslash
10406 Bumpeq
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Standard
10415
10416
10417 \begin_inset Formula $\geqq$
10418 \end_inset
10419
10420
10421 \end_layout
10422
10423 \end_inset
10424 </cell>
10425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Standard
10429
10430
10431 \family typewriter
10432
10433 \backslash
10434 geqq
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Standard
10443
10444
10445 \begin_inset Formula $\geqslant$
10446 \end_inset
10447
10448
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10454 \begin_inset Text
10455
10456 \begin_layout Standard
10457
10458
10459 \family typewriter
10460
10461 \backslash
10462 geqslant
10463 \end_layout
10464
10465 \end_inset
10466 </cell>
10467 </row>
10468 <row>
10469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Standard
10473
10474
10475 \begin_inset Formula $\eqslantgtr$
10476 \end_inset
10477
10478
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Standard
10487
10488
10489 \family typewriter
10490
10491 \backslash
10492 eqslantgtr
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Standard
10501
10502
10503 \begin_inset Formula $\gtrsim$
10504 \end_inset
10505
10506
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Standard
10515
10516
10517 \family typewriter
10518
10519 \backslash
10520 gtrsim
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Standard
10529
10530
10531 \begin_inset Formula $\gtrapprox$
10532 \end_inset
10533
10534
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Standard
10543
10544
10545 \family typewriter
10546
10547 \backslash
10548 gtrapprox
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 </row>
10554 <row>
10555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Standard
10559
10560
10561 \begin_inset Formula $\gtrdot$
10562 \end_inset
10563
10564
10565 \end_layout
10566
10567 \end_inset
10568 </cell>
10569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10570 \begin_inset Text
10571
10572 \begin_layout Standard
10573
10574
10575 \family typewriter
10576
10577 \backslash
10578 gtrdot
10579 \end_layout
10580
10581 \end_inset
10582 </cell>
10583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Standard
10587
10588
10589 \begin_inset Formula $\ggg$
10590 \end_inset
10591
10592
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Standard
10601
10602
10603 \family typewriter
10604
10605 \backslash
10606 ggg
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Standard
10615
10616
10617 \begin_inset Formula $\gtrless$
10618 \end_inset
10619
10620
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Standard
10629
10630
10631 \family typewriter
10632
10633 \backslash
10634 gtrless
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 <row>
10641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Standard
10645
10646
10647 \begin_inset Formula $\gtreqless$
10648 \end_inset
10649
10650
10651 \end_layout
10652
10653 \end_inset
10654 </cell>
10655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10656 \begin_inset Text
10657
10658 \begin_layout Standard
10659
10660
10661 \family typewriter
10662
10663 \backslash
10664 gtreqless
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Standard
10673
10674
10675 \begin_inset Formula $\gtreqqless$
10676 \end_inset
10677
10678
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Standard
10687
10688
10689 \family typewriter
10690
10691 \backslash
10692 gtreqqless
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Standard
10701
10702
10703 \begin_inset Formula $\eqcirc$
10704 \end_inset
10705
10706
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10712 \begin_inset Text
10713
10714 \begin_layout Standard
10715
10716
10717 \family typewriter
10718
10719 \backslash
10720 eqcirc
10721 \end_layout
10722
10723 \end_inset
10724 </cell>
10725 </row>
10726 <row>
10727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Standard
10731
10732
10733 \begin_inset Formula $\circeq$
10734 \end_inset
10735
10736
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Standard
10745
10746
10747 \family typewriter
10748
10749 \backslash
10750 circeq
10751 \end_layout
10752
10753 \end_inset
10754 </cell>
10755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10756 \begin_inset Text
10757
10758 \begin_layout Standard
10759
10760
10761 \begin_inset Formula $\triangleq$
10762 \end_inset
10763
10764
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Standard
10773
10774
10775 \family typewriter
10776
10777 \backslash
10778 triangleq
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Standard
10787
10788
10789 \begin_inset Formula $\thicksim$
10790 \end_inset
10791
10792
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10798 \begin_inset Text
10799
10800 \begin_layout Standard
10801
10802
10803 \family typewriter
10804
10805 \backslash
10806 thicksim
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 </row>
10812 <row>
10813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Standard
10817
10818
10819 \begin_inset Formula $\thickapprox$
10820 \end_inset
10821
10822
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Standard
10831
10832
10833 \family typewriter
10834
10835 \backslash
10836 thickapprox
10837 \end_layout
10838
10839 \end_inset
10840 </cell>
10841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Standard
10845
10846
10847 \begin_inset Formula $\supseteqq$
10848 \end_inset
10849
10850
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Standard
10859
10860
10861 \family typewriter
10862
10863 \backslash
10864 supseteqq
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Standard
10873
10874
10875 \begin_inset Formula $\Supset$
10876 \end_inset
10877
10878
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Standard
10887
10888
10889 \family typewriter
10890
10891 \backslash
10892 Supset
10893 \end_layout
10894
10895 \end_inset
10896 </cell>
10897 </row>
10898 <row>
10899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Standard
10903
10904
10905 \begin_inset Formula $\sqsupset$
10906 \end_inset
10907
10908
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Standard
10917
10918
10919 \family typewriter
10920
10921 \backslash
10922 sqsupset
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Standard
10931
10932
10933 \begin_inset Formula $\succcurlyeq$
10934 \end_inset
10935
10936
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Standard
10945
10946
10947 \family typewriter
10948
10949 \backslash
10950 succcurlyeq
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Standard
10959
10960
10961 \begin_inset Formula $\curlyeqsucc$
10962 \end_inset
10963
10964
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Standard
10973
10974
10975 \family typewriter
10976
10977 \backslash
10978 curlyeqsucc
10979 \end_layout
10980
10981 \end_inset
10982 </cell>
10983 </row>
10984 <row>
10985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Standard
10989
10990
10991 \begin_inset Formula $\succsim$
10992 \end_inset
10993
10994
10995 \end_layout
10996
10997 \end_inset
10998 </cell>
10999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Standard
11003
11004
11005 \family typewriter
11006
11007 \backslash
11008 succsim
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Standard
11017
11018
11019 \begin_inset Formula $\succapprox$
11020 \end_inset
11021
11022
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Standard
11031
11032
11033 \family typewriter
11034
11035 \backslash
11036 succapprox
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Standard
11045
11046
11047 \begin_inset Formula $\vartriangleright$
11048 \end_inset
11049
11050
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Standard
11059
11060
11061 \family typewriter
11062
11063 \backslash
11064 vartriangleright
11065 \end_layout
11066
11067 \end_inset
11068 </cell>
11069 </row>
11070 <row>
11071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Standard
11075
11076
11077 \begin_inset Formula $\trianglerighteq$
11078 \end_inset
11079
11080
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11086 \begin_inset Text
11087
11088 \begin_layout Standard
11089
11090
11091 \family typewriter
11092
11093 \backslash
11094 trianglerighteq
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Standard
11103
11104
11105 \begin_inset Formula $\Vdash$
11106 \end_inset
11107
11108
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Standard
11117
11118
11119 \family typewriter
11120
11121 \backslash
11122 Vdash
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Standard
11131
11132
11133 \begin_inset Formula $\shortmid$
11134 \end_inset
11135
11136
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Standard
11145
11146
11147 \family typewriter
11148
11149 \backslash
11150 shortmid
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 </row>
11156 <row>
11157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Standard
11161
11162
11163 \begin_inset Formula $\shortparallel$
11164 \end_inset
11165
11166
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11172 \begin_inset Text
11173
11174 \begin_layout Standard
11175
11176
11177 \family typewriter
11178
11179 \backslash
11180 shortparallel
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Standard
11189
11190
11191 \begin_inset Formula $\between$
11192 \end_inset
11193
11194
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Standard
11203
11204
11205 \family typewriter
11206
11207 \backslash
11208 between
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Standard
11217
11218
11219 \begin_inset Formula $\pitchfork$
11220 \end_inset
11221
11222
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Standard
11231
11232
11233 \family typewriter
11234
11235 \backslash
11236 pitchfork
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 </row>
11242 <row>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Standard
11247
11248
11249 \begin_inset Formula $\varpropto$
11250 \end_inset
11251
11252
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Standard
11261
11262
11263 \family typewriter
11264
11265 \backslash
11266 varpropto
11267 \end_layout
11268
11269 \end_inset
11270 </cell>
11271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Standard
11275
11276
11277 \begin_inset Formula $\blacktriangleleft$
11278 \end_inset
11279
11280
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Standard
11289
11290
11291 \family typewriter
11292
11293 \backslash
11294 blacktriangleleft
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Standard
11303
11304
11305 \begin_inset Formula $\therefore$
11306 \end_inset
11307
11308
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Standard
11317
11318
11319 \family typewriter
11320
11321 \backslash
11322 therefore
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 </row>
11328 <row>
11329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Standard
11333
11334
11335 \begin_inset Formula $\backepsilon$
11336 \end_inset
11337
11338
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Standard
11347
11348
11349 \family typewriter
11350
11351 \backslash
11352 backepsilon
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Standard
11361
11362
11363 \begin_inset Formula $\blacktriangleright$
11364 \end_inset
11365
11366
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Standard
11375
11376
11377 \family typewriter
11378
11379 \backslash
11380 blacktriangleright
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Standard
11389
11390
11391 \begin_inset Formula $\because$
11392 \end_inset
11393
11394
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Standard
11403
11404
11405 \family typewriter
11406
11407 \backslash
11408 because
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 </row>
11414 </lyxtabular>
11415
11416 \end_inset
11417
11418
11419 \end_layout
11420
11421 \begin_layout Caption
11422
11423 Relations binaires AMS
11424 \end_layout
11425
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \begin_layout Standard
11432
11433
11434 \begin_inset Float table
11435 placement H
11436 wide false
11437 sideways false
11438 status open
11439
11440 \begin_layout Standard
11441
11442
11443 \begin_inset  Tabular
11444 <lyxtabular version="3" rows="17" columns="6">
11445 <features>
11446 <column alignment="right" valignment="top" width="0pt">
11447 <column alignment="left" valignment="top" width="0pt">
11448 <column alignment="right" valignment="top" width="0pt">
11449 <column alignment="left" valignment="top" width="0pt">
11450 <column alignment="right" valignment="top" width="0pt">
11451 <column alignment="left" valignment="top" width="0pt">
11452 <row>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Standard
11457
11458
11459 \begin_inset Formula $\nless$
11460 \end_inset
11461
11462
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Standard
11471
11472
11473 \family typewriter
11474
11475 \backslash
11476 nless
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Standard
11485
11486
11487 \begin_inset Formula $\nleq$
11488 \end_inset
11489
11490
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Standard
11499
11500
11501 \family typewriter
11502
11503 \backslash
11504 nleq
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Standard
11513
11514
11515 \begin_inset Formula $\nleqslant$
11516 \end_inset
11517
11518
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11524 \begin_inset Text
11525
11526 \begin_layout Standard
11527
11528
11529 \family typewriter
11530
11531 \backslash
11532 nleqslant
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 </row>
11538 <row>
11539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Standard
11543
11544
11545 \begin_inset Formula $\nleqq$
11546 \end_inset
11547
11548
11549 \end_layout
11550
11551 \end_inset
11552 </cell>
11553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11554 \begin_inset Text
11555
11556 \begin_layout Standard
11557
11558
11559 \family typewriter
11560
11561 \backslash
11562 nleqq
11563 \end_layout
11564
11565 \end_inset
11566 </cell>
11567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11568 \begin_inset Text
11569
11570 \begin_layout Standard
11571
11572
11573 \begin_inset Formula $\lneq$
11574 \end_inset
11575
11576
11577 \end_layout
11578
11579 \end_inset
11580 </cell>
11581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11582 \begin_inset Text
11583
11584 \begin_layout Standard
11585
11586
11587 \family typewriter
11588
11589 \backslash
11590 lneq
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Standard
11599
11600
11601 \begin_inset Formula $\lneqq$
11602 \end_inset
11603
11604
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Standard
11613
11614
11615 \family typewriter
11616
11617 \backslash
11618 lneqq
11619 \end_layout
11620
11621 \end_inset
11622 </cell>
11623 </row>
11624 <row>
11625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Standard
11629
11630
11631 \begin_inset Formula $\lvertneqq$
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \end_inset
11638 </cell>
11639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11640 \begin_inset Text
11641
11642 \begin_layout Standard
11643
11644
11645 \family typewriter
11646
11647 \backslash
11648 lvertneqq
11649 \end_layout
11650
11651 \end_inset
11652 </cell>
11653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Standard
11657
11658
11659 \begin_inset Formula $\lnsim$
11660 \end_inset
11661
11662
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Standard
11671
11672
11673 \family typewriter
11674
11675 \backslash
11676 lnsim
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Standard
11685
11686
11687 \begin_inset Formula $\lnapprox$
11688 \end_inset
11689
11690
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Standard
11699
11700
11701 \family typewriter
11702
11703 \backslash
11704 lnapprox
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 </row>
11710 <row>
11711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Standard
11715
11716
11717 \begin_inset Formula $\nprec$
11718 \end_inset
11719
11720
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11726 \begin_inset Text
11727
11728 \begin_layout Standard
11729
11730
11731 \family typewriter
11732
11733 \backslash
11734 nprec
11735 \end_layout
11736
11737 \end_inset
11738 </cell>
11739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11740 \begin_inset Text
11741
11742 \begin_layout Standard
11743
11744
11745 \begin_inset Formula $\npreceq$
11746 \end_inset
11747
11748
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Standard
11757
11758
11759 \family typewriter
11760
11761 \backslash
11762 npreceq
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Standard
11771
11772
11773 \begin_inset Formula $\precnsim$
11774 \end_inset
11775
11776
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11782 \begin_inset Text
11783
11784 \begin_layout Standard
11785
11786
11787 \family typewriter
11788
11789 \backslash
11790 precnsim
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 </row>
11796 <row>
11797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Standard
11801
11802
11803 \begin_inset Formula $\precnapprox$
11804 \end_inset
11805
11806
11807 \end_layout
11808
11809 \end_inset
11810 </cell>
11811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Standard
11815
11816
11817 \family typewriter
11818
11819 \backslash
11820 precnapprox
11821 \end_layout
11822
11823 \end_inset
11824 </cell>
11825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Standard
11829
11830
11831 \begin_inset Formula $\nsim$
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Standard
11843
11844
11845 \family typewriter
11846
11847 \backslash
11848 nsim
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Standard
11857
11858
11859 \begin_inset Formula $\nshortmid$
11860 \end_inset
11861
11862
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11868 \begin_inset Text
11869
11870 \begin_layout Standard
11871
11872
11873 \family typewriter
11874
11875 \backslash
11876 nshortmid
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 </row>
11882 <row>
11883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Standard
11887
11888
11889 \begin_inset Formula $\nmid$
11890 \end_inset
11891
11892
11893 \end_layout
11894
11895 \end_inset
11896 </cell>
11897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Standard
11901
11902
11903 \family typewriter
11904
11905 \backslash
11906 nmid
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11912 \begin_inset Text
11913
11914 \begin_layout Standard
11915
11916
11917 \begin_inset Formula $\nvdash$
11918 \end_inset
11919
11920
11921 \end_layout
11922
11923 \end_inset
11924 </cell>
11925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11926 \begin_inset Text
11927
11928 \begin_layout Standard
11929
11930
11931 \family typewriter
11932
11933 \backslash
11934 nvdash
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Standard
11943
11944
11945 \begin_inset Formula $\nvDash$
11946 \end_inset
11947
11948
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11954 \begin_inset Text
11955
11956 \begin_layout Standard
11957
11958
11959 \family typewriter
11960
11961 \backslash
11962 nvDash
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 </row>
11968 <row>
11969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Standard
11973
11974
11975 \begin_inset Formula $\ntriangleleft$
11976 \end_inset
11977
11978
11979 \end_layout
11980
11981 \end_inset
11982 </cell>
11983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11984 \begin_inset Text
11985
11986 \begin_layout Standard
11987
11988
11989 \family typewriter
11990
11991 \backslash
11992 ntriangleleft
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Standard
12001
12002
12003 \begin_inset Formula $\ntrianglelefteq$
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \end_inset
12010 </cell>
12011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Standard
12015
12016
12017 \family typewriter
12018
12019 \backslash
12020 ntrianglelefteq
12021 \end_layout
12022
12023 \end_inset
12024 </cell>
12025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12026 \begin_inset Text
12027
12028 \begin_layout Standard
12029
12030
12031 \begin_inset Formula $\nsubseteq$
12032 \end_inset
12033
12034
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12040 \begin_inset Text
12041
12042 \begin_layout Standard
12043
12044
12045 \family typewriter
12046
12047 \backslash
12048 nsubseteq
12049 \end_layout
12050
12051 \end_inset
12052 </cell>
12053 </row>
12054 <row>
12055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Standard
12059
12060
12061 \begin_inset Formula $\subsetneq$
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \end_inset
12068 </cell>
12069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12070 \begin_inset Text
12071
12072 \begin_layout Standard
12073
12074
12075 \family typewriter
12076
12077 \backslash
12078 subsetneq
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12084 \begin_inset Text
12085
12086 \begin_layout Standard
12087
12088
12089 \begin_inset Formula $\varsubsetneq$
12090 \end_inset
12091
12092
12093 \end_layout
12094
12095 \end_inset
12096 </cell>
12097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12098 \begin_inset Text
12099
12100 \begin_layout Standard
12101
12102
12103 \family typewriter
12104
12105 \backslash
12106 varsubsetneq
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Standard
12115
12116
12117 \begin_inset Formula $\subsetneqq$
12118 \end_inset
12119
12120
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12126 \begin_inset Text
12127
12128 \begin_layout Standard
12129
12130
12131 \family typewriter
12132
12133 \backslash
12134 subsetneqq
12135 \end_layout
12136
12137 \end_inset
12138 </cell>
12139 </row>
12140 <row>
12141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Standard
12145
12146
12147 \begin_inset Formula $\varsubsetneqq$
12148 \end_inset
12149
12150
12151 \end_layout
12152
12153 \end_inset
12154 </cell>
12155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Standard
12159
12160
12161 \family typewriter
12162
12163 \backslash
12164 varsubsetneqq
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12170 \begin_inset Text
12171
12172 \begin_layout Standard
12173
12174
12175 \begin_inset Formula $\ngtr$
12176 \end_inset
12177
12178
12179 \end_layout
12180
12181 \end_inset
12182 </cell>
12183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12184 \begin_inset Text
12185
12186 \begin_layout Standard
12187
12188
12189 \family typewriter
12190
12191 \backslash
12192 ngtr
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Standard
12201
12202
12203 \begin_inset Formula $\ngeq$
12204 \end_inset
12205
12206
12207 \end_layout
12208
12209 \end_inset
12210 </cell>
12211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12212 \begin_inset Text
12213
12214 \begin_layout Standard
12215
12216
12217 \family typewriter
12218
12219 \backslash
12220 ngeq
12221 \end_layout
12222
12223 \end_inset
12224 </cell>
12225 </row>
12226 <row>
12227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12228 \begin_inset Text
12229
12230 \begin_layout Standard
12231
12232
12233 \begin_inset Formula $\ngeqslant$
12234 \end_inset
12235
12236
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12242 \begin_inset Text
12243
12244 \begin_layout Standard
12245
12246
12247 \family typewriter
12248
12249 \backslash
12250 ngeqslant
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12256 \begin_inset Text
12257
12258 \begin_layout Standard
12259
12260
12261 \begin_inset Formula $\ngeqq$
12262 \end_inset
12263
12264
12265 \end_layout
12266
12267 \end_inset
12268 </cell>
12269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12270 \begin_inset Text
12271
12272 \begin_layout Standard
12273
12274
12275 \family typewriter
12276
12277 \backslash
12278 ngeqq
12279 \end_layout
12280
12281 \end_inset
12282 </cell>
12283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Standard
12287
12288
12289 \begin_inset Formula $\gneq$
12290 \end_inset
12291
12292
12293 \end_layout
12294
12295 \end_inset
12296 </cell>
12297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12298 \begin_inset Text
12299
12300 \begin_layout Standard
12301
12302
12303 \family typewriter
12304
12305 \backslash
12306 gneq
12307 \end_layout
12308
12309 \end_inset
12310 </cell>
12311 </row>
12312 <row>
12313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12314 \begin_inset Text
12315
12316 \begin_layout Standard
12317
12318
12319 \begin_inset Formula $\gneqq$
12320 \end_inset
12321
12322
12323 \end_layout
12324
12325 \end_inset
12326 </cell>
12327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12328 \begin_inset Text
12329
12330 \begin_layout Standard
12331
12332
12333 \family typewriter
12334
12335 \backslash
12336 gneqq
12337 \end_layout
12338
12339 \end_inset
12340 </cell>
12341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12342 \begin_inset Text
12343
12344 \begin_layout Standard
12345
12346
12347 \begin_inset Formula $\gvertneqq$
12348 \end_inset
12349
12350
12351 \end_layout
12352
12353 \end_inset
12354 </cell>
12355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12356 \begin_inset Text
12357
12358 \begin_layout Standard
12359
12360
12361 \family typewriter
12362
12363 \backslash
12364 gvertneqq
12365 \end_layout
12366
12367 \end_inset
12368 </cell>
12369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12370 \begin_inset Text
12371
12372 \begin_layout Standard
12373
12374
12375 \begin_inset Formula $\gnsim$
12376 \end_inset
12377
12378
12379 \end_layout
12380
12381 \end_inset
12382 </cell>
12383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12384 \begin_inset Text
12385
12386 \begin_layout Standard
12387
12388
12389 \family typewriter
12390
12391 \backslash
12392 gnsim
12393 \end_layout
12394
12395 \end_inset
12396 </cell>
12397 </row>
12398 <row>
12399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12400 \begin_inset Text
12401
12402 \begin_layout Standard
12403
12404
12405 \begin_inset Formula $\gnapprox$
12406 \end_inset
12407
12408
12409 \end_layout
12410
12411 \end_inset
12412 </cell>
12413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12414 \begin_inset Text
12415
12416 \begin_layout Standard
12417
12418
12419 \family typewriter
12420
12421 \backslash
12422 gnapprox
12423 \end_layout
12424
12425 \end_inset
12426 </cell>
12427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12428 \begin_inset Text
12429
12430 \begin_layout Standard
12431
12432
12433 \begin_inset Formula $\nsucc$
12434 \end_inset
12435
12436
12437 \end_layout
12438
12439 \end_inset
12440 </cell>
12441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12442 \begin_inset Text
12443
12444 \begin_layout Standard
12445
12446
12447 \family typewriter
12448
12449 \backslash
12450 nsucc
12451 \end_layout
12452
12453 \end_inset
12454 </cell>
12455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Standard
12459
12460
12461 \begin_inset Formula $\nsucceq$
12462 \end_inset
12463
12464
12465 \end_layout
12466
12467 \end_inset
12468 </cell>
12469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12470 \begin_inset Text
12471
12472 \begin_layout Standard
12473
12474
12475 \family typewriter
12476
12477 \backslash
12478 nsucceq
12479 \end_layout
12480
12481 \end_inset
12482 </cell>
12483 </row>
12484 <row>
12485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12486 \begin_inset Text
12487
12488 \begin_layout Standard
12489
12490
12491 \begin_inset Formula $\succnsim$
12492 \end_inset
12493
12494
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Standard
12503
12504
12505 \family typewriter
12506
12507 \backslash
12508 succnsim
12509 \end_layout
12510
12511 \end_inset
12512 </cell>
12513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Standard
12517
12518
12519 \begin_inset Formula $\succnapprox$
12520 \end_inset
12521
12522
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12528 \begin_inset Text
12529
12530 \begin_layout Standard
12531
12532
12533 \family typewriter
12534
12535 \backslash
12536 succnapprox
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Standard
12545
12546
12547 \begin_inset Formula $\ncong$
12548 \end_inset
12549
12550
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Standard
12559
12560
12561 \family typewriter
12562
12563 \backslash
12564 ncong
12565 \end_layout
12566
12567 \end_inset
12568 </cell>
12569 </row>
12570 <row>
12571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Standard
12575
12576
12577 \begin_inset Formula $\nshortparallel$
12578 \end_inset
12579
12580
12581 \end_layout
12582
12583 \end_inset
12584 </cell>
12585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12586 \begin_inset Text
12587
12588 \begin_layout Standard
12589
12590
12591 \family typewriter
12592
12593 \backslash
12594 nshortparallel
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12600 \begin_inset Text
12601
12602 \begin_layout Standard
12603
12604
12605 \begin_inset Formula $\nparallel$
12606 \end_inset
12607
12608
12609 \end_layout
12610
12611 \end_inset
12612 </cell>
12613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Standard
12617
12618
12619 \family typewriter
12620
12621 \backslash
12622 nparallel
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Standard
12631
12632
12633 \begin_inset Formula $\nvDash$
12634 \end_inset
12635
12636
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12642 \begin_inset Text
12643
12644 \begin_layout Standard
12645
12646
12647 \family typewriter
12648
12649 \backslash
12650 nvDash
12651 \end_layout
12652
12653 \end_inset
12654 </cell>
12655 </row>
12656 <row>
12657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Standard
12661
12662
12663 \begin_inset Formula $\nVDash$
12664 \end_inset
12665
12666
12667 \end_layout
12668
12669 \end_inset
12670 </cell>
12671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12672 \begin_inset Text
12673
12674 \begin_layout Standard
12675
12676
12677 \family typewriter
12678
12679 \backslash
12680 nVDash
12681 \end_layout
12682
12683 \end_inset
12684 </cell>
12685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12686 \begin_inset Text
12687
12688 \begin_layout Standard
12689
12690
12691 \begin_inset Formula $\ntriangleright$
12692 \end_inset
12693
12694
12695 \end_layout
12696
12697 \end_inset
12698 </cell>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Standard
12703
12704
12705 \family typewriter
12706
12707 \backslash
12708 ntriangleright
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Standard
12717
12718
12719 \begin_inset Formula $\ntrianglerighteq$
12720 \end_inset
12721
12722
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12728 \begin_inset Text
12729
12730 \begin_layout Standard
12731
12732
12733 \family typewriter
12734
12735 \backslash
12736 ntrianglerighteq
12737 \end_layout
12738
12739 \end_inset
12740 </cell>
12741 </row>
12742 <row>
12743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Standard
12747
12748
12749 \begin_inset Formula $\nsupseteq$
12750 \end_inset
12751
12752
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12758 \begin_inset Text
12759
12760 \begin_layout Standard
12761
12762
12763 \family typewriter
12764
12765 \backslash
12766 nsupseteq
12767 \end_layout
12768
12769 \end_inset
12770 </cell>
12771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12772 \begin_inset Text
12773
12774 \begin_layout Standard
12775
12776
12777 \begin_inset Formula $\nsupseteqq$
12778 \end_inset
12779
12780
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Standard
12789
12790
12791 \family typewriter
12792
12793 \backslash
12794 nsupseteqq
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Standard
12803
12804
12805 \begin_inset Formula $\supsetneq$
12806 \end_inset
12807
12808
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Standard
12817
12818
12819 \family typewriter
12820
12821 \backslash
12822 supsetneq
12823 \end_layout
12824
12825 \end_inset
12826 </cell>
12827 </row>
12828 <row>
12829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Standard
12833
12834
12835 \begin_inset Formula $\varsupsetneq$
12836 \end_inset
12837
12838
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Standard
12847
12848
12849 \family typewriter
12850
12851 \backslash
12852 varsupsetneq
12853 \end_layout
12854
12855 \end_inset
12856 </cell>
12857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12858 \begin_inset Text
12859
12860 \begin_layout Standard
12861
12862
12863 \begin_inset Formula $\supsetneqq$
12864 \end_inset
12865
12866
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12872 \begin_inset Text
12873
12874 \begin_layout Standard
12875
12876
12877 \family typewriter
12878
12879 \backslash
12880 supsetneqq
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Standard
12889
12890
12891 \begin_inset Formula $\varsupsetneqq$
12892 \end_inset
12893
12894
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Standard
12903
12904
12905 \family typewriter
12906
12907 \backslash
12908 varsupsetneqq
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 </row>
12914 </lyxtabular>
12915
12916 \end_inset
12917
12918
12919 \end_layout
12920
12921 \begin_layout Caption
12922
12923 Négations de relations binaires AMS
12924 \end_layout
12925
12926 \end_inset
12927
12928
12929 \end_layout
12930
12931 \begin_layout Standard
12932
12933
12934 \begin_inset Float table
12935 placement H
12936 wide false
12937 sideways false
12938 status open
12939
12940 \begin_layout Standard
12941
12942
12943 \begin_inset  Tabular
12944 <lyxtabular version="3" rows="8" columns="6">
12945 <features>
12946 <column alignment="right" valignment="top" width="0pt">
12947 <column alignment="left" valignment="top" width="0pt">
12948 <column alignment="right" valignment="top" width="0pt">
12949 <column alignment="left" valignment="top" width="0pt">
12950 <column alignment="right" valignment="top" width="0pt">
12951 <column alignment="left" valignment="top" width="0pt">
12952 <row>
12953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Standard
12957
12958
12959 \begin_inset Formula $\dotplus$
12960 \end_inset
12961
12962
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12968 \begin_inset Text
12969
12970 \begin_layout Standard
12971
12972
12973 \family typewriter
12974
12975 \backslash
12976 dotplus
12977 \end_layout
12978
12979 \end_inset
12980 </cell>
12981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12982 \begin_inset Text
12983
12984 \begin_layout Standard
12985
12986
12987 \begin_inset Formula $\smallsetminus$
12988 \end_inset
12989
12990
12991 \end_layout
12992
12993 \end_inset
12994 </cell>
12995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12996 \begin_inset Text
12997
12998 \begin_layout Standard
12999
13000
13001 \family typewriter
13002
13003 \backslash
13004 smallsetminus
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Standard
13013
13014
13015 \begin_inset Formula $\Cap$
13016 \end_inset
13017
13018
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13024 \begin_inset Text
13025
13026 \begin_layout Standard
13027
13028
13029 \family typewriter
13030
13031 \backslash
13032 Cap
13033 \end_layout
13034
13035 \end_inset
13036 </cell>
13037 </row>
13038 <row>
13039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Standard
13043
13044
13045 \begin_inset Formula $\Cup$
13046 \end_inset
13047
13048
13049 \end_layout
13050
13051 \end_inset
13052 </cell>
13053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13054 \begin_inset Text
13055
13056 \begin_layout Standard
13057
13058
13059 \family typewriter
13060
13061 \backslash
13062 Cup
13063 \end_layout
13064
13065 \end_inset
13066 </cell>
13067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13068 \begin_inset Text
13069
13070 \begin_layout Standard
13071
13072
13073 \begin_inset Formula $\barwedge$
13074 \end_inset
13075
13076
13077 \end_layout
13078
13079 \end_inset
13080 </cell>
13081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13082 \begin_inset Text
13083
13084 \begin_layout Standard
13085
13086
13087 \family typewriter
13088
13089 \backslash
13090 barwedge
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Standard
13099
13100
13101 \begin_inset Formula $\veebar$
13102 \end_inset
13103
13104
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13110 \begin_inset Text
13111
13112 \begin_layout Standard
13113
13114
13115 \family typewriter
13116
13117 \backslash
13118 veebar
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 </row>
13124 <row>
13125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Standard
13129
13130
13131 \begin_inset Formula $\doublebarwedge$
13132 \end_inset
13133
13134
13135 \end_layout
13136
13137 \end_inset
13138 </cell>
13139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13140 \begin_inset Text
13141
13142 \begin_layout Standard
13143
13144
13145 \family typewriter
13146
13147 \backslash
13148 doublebarwedge
13149 \end_layout
13150
13151 \end_inset
13152 </cell>
13153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Standard
13157
13158
13159 \begin_inset Formula $\boxminus$
13160 \end_inset
13161
13162
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13168 \begin_inset Text
13169
13170 \begin_layout Standard
13171
13172
13173 \family typewriter
13174
13175 \backslash
13176 boxminus
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Standard
13185
13186
13187 \begin_inset Formula $\boxtimes$
13188 \end_inset
13189
13190
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13196 \begin_inset Text
13197
13198 \begin_layout Standard
13199
13200
13201 \family typewriter
13202
13203 \backslash
13204 boxtimes
13205 \end_layout
13206
13207 \end_inset
13208 </cell>
13209 </row>
13210 <row>
13211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Standard
13215
13216
13217 \begin_inset Formula $\boxdot$
13218 \end_inset
13219
13220
13221 \end_layout
13222
13223 \end_inset
13224 </cell>
13225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13226 \begin_inset Text
13227
13228 \begin_layout Standard
13229
13230
13231 \family typewriter
13232
13233 \backslash
13234 boxdot
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Standard
13243
13244
13245 \begin_inset Formula $\boxplus$
13246 \end_inset
13247
13248
13249 \end_layout
13250
13251 \end_inset
13252 </cell>
13253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13254 \begin_inset Text
13255
13256 \begin_layout Standard
13257
13258
13259 \family typewriter
13260
13261 \backslash
13262 boxplus
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Standard
13271
13272
13273 \begin_inset Formula $\divideontimes$
13274 \end_inset
13275
13276
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13282 \begin_inset Text
13283
13284 \begin_layout Standard
13285
13286
13287 \family typewriter
13288
13289 \backslash
13290 divideontimes
13291 \end_layout
13292
13293 \end_inset
13294 </cell>
13295 </row>
13296 <row>
13297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13298 \begin_inset Text
13299
13300 \begin_layout Standard
13301
13302
13303 \begin_inset Formula $\ltimes$
13304 \end_inset
13305
13306
13307 \end_layout
13308
13309 \end_inset
13310 </cell>
13311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13312 \begin_inset Text
13313
13314 \begin_layout Standard
13315
13316
13317 \family typewriter
13318
13319 \backslash
13320 ltimes
13321 \end_layout
13322
13323 \end_inset
13324 </cell>
13325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13326 \begin_inset Text
13327
13328 \begin_layout Standard
13329
13330
13331 \begin_inset Formula $\rtimes$
13332 \end_inset
13333
13334
13335 \end_layout
13336
13337 \end_inset
13338 </cell>
13339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13340 \begin_inset Text
13341
13342 \begin_layout Standard
13343
13344
13345 \family typewriter
13346
13347 \backslash
13348 rtimes
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Standard
13357
13358
13359 \begin_inset Formula $\leftthreetimes$
13360 \end_inset
13361
13362
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Standard
13371
13372
13373 \family typewriter
13374
13375 \backslash
13376 leftthreetimes
13377 \end_layout
13378
13379 \end_inset
13380 </cell>
13381 </row>
13382 <row>
13383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Standard
13387
13388
13389 \begin_inset Formula $\rightthreetimes$
13390 \end_inset
13391
13392
13393 \end_layout
13394
13395 \end_inset
13396 </cell>
13397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13398 \begin_inset Text
13399
13400 \begin_layout Standard
13401
13402
13403 \family typewriter
13404
13405 \backslash
13406 rightthreetimes
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Standard
13415
13416
13417 \begin_inset Formula $\curlywedge$
13418 \end_inset
13419
13420
13421 \end_layout
13422
13423 \end_inset
13424 </cell>
13425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13426 \begin_inset Text
13427
13428 \begin_layout Standard
13429
13430
13431 \family typewriter
13432
13433 \backslash
13434 curlywedge
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Standard
13443
13444
13445 \begin_inset Formula $\curlyvee$
13446 \end_inset
13447
13448
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13454 \begin_inset Text
13455
13456 \begin_layout Standard
13457
13458
13459 \family typewriter
13460
13461 \backslash
13462 curlyvee
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 </row>
13468 <row>
13469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Standard
13473
13474
13475 \begin_inset Formula $\circleddash$
13476 \end_inset
13477
13478
13479 \end_layout
13480
13481 \end_inset
13482 </cell>
13483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13484 \begin_inset Text
13485
13486 \begin_layout Standard
13487
13488
13489 \family typewriter
13490
13491 \backslash
13492 circleddash
13493 \end_layout
13494
13495 \end_inset
13496 </cell>
13497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13498 \begin_inset Text
13499
13500 \begin_layout Standard
13501
13502
13503 \begin_inset Formula $\circledast$
13504 \end_inset
13505
13506
13507 \end_layout
13508
13509 \end_inset
13510 </cell>
13511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13512 \begin_inset Text
13513
13514 \begin_layout Standard
13515
13516
13517 \family typewriter
13518
13519 \backslash
13520 circledast
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Standard
13529
13530
13531 \begin_inset Formula $\circledcirc$
13532 \end_inset
13533
13534
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Standard
13543
13544
13545 \family typewriter
13546
13547 \backslash
13548 circledcirc
13549 \end_layout
13550
13551 \end_inset
13552 </cell>
13553 </row>
13554 <row>
13555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Standard
13559
13560
13561 \begin_inset Formula $\centerdot$
13562 \end_inset
13563
13564
13565 \end_layout
13566
13567 \end_inset
13568 </cell>
13569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13570 \begin_inset Text
13571
13572 \begin_layout Standard
13573
13574
13575 \family typewriter
13576
13577 \backslash
13578 centerdot
13579 \end_layout
13580
13581 \end_inset
13582 </cell>
13583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13584 \begin_inset Text
13585
13586 \begin_layout Standard
13587
13588
13589 \begin_inset Formula $\intercal$
13590 \end_inset
13591
13592
13593 \end_layout
13594
13595 \end_inset
13596 </cell>
13597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13598 \begin_inset Text
13599
13600 \begin_layout Standard
13601
13602
13603 \family typewriter
13604
13605 \backslash
13606 intercal
13607 \end_layout
13608
13609 \end_inset
13610 </cell>
13611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13612 \begin_inset Text
13613
13614 \begin_layout Standard
13615
13616 \end_layout
13617
13618 \end_inset
13619 </cell>
13620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13621 \begin_inset Text
13622
13623 \begin_layout Standard
13624
13625 \end_layout
13626
13627 \end_inset
13628 </cell>
13629 </row>
13630 </lyxtabular>
13631
13632 \end_inset
13633
13634
13635 \end_layout
13636
13637 \begin_layout Caption
13638
13639 Opérations binaires AMS
13640 \end_layout
13641
13642 \end_inset
13643
13644
13645 \end_layout
13646
13647 \begin_layout Standard
13648
13649
13650 \begin_inset Float table
13651 placement H
13652 wide false
13653 sideways false
13654 status open
13655
13656 \begin_layout Standard
13657
13658
13659 \begin_inset  Tabular
13660 <lyxtabular version="3" rows="9" columns="6">
13661 <features>
13662 <column alignment="right" valignment="top" width="0pt">
13663 <column alignment="left" valignment="top" width="0pt">
13664 <column alignment="right" valignment="top" width="0pt">
13665 <column alignment="left" valignment="top" width="0pt">
13666 <column alignment="right" valignment="top" width="0pt">
13667 <column alignment="left" valignment="top" width="0pt">
13668 <row>
13669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Standard
13673
13674
13675 \begin_inset Formula $\hbar$
13676 \end_inset
13677
13678
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13684 \begin_inset Text
13685
13686 \begin_layout Standard
13687
13688
13689 \family typewriter
13690
13691 \backslash
13692 hbar
13693 \end_layout
13694
13695 \end_inset
13696 </cell>
13697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13698 \begin_inset Text
13699
13700 \begin_layout Standard
13701
13702
13703 \begin_inset Formula $\hslash$
13704 \end_inset
13705
13706
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13712 \begin_inset Text
13713
13714 \begin_layout Standard
13715
13716
13717 \family typewriter
13718
13719 \backslash
13720 hslash
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Standard
13729
13730
13731 \begin_inset Formula $\vartriangle$
13732 \end_inset
13733
13734
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Standard
13743
13744
13745 \family typewriter
13746
13747 \backslash
13748 vartriangle
13749 \end_layout
13750
13751 \end_inset
13752 </cell>
13753 </row>
13754 <row>
13755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Standard
13759
13760
13761 \begin_inset Formula $\triangledown$
13762 \end_inset
13763
13764
13765 \end_layout
13766
13767 \end_inset
13768 </cell>
13769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13770 \begin_inset Text
13771
13772 \begin_layout Standard
13773
13774
13775 \family typewriter
13776
13777 \backslash
13778 triangledown
13779 \end_layout
13780
13781 \end_inset
13782 </cell>
13783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13784 \begin_inset Text
13785
13786 \begin_layout Standard
13787
13788
13789 \begin_inset Formula $\square$
13790 \end_inset
13791
13792
13793 \end_layout
13794
13795 \end_inset
13796 </cell>
13797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13798 \begin_inset Text
13799
13800 \begin_layout Standard
13801
13802
13803 \family typewriter
13804
13805 \backslash
13806 square
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Standard
13815
13816
13817 \begin_inset Formula $\lozenge$
13818 \end_inset
13819
13820
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13826 \begin_inset Text
13827
13828 \begin_layout Standard
13829
13830
13831 \family typewriter
13832
13833 \backslash
13834 lozenge
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 </row>
13840 <row>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Standard
13845
13846
13847 \begin_inset Formula $\circledS$
13848 \end_inset
13849
13850
13851 \end_layout
13852
13853 \end_inset
13854 </cell>
13855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Standard
13859
13860
13861 \family typewriter
13862
13863 \backslash
13864 circledS
13865 \end_layout
13866
13867 \end_inset
13868 </cell>
13869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13870 \begin_inset Text
13871
13872 \begin_layout Standard
13873
13874
13875 \begin_inset Formula $\angle$
13876 \end_inset
13877
13878
13879 \end_layout
13880
13881 \end_inset
13882 </cell>
13883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13884 \begin_inset Text
13885
13886 \begin_layout Standard
13887
13888
13889 \family typewriter
13890
13891 \backslash
13892 angle
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Standard
13901
13902
13903 \begin_inset Formula $\measuredangle$
13904 \end_inset
13905
13906
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13912 \begin_inset Text
13913
13914 \begin_layout Standard
13915
13916
13917 \family typewriter
13918
13919 \backslash
13920 measuredangle
13921 \end_layout
13922
13923 \end_inset
13924 </cell>
13925 </row>
13926 <row>
13927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Standard
13931
13932
13933 \begin_inset Formula $\nexists$
13934 \end_inset
13935
13936
13937 \end_layout
13938
13939 \end_inset
13940 </cell>
13941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13942 \begin_inset Text
13943
13944 \begin_layout Standard
13945
13946
13947 \family typewriter
13948
13949 \backslash
13950 nexists
13951 \end_layout
13952
13953 \end_inset
13954 </cell>
13955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13956 \begin_inset Text
13957
13958 \begin_layout Standard
13959
13960
13961 \begin_inset Formula $\mho$
13962 \end_inset
13963
13964
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13970 \begin_inset Text
13971
13972 \begin_layout Standard
13973
13974
13975 \family typewriter
13976
13977 \backslash
13978 mho
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Standard
13987
13988
13989 \begin_inset Formula $\Finv$
13990 \end_inset
13991
13992
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Standard
14001
14002
14003 \family typewriter
14004
14005 \backslash
14006 Finv
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 </row>
14012 <row>
14013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Standard
14017
14018
14019 \begin_inset Formula $\Game$
14020 \end_inset
14021
14022
14023 \end_layout
14024
14025 \end_inset
14026 </cell>
14027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Standard
14031
14032
14033 \family typewriter
14034
14035 \backslash
14036 Game
14037 \end_layout
14038
14039 \end_inset
14040 </cell>
14041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14042 \begin_inset Text
14043
14044 \begin_layout Standard
14045
14046
14047 \begin_inset Formula $\Bbbk$
14048 \end_inset
14049
14050
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Standard
14059
14060
14061 \family typewriter
14062
14063 \backslash
14064 Bbbk
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Standard
14073
14074
14075 \begin_inset Formula $\backprime$
14076 \end_inset
14077
14078
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14084 \begin_inset Text
14085
14086 \begin_layout Standard
14087
14088
14089 \family typewriter
14090
14091 \backslash
14092 backprime
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 </row>
14098 <row>
14099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Standard
14103
14104
14105 \begin_inset Formula $\varnothing$
14106 \end_inset
14107
14108
14109 \end_layout
14110
14111 \end_inset
14112 </cell>
14113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14114 \begin_inset Text
14115
14116 \begin_layout Standard
14117
14118
14119 \family typewriter
14120
14121 \backslash
14122 varnothing
14123 \end_layout
14124
14125 \end_inset
14126 </cell>
14127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14128 \begin_inset Text
14129
14130 \begin_layout Standard
14131
14132
14133 \begin_inset Formula $\blacktriangle$
14134 \end_inset
14135
14136
14137 \end_layout
14138
14139 \end_inset
14140 </cell>
14141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14142 \begin_inset Text
14143
14144 \begin_layout Standard
14145
14146
14147 \family typewriter
14148
14149 \backslash
14150 blacktriangle
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Standard
14159
14160
14161 \begin_inset Formula $\blacktriangledown$
14162 \end_inset
14163
14164
14165 \end_layout
14166
14167 \end_inset
14168 </cell>
14169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14170 \begin_inset Text
14171
14172 \begin_layout Standard
14173
14174
14175 \family typewriter
14176
14177 \backslash
14178 blacktriangledown
14179 \end_layout
14180
14181 \end_inset
14182 </cell>
14183 </row>
14184 <row>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Standard
14189
14190
14191 \begin_inset Formula $\blacksquare$
14192 \end_inset
14193
14194
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14200 \begin_inset Text
14201
14202 \begin_layout Standard
14203
14204
14205 \family typewriter
14206
14207 \backslash
14208 blacksquare
14209 \end_layout
14210
14211 \end_inset
14212 </cell>
14213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14214 \begin_inset Text
14215
14216 \begin_layout Standard
14217
14218
14219 \begin_inset Formula $\blacklozenge$
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Standard
14231
14232
14233 \family typewriter
14234
14235 \backslash
14236 blacklozenge
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Standard
14245
14246
14247 \begin_inset Formula $\bigstar$
14248 \end_inset
14249
14250
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14256 \begin_inset Text
14257
14258 \begin_layout Standard
14259
14260
14261 \family typewriter
14262
14263 \backslash
14264 bigstar
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 </row>
14270 <row>
14271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Standard
14275
14276
14277 \begin_inset Formula $\sphericalangle$
14278 \end_inset
14279
14280
14281 \end_layout
14282
14283 \end_inset
14284 </cell>
14285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14286 \begin_inset Text
14287
14288 \begin_layout Standard
14289
14290
14291 \family typewriter
14292
14293 \backslash
14294 sphericalangle
14295 \end_layout
14296
14297 \end_inset
14298 </cell>
14299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14300 \begin_inset Text
14301
14302 \begin_layout Standard
14303
14304
14305 \begin_inset Formula $\complement$
14306 \end_inset
14307
14308
14309 \end_layout
14310
14311 \end_inset
14312 </cell>
14313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14314 \begin_inset Text
14315
14316 \begin_layout Standard
14317
14318
14319 \family typewriter
14320
14321 \backslash
14322 complement
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Standard
14331
14332
14333 \begin_inset Formula $\eth$
14334 \end_inset
14335
14336
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14342 \begin_inset Text
14343
14344 \begin_layout Standard
14345
14346
14347 \family typewriter
14348
14349 \backslash
14350 eth
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 </row>
14356 <row>
14357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Standard
14361
14362
14363 \begin_inset Formula $\diagup$
14364 \end_inset
14365
14366
14367 \end_layout
14368
14369 \end_inset
14370 </cell>
14371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Standard
14375
14376
14377 \family typewriter
14378
14379 \backslash
14380 diagup
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Standard
14389
14390
14391 \begin_inset Formula $\diagdown$
14392 \end_inset
14393
14394
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Standard
14403
14404
14405 \family typewriter
14406
14407 \backslash
14408 diagdown
14409 \end_layout
14410
14411 \end_inset
14412 </cell>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Standard
14417
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Standard
14426
14427 \end_layout
14428
14429 \end_inset
14430 </cell>
14431 </row>
14432 </lyxtabular>
14433
14434 \end_inset
14435
14436
14437 \end_layout
14438
14439 \begin_layout Caption
14440
14441 Divers AMS
14442 \end_layout
14443
14444 \end_inset
14445
14446
14447 \end_layout
14448
14449 \end_body
14450 \end_document