]> git.lyx.org Git - lyx.git/blob - lib/examples/mathed.lyx
define missing color
[lyx.git] / lib / examples / 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 english
10 \inputencoding auto
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 english
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 Converting to and from mathed
39 \end_layout
40
41 \begin_layout Standard
42
43 Math can be typed in the body of the document and converted to mathed-mode
44  by highlighting it and typing 
45 \family sans
46 M-c\InsetSpace ~
47 m
48 \family default
49 .
50  The text can be bounded with delimiters or not.
51  That is, highlighting any of the formulae below:
52 \end_layout
53
54 \begin_layout Standard
55 \align center
56
57 \begin_inset  Tabular
58 <lyxtabular version="3" rows="5" columns="1">
59 <features>
60 <column alignment="left" valignment="top" width="0pt">
61 <row>
62 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
63 \begin_inset Text
64
65 \begin_layout Standard
66
67
68 \backslash
69 begin{math} 
70 \backslash
71 frac{abc}{xyz} 
72 \backslash
73 end{math}
74 \end_layout
75
76 \end_inset
77 </cell>
78 </row>
79 <row>
80 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
81 \begin_inset Text
82
83 \begin_layout Standard
84
85
86 \backslash
87
88 \backslash
89 frac{abc}{xyz} 
90 \backslash
91 )
92 \end_layout
93
94 \end_inset
95 </cell>
96 </row>
97 <row>
98 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
99 \begin_inset Text
100
101 \begin_layout Standard
102
103
104 \backslash
105 frac{abc}{xyz} $
106 \end_layout
107
108 \end_inset
109 </cell>
110 </row>
111 <row>
112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
113 \begin_inset Text
114
115 \begin_layout Standard
116
117
118 \backslash
119 begin{displaymath} 
120 \backslash
121 frac{abc}{xyz} 
122 \backslash
123 end{displaymath}
124 \end_layout
125
126 \end_inset
127 </cell>
128 </row>
129 <row>
130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
131 \begin_inset Text
132
133 \begin_layout Standard
134
135
136 \backslash
137
138 \backslash
139 frac{abc}{xyz} 
140 \backslash
141 ]
142 \end_layout
143
144 \end_inset
145 </cell>
146 </row>
147 </lyxtabular>
148
149 \end_inset
150
151
152 \end_layout
153
154 \begin_layout Standard
155
156 will convert it to:
157 \end_layout
158
159 \begin_layout Standard
160
161
162 \begin_inset Formula \begin{equation}
163 \frac{abc}{xyz}\end{equation}
164
165 \end_inset
166
167
168 \end_layout
169
170 \begin_layout Standard
171
172 At present, no formal way exists to convert the contents of a math inset
173  back into plain text.
174  It can be done using a 
175 \begin_inset Quotes eld
176 \end_inset
177
178 fudge
179 \begin_inset Quotes erd
180 \end_inset
181
182  however.
183  Highlight the contents of a math inset (not the math inset itself, just
184  the contents), but do 
185 \emph on
186 not
187 \emph default
188  copy it into LyX's buffer.
189  It is now stored in the X system buffer and can be pasted back into the
190  document using the middle mouse button.
191 \end_layout
192
193 \begin_layout Section
194
195 Displaying LaTeX symbols
196 \end_layout
197
198 \begin_layout Standard
199
200 Historically, LyX has provided visual support for a relatively small subset
201  of the math symbols available in LaTeX.
202  That changes with version 1.2; we now have visual support for most of the
203  symbols defined in basic LaTeX and 
204 \emph on
205 all
206 \emph default
207  the extra ones defined by the AMS.
208  For completeness, the tables of symbols in Lamport's and in Goosen's books
209  are presented below.
210 \end_layout
211
212 \begin_layout Section
213
214 Some example math tables
215 \end_layout
216
217 \begin_layout Standard
218
219 The following tables from Goossen et al.'s 
220 \begin_inset Quotes eld
221 \end_inset
222
223 The LaTeX companion
224 \begin_inset Quotes erd
225 \end_inset
226
227  should appear on the screen in all their glory.
228 \end_layout
229
230 \begin_layout Standard
231
232
233 \begin_inset ERT
234 status collapsed
235
236 \begin_layout Standard
237
238 \backslash
239 setcounter{table}{1}
240 \end_layout
241
242 \begin_layout Standard
243
244 \end_layout
245
246 \begin_layout Standard
247
248 \backslash
249 renewcommand{
250 \backslash
251 thetable}{8.
252 \backslash
253 arabic{table}}
254 \end_layout
255
256 \end_inset
257
258
259 \end_layout
260
261 \begin_layout Standard
262
263
264 \begin_inset Float table
265 placement H
266 wide false
267 sideways false
268 status open
269
270 \begin_layout Standard
271
272
273 \begin_inset  Tabular
274 <lyxtabular version="3" rows="2" columns="10">
275 <features>
276 <column alignment="right" valignment="top" width="0pt">
277 <column alignment="left" valignment="top" width="0pt">
278 <column alignment="right" valignment="top" width="0pt">
279 <column alignment="left" valignment="top" width="0pt">
280 <column alignment="right" valignment="top" width="0pt">
281 <column alignment="left" valignment="top" width="0pt">
282 <column alignment="right" valignment="top" width="0pt">
283 <column alignment="left" valignment="top" width="0pt">
284 <column alignment="right" valignment="top" width="0pt">
285 <column alignment="left" valignment="top" width="0pt">
286 <row>
287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
288 \begin_inset Text
289
290 \begin_layout Standard
291
292
293 \family typewriter
294
295 \begin_inset Formula $\hat{a}$
296 \end_inset
297
298
299 \end_layout
300
301 \end_inset
302 </cell>
303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
304 \begin_inset Text
305
306 \begin_layout Standard
307
308
309 \family typewriter
310
311 \backslash
312 hat{a}
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 \begin_inset Formula $\acute{a}$
326 \end_inset
327
328
329 \end_layout
330
331 \end_inset
332 </cell>
333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
334 \begin_inset Text
335
336 \begin_layout Standard
337
338
339 \family typewriter
340
341 \backslash
342 acute{a}
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 \begin_inset Formula $\bar{a}$
356 \end_inset
357
358
359 \end_layout
360
361 \end_inset
362 </cell>
363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
364 \begin_inset Text
365
366 \begin_layout Standard
367
368
369 \family typewriter
370
371 \backslash
372 bar{a}
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 \begin_inset Formula $\dot{a}$
386 \end_inset
387
388
389 \end_layout
390
391 \end_inset
392 </cell>
393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
394 \begin_inset Text
395
396 \begin_layout Standard
397
398
399 \family typewriter
400
401 \backslash
402 dot{a}
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 \begin_inset Formula $\breve{a}$
416 \end_inset
417
418
419 \end_layout
420
421 \end_inset
422 </cell>
423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
424 \begin_inset Text
425
426 \begin_layout Standard
427
428
429 \family typewriter
430
431 \backslash
432 breve{a}
433 \end_layout
434
435 \end_inset
436 </cell>
437 </row>
438 <row>
439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
440 \begin_inset Text
441
442 \begin_layout Standard
443
444
445 \family typewriter
446
447 \begin_inset Formula $\check{a}$
448 \end_inset
449
450
451 \end_layout
452
453 \end_inset
454 </cell>
455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
456 \begin_inset Text
457
458 \begin_layout Standard
459
460
461 \family typewriter
462
463 \backslash
464 check{a}
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 \begin_inset Formula $\grave{a}$
478 \end_inset
479
480
481 \end_layout
482
483 \end_inset
484 </cell>
485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
486 \begin_inset Text
487
488 \begin_layout Standard
489
490
491 \family typewriter
492
493 \backslash
494 grave{a}
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 \begin_inset Formula $\vec{a}$
508 \end_inset
509
510
511 \end_layout
512
513 \end_inset
514 </cell>
515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
516 \begin_inset Text
517
518 \begin_layout Standard
519
520
521 \family typewriter
522
523 \backslash
524 vec{a}
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 \begin_inset Formula $\ddot{a}$
538 \end_inset
539
540
541 \end_layout
542
543 \end_inset
544 </cell>
545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
546 \begin_inset Text
547
548 \begin_layout Standard
549
550
551 \family typewriter
552
553 \backslash
554 ddot{a}
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 \begin_inset Formula $\tilde{a}$
568 \end_inset
569
570
571 \end_layout
572
573 \end_inset
574 </cell>
575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
576 \begin_inset Text
577
578 \begin_layout Standard
579
580
581 \family typewriter
582
583 \backslash
584 tilde{a}
585 \end_layout
586
587 \end_inset
588 </cell>
589 </row>
590 </lyxtabular>
591
592 \end_inset
593
594
595 \end_layout
596
597 \begin_layout Caption
598
599 Math mode accents
600 \end_layout
601
602 \end_inset
603
604
605 \end_layout
606
607 \begin_layout Standard
608
609
610 \begin_inset Float table
611 placement H
612 wide false
613 sideways false
614 status open
615
616 \begin_layout Standard
617
618
619 \begin_inset  Tabular
620 <lyxtabular version="3" rows="11" columns="8">
621 <features>
622 <column alignment="right" valignment="top" width="0pt">
623 <column alignment="left" valignment="top" width="0pt">
624 <column alignment="right" valignment="top" width="0pt">
625 <column alignment="left" valignment="top" width="0pt">
626 <column alignment="right" valignment="top" width="0pt">
627 <column alignment="left" valignment="top" width="0pt">
628 <column alignment="right" valignment="top" width="0pt">
629 <column alignment="left" valignment="top" width="0pt">
630 <row>
631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
632 \begin_inset Text
633
634 \begin_layout Standard
635
636
637 \begin_inset Formula $\alpha$
638 \end_inset
639
640
641 \end_layout
642
643 \end_inset
644 </cell>
645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
646 \begin_inset Text
647
648 \begin_layout Standard
649
650
651 \family typewriter
652
653 \backslash
654 alpha
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 \begin_inset Formula $\beta$
666 \end_inset
667
668
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 \family typewriter
680
681 \backslash
682 beta
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 \begin_inset Formula $\gamma$
694 \end_inset
695
696
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 \family typewriter
708
709 \backslash
710 gamma
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 \begin_inset Formula $\delta$
722 \end_inset
723
724
725 \end_layout
726
727 \end_inset
728 </cell>
729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
730 \begin_inset Text
731
732 \begin_layout Standard
733
734
735 \family typewriter
736
737 \backslash
738 delta
739 \end_layout
740
741 \end_inset
742 </cell>
743 </row>
744 <row>
745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
746 \begin_inset Text
747
748 \begin_layout Standard
749
750
751 \begin_inset Formula $\epsilon$
752 \end_inset
753
754
755 \end_layout
756
757 \end_inset
758 </cell>
759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
760 \begin_inset Text
761
762 \begin_layout Standard
763
764
765 \family typewriter
766
767 \backslash
768 epsilon
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 \begin_inset Formula $\varepsilon$
780 \end_inset
781
782
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 \family typewriter
794
795 \backslash
796 varepsilon
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 \begin_inset Formula $\zeta$
808 \end_inset
809
810
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 \family typewriter
822
823 \backslash
824 zeta
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 \begin_inset Formula $\eta$
836 \end_inset
837
838
839 \end_layout
840
841 \end_inset
842 </cell>
843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
844 \begin_inset Text
845
846 \begin_layout Standard
847
848
849 \family typewriter
850
851 \backslash
852 eta
853 \end_layout
854
855 \end_inset
856 </cell>
857 </row>
858 <row>
859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
860 \begin_inset Text
861
862 \begin_layout Standard
863
864
865 \begin_inset Formula $\theta$
866 \end_inset
867
868
869 \end_layout
870
871 \end_inset
872 </cell>
873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
874 \begin_inset Text
875
876 \begin_layout Standard
877
878
879 \family typewriter
880
881 \backslash
882 theta
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 \begin_inset Formula $\vartheta$
894 \end_inset
895
896
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 \family typewriter
908
909 \backslash
910 vartheta
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 \begin_inset Formula $\iota$
922 \end_inset
923
924
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 \family typewriter
936
937 \backslash
938 iota
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 \begin_inset Formula $\kappa$
950 \end_inset
951
952
953 \end_layout
954
955 \end_inset
956 </cell>
957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
958 \begin_inset Text
959
960 \begin_layout Standard
961
962
963 \family typewriter
964
965 \backslash
966 kappa
967 \end_layout
968
969 \end_inset
970 </cell>
971 </row>
972 <row>
973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
974 \begin_inset Text
975
976 \begin_layout Standard
977
978
979 \begin_inset Formula $\lambda$
980 \end_inset
981
982
983 \end_layout
984
985 \end_inset
986 </cell>
987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
988 \begin_inset Text
989
990 \begin_layout Standard
991
992
993 \family typewriter
994
995 \backslash
996 lambda
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 \begin_inset Formula $\mu$
1008 \end_inset
1009
1010
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 \family typewriter
1022
1023 \backslash
1024 mu
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 \begin_inset Formula $\nu$
1036 \end_inset
1037
1038
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 \family typewriter
1050
1051 \backslash
1052 nu
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 \begin_inset Formula $\xi$
1064 \end_inset
1065
1066
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Standard
1075
1076
1077 \family typewriter
1078
1079 \backslash
1080 xi
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 </row>
1086 <row>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Standard
1091
1092
1093 \begin_inset Formula $o$
1094 \end_inset
1095
1096
1097 \end_layout
1098
1099 \end_inset
1100 </cell>
1101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1102 \begin_inset Text
1103
1104 \begin_layout Standard
1105
1106 o
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Standard
1115
1116
1117 \begin_inset Formula $\pi$
1118 \end_inset
1119
1120
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 \family typewriter
1132
1133 \backslash
1134 pi
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 \begin_inset Formula $\varpi$
1146 \end_inset
1147
1148
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 \family typewriter
1160
1161 \backslash
1162 varpi
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 \begin_inset Formula $\rho$
1174 \end_inset
1175
1176
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1182 \begin_inset Text
1183
1184 \begin_layout Standard
1185
1186
1187 \family typewriter
1188
1189 \backslash
1190 rho
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 </row>
1196 <row>
1197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Standard
1201
1202
1203 \begin_inset Formula $\varrho$
1204 \end_inset
1205
1206
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Standard
1215
1216
1217 \family typewriter
1218
1219 \backslash
1220 varrho
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 \begin_inset Formula $\sigma$
1232 \end_inset
1233
1234
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 \family typewriter
1246
1247 \backslash
1248 sigma
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 \begin_inset Formula $\varsigma$
1260 \end_inset
1261
1262
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 \family typewriter
1274
1275 \backslash
1276 varsigma
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 \begin_inset Formula $\tau$
1288 \end_inset
1289
1290
1291 \end_layout
1292
1293 \end_inset
1294 </cell>
1295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1296 \begin_inset Text
1297
1298 \begin_layout Standard
1299
1300
1301 \family typewriter
1302
1303 \backslash
1304 tau
1305 \end_layout
1306
1307 \end_inset
1308 </cell>
1309 </row>
1310 <row>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Standard
1315
1316
1317 \begin_inset Formula $\upsilon$
1318 \end_inset
1319
1320
1321 \end_layout
1322
1323 \end_inset
1324 </cell>
1325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1326 \begin_inset Text
1327
1328 \begin_layout Standard
1329
1330
1331 \family typewriter
1332
1333 \backslash
1334 upsilon
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 \begin_inset Formula $\phi$
1346 \end_inset
1347
1348
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 \family typewriter
1360
1361 \backslash
1362 phi
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 \begin_inset Formula $\varphi$
1374 \end_inset
1375
1376
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 \family typewriter
1388
1389 \backslash
1390 varphi
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 \begin_inset Formula $\chi$
1402 \end_inset
1403
1404
1405 \end_layout
1406
1407 \end_inset
1408 </cell>
1409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1410 \begin_inset Text
1411
1412 \begin_layout Standard
1413
1414
1415 \family typewriter
1416
1417 \backslash
1418 chi
1419 \end_layout
1420
1421 \end_inset
1422 </cell>
1423 </row>
1424 <row>
1425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1426 \begin_inset Text
1427
1428 \begin_layout Standard
1429
1430
1431 \begin_inset Formula $\psi$
1432 \end_inset
1433
1434
1435 \end_layout
1436
1437 \end_inset
1438 </cell>
1439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1440 \begin_inset Text
1441
1442 \begin_layout Standard
1443
1444
1445 \family typewriter
1446
1447 \backslash
1448 psi
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 \begin_inset Formula $\omega$
1460 \end_inset
1461
1462
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 \family typewriter
1474
1475 \backslash
1476 omega
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 \end_layout
1487
1488 \end_inset
1489 </cell>
1490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1491 \begin_inset Text
1492
1493 \begin_layout Standard
1494
1495 \end_layout
1496
1497 \end_inset
1498 </cell>
1499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1500 \begin_inset Text
1501
1502 \begin_layout Standard
1503
1504 \end_layout
1505
1506 \end_inset
1507 </cell>
1508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1509 \begin_inset Text
1510
1511 \begin_layout Standard
1512
1513 \end_layout
1514
1515 \end_inset
1516 </cell>
1517 </row>
1518 <row>
1519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1520 \begin_inset Text
1521
1522 \begin_layout Standard
1523
1524
1525 \begin_inset Formula $\Gamma$
1526 \end_inset
1527
1528
1529 \end_layout
1530
1531 \end_inset
1532 </cell>
1533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1534 \begin_inset Text
1535
1536 \begin_layout Standard
1537
1538
1539 \family typewriter
1540
1541 \backslash
1542 Gamma
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 \begin_inset Formula $\Delta$
1554 \end_inset
1555
1556
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 \family typewriter
1568
1569 \backslash
1570 Delta
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 \begin_inset Formula $\Theta$
1582 \end_inset
1583
1584
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 \family typewriter
1596
1597 \backslash
1598 Theta
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 \begin_inset Formula $\Lambda$
1610 \end_inset
1611
1612
1613 \end_layout
1614
1615 \end_inset
1616 </cell>
1617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1618 \begin_inset Text
1619
1620 \begin_layout Standard
1621
1622
1623 \family typewriter
1624
1625 \backslash
1626 Lambda
1627 \end_layout
1628
1629 \end_inset
1630 </cell>
1631 </row>
1632 <row>
1633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1634 \begin_inset Text
1635
1636 \begin_layout Standard
1637
1638
1639 \begin_inset Formula $\Xi$
1640 \end_inset
1641
1642
1643 \end_layout
1644
1645 \end_inset
1646 </cell>
1647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1648 \begin_inset Text
1649
1650 \begin_layout Standard
1651
1652
1653 \family typewriter
1654
1655 \backslash
1656 Xi
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 \begin_inset Formula $\Pi$
1668 \end_inset
1669
1670
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 \family typewriter
1682
1683 \backslash
1684 Pi
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 \begin_inset Formula $\Sigma$
1696 \end_inset
1697
1698
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 \family typewriter
1710
1711 \backslash
1712 Sigma
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 \begin_inset Formula $\Upsilon$
1724 \end_inset
1725
1726
1727 \end_layout
1728
1729 \end_inset
1730 </cell>
1731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1732 \begin_inset Text
1733
1734 \begin_layout Standard
1735
1736
1737 \family typewriter
1738
1739 \backslash
1740 Upsilon
1741 \end_layout
1742
1743 \end_inset
1744 </cell>
1745 </row>
1746 <row>
1747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1748 \begin_inset Text
1749
1750 \begin_layout Standard
1751
1752
1753 \begin_inset Formula $\Phi$
1754 \end_inset
1755
1756
1757 \end_layout
1758
1759 \end_inset
1760 </cell>
1761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1762 \begin_inset Text
1763
1764 \begin_layout Standard
1765
1766
1767 \family typewriter
1768
1769 \backslash
1770 Phi
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 \begin_inset Formula $\Psi$
1782 \end_inset
1783
1784
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 \family typewriter
1796
1797 \backslash
1798 Psi
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 \begin_inset Formula $\Omega$
1810 \end_inset
1811
1812
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 \family typewriter
1824
1825 \backslash
1826 Omega
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 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1841 \begin_inset Text
1842
1843 \begin_layout Standard
1844
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 </row>
1850 </lyxtabular>
1851
1852 \end_inset
1853
1854
1855 \end_layout
1856
1857 \begin_layout Caption
1858
1859 Greek letters
1860 \end_layout
1861
1862 \end_inset
1863
1864
1865 \end_layout
1866
1867 \begin_layout Standard
1868
1869
1870 \begin_inset Float table
1871 placement H
1872 wide false
1873 sideways false
1874 status open
1875
1876 \begin_layout Standard
1877
1878
1879 \begin_inset  Tabular
1880 <lyxtabular version="3" rows="9" columns="8">
1881 <features>
1882 <column alignment="right" valignment="top" width="0pt">
1883 <column alignment="left" valignment="top" width="0pt">
1884 <column alignment="right" valignment="top" width="0pt">
1885 <column alignment="left" valignment="top" width="0pt">
1886 <column alignment="right" valignment="top" width="0pt">
1887 <column alignment="left" valignment="top" width="0pt">
1888 <column alignment="right" valignment="top" width="0pt">
1889 <column alignment="left" valignment="top" width="0pt">
1890 <row>
1891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1892 \begin_inset Text
1893
1894 \begin_layout Standard
1895
1896
1897 \begin_inset Formula $\pm$
1898 \end_inset
1899
1900
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Standard
1909
1910
1911 \family typewriter
1912
1913 \backslash
1914 pm
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 \begin_inset Formula $\cap$
1926 \end_inset
1927
1928
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 \family typewriter
1940
1941 \backslash
1942 cap
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 \begin_inset Formula $\diamond$
1954 \end_inset
1955
1956
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 \family typewriter
1968
1969 \backslash
1970 diamond
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 \begin_inset Formula $\oplus$
1982 \end_inset
1983
1984
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1990 \begin_inset Text
1991
1992 \begin_layout Standard
1993
1994
1995 \family typewriter
1996
1997 \backslash
1998 oplus
1999 \end_layout
2000
2001 \end_inset
2002 </cell>
2003 </row>
2004 <row>
2005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2006 \begin_inset Text
2007
2008 \begin_layout Standard
2009
2010
2011 \begin_inset Formula $\mp$
2012 \end_inset
2013
2014
2015 \end_layout
2016
2017 \end_inset
2018 </cell>
2019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2020 \begin_inset Text
2021
2022 \begin_layout Standard
2023
2024
2025 \family typewriter
2026
2027 \backslash
2028 mp
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 \begin_inset Formula $\cup$
2040 \end_inset
2041
2042
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 \family typewriter
2054
2055 \backslash
2056 cup
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 \begin_inset Formula $\bigtriangleup$
2068 \end_inset
2069
2070
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 \family typewriter
2082
2083 \backslash
2084 bigtriangleup
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 \begin_inset Formula $\ominus$
2096 \end_inset
2097
2098
2099 \end_layout
2100
2101 \end_inset
2102 </cell>
2103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2104 \begin_inset Text
2105
2106 \begin_layout Standard
2107
2108
2109 \family typewriter
2110
2111 \backslash
2112 ominus
2113 \end_layout
2114
2115 \end_inset
2116 </cell>
2117 </row>
2118 <row>
2119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2120 \begin_inset Text
2121
2122 \begin_layout Standard
2123
2124
2125 \begin_inset Formula $\times$
2126 \end_inset
2127
2128
2129 \end_layout
2130
2131 \end_inset
2132 </cell>
2133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2134 \begin_inset Text
2135
2136 \begin_layout Standard
2137
2138
2139 \family typewriter
2140
2141 \backslash
2142 times
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 \begin_inset Formula $\uplus$
2154 \end_inset
2155
2156
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 \family typewriter
2168
2169 \backslash
2170 uplus
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 \begin_inset Formula $\bigtriangledown$
2182 \end_inset
2183
2184
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 \family typewriter
2196
2197 \backslash
2198 bigtriangledown
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 \begin_inset Formula $\otimes$
2210 \end_inset
2211
2212
2213 \end_layout
2214
2215 \end_inset
2216 </cell>
2217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2218 \begin_inset Text
2219
2220 \begin_layout Standard
2221
2222
2223 \family typewriter
2224
2225 \backslash
2226 otimes
2227 \end_layout
2228
2229 \end_inset
2230 </cell>
2231 </row>
2232 <row>
2233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2234 \begin_inset Text
2235
2236 \begin_layout Standard
2237
2238
2239 \begin_inset Formula $\div$
2240 \end_inset
2241
2242
2243 \end_layout
2244
2245 \end_inset
2246 </cell>
2247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2248 \begin_inset Text
2249
2250 \begin_layout Standard
2251
2252
2253 \family typewriter
2254
2255 \backslash
2256 div
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 \begin_inset Formula $\sqcap$
2268 \end_inset
2269
2270
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 \family typewriter
2282
2283 \backslash
2284 sqcap
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 \begin_inset Formula $\triangleleft$
2296 \end_inset
2297
2298
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 \family typewriter
2310
2311 \backslash
2312 triangleleft
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 \begin_inset Formula $\oslash$
2324 \end_inset
2325
2326
2327 \end_layout
2328
2329 \end_inset
2330 </cell>
2331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2332 \begin_inset Text
2333
2334 \begin_layout Standard
2335
2336
2337 \family typewriter
2338
2339 \backslash
2340 oslash
2341 \end_layout
2342
2343 \end_inset
2344 </cell>
2345 </row>
2346 <row>
2347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2348 \begin_inset Text
2349
2350 \begin_layout Standard
2351
2352
2353 \begin_inset Formula $\ast$
2354 \end_inset
2355
2356
2357 \end_layout
2358
2359 \end_inset
2360 </cell>
2361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2362 \begin_inset Text
2363
2364 \begin_layout Standard
2365
2366
2367 \family typewriter
2368
2369 \backslash
2370 ast
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 \begin_inset Formula $\sqcup$
2382 \end_inset
2383
2384
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 \family typewriter
2396
2397 \backslash
2398 sqcup
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 \begin_inset Formula $\triangleright$
2410 \end_inset
2411
2412
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 \family typewriter
2424
2425 \backslash
2426 triangleright
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 \begin_inset Formula $\odot$
2438 \end_inset
2439
2440
2441 \end_layout
2442
2443 \end_inset
2444 </cell>
2445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2446 \begin_inset Text
2447
2448 \begin_layout Standard
2449
2450
2451 \family typewriter
2452
2453 \backslash
2454 odot
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 </row>
2460 <row>
2461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Standard
2465
2466
2467 \begin_inset Formula $\star$
2468 \end_inset
2469
2470
2471 \end_layout
2472
2473 \end_inset
2474 </cell>
2475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2476 \begin_inset Text
2477
2478 \begin_layout Standard
2479
2480
2481 \family typewriter
2482
2483 \backslash
2484 star
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 \begin_inset Formula $\vee$
2496 \end_inset
2497
2498
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 \family typewriter
2510
2511 \backslash
2512 vee
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 \begin_inset Formula $\lhd$
2524 \end_inset
2525
2526
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 \family typewriter
2538
2539 \backslash
2540 lhd
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 \begin_inset Formula $\bigcirc$
2552 \end_inset
2553
2554
2555 \end_layout
2556
2557 \end_inset
2558 </cell>
2559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2560 \begin_inset Text
2561
2562 \begin_layout Standard
2563
2564
2565 \family typewriter
2566
2567 \backslash
2568 bigcirc
2569 \end_layout
2570
2571 \end_inset
2572 </cell>
2573 </row>
2574 <row>
2575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2576 \begin_inset Text
2577
2578 \begin_layout Standard
2579
2580
2581 \begin_inset Formula $\circ$
2582 \end_inset
2583
2584
2585 \end_layout
2586
2587 \end_inset
2588 </cell>
2589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2590 \begin_inset Text
2591
2592 \begin_layout Standard
2593
2594
2595 \family typewriter
2596
2597 \backslash
2598 circ
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 \begin_inset Formula $\wedge$
2610 \end_inset
2611
2612
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 \family typewriter
2624
2625 \backslash
2626 wedge
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 \begin_inset Formula $\rhd$
2638 \end_inset
2639
2640
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 \family typewriter
2652
2653 \backslash
2654 rhd
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 \begin_inset Formula $\dagger$
2666 \end_inset
2667
2668
2669 \end_layout
2670
2671 \end_inset
2672 </cell>
2673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2674 \begin_inset Text
2675
2676 \begin_layout Standard
2677
2678
2679 \family typewriter
2680
2681 \backslash
2682 dagger
2683 \end_layout
2684
2685 \end_inset
2686 </cell>
2687 </row>
2688 <row>
2689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2690 \begin_inset Text
2691
2692 \begin_layout Standard
2693
2694
2695 \begin_inset Formula $\bullet$
2696 \end_inset
2697
2698
2699 \end_layout
2700
2701 \end_inset
2702 </cell>
2703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2704 \begin_inset Text
2705
2706 \begin_layout Standard
2707
2708
2709 \family typewriter
2710
2711 \backslash
2712 bullet
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 \begin_inset Formula $\setminus$
2724 \end_inset
2725
2726
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 \family typewriter
2738
2739 \backslash
2740 setminus
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 \begin_inset Formula $\unlhd$
2752 \end_inset
2753
2754
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 \family typewriter
2766
2767 \backslash
2768 unlhd
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 \begin_inset Formula $\ddagger$
2780 \end_inset
2781
2782
2783 \end_layout
2784
2785 \end_inset
2786 </cell>
2787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2788 \begin_inset Text
2789
2790 \begin_layout Standard
2791
2792
2793 \family typewriter
2794
2795 \backslash
2796 ddagger
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 </row>
2802 <row>
2803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Standard
2807
2808
2809 \begin_inset Formula $\cdot$
2810 \end_inset
2811
2812
2813 \end_layout
2814
2815 \end_inset
2816 </cell>
2817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2818 \begin_inset Text
2819
2820 \begin_layout Standard
2821
2822
2823 \family typewriter
2824
2825 \backslash
2826 cdot
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 \begin_inset Formula $\wr$
2838 \end_inset
2839
2840
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 \family typewriter
2852
2853 \backslash
2854 wr
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 \begin_inset Formula $\unrhd$
2866 \end_inset
2867
2868
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 \family typewriter
2880
2881 \backslash
2882 unrhd
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 \begin_inset Formula $\amalg$
2894 \end_inset
2895
2896
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2902 \begin_inset Text
2903
2904 \begin_layout Standard
2905
2906
2907 \family typewriter
2908
2909 \backslash
2910 amalg
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 </row>
2916 </lyxtabular>
2917
2918 \end_inset
2919
2920
2921 \end_layout
2922
2923 \begin_layout Caption
2924
2925 Binary operation symbols
2926 \end_layout
2927
2928 \end_inset
2929
2930
2931 \end_layout
2932
2933 \begin_layout Standard
2934
2935
2936 \begin_inset Float table
2937 placement H
2938 wide false
2939 sideways false
2940 status open
2941
2942 \begin_layout Standard
2943
2944
2945 \begin_inset  Tabular
2946 <lyxtabular version="3" rows="8" columns="10">
2947 <features>
2948 <column alignment="right" valignment="top" width="0pt">
2949 <column alignment="left" valignment="top" width="0pt">
2950 <column alignment="right" valignment="top" width="0pt">
2951 <column alignment="left" valignment="top" width="0pt">
2952 <column alignment="right" valignment="top" width="0pt">
2953 <column alignment="left" valignment="top" width="0pt">
2954 <column alignment="right" valignment="top" width="0pt">
2955 <column alignment="left" valignment="top" width="0pt">
2956 <column alignment="right" valignment="top" width="0pt">
2957 <column alignment="left" valignment="top" width="0pt">
2958 <row>
2959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2960 \begin_inset Text
2961
2962 \begin_layout Standard
2963
2964
2965 \begin_inset Formula $\leq$
2966 \end_inset
2967
2968
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Standard
2977
2978
2979 \family typewriter
2980
2981 \backslash
2982 leq
2983 \backslash
2984 le
2985 \end_layout
2986
2987 \end_inset
2988 </cell>
2989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Standard
2993
2994
2995 \begin_inset Formula $\geq$
2996 \end_inset
2997
2998
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 \family typewriter
3010
3011 \backslash
3012 geq
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 \begin_inset Formula $\equiv$
3024 \end_inset
3025
3026
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 \family typewriter
3038
3039 \backslash
3040 equiv
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 \begin_inset Formula $\models$
3052 \end_inset
3053
3054
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 \family typewriter
3066
3067 \backslash
3068 models
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 \begin_inset Formula $\prec$
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \end_inset
3086 </cell>
3087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3088 \begin_inset Text
3089
3090 \begin_layout Standard
3091
3092
3093 \family typewriter
3094
3095 \backslash
3096 prec
3097 \end_layout
3098
3099 \end_inset
3100 </cell>
3101 </row>
3102 <row>
3103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3104 \begin_inset Text
3105
3106 \begin_layout Standard
3107
3108
3109 \begin_inset Formula $\succ$
3110 \end_inset
3111
3112
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3118 \begin_inset Text
3119
3120 \begin_layout Standard
3121
3122
3123 \family typewriter
3124
3125 \backslash
3126 succ
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 \begin_inset Formula $\sim$
3138 \end_inset
3139
3140
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 \family typewriter
3152
3153 \backslash
3154 sim
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 \begin_inset Formula $\perp$
3166 \end_inset
3167
3168
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 \family typewriter
3180
3181 \backslash
3182 perp
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 \begin_inset Formula $\preceq$
3194 \end_inset
3195
3196
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 \family typewriter
3208
3209 \backslash
3210 preceq
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 \begin_inset Formula $\succeq$
3222 \end_inset
3223
3224
3225 \end_layout
3226
3227 \end_inset
3228 </cell>
3229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Standard
3233
3234
3235 \family typewriter
3236
3237 \backslash
3238 succeq
3239 \end_layout
3240
3241 \end_inset
3242 </cell>
3243 </row>
3244 <row>
3245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Standard
3249
3250
3251 \begin_inset Formula $\simeq$
3252 \end_inset
3253
3254
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Standard
3263
3264
3265 \family typewriter
3266
3267 \backslash
3268 simeq
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 \begin_inset Formula $\mid$
3280 \end_inset
3281
3282
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 \family typewriter
3294
3295 \backslash
3296 mid
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 \begin_inset Formula $\ll$
3308 \end_inset
3309
3310
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 \family typewriter
3322
3323 \backslash
3324 ll
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 \begin_inset Formula $\gg$
3336 \end_inset
3337
3338
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 \family typewriter
3350
3351 \backslash
3352 gg
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 \begin_inset Formula $\asymp$
3364 \end_inset
3365
3366
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Standard
3375
3376
3377 \family typewriter
3378
3379 \backslash
3380 asymp
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 </row>
3386 <row>
3387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Standard
3391
3392
3393 \begin_inset Formula $\parallel$
3394 \end_inset
3395
3396
3397 \end_layout
3398
3399 \end_inset
3400 </cell>
3401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Standard
3405
3406
3407 \family typewriter
3408
3409 \backslash
3410 parallel
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 \begin_inset Formula $\subset$
3422 \end_inset
3423
3424
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 \family typewriter
3436
3437 \backslash
3438 subset
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 \begin_inset Formula $\supset$
3450 \end_inset
3451
3452
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 \family typewriter
3464
3465 \backslash
3466 supset
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 \begin_inset Formula $\approx$
3478 \end_inset
3479
3480
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 \family typewriter
3492
3493 \backslash
3494 approx
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 \begin_inset Formula $\bowtie$
3506 \end_inset
3507
3508
3509 \end_layout
3510
3511 \end_inset
3512 </cell>
3513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3514 \begin_inset Text
3515
3516 \begin_layout Standard
3517
3518
3519 \family typewriter
3520
3521 \backslash
3522 bowtie
3523 \end_layout
3524
3525 \end_inset
3526 </cell>
3527 </row>
3528 <row>
3529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Standard
3533
3534
3535 \begin_inset Formula $\subseteq$
3536 \end_inset
3537
3538
3539 \end_layout
3540
3541 \end_inset
3542 </cell>
3543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3544 \begin_inset Text
3545
3546 \begin_layout Standard
3547
3548
3549 \family typewriter
3550
3551 \backslash
3552 subseteq
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 \begin_inset Formula $\supseteq$
3564 \end_inset
3565
3566
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 \family typewriter
3578
3579 \backslash
3580 supseteq
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 \begin_inset Formula $\cong$
3592 \end_inset
3593
3594
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 \family typewriter
3606
3607 \backslash
3608 cong
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 \begin_inset Formula $\Join$
3620 \end_inset
3621
3622
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 \family typewriter
3634
3635 \backslash
3636 Join
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 \begin_inset Formula $\sqsubset$
3648 \end_inset
3649
3650
3651 \end_layout
3652
3653 \end_inset
3654 </cell>
3655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3656 \begin_inset Text
3657
3658 \begin_layout Standard
3659
3660
3661 \family typewriter
3662
3663 \backslash
3664 sqsubset
3665 \end_layout
3666
3667 \end_inset
3668 </cell>
3669 </row>
3670 <row>
3671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3672 \begin_inset Text
3673
3674 \begin_layout Standard
3675
3676
3677 \begin_inset Formula $\sqsupset$
3678 \end_inset
3679
3680
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Standard
3689
3690
3691 \family typewriter
3692
3693 \backslash
3694 sqsupset
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 \begin_inset Formula $\neq$
3706 \end_inset
3707
3708
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 \family typewriter
3720
3721 \backslash
3722 neq
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 \begin_inset Formula $\smile$
3734 \end_inset
3735
3736
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 \family typewriter
3748
3749 \backslash
3750 smile
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 \begin_inset Formula $\sqsubseteq$
3762 \end_inset
3763
3764
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 \family typewriter
3776
3777 \backslash
3778 sqsubseteq
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 \begin_inset Formula $\sqsupseteq$
3790 \end_inset
3791
3792
3793 \end_layout
3794
3795 \end_inset
3796 </cell>
3797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Standard
3801
3802
3803 \family typewriter
3804
3805 \backslash
3806 sqsupseteq
3807 \end_layout
3808
3809 \end_inset
3810 </cell>
3811 </row>
3812 <row>
3813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3814 \begin_inset Text
3815
3816 \begin_layout Standard
3817
3818
3819 \begin_inset Formula $\doteq$
3820 \end_inset
3821
3822
3823 \end_layout
3824
3825 \end_inset
3826 </cell>
3827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3828 \begin_inset Text
3829
3830 \begin_layout Standard
3831
3832
3833 \family typewriter
3834
3835 \backslash
3836 doteq
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 \begin_inset Formula $\frown$
3848 \end_inset
3849
3850
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 \family typewriter
3862
3863 \backslash
3864 frown
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 \begin_inset Formula $\in$
3876 \end_inset
3877
3878
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 \family typewriter
3890
3891 \backslash
3892 in
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 \begin_inset Formula $\ni$
3904 \end_inset
3905
3906
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 \family typewriter
3918
3919 \backslash
3920 ni
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 \begin_inset Formula $\propto$
3932 \end_inset
3933
3934
3935 \end_layout
3936
3937 \end_inset
3938 </cell>
3939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Standard
3943
3944
3945 \family typewriter
3946
3947 \backslash
3948 propto
3949 \end_layout
3950
3951 \end_inset
3952 </cell>
3953 </row>
3954 <row>
3955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Standard
3959
3960
3961 \begin_inset Formula $=$
3962 \end_inset
3963
3964
3965 \end_layout
3966
3967 \end_inset
3968 </cell>
3969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3970 \begin_inset Text
3971
3972 \begin_layout Standard
3973
3974
3975 \family typewriter
3976 =
3977 \end_layout
3978
3979 \end_inset
3980 </cell>
3981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3982 \begin_inset Text
3983
3984 \begin_layout Standard
3985
3986
3987 \begin_inset Formula $\vdash$
3988 \end_inset
3989
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 \family typewriter
4002
4003 \backslash
4004 vdash
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 \begin_inset Formula $\dashv$
4016 \end_inset
4017
4018
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 \family typewriter
4030
4031 \backslash
4032 dashv
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 \begin_inset Formula $<$
4044 \end_inset
4045
4046
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 \family typewriter
4058 <
4059 \end_layout
4060
4061 \end_inset
4062 </cell>
4063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4064 \begin_inset Text
4065
4066 \begin_layout Standard
4067
4068
4069 \begin_inset Formula $>$
4070 \end_inset
4071
4072
4073 \end_layout
4074
4075 \end_inset
4076 </cell>
4077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4078 \begin_inset Text
4079
4080 \begin_layout Standard
4081
4082
4083 \family typewriter
4084 >
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 </row>
4090 </lyxtabular>
4091
4092 \end_inset
4093
4094
4095 \end_layout
4096
4097 \begin_layout Caption
4098
4099 Relation symbols
4100 \end_layout
4101
4102 \end_inset
4103
4104
4105 \end_layout
4106
4107 \begin_layout Standard
4108
4109
4110 \begin_inset Float table
4111 placement H
4112 wide false
4113 sideways false
4114 status open
4115
4116 \begin_layout Standard
4117
4118
4119 \begin_inset  Tabular
4120 <lyxtabular version="3" rows="10" columns="6">
4121 <features>
4122 <column alignment="right" valignment="top" width="0pt">
4123 <column alignment="left" valignment="top" width="0pt">
4124 <column alignment="right" valignment="top" width="0pt">
4125 <column alignment="left" valignment="top" width="0pt">
4126 <column alignment="right" valignment="top" width="0pt">
4127 <column alignment="left" valignment="top" width="0pt">
4128 <row>
4129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Standard
4133
4134
4135 \begin_inset Formula $\leftarrow$
4136 \end_inset
4137
4138
4139 \end_layout
4140
4141 \end_inset
4142 </cell>
4143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Standard
4147
4148
4149 \family typewriter
4150
4151 \backslash
4152 leftarrow
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 \begin_inset Formula $\longleftarrow$
4164 \end_inset
4165
4166
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 \family typewriter
4178
4179 \backslash
4180 longleftarrow
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 \begin_inset Formula $\uparrow$
4192 \end_inset
4193
4194
4195 \end_layout
4196
4197 \end_inset
4198 </cell>
4199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4200 \begin_inset Text
4201
4202 \begin_layout Standard
4203
4204
4205 \family typewriter
4206
4207 \backslash
4208 uparrow
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 </row>
4214 <row>
4215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4216 \begin_inset Text
4217
4218 \begin_layout Standard
4219
4220
4221 \begin_inset Formula $\Leftarrow$
4222 \end_inset
4223
4224
4225 \end_layout
4226
4227 \end_inset
4228 </cell>
4229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4230 \begin_inset Text
4231
4232 \begin_layout Standard
4233
4234
4235 \family typewriter
4236
4237 \backslash
4238 Leftarrow
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 \begin_inset Formula $\Longleftarrow$
4250 \end_inset
4251
4252
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 \family typewriter
4264
4265 \backslash
4266 Longleftarrow
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 \begin_inset Formula $\Uparrow$
4278 \end_inset
4279
4280
4281 \end_layout
4282
4283 \end_inset
4284 </cell>
4285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4286 \begin_inset Text
4287
4288 \begin_layout Standard
4289
4290
4291 \family typewriter
4292
4293 \backslash
4294 Uparrow
4295 \end_layout
4296
4297 \end_inset
4298 </cell>
4299 </row>
4300 <row>
4301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Standard
4305
4306
4307 \begin_inset Formula $\rightarrow$
4308 \end_inset
4309
4310
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Standard
4319
4320
4321 \family typewriter
4322
4323 \backslash
4324 rightarrow
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 \begin_inset Formula $\longrightarrow$
4336 \end_inset
4337
4338
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 \family typewriter
4350
4351 \backslash
4352 longrightarrow
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 \begin_inset Formula $\downarrow$
4364 \end_inset
4365
4366
4367 \end_layout
4368
4369 \end_inset
4370 </cell>
4371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Standard
4375
4376
4377 \family typewriter
4378
4379 \backslash
4380 downarrow
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Standard
4391
4392
4393 \begin_inset Formula $\Rightarrow$
4394 \end_inset
4395
4396
4397 \end_layout
4398
4399 \end_inset
4400 </cell>
4401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Standard
4405
4406
4407 \family typewriter
4408
4409 \backslash
4410 Rightarrow
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 \begin_inset Formula $\Longrightarrow$
4422 \end_inset
4423
4424
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 \family typewriter
4436
4437 \backslash
4438 Longrightarrow
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 \begin_inset Formula $\Downarrow$
4450 \end_inset
4451
4452
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Standard
4461
4462
4463 \family typewriter
4464
4465 \backslash
4466 Downarrow
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 </row>
4472 <row>
4473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4474 \begin_inset Text
4475
4476 \begin_layout Standard
4477
4478
4479 \begin_inset Formula $\leftrightarrow$
4480 \end_inset
4481
4482
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Standard
4491
4492
4493 \family typewriter
4494
4495 \backslash
4496 leftrightarrow
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 \begin_inset Formula $\longleftrightarrow$
4508 \end_inset
4509
4510
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 \family typewriter
4522
4523 \backslash
4524 longleftrightarrow
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 \begin_inset Formula $\updownarrow$
4536 \end_inset
4537
4538
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4544 \begin_inset Text
4545
4546 \begin_layout Standard
4547
4548
4549 \family typewriter
4550
4551 \backslash
4552 updownarrow
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row>
4559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Standard
4563
4564
4565 \begin_inset Formula $\Leftrightarrow$
4566 \end_inset
4567
4568
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Standard
4577
4578
4579 \family typewriter
4580
4581 \backslash
4582 Leftrightarrow
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 \begin_inset Formula $\Longleftrightarrow$
4594 \end_inset
4595
4596
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 \family typewriter
4608
4609 \backslash
4610 Longleftrightarrow
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 \begin_inset Formula $\Updownarrow$
4622 \end_inset
4623
4624
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4630 \begin_inset Text
4631
4632 \begin_layout Standard
4633
4634
4635 \family typewriter
4636
4637 \backslash
4638 Updownarrow
4639 \end_layout
4640
4641 \end_inset
4642 </cell>
4643 </row>
4644 <row>
4645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4646 \begin_inset Text
4647
4648 \begin_layout Standard
4649
4650
4651 \begin_inset Formula $\mapsto$
4652 \end_inset
4653
4654
4655 \end_layout
4656
4657 \end_inset
4658 </cell>
4659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4660 \begin_inset Text
4661
4662 \begin_layout Standard
4663
4664
4665 \family typewriter
4666
4667 \backslash
4668 mapsto
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 \begin_inset Formula $\longmapsto$
4680 \end_inset
4681
4682
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 \family typewriter
4694
4695 \backslash
4696 longmapsto
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 \begin_inset Formula $\nearrow$
4708 \end_inset
4709
4710
4711 \end_layout
4712
4713 \end_inset
4714 </cell>
4715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4716 \begin_inset Text
4717
4718 \begin_layout Standard
4719
4720
4721 \family typewriter
4722
4723 \backslash
4724 nearrow
4725 \end_layout
4726
4727 \end_inset
4728 </cell>
4729 </row>
4730 <row>
4731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4732 \begin_inset Text
4733
4734 \begin_layout Standard
4735
4736
4737 \begin_inset Formula $\hookleftarrow$
4738 \end_inset
4739
4740
4741 \end_layout
4742
4743 \end_inset
4744 </cell>
4745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4746 \begin_inset Text
4747
4748 \begin_layout Standard
4749
4750
4751 \family typewriter
4752
4753 \backslash
4754 hookleftarrow
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 \begin_inset Formula $\hookrightarrow$
4766 \end_inset
4767
4768
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 \family typewriter
4780
4781 \backslash
4782 hookrightarrow
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 \begin_inset Formula $\searrow$
4794 \end_inset
4795
4796
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4802 \begin_inset Text
4803
4804 \begin_layout Standard
4805
4806
4807 \family typewriter
4808
4809 \backslash
4810 searrow
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 </row>
4816 <row>
4817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4818 \begin_inset Text
4819
4820 \begin_layout Standard
4821
4822
4823 \begin_inset Formula $\leftharpoonup$
4824 \end_inset
4825
4826
4827 \end_layout
4828
4829 \end_inset
4830 </cell>
4831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4832 \begin_inset Text
4833
4834 \begin_layout Standard
4835
4836
4837 \family typewriter
4838
4839 \backslash
4840 leftharpoonup
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 \begin_inset Formula $\rightharpoonup$
4852 \end_inset
4853
4854
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 \family typewriter
4866
4867 \backslash
4868 rightharpoonup
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 \begin_inset Formula $\swarrow$
4880 \end_inset
4881
4882
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Standard
4891
4892
4893 \family typewriter
4894
4895 \backslash
4896 swarrow
4897 \end_layout
4898
4899 \end_inset
4900 </cell>
4901 </row>
4902 <row>
4903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Standard
4907
4908
4909 \begin_inset Formula $\leftharpoondown$
4910 \end_inset
4911
4912
4913 \end_layout
4914
4915 \end_inset
4916 </cell>
4917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Standard
4921
4922
4923 \family typewriter
4924
4925 \backslash
4926 leftharpoondown
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 \begin_inset Formula $\rightharpoondown$
4938 \end_inset
4939
4940
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 \family typewriter
4952
4953 \backslash
4954 rightharpoondown
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 \begin_inset Formula $\nwarrow$
4966 \end_inset
4967
4968
4969 \end_layout
4970
4971 \end_inset
4972 </cell>
4973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4974 \begin_inset Text
4975
4976 \begin_layout Standard
4977
4978
4979 \family typewriter
4980
4981 \backslash
4982 nwarrow
4983 \end_layout
4984
4985 \end_inset
4986 </cell>
4987 </row>
4988 </lyxtabular>
4989
4990 \end_inset
4991
4992
4993 \end_layout
4994
4995 \begin_layout Caption
4996
4997 Arrow symbols
4998 \end_layout
4999
5000 \end_inset
5001
5002
5003 \end_layout
5004
5005 \begin_layout Standard
5006
5007
5008 \begin_inset Float table
5009 placement H
5010 wide false
5011 sideways false
5012 status open
5013
5014 \begin_layout Standard
5015
5016
5017 \begin_inset  Tabular
5018 <lyxtabular version="3" rows="7" columns="10">
5019 <features>
5020 <column alignment="right" valignment="top" width="0pt">
5021 <column alignment="left" valignment="top" width="0pt">
5022 <column alignment="right" valignment="top" width="0pt">
5023 <column alignment="left" valignment="top" width="0pt">
5024 <column alignment="right" valignment="top" width="0pt">
5025 <column alignment="left" valignment="top" width="0pt">
5026 <column alignment="right" valignment="top" width="0pt">
5027 <column alignment="left" valignment="top" width="0pt">
5028 <column alignment="right" valignment="top" width="0pt">
5029 <column alignment="left" valignment="top" width="0pt">
5030 <row>
5031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5032 \begin_inset Text
5033
5034 \begin_layout Standard
5035
5036
5037 \begin_inset Formula $\ldots$
5038 \end_inset
5039
5040
5041 \end_layout
5042
5043 \end_inset
5044 </cell>
5045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5046 \begin_inset Text
5047
5048 \begin_layout Standard
5049
5050
5051 \family typewriter
5052
5053 \backslash
5054 ldots
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 \begin_inset Formula $\cdots$
5066 \end_inset
5067
5068
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 \family typewriter
5080
5081 \backslash
5082 cdots
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 \begin_inset Formula $\vdots$
5094 \end_inset
5095
5096
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 \family typewriter
5108
5109 \backslash
5110 vdots
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 \begin_inset Formula $\ddots$
5122 \end_inset
5123
5124
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 \family typewriter
5136
5137 \backslash
5138 ddots
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 \begin_inset Formula $\aleph$
5150 \end_inset
5151
5152
5153 \end_layout
5154
5155 \end_inset
5156 </cell>
5157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Standard
5161
5162
5163 \family typewriter
5164
5165 \backslash
5166 aleph
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 </row>
5172 <row>
5173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Standard
5177
5178
5179 \begin_inset Formula $\prime$
5180 \end_inset
5181
5182
5183 \end_layout
5184
5185 \end_inset
5186 </cell>
5187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5188 \begin_inset Text
5189
5190 \begin_layout Standard
5191
5192
5193 \family typewriter
5194
5195 \backslash
5196 prime
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 \begin_inset Formula $\forall$
5208 \end_inset
5209
5210
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 \family typewriter
5222
5223 \backslash
5224 forall
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 \begin_inset Formula $\infty$
5236 \end_inset
5237
5238
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 \family typewriter
5250
5251 \backslash
5252 infty
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 \begin_inset Formula $\hbar$
5264 \end_inset
5265
5266
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 \family typewriter
5278
5279 \backslash
5280 hbar
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 \begin_inset Formula $\emptyset$
5292 \end_inset
5293
5294
5295 \end_layout
5296
5297 \end_inset
5298 </cell>
5299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Standard
5303
5304
5305 \family typewriter
5306
5307 \backslash
5308 emptyset
5309 \end_layout
5310
5311 \end_inset
5312 </cell>
5313 </row>
5314 <row>
5315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Standard
5319
5320
5321 \begin_inset Formula $\exists$
5322 \end_inset
5323
5324
5325 \end_layout
5326
5327 \end_inset
5328 </cell>
5329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5330 \begin_inset Text
5331
5332 \begin_layout Standard
5333
5334
5335 \family typewriter
5336
5337 \backslash
5338 exists
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 \begin_inset Formula $\nabla$
5350 \end_inset
5351
5352
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 \family typewriter
5364
5365 \backslash
5366 nabla
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 \begin_inset Formula $\surd$
5378 \end_inset
5379
5380
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 \family typewriter
5392
5393 \backslash
5394 surd
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 \begin_inset Formula $\Box$
5406 \end_inset
5407
5408
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 \family typewriter
5420
5421 \backslash
5422 Box
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 \begin_inset Formula $\triangle$
5434 \end_inset
5435
5436
5437 \end_layout
5438
5439 \end_inset
5440 </cell>
5441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Standard
5445
5446
5447 \family typewriter
5448
5449 \backslash
5450 triangle
5451 \end_layout
5452
5453 \end_inset
5454 </cell>
5455 </row>
5456 <row>
5457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5458 \begin_inset Text
5459
5460 \begin_layout Standard
5461
5462
5463 \begin_inset Formula $\Diamond$
5464 \end_inset
5465
5466
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Standard
5475
5476
5477 \family typewriter
5478
5479 \backslash
5480 Diamond
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 \begin_inset Formula $\imath$
5492 \end_inset
5493
5494
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 \family typewriter
5506
5507 \backslash
5508 imath
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 \begin_inset Formula $\jmath$
5520 \end_inset
5521
5522
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 \family typewriter
5534
5535 \backslash
5536 jmath
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 \begin_inset Formula $\ell$
5548 \end_inset
5549
5550
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 \family typewriter
5562
5563 \backslash
5564 ell
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 \begin_inset Formula $\neg$
5576 \end_inset
5577
5578
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Standard
5587
5588
5589 \family typewriter
5590
5591 \backslash
5592 neg
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 </row>
5598 <row>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Standard
5603
5604
5605 \begin_inset Formula $\top$
5606 \end_inset
5607
5608
5609 \end_layout
5610
5611 \end_inset
5612 </cell>
5613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Standard
5617
5618
5619 \family typewriter
5620
5621 \backslash
5622 top
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 \begin_inset Formula $\flat$
5634 \end_inset
5635
5636
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 \family typewriter
5648
5649 \backslash
5650 flat
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 \begin_inset Formula $\natural$
5662 \end_inset
5663
5664
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 \family typewriter
5676
5677 \backslash
5678 natural
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 \begin_inset Formula $\sharp$
5690 \end_inset
5691
5692
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 \family typewriter
5704
5705 \backslash
5706 sharp
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 \begin_inset Formula $\wp$
5718 \end_inset
5719
5720
5721 \end_layout
5722
5723 \end_inset
5724 </cell>
5725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5726 \begin_inset Text
5727
5728 \begin_layout Standard
5729
5730
5731 \family typewriter
5732
5733 \backslash
5734 wp
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 </row>
5740 <row>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Standard
5745
5746
5747 \begin_inset Formula $\bot$
5748 \end_inset
5749
5750
5751 \end_layout
5752
5753 \end_inset
5754 </cell>
5755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5756 \begin_inset Text
5757
5758 \begin_layout Standard
5759
5760
5761 \family typewriter
5762
5763 \backslash
5764 bot
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 \begin_inset Formula $\clubsuit$
5776 \end_inset
5777
5778
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 \family typewriter
5790
5791 \backslash
5792 clubsuit
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 \begin_inset Formula $\diamondsuit$
5804 \end_inset
5805
5806
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 \family typewriter
5818
5819 \backslash
5820 diamondsuit
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 \begin_inset Formula $\heartsuit$
5832 \end_inset
5833
5834
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 \family typewriter
5846
5847 \backslash
5848 heartsuit
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 \begin_inset Formula $\spadesuit$
5860 \end_inset
5861
5862
5863 \end_layout
5864
5865 \end_inset
5866 </cell>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Standard
5871
5872
5873 \family typewriter
5874
5875 \backslash
5876 spadesuit
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 </row>
5882 <row>
5883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Standard
5887
5888
5889 \begin_inset Formula $\mho$
5890 \end_inset
5891
5892
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Standard
5901
5902
5903 \family typewriter
5904
5905 \backslash
5906 mho
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 \begin_inset Formula $\Re$
5918 \end_inset
5919
5920
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 \family typewriter
5932
5933 \backslash
5934 Re
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 \begin_inset Formula $\Im$
5946 \end_inset
5947
5948
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 \family typewriter
5960
5961 \backslash
5962 Im
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 \begin_inset Formula $\angle$
5974 \end_inset
5975
5976
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 \family typewriter
5988
5989 \backslash
5990 angle
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 \begin_inset Formula $\partial$
6002 \end_inset
6003
6004
6005 \end_layout
6006
6007 \end_inset
6008 </cell>
6009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6010 \begin_inset Text
6011
6012 \begin_layout Standard
6013
6014
6015 \family typewriter
6016
6017 \backslash
6018 partial
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 </row>
6024 </lyxtabular>
6025
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \begin_layout Caption
6032
6033 Miscellaneous symbols
6034 \end_layout
6035
6036 \end_inset
6037
6038
6039 \end_layout
6040
6041 \begin_layout Standard
6042
6043
6044 \begin_inset Float table
6045 placement H
6046 wide false
6047 sideways false
6048 status open
6049
6050 \begin_layout Standard
6051
6052
6053 \begin_inset  Tabular
6054 <lyxtabular version="3" rows="3" columns="10">
6055 <features>
6056 <column alignment="right" valignment="top" width="0pt">
6057 <column alignment="left" valignment="top" width="0pt">
6058 <column alignment="right" valignment="top" width="0pt">
6059 <column alignment="left" valignment="top" width="0pt">
6060 <column alignment="right" valignment="top" width="0pt">
6061 <column alignment="left" valignment="top" width="0pt">
6062 <column alignment="right" valignment="top" width="0pt">
6063 <column alignment="left" valignment="top" width="0pt">
6064 <column alignment="right" valignment="top" width="0pt">
6065 <column alignment="left" valignment="top" width="0pt">
6066 <row>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Standard
6071
6072
6073 \begin_inset Formula $\sum$
6074 \end_inset
6075
6076
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Standard
6085
6086
6087 \family typewriter
6088
6089 \backslash
6090 sum
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 \begin_inset Formula $\prod$
6102 \end_inset
6103
6104
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 \family typewriter
6116
6117 \backslash
6118 prod
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 \begin_inset Formula $\coprod$
6130 \end_inset
6131
6132
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 \family typewriter
6144
6145 \backslash
6146 coprod
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 \begin_inset Formula $\int$
6158 \end_inset
6159
6160
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 \family typewriter
6172
6173 \backslash
6174 int
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 \begin_inset Formula $\oint$
6186 \end_inset
6187
6188
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Standard
6197
6198
6199 \family typewriter
6200
6201 \backslash
6202 oint
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 </row>
6208 <row>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Standard
6213
6214
6215 \begin_inset Formula $\bigcap$
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Standard
6227
6228
6229 \family typewriter
6230
6231 \backslash
6232 bigcap
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 \begin_inset Formula $\bigcup$
6244 \end_inset
6245
6246
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 \family typewriter
6258
6259 \backslash
6260 bigcup
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 \begin_inset Formula $\bigsqcup$
6272 \end_inset
6273
6274
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 \family typewriter
6286
6287 \backslash
6288 bigsqcup
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 \begin_inset Formula $\bigvee$
6300 \end_inset
6301
6302
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 \family typewriter
6314
6315 \backslash
6316 bigvee
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 \begin_inset Formula $\bigwedge$
6328 \end_inset
6329
6330
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Standard
6339
6340
6341 \family typewriter
6342
6343 \backslash
6344 bigwedge
6345 \end_layout
6346
6347 \end_inset
6348 </cell>
6349 </row>
6350 <row>
6351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6352 \begin_inset Text
6353
6354 \begin_layout Standard
6355
6356
6357 \begin_inset Formula $\bigodot$
6358 \end_inset
6359
6360
6361 \end_layout
6362
6363 \end_inset
6364 </cell>
6365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6366 \begin_inset Text
6367
6368 \begin_layout Standard
6369
6370
6371 \family typewriter
6372
6373 \backslash
6374 bigodot
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 \begin_inset Formula $\bigotimes$
6386 \end_inset
6387
6388
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 \family typewriter
6400
6401 \backslash
6402 bigotimes
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 \begin_inset Formula $\bigoplus$
6414 \end_inset
6415
6416
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 \family typewriter
6428
6429 \backslash
6430 bigoplus
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 \begin_inset Formula $\biguplus$
6442 \end_inset
6443
6444
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 \family typewriter
6456
6457 \backslash
6458 biguplus
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 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Standard
6476
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 </row>
6482 </lyxtabular>
6483
6484 \end_inset
6485
6486
6487 \end_layout
6488
6489 \begin_layout Caption
6490
6491 Variable-sized symbols
6492 \end_layout
6493
6494 \end_inset
6495
6496
6497 \end_layout
6498
6499 \begin_layout Standard
6500
6501
6502 \begin_inset Float table
6503 placement H
6504 wide false
6505 sideways false
6506 status open
6507
6508 \begin_layout Standard
6509
6510
6511 \begin_inset  Tabular
6512 <lyxtabular version="3" rows="4" columns="8">
6513 <features>
6514 <column alignment="left" valignment="top" width="0pt">
6515 <column alignment="left" valignment="top" width="0pt">
6516 <column alignment="left" valignment="top" width="0pt">
6517 <column alignment="left" valignment="top" width="0pt">
6518 <column alignment="left" valignment="top" width="0pt">
6519 <column alignment="left" valignment="top" width="0pt">
6520 <column alignment="left" valignment="top" width="0pt">
6521 <column alignment="left" valignment="top" width="0pt">
6522 <row>
6523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Standard
6527
6528
6529 \begin_inset Formula $\arccos$
6530 \end_inset
6531
6532
6533 \end_layout
6534
6535 \end_inset
6536 </cell>
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 $\cos$
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 $\csc$
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 $\exp$
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 $\ker$
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 $\limsup$
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 $\min$
6614 \end_inset
6615
6616
6617 \end_layout
6618
6619 \end_inset
6620 </cell>
6621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Standard
6625
6626
6627 \begin_inset Formula $\sinh$
6628 \end_inset
6629
6630
6631 \end_layout
6632
6633 \end_inset
6634 </cell>
6635 </row>
6636 <row>
6637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6638 \begin_inset Text
6639
6640 \begin_layout Standard
6641
6642
6643 \begin_inset Formula $\arcsin$
6644 \end_inset
6645
6646
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
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 $\cosh$
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 $\deg$
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 $\gcd$
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 $\lg$
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 $\ln$
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 $\Pr$
6728 \end_inset
6729
6730
6731 \end_layout
6732
6733 \end_inset
6734 </cell>
6735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6736 \begin_inset Text
6737
6738 \begin_layout Standard
6739
6740
6741 \begin_inset Formula $\sup$
6742 \end_inset
6743
6744
6745 \end_layout
6746
6747 \end_inset
6748 </cell>
6749 </row>
6750 <row>
6751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6752 \begin_inset Text
6753
6754 \begin_layout Standard
6755
6756
6757 \begin_inset Formula $\arctan$
6758 \end_inset
6759
6760
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
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 $\cot$
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 $\det$
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 $\hom$
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 $\lim$
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 $\log$
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 $\sec$
6842 \end_inset
6843
6844
6845 \end_layout
6846
6847 \end_inset
6848 </cell>
6849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6850 \begin_inset Text
6851
6852 \begin_layout Standard
6853
6854
6855 \begin_inset Formula $\tan$
6856 \end_inset
6857
6858
6859 \end_layout
6860
6861 \end_inset
6862 </cell>
6863 </row>
6864 <row>
6865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6866 \begin_inset Text
6867
6868 \begin_layout Standard
6869
6870
6871 \begin_inset Formula $\arg$
6872 \end_inset
6873
6874
6875 \end_layout
6876
6877 \end_inset
6878 </cell>
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 $\coth$
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 $\dim$
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 $\inf$
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 $\liminf$
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 $\max$
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 $\sin$
6956 \end_inset
6957
6958
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6964 \begin_inset Text
6965
6966 \begin_layout Standard
6967
6968
6969 \begin_inset Formula $\tanh$
6970 \end_inset
6971
6972
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 </row>
6978 </lyxtabular>
6979
6980 \end_inset
6981
6982
6983 \end_layout
6984
6985 \begin_layout Caption
6986
6987 Log-like symbols
6988 \end_layout
6989
6990 \end_inset
6991
6992
6993 \end_layout
6994
6995 \begin_layout Standard
6996
6997
6998 \begin_inset Float table
6999 placement H
7000 wide false
7001 sideways false
7002 status open
7003
7004 \begin_layout Standard
7005
7006
7007 \begin_inset  Tabular
7008 <lyxtabular version="3" rows="5" columns="8">
7009 <features>
7010 <column alignment="right" valignment="top" width="0pt">
7011 <column alignment="left" valignment="top" width="0pt">
7012 <column alignment="right" valignment="top" width="0pt">
7013 <column alignment="left" valignment="top" width="0pt">
7014 <column alignment="right" valignment="top" width="0pt">
7015 <column alignment="left" valignment="top" width="0pt">
7016 <column alignment="right" valignment="top" width="0pt">
7017 <column alignment="left" valignment="top" width="0pt">
7018 <row>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Standard
7023
7024
7025 \begin_inset Formula $\uparrow$
7026 \end_inset
7027
7028
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Standard
7037
7038
7039 \family typewriter
7040
7041 \backslash
7042 uparrow
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 \begin_inset Formula $\Uparrow$
7054 \end_inset
7055
7056
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 \family typewriter
7068
7069 \backslash
7070 Uparrow
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 \begin_inset Formula $\downarrow$
7082 \end_inset
7083
7084
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 \family typewriter
7096
7097 \backslash
7098 downarrow
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 \begin_inset Formula $\Downarrow$
7110 \end_inset
7111
7112
7113 \end_layout
7114
7115 \end_inset
7116 </cell>
7117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7118 \begin_inset Text
7119
7120 \begin_layout Standard
7121
7122
7123 \family typewriter
7124
7125 \backslash
7126 Downarrow
7127 \end_layout
7128
7129 \end_inset
7130 </cell>
7131 </row>
7132 <row>
7133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Standard
7137
7138
7139 \begin_inset Formula $\{$
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7148 \begin_inset Text
7149
7150 \begin_layout Standard
7151
7152
7153 \family typewriter
7154
7155 \backslash
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 \begin_inset Formula $\}$
7168 \end_inset
7169
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 \family typewriter
7182
7183 \backslash
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 \begin_inset Formula $\updownarrow$
7196 \end_inset
7197
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 \family typewriter
7210
7211 \backslash
7212 updownarrow
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 \begin_inset Formula $\Updownarrow$
7224 \end_inset
7225
7226
7227 \end_layout
7228
7229 \end_inset
7230 </cell>
7231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7232 \begin_inset Text
7233
7234 \begin_layout Standard
7235
7236
7237 \family typewriter
7238
7239 \backslash
7240 Updownarrow
7241 \end_layout
7242
7243 \end_inset
7244 </cell>
7245 </row>
7246 <row>
7247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7248 \begin_inset Text
7249
7250 \begin_layout Standard
7251
7252
7253 \begin_inset Formula $\lfloor$
7254 \end_inset
7255
7256
7257 \end_layout
7258
7259 \end_inset
7260 </cell>
7261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7262 \begin_inset Text
7263
7264 \begin_layout Standard
7265
7266
7267 \family typewriter
7268
7269 \backslash
7270 lfloor
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 \begin_inset Formula $\rfloor$
7282 \end_inset
7283
7284
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 \family typewriter
7296
7297 \backslash
7298 rfloor
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 \begin_inset Formula $\lceil$
7310 \end_inset
7311
7312
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 \family typewriter
7324
7325 \backslash
7326 lceil
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 \begin_inset Formula $\rceil$
7338 \end_inset
7339
7340
7341 \end_layout
7342
7343 \end_inset
7344 </cell>
7345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7346 \begin_inset Text
7347
7348 \begin_layout Standard
7349
7350
7351 \family typewriter
7352
7353 \backslash
7354 rceil
7355 \end_layout
7356
7357 \end_inset
7358 </cell>
7359 </row>
7360 <row>
7361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7362 \begin_inset Text
7363
7364 \begin_layout Standard
7365
7366
7367 \begin_inset Formula $\langle$
7368 \end_inset
7369
7370
7371 \end_layout
7372
7373 \end_inset
7374 </cell>
7375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7376 \begin_inset Text
7377
7378 \begin_layout Standard
7379
7380
7381 \family typewriter
7382
7383 \backslash
7384 langle
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 \begin_inset Formula $\rangle$
7396 \end_inset
7397
7398
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 \family typewriter
7410
7411 \backslash
7412 rangle
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 \begin_inset Formula $/$
7424 \end_inset
7425
7426
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 \family typewriter
7438 /
7439 \end_layout
7440
7441 \end_inset
7442 </cell>
7443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7444 \begin_inset Text
7445
7446 \begin_layout Standard
7447
7448
7449 \begin_inset Formula $\backslash$
7450 \end_inset
7451
7452
7453 \end_layout
7454
7455 \end_inset
7456 </cell>
7457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7458 \begin_inset Text
7459
7460 \begin_layout Standard
7461
7462
7463 \family typewriter
7464
7465 \backslash
7466 backslash
7467 \end_layout
7468
7469 \end_inset
7470 </cell>
7471 </row>
7472 <row>
7473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Standard
7477
7478
7479 \begin_inset Formula $|$
7480 \end_inset
7481
7482
7483 \end_layout
7484
7485 \end_inset
7486 </cell>
7487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7488 \begin_inset Text
7489
7490 \begin_layout Standard
7491
7492
7493 \family typewriter
7494 |
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7500 \begin_inset Text
7501
7502 \begin_layout Standard
7503
7504
7505 \begin_inset Formula $\|$
7506 \end_inset
7507
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 \family typewriter
7520
7521 \backslash
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 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Standard
7540
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7546 \begin_inset Text
7547
7548 \begin_layout Standard
7549
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Standard
7558
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 </row>
7564 </lyxtabular>
7565
7566 \end_inset
7567
7568
7569 \end_layout
7570
7571 \begin_layout Caption
7572
7573 Delimiters
7574 \end_layout
7575
7576 \end_inset
7577
7578
7579 \end_layout
7580
7581 \begin_layout Standard
7582
7583
7584 \begin_inset Float table
7585 placement H
7586 wide false
7587 sideways false
7588 status open
7589
7590 \begin_layout Standard
7591
7592
7593 \begin_inset  Tabular
7594 <lyxtabular version="3" rows="6" columns="4">
7595 <features>
7596 <column alignment="right" valignment="top" width="0pt">
7597 <column alignment="left" valignment="top" width="0pt">
7598 <column alignment="right" valignment="top" width="0pt">
7599 <column alignment="left" valignment="top" width="0pt">
7600 <row>
7601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Standard
7605
7606
7607 \begin_inset Formula $\widetilde{abc}$
7608 \end_inset
7609
7610
7611 \end_layout
7612
7613 \end_inset
7614 </cell>
7615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7616 \begin_inset Text
7617
7618 \begin_layout Standard
7619
7620
7621 \family typewriter
7622
7623 \backslash
7624 widetilde{abc}
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 \begin_inset Formula $\widehat{abc}$
7636 \end_inset
7637
7638
7639 \end_layout
7640
7641 \end_inset
7642 </cell>
7643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Standard
7647
7648
7649 \family typewriter
7650
7651 \backslash
7652 widehat{abc}
7653 \end_layout
7654
7655 \end_inset
7656 </cell>
7657 </row>
7658 <row>
7659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Standard
7663
7664
7665 \begin_inset Formula $\overleftarrow{abc}$
7666 \end_inset
7667
7668
7669 \end_layout
7670
7671 \end_inset
7672 </cell>
7673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Standard
7677
7678
7679 \family typewriter
7680
7681 \backslash
7682 overleftarrow{abc}
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 \begin_inset Formula $\overrightarrow{abc}$
7694 \end_inset
7695
7696
7697 \end_layout
7698
7699 \end_inset
7700 </cell>
7701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7702 \begin_inset Text
7703
7704 \begin_layout Standard
7705
7706
7707 \family typewriter
7708
7709 \backslash
7710 overrightarrow{abc}
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 </row>
7716 <row>
7717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Standard
7721
7722
7723 \begin_inset Formula $\overline{abc}$
7724 \end_inset
7725
7726
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Standard
7735
7736
7737 \family typewriter
7738
7739 \backslash
7740 overline{abc}
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 \begin_inset Formula $\underline{abc}$
7752 \end_inset
7753
7754
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Standard
7763
7764
7765 \family typewriter
7766
7767 \backslash
7768 underline{abc}
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 </row>
7774 <row>
7775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Standard
7779
7780
7781 \begin_inset Formula $\overbrace{abc}$
7782 \end_inset
7783
7784
7785 \end_layout
7786
7787 \end_inset
7788 </cell>
7789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7790 \begin_inset Text
7791
7792 \begin_layout Standard
7793
7794
7795 \family typewriter
7796
7797 \backslash
7798 overbrace{abc}
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 \begin_inset Formula $\underbrace{abc}$
7810 \end_inset
7811
7812
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Standard
7821
7822
7823 \family typewriter
7824
7825 \backslash
7826 underbrace{abc}
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 </row>
7832 <row>
7833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7834 \begin_inset Text
7835
7836 \begin_layout Standard
7837
7838
7839 \begin_inset Formula $\sqrt{abc}$
7840 \end_inset
7841
7842
7843 \end_layout
7844
7845 \end_inset
7846 </cell>
7847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7848 \begin_inset Text
7849
7850 \begin_layout Standard
7851
7852
7853 \family typewriter
7854
7855 \backslash
7856 sqrt{abc}
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 \begin_inset Formula $\sqrt[n]{abc}\sqrt[3]{abc}$
7868 \end_inset
7869
7870
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Standard
7879
7880
7881 \family typewriter
7882
7883 \backslash
7884 sqrt[n]{abc}
7885 \backslash
7886 root3{abc}
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 </row>
7892 <row>
7893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7894 \begin_inset Text
7895
7896 \begin_layout Standard
7897
7898
7899 \begin_inset Formula $f'$
7900 \end_inset
7901
7902
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Standard
7911
7912
7913 \family typewriter
7914 f'
7915 \end_layout
7916
7917 \end_inset
7918 </cell>
7919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Standard
7923
7924
7925 \begin_inset Formula $\frac{abc}{xyz}$
7926 \end_inset
7927
7928
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Standard
7937
7938
7939 \family typewriter
7940
7941 \backslash
7942 frac{abc}{xyz}
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 </row>
7948 </lyxtabular>
7949
7950 \end_inset
7951
7952
7953 \end_layout
7954
7955 \begin_layout Caption
7956
7957 LaTeX math constructs
7958 \end_layout
7959
7960 \end_inset
7961
7962
7963 \end_layout
7964
7965 \begin_layout Standard
7966
7967
7968 \begin_inset Float table
7969 placement H
7970 wide false
7971 sideways false
7972 status open
7973
7974 \begin_layout Standard
7975
7976
7977 \begin_inset  Tabular
7978 <lyxtabular version="3" rows="1" columns="10">
7979 <features>
7980 <column alignment="right" valignment="top" width="0pt">
7981 <column alignment="left" valignment="top" width="0pt">
7982 <column alignment="right" valignment="top" width="0pt">
7983 <column alignment="left" valignment="top" width="0pt">
7984 <column alignment="right" valignment="top" width="0pt">
7985 <column alignment="left" valignment="top" width="0pt">
7986 <column alignment="right" valignment="top" width="0pt">
7987 <column alignment="left" valignment="top" width="0pt">
7988 <column alignment="right" valignment="top" width="0pt">
7989 <column alignment="left" valignment="top" width="0pt">
7990 <row>
7991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Standard
7995
7996
7997 \begin_inset Formula $\digamma$
7998 \end_inset
7999
8000
8001 \end_layout
8002
8003 \end_inset
8004 </cell>
8005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8006 \begin_inset Text
8007
8008 \begin_layout Standard
8009
8010
8011 \family typewriter
8012
8013 \backslash
8014 digamma
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 \begin_inset Formula $\varkappa$
8026 \end_inset
8027
8028
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 \family typewriter
8040
8041 \backslash
8042 varkappa
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 \begin_inset Formula $\beth$
8054 \end_inset
8055
8056
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 \family typewriter
8068
8069 \backslash
8070 beth
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 \begin_inset Formula $\daleth$
8082 \end_inset
8083
8084
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 \family typewriter
8096
8097 \backslash
8098 daleth
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 \begin_inset Formula $\gimel$
8110 \end_inset
8111
8112
8113 \end_layout
8114
8115 \end_inset
8116 </cell>
8117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8118 \begin_inset Text
8119
8120 \begin_layout Standard
8121
8122
8123 \family typewriter
8124
8125 \backslash
8126 gimel
8127 \end_layout
8128
8129 \end_inset
8130 </cell>
8131 </row>
8132 </lyxtabular>
8133
8134 \end_inset
8135
8136
8137 \end_layout
8138
8139 \begin_layout Caption
8140
8141 AMS Greek and Hebrew
8142 \end_layout
8143
8144 \end_inset
8145
8146
8147 \end_layout
8148
8149 \begin_layout Standard
8150
8151
8152 \begin_inset Float table
8153 placement H
8154 wide false
8155 sideways false
8156 status open
8157
8158 \begin_layout Standard
8159
8160
8161 \begin_inset  Tabular
8162 <lyxtabular version="3" rows="1" columns="8">
8163 <features>
8164 <column alignment="right" valignment="top" width="0pt">
8165 <column alignment="left" valignment="top" width="0pt">
8166 <column alignment="right" valignment="top" width="0pt">
8167 <column alignment="left" valignment="top" width="0pt">
8168 <column alignment="right" valignment="top" width="0pt">
8169 <column alignment="left" valignment="top" width="0pt">
8170 <column alignment="right" valignment="top" width="0pt">
8171 <column alignment="left" valignment="top" width="0pt">
8172 <row>
8173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8174 \begin_inset Text
8175
8176 \begin_layout Standard
8177
8178
8179 \begin_inset Formula $\ulcorner$
8180 \end_inset
8181
8182
8183 \end_layout
8184
8185 \end_inset
8186 </cell>
8187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Standard
8191
8192
8193 \family typewriter
8194
8195 \backslash
8196 ulcorner
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 \begin_inset Formula $\urcorner$
8208 \end_inset
8209
8210
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 \family typewriter
8222
8223 \backslash
8224 urcorner
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 \begin_inset Formula $\llcorner$
8236 \end_inset
8237
8238
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 \family typewriter
8250
8251 \backslash
8252 llcorner
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 \begin_inset Formula $\lrcorner$
8264 \end_inset
8265
8266
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Standard
8275
8276
8277 \family typewriter
8278
8279 \backslash
8280 lrcorner
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 </lyxtabular>
8287
8288 \end_inset
8289
8290
8291 \end_layout
8292
8293 \begin_layout Caption
8294
8295 AMS delimiters
8296 \end_layout
8297
8298 \end_inset
8299
8300
8301 \end_layout
8302
8303 \begin_layout Standard
8304
8305
8306 \begin_inset Float table
8307 placement H
8308 wide false
8309 sideways false
8310 status open
8311
8312 \begin_layout Standard
8313
8314
8315 \begin_inset  Tabular
8316 <lyxtabular version="3" rows="11" columns="6">
8317 <features>
8318 <column alignment="right" valignment="top" width="0pt">
8319 <column alignment="left" valignment="top" width="0pt">
8320 <column alignment="right" valignment="top" width="0pt">
8321 <column alignment="left" valignment="top" width="0pt">
8322 <column alignment="right" valignment="top" width="0pt">
8323 <column alignment="left" valignment="top" width="0pt">
8324 <row>
8325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8326 \begin_inset Text
8327
8328 \begin_layout Standard
8329
8330
8331 \begin_inset Formula $\dashrightarrow$
8332 \end_inset
8333
8334
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8340 \begin_inset Text
8341
8342 \begin_layout Standard
8343
8344
8345 \family typewriter
8346
8347 \backslash
8348 dashrightarrow
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 \begin_inset Formula $\dashleftarrow$
8360 \end_inset
8361
8362
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 \family typewriter
8374
8375 \backslash
8376 dashleftarrow
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 \begin_inset Formula $\leftleftarrows$
8388 \end_inset
8389
8390
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Standard
8399
8400
8401 \family typewriter
8402
8403 \backslash
8404 leftleftarrows
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 <row>
8411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Standard
8415
8416
8417 \begin_inset Formula $\leftrightarrows$
8418 \end_inset
8419
8420
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Standard
8429
8430
8431 \family typewriter
8432
8433 \backslash
8434 leftrightarrows
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 \begin_inset Formula $\Lleftarrow$
8446 \end_inset
8447
8448
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 \family typewriter
8460
8461 \backslash
8462 Lleftarrow
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 \begin_inset Formula $\twoheadleftarrow$
8474 \end_inset
8475
8476
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Standard
8485
8486
8487 \family typewriter
8488
8489 \backslash
8490 twoheadleftarrow
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Standard
8501
8502
8503 \begin_inset Formula $\leftarrowtail$
8504 \end_inset
8505
8506
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Standard
8515
8516
8517 \family typewriter
8518
8519 \backslash
8520 leftarrowtail
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 \begin_inset Formula $\looparrowleft$
8532 \end_inset
8533
8534
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 \family typewriter
8546
8547 \backslash
8548 looparrowleft
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 \begin_inset Formula $\leftrightharpoons$
8560 \end_inset
8561
8562
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Standard
8571
8572
8573 \family typewriter
8574
8575 \backslash
8576 leftrightharpoons
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Standard
8587
8588
8589 \begin_inset Formula $\curvearrowleft$
8590 \end_inset
8591
8592
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Standard
8601
8602
8603 \family typewriter
8604
8605 \backslash
8606 curvearrowleft
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 \begin_inset Formula $\circlearrowleft$
8618 \end_inset
8619
8620
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 \family typewriter
8632
8633 \backslash
8634 circlearrowleft
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 \begin_inset Formula $\Lsh$
8646 \end_inset
8647
8648
8649 \end_layout
8650
8651 \end_inset
8652 </cell>
8653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8654 \begin_inset Text
8655
8656 \begin_layout Standard
8657
8658
8659 \family typewriter
8660
8661 \backslash
8662 Lsh
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Standard
8673
8674
8675 \begin_inset Formula $\upuparrows$
8676 \end_inset
8677
8678
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Standard
8687
8688
8689 \family typewriter
8690
8691 \backslash
8692 upuparrows
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 \begin_inset Formula $\upharpoonleft$
8704 \end_inset
8705
8706
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 \family typewriter
8718
8719 \backslash
8720 upharpoonleft
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 \begin_inset Formula $\downharpoonleft$
8732 \end_inset
8733
8734
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Standard
8743
8744
8745 \family typewriter
8746
8747 \backslash
8748 downharpoonleft
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 </row>
8754 <row>
8755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Standard
8759
8760
8761 \begin_inset Formula $\multimap$
8762 \end_inset
8763
8764
8765 \end_layout
8766
8767 \end_inset
8768 </cell>
8769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8770 \begin_inset Text
8771
8772 \begin_layout Standard
8773
8774
8775 \family typewriter
8776
8777 \backslash
8778 multimap
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 \begin_inset Formula $\leftrightsquigarrow$
8790 \end_inset
8791
8792
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 \family typewriter
8804
8805 \backslash
8806 leftrightsquigarrow
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 \begin_inset Formula $\rightrightarrows$
8818 \end_inset
8819
8820
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Standard
8829
8830
8831 \family typewriter
8832
8833 \backslash
8834 rightrightarrows
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Standard
8845
8846
8847 \begin_inset Formula $\rightleftarrows$
8848 \end_inset
8849
8850
8851 \end_layout
8852
8853 \end_inset
8854 </cell>
8855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Standard
8859
8860
8861 \family typewriter
8862
8863 \backslash
8864 rightleftarrows
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 \begin_inset Formula $\rightrightarrows$
8876 \end_inset
8877
8878
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 \family typewriter
8890
8891 \backslash
8892 rightrightarrows
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 \begin_inset Formula $\rightleftarrows$
8904 \end_inset
8905
8906
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Standard
8915
8916
8917 \family typewriter
8918
8919 \backslash
8920 rightleftarrows
8921 \end_layout
8922
8923 \end_inset
8924 </cell>
8925 </row>
8926 <row>
8927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Standard
8931
8932
8933 \begin_inset Formula $\twoheadrightarrow$
8934 \end_inset
8935
8936
8937 \end_layout
8938
8939 \end_inset
8940 </cell>
8941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8942 \begin_inset Text
8943
8944 \begin_layout Standard
8945
8946
8947 \family typewriter
8948
8949 \backslash
8950 twoheadrightarrow
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 \begin_inset Formula $\rightarrowtail$
8962 \end_inset
8963
8964
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 \family typewriter
8976
8977 \backslash
8978 rightarrowtail
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 \begin_inset Formula $\looparrowright$
8990 \end_inset
8991
8992
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Standard
9001
9002
9003 \family typewriter
9004
9005 \backslash
9006 looparrowright
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Standard
9017
9018
9019 \begin_inset Formula $\rightleftharpoons$
9020 \end_inset
9021
9022
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Standard
9031
9032
9033 \family typewriter
9034
9035 \backslash
9036 rightleftharpoons
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 \begin_inset Formula $\curvearrowright$
9048 \end_inset
9049
9050
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 \family typewriter
9062
9063 \backslash
9064 curvearrowright
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 \begin_inset Formula $\circlearrowright$
9076 \end_inset
9077
9078
9079 \end_layout
9080
9081 \end_inset
9082 </cell>
9083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Standard
9087
9088
9089 \family typewriter
9090
9091 \backslash
9092 circlearrowright
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 </row>
9098 <row>
9099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Standard
9103
9104
9105 \begin_inset Formula $\Rsh$
9106 \end_inset
9107
9108
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Standard
9117
9118
9119 \family typewriter
9120
9121 \backslash
9122 Rsh
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 \begin_inset Formula $\downdownarrows$
9134 \end_inset
9135
9136
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 \family typewriter
9148
9149 \backslash
9150 downdownarrows
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 \begin_inset Formula $\upharpoonright$
9162 \end_inset
9163
9164
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Standard
9173
9174
9175 \family typewriter
9176
9177 \backslash
9178 upharpoonright
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 <row>
9185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Standard
9189
9190
9191 \begin_inset Formula $\downharpoonright$
9192 \end_inset
9193
9194
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Standard
9203
9204
9205 \family typewriter
9206
9207 \backslash
9208 downharpoonright
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 \begin_inset Formula $\rightsquigarrow$
9220 \end_inset
9221
9222
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 \family typewriter
9234
9235 \backslash
9236 rightsquigarrow
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 \end_layout
9247
9248 \end_inset
9249 </cell>
9250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Standard
9254
9255 \end_layout
9256
9257 \end_inset
9258 </cell>
9259 </row>
9260 </lyxtabular>
9261
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \begin_layout Caption
9268
9269 AMS arrows
9270 \end_layout
9271
9272 \end_inset
9273
9274
9275 \end_layout
9276
9277 \begin_layout Standard
9278
9279
9280 \begin_inset Float table
9281 placement H
9282 wide false
9283 sideways false
9284 status open
9285
9286 \begin_layout Standard
9287
9288
9289 \begin_inset  Tabular
9290 <lyxtabular version="3" rows="2" columns="6">
9291 <features>
9292 <column alignment="right" valignment="top" width="0pt">
9293 <column alignment="left" valignment="top" width="0pt">
9294 <column alignment="right" valignment="top" width="0pt">
9295 <column alignment="left" valignment="top" width="0pt">
9296 <column alignment="right" valignment="top" width="0pt">
9297 <column alignment="left" valignment="top" width="0pt">
9298 <row>
9299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Standard
9303
9304
9305 \begin_inset Formula $\nleftarrow$
9306 \end_inset
9307
9308
9309 \end_layout
9310
9311 \end_inset
9312 </cell>
9313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Standard
9317
9318
9319 \family typewriter
9320
9321 \backslash
9322 nleftarrow
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 \begin_inset Formula $\nrightarrow$
9334 \end_inset
9335
9336
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 \family typewriter
9348
9349 \backslash
9350 nrightarrow
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 \begin_inset Formula $\nLeftarrow$
9362 \end_inset
9363
9364
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9370 \begin_inset Text
9371
9372 \begin_layout Standard
9373
9374
9375 \family typewriter
9376
9377 \backslash
9378 nLeftarrow
9379 \end_layout
9380
9381 \end_inset
9382 </cell>
9383 </row>
9384 <row>
9385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9386 \begin_inset Text
9387
9388 \begin_layout Standard
9389
9390
9391 \begin_inset Formula $\nRightarrow$
9392 \end_inset
9393
9394
9395 \end_layout
9396
9397 \end_inset
9398 </cell>
9399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9400 \begin_inset Text
9401
9402 \begin_layout Standard
9403
9404
9405 \family typewriter
9406
9407 \backslash
9408 nRightarrow
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 \begin_inset Formula $\nleftrightarrow$
9420 \end_inset
9421
9422
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 \family typewriter
9434
9435 \backslash
9436 nleftrightarrow
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 \begin_inset Formula $\nLeftrightarrow$
9448 \end_inset
9449
9450
9451 \end_layout
9452
9453 \end_inset
9454 </cell>
9455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Standard
9459
9460
9461 \family typewriter
9462
9463 \backslash
9464 nLeftrightarrow
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 </row>
9470 </lyxtabular>
9471
9472 \end_inset
9473
9474
9475 \end_layout
9476
9477 \begin_layout Caption
9478
9479 AMS negated arrows
9480 \end_layout
9481
9482 \end_inset
9483
9484
9485 \end_layout
9486
9487 \begin_layout Standard
9488
9489
9490 \begin_inset Float table
9491 placement H
9492 wide false
9493 sideways false
9494 status open
9495
9496 \begin_layout Standard
9497
9498
9499 \begin_inset  Tabular
9500 <lyxtabular version="3" rows="22" columns="6">
9501 <features>
9502 <column alignment="right" valignment="top" width="0pt">
9503 <column alignment="left" valignment="top" width="0pt">
9504 <column alignment="right" valignment="top" width="0pt">
9505 <column alignment="left" valignment="top" width="0pt">
9506 <column alignment="right" valignment="top" width="0pt">
9507 <column alignment="left" valignment="top" width="0pt">
9508 <row>
9509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9510 \begin_inset Text
9511
9512 \begin_layout Standard
9513
9514
9515 \begin_inset Formula $\leqq$
9516 \end_inset
9517
9518
9519 \end_layout
9520
9521 \end_inset
9522 </cell>
9523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9524 \begin_inset Text
9525
9526 \begin_layout Standard
9527
9528
9529 \family typewriter
9530
9531 \backslash
9532 leqq
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 \begin_inset Formula $\leqslant$
9544 \end_inset
9545
9546
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 \family typewriter
9558
9559 \backslash
9560 leqslant
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 \begin_inset Formula $\eqslantless$
9572 \end_inset
9573
9574
9575 \end_layout
9576
9577 \end_inset
9578 </cell>
9579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9580 \begin_inset Text
9581
9582 \begin_layout Standard
9583
9584
9585 \family typewriter
9586
9587 \backslash
9588 eqslantless
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 </row>
9594 <row>
9595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9596 \begin_inset Text
9597
9598 \begin_layout Standard
9599
9600
9601 \begin_inset Formula $\lesssim$
9602 \end_inset
9603
9604
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Standard
9613
9614
9615 \family typewriter
9616
9617 \backslash
9618 lesssim
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 \begin_inset Formula $\lessapprox$
9630 \end_inset
9631
9632
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 \family typewriter
9644
9645 \backslash
9646 lessapprox
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 \begin_inset Formula $\approxeq$
9658 \end_inset
9659
9660
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Standard
9669
9670
9671 \family typewriter
9672
9673 \backslash
9674 approxeq
9675 \end_layout
9676
9677 \end_inset
9678 </cell>
9679 </row>
9680 <row>
9681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9682 \begin_inset Text
9683
9684 \begin_layout Standard
9685
9686
9687 \begin_inset Formula $\lessdot$
9688 \end_inset
9689
9690
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Standard
9699
9700
9701 \family typewriter
9702
9703 \backslash
9704 lessdot
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 \begin_inset Formula $\lll$
9716 \end_inset
9717
9718
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 \family typewriter
9730
9731 \backslash
9732 lll
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 \begin_inset Formula $\lessgtr$
9744 \end_inset
9745
9746
9747 \end_layout
9748
9749 \end_inset
9750 </cell>
9751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9752 \begin_inset Text
9753
9754 \begin_layout Standard
9755
9756
9757 \family typewriter
9758
9759 \backslash
9760 lessgtr
9761 \end_layout
9762
9763 \end_inset
9764 </cell>
9765 </row>
9766 <row>
9767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9768 \begin_inset Text
9769
9770 \begin_layout Standard
9771
9772
9773 \begin_inset Formula $\lesseqgtr$
9774 \end_inset
9775
9776
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Standard
9785
9786
9787 \family typewriter
9788
9789 \backslash
9790 lesseqgtr
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 \begin_inset Formula $\lesseqqgtr$
9802 \end_inset
9803
9804
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 \family typewriter
9816
9817 \backslash
9818 lesseqqgtr
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 \begin_inset Formula $\doteqdot$
9830 \end_inset
9831
9832
9833 \end_layout
9834
9835 \end_inset
9836 </cell>
9837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9838 \begin_inset Text
9839
9840 \begin_layout Standard
9841
9842
9843 \family typewriter
9844
9845 \backslash
9846 doteqdot
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 </row>
9852 <row>
9853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Standard
9857
9858
9859 \begin_inset Formula $\risingdotseq$
9860 \end_inset
9861
9862
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Standard
9871
9872
9873 \family typewriter
9874
9875 \backslash
9876 risingdotseq
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 \begin_inset Formula $\fallingdotseq$
9888 \end_inset
9889
9890
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 \family typewriter
9902
9903 \backslash
9904 fallingdotseq
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 \begin_inset Formula $\backsim$
9916 \end_inset
9917
9918
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Standard
9927
9928
9929 \family typewriter
9930
9931 \backslash
9932 backsim
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 </row>
9938 <row>
9939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9940 \begin_inset Text
9941
9942 \begin_layout Standard
9943
9944
9945 \begin_inset Formula $\backsimeq$
9946 \end_inset
9947
9948
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Standard
9957
9958
9959 \family typewriter
9960
9961 \backslash
9962 backsimeq
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 \begin_inset Formula $\subseteqq$
9974 \end_inset
9975
9976
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 \family typewriter
9988
9989 \backslash
9990 subseteqq
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 \begin_inset Formula $\Subset$
10002 \end_inset
10003
10004
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Standard
10013
10014
10015 \family typewriter
10016
10017 \backslash
10018 Subset
10019 \end_layout
10020
10021 \end_inset
10022 </cell>
10023 </row>
10024 <row>
10025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10026 \begin_inset Text
10027
10028 \begin_layout Standard
10029
10030
10031 \begin_inset Formula $\sqsubset$
10032 \end_inset
10033
10034
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Standard
10043
10044
10045 \family typewriter
10046
10047 \backslash
10048 sqsubset
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 \begin_inset Formula $\preccurlyeq$
10060 \end_inset
10061
10062
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 \family typewriter
10074
10075 \backslash
10076 preccurlyeq
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 \begin_inset Formula $\curlyeqprec$
10088 \end_inset
10089
10090
10091 \end_layout
10092
10093 \end_inset
10094 </cell>
10095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Standard
10099
10100
10101 \family typewriter
10102
10103 \backslash
10104 curlyeqprec
10105 \end_layout
10106
10107 \end_inset
10108 </cell>
10109 </row>
10110 <row>
10111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Standard
10115
10116
10117 \begin_inset Formula $\precsim$
10118 \end_inset
10119
10120
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Standard
10129
10130
10131 \family typewriter
10132
10133 \backslash
10134 precsim
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 \begin_inset Formula $\precapprox$
10146 \end_inset
10147
10148
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 \family typewriter
10160
10161 \backslash
10162 precapprox
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 \begin_inset Formula $\vartriangleleft$
10174 \end_inset
10175
10176
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10182 \begin_inset Text
10183
10184 \begin_layout Standard
10185
10186
10187 \family typewriter
10188
10189 \backslash
10190 vartriangleleft
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 </row>
10196 <row>
10197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Standard
10201
10202
10203 \begin_inset Formula $\trianglelefteq$
10204 \end_inset
10205
10206
10207 \end_layout
10208
10209 \end_inset
10210 </cell>
10211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10212 \begin_inset Text
10213
10214 \begin_layout Standard
10215
10216
10217 \family typewriter
10218
10219 \backslash
10220 trianglelefteq
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 \begin_inset Formula $\vDash$
10232 \end_inset
10233
10234
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 \family typewriter
10246
10247 \backslash
10248 vDash
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 \begin_inset Formula $\Vvdash$
10260 \end_inset
10261
10262
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10268 \begin_inset Text
10269
10270 \begin_layout Standard
10271
10272
10273 \family typewriter
10274
10275 \backslash
10276 Vvdash
10277 \end_layout
10278
10279 \end_inset
10280 </cell>
10281 </row>
10282 <row>
10283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Standard
10287
10288
10289 \begin_inset Formula $\smallsmile$
10290 \end_inset
10291
10292
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Standard
10301
10302
10303 \family typewriter
10304
10305 \backslash
10306 smallsmile
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 \begin_inset Formula $\smallfrown$
10318 \end_inset
10319
10320
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 \family typewriter
10332
10333 \backslash
10334 smallfrown
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 \begin_inset Formula $\bumpeq$
10346 \end_inset
10347
10348
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10354 \begin_inset Text
10355
10356 \begin_layout Standard
10357
10358
10359 \family typewriter
10360
10361 \backslash
10362 bumpeq
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 </row>
10368 <row>
10369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Standard
10373
10374
10375 \begin_inset Formula $\Bumpeq$
10376 \end_inset
10377
10378
10379 \end_layout
10380
10381 \end_inset
10382 </cell>
10383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Standard
10387
10388
10389 \family typewriter
10390
10391 \backslash
10392 Bumpeq
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 \begin_inset Formula $\geqq$
10404 \end_inset
10405
10406
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 \family typewriter
10418
10419 \backslash
10420 geqq
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 \begin_inset Formula $\geqslant$
10432 \end_inset
10433
10434
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Standard
10443
10444
10445 \family typewriter
10446
10447 \backslash
10448 geqslant
10449 \end_layout
10450
10451 \end_inset
10452 </cell>
10453 </row>
10454 <row>
10455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10456 \begin_inset Text
10457
10458 \begin_layout Standard
10459
10460
10461 \begin_inset Formula $\eqslantgtr$
10462 \end_inset
10463
10464
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Standard
10473
10474
10475 \family typewriter
10476
10477 \backslash
10478 eqslantgtr
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 \begin_inset Formula $\gtrsim$
10490 \end_inset
10491
10492
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 \family typewriter
10504
10505 \backslash
10506 gtrsim
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 \begin_inset Formula $\gtrapprox$
10518 \end_inset
10519
10520
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
10525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10526 \begin_inset Text
10527
10528 \begin_layout Standard
10529
10530
10531 \family typewriter
10532
10533 \backslash
10534 gtrapprox
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 </row>
10540 <row>
10541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10542 \begin_inset Text
10543
10544 \begin_layout Standard
10545
10546
10547 \begin_inset Formula $\gtrdot$
10548 \end_inset
10549
10550
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Standard
10559
10560
10561 \family typewriter
10562
10563 \backslash
10564 gtrdot
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 \begin_inset Formula $\ggg$
10576 \end_inset
10577
10578
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 \family typewriter
10590
10591 \backslash
10592 ggg
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 \begin_inset Formula $\gtrless$
10604 \end_inset
10605
10606
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10612 \begin_inset Text
10613
10614 \begin_layout Standard
10615
10616
10617 \family typewriter
10618
10619 \backslash
10620 gtrless
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row>
10627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Standard
10631
10632
10633 \begin_inset Formula $\gtreqless$
10634 \end_inset
10635
10636
10637 \end_layout
10638
10639 \end_inset
10640 </cell>
10641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Standard
10645
10646
10647 \family typewriter
10648
10649 \backslash
10650 gtreqless
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 \begin_inset Formula $\gtreqqless$
10662 \end_inset
10663
10664
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 \family typewriter
10676
10677 \backslash
10678 gtreqqless
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 \begin_inset Formula $\eqcirc$
10690 \end_inset
10691
10692
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Standard
10701
10702
10703 \family typewriter
10704
10705 \backslash
10706 eqcirc
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 </row>
10712 <row>
10713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10714 \begin_inset Text
10715
10716 \begin_layout Standard
10717
10718
10719 \begin_inset Formula $\circeq$
10720 \end_inset
10721
10722
10723 \end_layout
10724
10725 \end_inset
10726 </cell>
10727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10728 \begin_inset Text
10729
10730 \begin_layout Standard
10731
10732
10733 \family typewriter
10734
10735 \backslash
10736 circeq
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 \begin_inset Formula $\triangleq$
10748 \end_inset
10749
10750
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 \family typewriter
10762
10763 \backslash
10764 triangleq
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 \begin_inset Formula $\thicksim$
10776 \end_inset
10777
10778
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Standard
10787
10788
10789 \family typewriter
10790
10791 \backslash
10792 thicksim
10793 \end_layout
10794
10795 \end_inset
10796 </cell>
10797 </row>
10798 <row>
10799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Standard
10803
10804
10805 \begin_inset Formula $\thickapprox$
10806 \end_inset
10807
10808
10809 \end_layout
10810
10811 \end_inset
10812 </cell>
10813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Standard
10817
10818
10819 \family typewriter
10820
10821 \backslash
10822 thickapprox
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 \begin_inset Formula $\supseteqq$
10834 \end_inset
10835
10836
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 \family typewriter
10848
10849 \backslash
10850 supseteqq
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 \begin_inset Formula $\Supset$
10862 \end_inset
10863
10864
10865 \end_layout
10866
10867 \end_inset
10868 </cell>
10869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Standard
10873
10874
10875 \family typewriter
10876
10877 \backslash
10878 Supset
10879 \end_layout
10880
10881 \end_inset
10882 </cell>
10883 </row>
10884 <row>
10885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10886 \begin_inset Text
10887
10888 \begin_layout Standard
10889
10890
10891 \begin_inset Formula $\sqsupset$
10892 \end_inset
10893
10894
10895 \end_layout
10896
10897 \end_inset
10898 </cell>
10899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10900 \begin_inset Text
10901
10902 \begin_layout Standard
10903
10904
10905 \family typewriter
10906
10907 \backslash
10908 sqsupset
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 \begin_inset Formula $\succcurlyeq$
10920 \end_inset
10921
10922
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 \family typewriter
10934
10935 \backslash
10936 succcurlyeq
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 \begin_inset Formula $\curlyeqsucc$
10948 \end_inset
10949
10950
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Standard
10959
10960
10961 \family typewriter
10962
10963 \backslash
10964 curlyeqsucc
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 <row>
10971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Standard
10975
10976
10977 \begin_inset Formula $\succsim$
10978 \end_inset
10979
10980
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Standard
10989
10990
10991 \family typewriter
10992
10993 \backslash
10994 succsim
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 \begin_inset Formula $\succapprox$
11006 \end_inset
11007
11008
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 \family typewriter
11020
11021 \backslash
11022 succapprox
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 \begin_inset Formula $\vartriangleright$
11034 \end_inset
11035
11036
11037 \end_layout
11038
11039 \end_inset
11040 </cell>
11041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11042 \begin_inset Text
11043
11044 \begin_layout Standard
11045
11046
11047 \family typewriter
11048
11049 \backslash
11050 vartriangleright
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 </row>
11056 <row>
11057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11058 \begin_inset Text
11059
11060 \begin_layout Standard
11061
11062
11063 \begin_inset Formula $\trianglerighteq$
11064 \end_inset
11065
11066
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Standard
11075
11076
11077 \family typewriter
11078
11079 \backslash
11080 trianglerighteq
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 \begin_inset Formula $\Vdash$
11092 \end_inset
11093
11094
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 \family typewriter
11106
11107 \backslash
11108 Vdash
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 \begin_inset Formula $\shortmid$
11120 \end_inset
11121
11122
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Standard
11131
11132
11133 \family typewriter
11134
11135 \backslash
11136 shortmid
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 </row>
11142 <row>
11143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11144 \begin_inset Text
11145
11146 \begin_layout Standard
11147
11148
11149 \begin_inset Formula $\shortparallel$
11150 \end_inset
11151
11152
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Standard
11161
11162
11163 \family typewriter
11164
11165 \backslash
11166 shortparallel
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 \begin_inset Formula $\between$
11178 \end_inset
11179
11180
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 \family typewriter
11192
11193 \backslash
11194 between
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 \begin_inset Formula $\pitchfork$
11206 \end_inset
11207
11208
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Standard
11217
11218
11219 \family typewriter
11220
11221 \backslash
11222 pitchfork
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row>
11229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Standard
11233
11234
11235 \begin_inset Formula $\varpropto$
11236 \end_inset
11237
11238
11239 \end_layout
11240
11241 \end_inset
11242 </cell>
11243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11244 \begin_inset Text
11245
11246 \begin_layout Standard
11247
11248
11249 \family typewriter
11250
11251 \backslash
11252 varpropto
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 \begin_inset Formula $\blacktriangleleft$
11264 \end_inset
11265
11266
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 \family typewriter
11278
11279 \backslash
11280 blacktriangleleft
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 \begin_inset Formula $\therefore$
11292 \end_inset
11293
11294
11295 \end_layout
11296
11297 \end_inset
11298 </cell>
11299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11300 \begin_inset Text
11301
11302 \begin_layout Standard
11303
11304
11305 \family typewriter
11306
11307 \backslash
11308 therefore
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 </row>
11314 <row>
11315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Standard
11319
11320
11321 \begin_inset Formula $\backepsilon$
11322 \end_inset
11323
11324
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Standard
11333
11334
11335 \family typewriter
11336
11337 \backslash
11338 backepsilon
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 \begin_inset Formula $\blacktriangleright$
11350 \end_inset
11351
11352
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 \family typewriter
11364
11365 \backslash
11366 blacktriangleright
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 \begin_inset Formula $\because$
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \end_inset
11384 </cell>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Standard
11389
11390
11391 \family typewriter
11392
11393 \backslash
11394 because
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 </row>
11400 </lyxtabular>
11401
11402 \end_inset
11403
11404
11405 \end_layout
11406
11407 \begin_layout Caption
11408
11409 AMS binary relations
11410 \end_layout
11411
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \begin_layout Standard
11418
11419
11420 \begin_inset Float table
11421 placement H
11422 wide false
11423 sideways false
11424 status open
11425
11426 \begin_layout Standard
11427
11428
11429 \begin_inset  Tabular
11430 <lyxtabular version="3" rows="17" columns="6">
11431 <features>
11432 <column alignment="right" valignment="top" width="0pt">
11433 <column alignment="left" valignment="top" width="0pt">
11434 <column alignment="right" valignment="top" width="0pt">
11435 <column alignment="left" valignment="top" width="0pt">
11436 <column alignment="right" valignment="top" width="0pt">
11437 <column alignment="left" valignment="top" width="0pt">
11438 <row>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Standard
11443
11444
11445 \begin_inset Formula $\nless$
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Standard
11457
11458
11459 \family typewriter
11460
11461 \backslash
11462 nless
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 \begin_inset Formula $\nleq$
11474 \end_inset
11475
11476
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 \family typewriter
11488
11489 \backslash
11490 nleq
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 \begin_inset Formula $\nleqslant$
11502 \end_inset
11503
11504
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Standard
11513
11514
11515 \family typewriter
11516
11517 \backslash
11518 nleqslant
11519 \end_layout
11520
11521 \end_inset
11522 </cell>
11523 </row>
11524 <row>
11525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11526 \begin_inset Text
11527
11528 \begin_layout Standard
11529
11530
11531 \begin_inset Formula $\nleqq$
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Standard
11543
11544
11545 \family typewriter
11546
11547 \backslash
11548 nleqq
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 \begin_inset Formula $\lneq$
11560 \end_inset
11561
11562
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 \family typewriter
11574
11575 \backslash
11576 lneq
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 \begin_inset Formula $\lneqq$
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11596 \begin_inset Text
11597
11598 \begin_layout Standard
11599
11600
11601 \family typewriter
11602
11603 \backslash
11604 lneqq
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 </row>
11610 <row>
11611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11612 \begin_inset Text
11613
11614 \begin_layout Standard
11615
11616
11617 \begin_inset Formula $\lvertneqq$
11618 \end_inset
11619
11620
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11626 \begin_inset Text
11627
11628 \begin_layout Standard
11629
11630
11631 \family typewriter
11632
11633 \backslash
11634 lvertneqq
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 \begin_inset Formula $\lnsim$
11646 \end_inset
11647
11648
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 \family typewriter
11660
11661 \backslash
11662 lnsim
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 \begin_inset Formula $\lnapprox$
11674 \end_inset
11675
11676
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Standard
11685
11686
11687 \family typewriter
11688
11689 \backslash
11690 lnapprox
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 </row>
11696 <row>
11697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11698 \begin_inset Text
11699
11700 \begin_layout Standard
11701
11702
11703 \begin_inset Formula $\nprec$
11704 \end_inset
11705
11706
11707 \end_layout
11708
11709 \end_inset
11710 </cell>
11711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11712 \begin_inset Text
11713
11714 \begin_layout Standard
11715
11716
11717 \family typewriter
11718
11719 \backslash
11720 nprec
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 \begin_inset Formula $\npreceq$
11732 \end_inset
11733
11734
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 \family typewriter
11746
11747 \backslash
11748 npreceq
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 \begin_inset Formula $\precnsim$
11760 \end_inset
11761
11762
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Standard
11771
11772
11773 \family typewriter
11774
11775 \backslash
11776 precnsim
11777 \end_layout
11778
11779 \end_inset
11780 </cell>
11781 </row>
11782 <row>
11783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Standard
11787
11788
11789 \begin_inset Formula $\precnapprox$
11790 \end_inset
11791
11792
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Standard
11801
11802
11803 \family typewriter
11804
11805 \backslash
11806 precnapprox
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 \begin_inset Formula $\nsim$
11818 \end_inset
11819
11820
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 \family typewriter
11832
11833 \backslash
11834 nsim
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 \begin_inset Formula $\nshortmid$
11846 \end_inset
11847
11848
11849 \end_layout
11850
11851 \end_inset
11852 </cell>
11853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11854 \begin_inset Text
11855
11856 \begin_layout Standard
11857
11858
11859 \family typewriter
11860
11861 \backslash
11862 nshortmid
11863 \end_layout
11864
11865 \end_inset
11866 </cell>
11867 </row>
11868 <row>
11869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11870 \begin_inset Text
11871
11872 \begin_layout Standard
11873
11874
11875 \begin_inset Formula $\nmid$
11876 \end_inset
11877
11878
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Standard
11887
11888
11889 \family typewriter
11890
11891 \backslash
11892 nmid
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 \begin_inset Formula $\nvdash$
11904 \end_inset
11905
11906
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 \family typewriter
11918
11919 \backslash
11920 nvdash
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 \begin_inset Formula $\nvDash$
11932 \end_inset
11933
11934
11935 \end_layout
11936
11937 \end_inset
11938 </cell>
11939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Standard
11943
11944
11945 \family typewriter
11946
11947 \backslash
11948 nvDash
11949 \end_layout
11950
11951 \end_inset
11952 </cell>
11953 </row>
11954 <row>
11955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11956 \begin_inset Text
11957
11958 \begin_layout Standard
11959
11960
11961 \begin_inset Formula $\ntriangleleft$
11962 \end_inset
11963
11964
11965 \end_layout
11966
11967 \end_inset
11968 </cell>
11969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11970 \begin_inset Text
11971
11972 \begin_layout Standard
11973
11974
11975 \family typewriter
11976
11977 \backslash
11978 ntriangleleft
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 \begin_inset Formula $\ntrianglelefteq$
11990 \end_inset
11991
11992
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 \family typewriter
12004
12005 \backslash
12006 ntrianglelefteq
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 \begin_inset Formula $\nsubseteq$
12018 \end_inset
12019
12020
12021 \end_layout
12022
12023 \end_inset
12024 </cell>
12025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12026 \begin_inset Text
12027
12028 \begin_layout Standard
12029
12030
12031 \family typewriter
12032
12033 \backslash
12034 nsubseteq
12035 \end_layout
12036
12037 \end_inset
12038 </cell>
12039 </row>
12040 <row>
12041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Standard
12045
12046
12047 \begin_inset Formula $\subsetneq$
12048 \end_inset
12049
12050
12051 \end_layout
12052
12053 \end_inset
12054 </cell>
12055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12056 \begin_inset Text
12057
12058 \begin_layout Standard
12059
12060
12061 \family typewriter
12062
12063 \backslash
12064 subsetneq
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 \begin_inset Formula $\varsubsetneq$
12076 \end_inset
12077
12078
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 \family typewriter
12090
12091 \backslash
12092 varsubsetneq
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 \begin_inset Formula $\subsetneqq$
12104 \end_inset
12105
12106
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Standard
12115
12116
12117 \family typewriter
12118
12119 \backslash
12120 subsetneqq
12121 \end_layout
12122
12123 \end_inset
12124 </cell>
12125 </row>
12126 <row>
12127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12128 \begin_inset Text
12129
12130 \begin_layout Standard
12131
12132
12133 \begin_inset Formula $\varsubsetneqq$
12134 \end_inset
12135
12136
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Standard
12145
12146
12147 \family typewriter
12148
12149 \backslash
12150 varsubsetneqq
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 \begin_inset Formula $\ngtr$
12162 \end_inset
12163
12164
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 \family typewriter
12176
12177 \backslash
12178 ngtr
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 \begin_inset Formula $\ngeq$
12190 \end_inset
12191
12192
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Standard
12201
12202
12203 \family typewriter
12204
12205 \backslash
12206 ngeq
12207 \end_layout
12208
12209 \end_inset
12210 </cell>
12211 </row>
12212 <row>
12213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Standard
12217
12218
12219 \begin_inset Formula $\ngeqslant$
12220 \end_inset
12221
12222
12223 \end_layout
12224
12225 \end_inset
12226 </cell>
12227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12228 \begin_inset Text
12229
12230 \begin_layout Standard
12231
12232
12233 \family typewriter
12234
12235 \backslash
12236 ngeqslant
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 \begin_inset Formula $\ngeqq$
12248 \end_inset
12249
12250
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 \family typewriter
12262
12263 \backslash
12264 ngeqq
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 \begin_inset Formula $\gneq$
12276 \end_inset
12277
12278
12279 \end_layout
12280
12281 \end_inset
12282 </cell>
12283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12284 \begin_inset Text
12285
12286 \begin_layout Standard
12287
12288
12289 \family typewriter
12290
12291 \backslash
12292 gneq
12293 \end_layout
12294
12295 \end_inset
12296 </cell>
12297 </row>
12298 <row>
12299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12300 \begin_inset Text
12301
12302 \begin_layout Standard
12303
12304
12305 \begin_inset Formula $\gneqq$
12306 \end_inset
12307
12308
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12314 \begin_inset Text
12315
12316 \begin_layout Standard
12317
12318
12319 \family typewriter
12320
12321 \backslash
12322 gneqq
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 \begin_inset Formula $\gvertneqq$
12334 \end_inset
12335
12336
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 \family typewriter
12348
12349 \backslash
12350 gvertneqq
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 \begin_inset Formula $\gnsim$
12362 \end_inset
12363
12364
12365 \end_layout
12366
12367 \end_inset
12368 </cell>
12369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12370 \begin_inset Text
12371
12372 \begin_layout Standard
12373
12374
12375 \family typewriter
12376
12377 \backslash
12378 gnsim
12379 \end_layout
12380
12381 \end_inset
12382 </cell>
12383 </row>
12384 <row>
12385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12386 \begin_inset Text
12387
12388 \begin_layout Standard
12389
12390
12391 \begin_inset Formula $\gnapprox$
12392 \end_inset
12393
12394
12395 \end_layout
12396
12397 \end_inset
12398 </cell>
12399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12400 \begin_inset Text
12401
12402 \begin_layout Standard
12403
12404
12405 \family typewriter
12406
12407 \backslash
12408 gnapprox
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 \begin_inset Formula $\nsucc$
12420 \end_inset
12421
12422
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 \family typewriter
12434
12435 \backslash
12436 nsucc
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 \begin_inset Formula $\nsucceq$
12448 \end_inset
12449
12450
12451 \end_layout
12452
12453 \end_inset
12454 </cell>
12455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Standard
12459
12460
12461 \family typewriter
12462
12463 \backslash
12464 nsucceq
12465 \end_layout
12466
12467 \end_inset
12468 </cell>
12469 </row>
12470 <row>
12471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Standard
12475
12476
12477 \begin_inset Formula $\succnsim$
12478 \end_inset
12479
12480
12481 \end_layout
12482
12483 \end_inset
12484 </cell>
12485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12486 \begin_inset Text
12487
12488 \begin_layout Standard
12489
12490
12491 \family typewriter
12492
12493 \backslash
12494 succnsim
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 \begin_inset Formula $\succnapprox$
12506 \end_inset
12507
12508
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 \family typewriter
12520
12521 \backslash
12522 succnapprox
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 \begin_inset Formula $\ncong$
12534 \end_inset
12535
12536
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12542 \begin_inset Text
12543
12544 \begin_layout Standard
12545
12546
12547 \family typewriter
12548
12549 \backslash
12550 ncong
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 </row>
12556 <row>
12557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Standard
12561
12562
12563 \begin_inset Formula $\nshortparallel$
12564 \end_inset
12565
12566
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Standard
12575
12576
12577 \family typewriter
12578
12579 \backslash
12580 nshortparallel
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 \begin_inset Formula $\nparallel$
12592 \end_inset
12593
12594
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 \family typewriter
12606
12607 \backslash
12608 nparallel
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 \begin_inset Formula $\nvDash$
12620 \end_inset
12621
12622
12623 \end_layout
12624
12625 \end_inset
12626 </cell>
12627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12628 \begin_inset Text
12629
12630 \begin_layout Standard
12631
12632
12633 \family typewriter
12634
12635 \backslash
12636 nvDash
12637 \end_layout
12638
12639 \end_inset
12640 </cell>
12641 </row>
12642 <row>
12643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12644 \begin_inset Text
12645
12646 \begin_layout Standard
12647
12648
12649 \begin_inset Formula $\nVDash$
12650 \end_inset
12651
12652
12653 \end_layout
12654
12655 \end_inset
12656 </cell>
12657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12658 \begin_inset Text
12659
12660 \begin_layout Standard
12661
12662
12663 \family typewriter
12664
12665 \backslash
12666 nVDash
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 \begin_inset Formula $\ntriangleright$
12678 \end_inset
12679
12680
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 \family typewriter
12692
12693 \backslash
12694 ntriangleright
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 \begin_inset Formula $\ntrianglerighteq$
12706 \end_inset
12707
12708
12709 \end_layout
12710
12711 \end_inset
12712 </cell>
12713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12714 \begin_inset Text
12715
12716 \begin_layout Standard
12717
12718
12719 \family typewriter
12720
12721 \backslash
12722 ntrianglerighteq
12723 \end_layout
12724
12725 \end_inset
12726 </cell>
12727 </row>
12728 <row>
12729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12730 \begin_inset Text
12731
12732 \begin_layout Standard
12733
12734
12735 \begin_inset Formula $\nsupseteq$
12736 \end_inset
12737
12738
12739 \end_layout
12740
12741 \end_inset
12742 </cell>
12743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12744 \begin_inset Text
12745
12746 \begin_layout Standard
12747
12748
12749 \family typewriter
12750
12751 \backslash
12752 nsupseteq
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 \begin_inset Formula $\nsupseteqq$
12764 \end_inset
12765
12766
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 \family typewriter
12778
12779 \backslash
12780 nsupseteqq
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 \begin_inset Formula $\supsetneq$
12792 \end_inset
12793
12794
12795 \end_layout
12796
12797 \end_inset
12798 </cell>
12799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12800 \begin_inset Text
12801
12802 \begin_layout Standard
12803
12804
12805 \family typewriter
12806
12807 \backslash
12808 supsetneq
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 </row>
12814 <row>
12815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12816 \begin_inset Text
12817
12818 \begin_layout Standard
12819
12820
12821 \begin_inset Formula $\varsupsetneq$
12822 \end_inset
12823
12824
12825 \end_layout
12826
12827 \end_inset
12828 </cell>
12829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12830 \begin_inset Text
12831
12832 \begin_layout Standard
12833
12834
12835 \family typewriter
12836
12837 \backslash
12838 varsupsetneq
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 \begin_inset Formula $\supsetneqq$
12850 \end_inset
12851
12852
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 \family typewriter
12864
12865 \backslash
12866 supsetneqq
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 \begin_inset Formula $\varsupsetneqq$
12878 \end_inset
12879
12880
12881 \end_layout
12882
12883 \end_inset
12884 </cell>
12885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Standard
12889
12890
12891 \family typewriter
12892
12893 \backslash
12894 varsupsetneqq
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 </row>
12900 </lyxtabular>
12901
12902 \end_inset
12903
12904
12905 \end_layout
12906
12907 \begin_layout Caption
12908
12909 AMS negated binary relations
12910 \end_layout
12911
12912 \end_inset
12913
12914
12915 \end_layout
12916
12917 \begin_layout Standard
12918
12919
12920 \begin_inset Float table
12921 placement H
12922 wide false
12923 sideways false
12924 status open
12925
12926 \begin_layout Standard
12927
12928
12929 \begin_inset  Tabular
12930 <lyxtabular version="3" rows="8" columns="6">
12931 <features>
12932 <column alignment="right" valignment="top" width="0pt">
12933 <column alignment="left" valignment="top" width="0pt">
12934 <column alignment="right" valignment="top" width="0pt">
12935 <column alignment="left" valignment="top" width="0pt">
12936 <column alignment="right" valignment="top" width="0pt">
12937 <column alignment="left" valignment="top" width="0pt">
12938 <row>
12939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12940 \begin_inset Text
12941
12942 \begin_layout Standard
12943
12944
12945 \begin_inset Formula $\dotplus$
12946 \end_inset
12947
12948
12949 \end_layout
12950
12951 \end_inset
12952 </cell>
12953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12954 \begin_inset Text
12955
12956 \begin_layout Standard
12957
12958
12959 \family typewriter
12960
12961 \backslash
12962 dotplus
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 \begin_inset Formula $\smallsetminus$
12974 \end_inset
12975
12976
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 \family typewriter
12988
12989 \backslash
12990 smallsetminus
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 \begin_inset Formula $\Cap$
13002 \end_inset
13003
13004
13005 \end_layout
13006
13007 \end_inset
13008 </cell>
13009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13010 \begin_inset Text
13011
13012 \begin_layout Standard
13013
13014
13015 \family typewriter
13016
13017 \backslash
13018 Cap
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 </row>
13024 <row>
13025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Standard
13029
13030
13031 \begin_inset Formula $\Cup$
13032 \end_inset
13033
13034
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13040 \begin_inset Text
13041
13042 \begin_layout Standard
13043
13044
13045 \family typewriter
13046
13047 \backslash
13048 Cup
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 \begin_inset Formula $\barwedge$
13060 \end_inset
13061
13062
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 \family typewriter
13074
13075 \backslash
13076 barwedge
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 \begin_inset Formula $\veebar$
13088 \end_inset
13089
13090
13091 \end_layout
13092
13093 \end_inset
13094 </cell>
13095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13096 \begin_inset Text
13097
13098 \begin_layout Standard
13099
13100
13101 \family typewriter
13102
13103 \backslash
13104 veebar
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 </row>
13110 <row>
13111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Standard
13115
13116
13117 \begin_inset Formula $\doublebarwedge$
13118 \end_inset
13119
13120
13121 \end_layout
13122
13123 \end_inset
13124 </cell>
13125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13126 \begin_inset Text
13127
13128 \begin_layout Standard
13129
13130
13131 \family typewriter
13132
13133 \backslash
13134 doublebarwedge
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 \begin_inset Formula $\boxminus$
13146 \end_inset
13147
13148
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 \family typewriter
13160
13161 \backslash
13162 boxminus
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 \begin_inset Formula $\boxtimes$
13174 \end_inset
13175
13176
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13182 \begin_inset Text
13183
13184 \begin_layout Standard
13185
13186
13187 \family typewriter
13188
13189 \backslash
13190 boxtimes
13191 \end_layout
13192
13193 \end_inset
13194 </cell>
13195 </row>
13196 <row>
13197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13198 \begin_inset Text
13199
13200 \begin_layout Standard
13201
13202
13203 \begin_inset Formula $\boxdot$
13204 \end_inset
13205
13206
13207 \end_layout
13208
13209 \end_inset
13210 </cell>
13211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13212 \begin_inset Text
13213
13214 \begin_layout Standard
13215
13216
13217 \family typewriter
13218
13219 \backslash
13220 boxdot
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 \begin_inset Formula $\boxplus$
13232 \end_inset
13233
13234
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 \family typewriter
13246
13247 \backslash
13248 boxplus
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 \begin_inset Formula $\divideontimes$
13260 \end_inset
13261
13262
13263 \end_layout
13264
13265 \end_inset
13266 </cell>
13267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13268 \begin_inset Text
13269
13270 \begin_layout Standard
13271
13272
13273 \family typewriter
13274
13275 \backslash
13276 divideontimes
13277 \end_layout
13278
13279 \end_inset
13280 </cell>
13281 </row>
13282 <row>
13283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13284 \begin_inset Text
13285
13286 \begin_layout Standard
13287
13288
13289 \begin_inset Formula $\ltimes$
13290 \end_inset
13291
13292
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13298 \begin_inset Text
13299
13300 \begin_layout Standard
13301
13302
13303 \family typewriter
13304
13305 \backslash
13306 ltimes
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 \begin_inset Formula $\rtimes$
13318 \end_inset
13319
13320
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 \family typewriter
13332
13333 \backslash
13334 rtimes
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 \begin_inset Formula $\leftthreetimes$
13346 \end_inset
13347
13348
13349 \end_layout
13350
13351 \end_inset
13352 </cell>
13353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13354 \begin_inset Text
13355
13356 \begin_layout Standard
13357
13358
13359 \family typewriter
13360
13361 \backslash
13362 leftthreetimes
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 </row>
13368 <row>
13369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Standard
13373
13374
13375 \begin_inset Formula $\rightthreetimes$
13376 \end_inset
13377
13378
13379 \end_layout
13380
13381 \end_inset
13382 </cell>
13383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13384 \begin_inset Text
13385
13386 \begin_layout Standard
13387
13388
13389 \family typewriter
13390
13391 \backslash
13392 rightthreetimes
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 \begin_inset Formula $\curlywedge$
13404 \end_inset
13405
13406
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 \family typewriter
13418
13419 \backslash
13420 curlywedge
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 \begin_inset Formula $\curlyvee$
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \end_inset
13438 </cell>
13439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13440 \begin_inset Text
13441
13442 \begin_layout Standard
13443
13444
13445 \family typewriter
13446
13447 \backslash
13448 curlyvee
13449 \end_layout
13450
13451 \end_inset
13452 </cell>
13453 </row>
13454 <row>
13455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13456 \begin_inset Text
13457
13458 \begin_layout Standard
13459
13460
13461 \begin_inset Formula $\circleddash$
13462 \end_inset
13463
13464
13465 \end_layout
13466
13467 \end_inset
13468 </cell>
13469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Standard
13473
13474
13475 \family typewriter
13476
13477 \backslash
13478 circleddash
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 \begin_inset Formula $\circledast$
13490 \end_inset
13491
13492
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 \family typewriter
13504
13505 \backslash
13506 circledast
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 \begin_inset Formula $\circledcirc$
13518 \end_inset
13519
13520
13521 \end_layout
13522
13523 \end_inset
13524 </cell>
13525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13526 \begin_inset Text
13527
13528 \begin_layout Standard
13529
13530
13531 \family typewriter
13532
13533 \backslash
13534 circledcirc
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 </row>
13540 <row>
13541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13542 \begin_inset Text
13543
13544 \begin_layout Standard
13545
13546
13547 \begin_inset Formula $\centerdot$
13548 \end_inset
13549
13550
13551 \end_layout
13552
13553 \end_inset
13554 </cell>
13555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13556 \begin_inset Text
13557
13558 \begin_layout Standard
13559
13560
13561 \family typewriter
13562
13563 \backslash
13564 centerdot
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 \begin_inset Formula $\intercal$
13576 \end_inset
13577
13578
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 \family typewriter
13590
13591 \backslash
13592 intercal
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 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13607 \begin_inset Text
13608
13609 \begin_layout Standard
13610
13611 \end_layout
13612
13613 \end_inset
13614 </cell>
13615 </row>
13616 </lyxtabular>
13617
13618 \end_inset
13619
13620
13621 \end_layout
13622
13623 \begin_layout Caption
13624
13625 AMS binary operators
13626 \end_layout
13627
13628 \end_inset
13629
13630
13631 \end_layout
13632
13633 \begin_layout Standard
13634
13635
13636 \begin_inset Float table
13637 placement H
13638 wide false
13639 sideways false
13640 status open
13641
13642 \begin_layout Standard
13643
13644
13645 \begin_inset  Tabular
13646 <lyxtabular version="3" rows="9" columns="6">
13647 <features>
13648 <column alignment="right" valignment="top" width="0pt">
13649 <column alignment="left" valignment="top" width="0pt">
13650 <column alignment="right" valignment="top" width="0pt">
13651 <column alignment="left" valignment="top" width="0pt">
13652 <column alignment="right" valignment="top" width="0pt">
13653 <column alignment="left" valignment="top" width="0pt">
13654 <row>
13655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13656 \begin_inset Text
13657
13658 \begin_layout Standard
13659
13660
13661 \begin_inset Formula $\hbar$
13662 \end_inset
13663
13664
13665 \end_layout
13666
13667 \end_inset
13668 </cell>
13669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13670 \begin_inset Text
13671
13672 \begin_layout Standard
13673
13674
13675 \family typewriter
13676
13677 \backslash
13678 hbar
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 \begin_inset Formula $\hslash$
13690 \end_inset
13691
13692
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 \family typewriter
13704
13705 \backslash
13706 hslash
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 \begin_inset Formula $\vartriangle$
13718 \end_inset
13719
13720
13721 \end_layout
13722
13723 \end_inset
13724 </cell>
13725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13726 \begin_inset Text
13727
13728 \begin_layout Standard
13729
13730
13731 \family typewriter
13732
13733 \backslash
13734 vartriangle
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 </row>
13740 <row>
13741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13742 \begin_inset Text
13743
13744 \begin_layout Standard
13745
13746
13747 \begin_inset Formula $\triangledown$
13748 \end_inset
13749
13750
13751 \end_layout
13752
13753 \end_inset
13754 </cell>
13755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13756 \begin_inset Text
13757
13758 \begin_layout Standard
13759
13760
13761 \family typewriter
13762
13763 \backslash
13764 triangledown
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 \begin_inset Formula $\square$
13776 \end_inset
13777
13778
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 \family typewriter
13790
13791 \backslash
13792 square
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 \begin_inset Formula $\lozenge$
13804 \end_inset
13805
13806
13807 \end_layout
13808
13809 \end_inset
13810 </cell>
13811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13812 \begin_inset Text
13813
13814 \begin_layout Standard
13815
13816
13817 \family typewriter
13818
13819 \backslash
13820 lozenge
13821 \end_layout
13822
13823 \end_inset
13824 </cell>
13825 </row>
13826 <row>
13827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13828 \begin_inset Text
13829
13830 \begin_layout Standard
13831
13832
13833 \begin_inset Formula $\circledS$
13834 \end_inset
13835
13836
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Standard
13845
13846
13847 \family typewriter
13848
13849 \backslash
13850 circledS
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 \begin_inset Formula $\angle$
13862 \end_inset
13863
13864
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 \family typewriter
13876
13877 \backslash
13878 angle
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 \begin_inset Formula $\measuredangle$
13890 \end_inset
13891
13892
13893 \end_layout
13894
13895 \end_inset
13896 </cell>
13897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13898 \begin_inset Text
13899
13900 \begin_layout Standard
13901
13902
13903 \family typewriter
13904
13905 \backslash
13906 measuredangle
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 </row>
13912 <row>
13913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Standard
13917
13918
13919 \begin_inset Formula $\nexists$
13920 \end_inset
13921
13922
13923 \end_layout
13924
13925 \end_inset
13926 </cell>
13927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13928 \begin_inset Text
13929
13930 \begin_layout Standard
13931
13932
13933 \family typewriter
13934
13935 \backslash
13936 nexists
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 \begin_inset Formula $\mho$
13948 \end_inset
13949
13950
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 \family typewriter
13962
13963 \backslash
13964 mho
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 \begin_inset Formula $\Finv$
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Standard
13987
13988
13989 \family typewriter
13990
13991 \backslash
13992 Finv
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 </row>
13998 <row>
13999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14000 \begin_inset Text
14001
14002 \begin_layout Standard
14003
14004
14005 \begin_inset Formula $\Game$
14006 \end_inset
14007
14008
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Standard
14017
14018
14019 \family typewriter
14020
14021 \backslash
14022 Game
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 \begin_inset Formula $\Bbbk$
14034 \end_inset
14035
14036
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 \family typewriter
14048
14049 \backslash
14050 Bbbk
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 \begin_inset Formula $\backprime$
14062 \end_inset
14063
14064
14065 \end_layout
14066
14067 \end_inset
14068 </cell>
14069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14070 \begin_inset Text
14071
14072 \begin_layout Standard
14073
14074
14075 \family typewriter
14076
14077 \backslash
14078 backprime
14079 \end_layout
14080
14081 \end_inset
14082 </cell>
14083 </row>
14084 <row>
14085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14086 \begin_inset Text
14087
14088 \begin_layout Standard
14089
14090
14091 \begin_inset Formula $\varnothing$
14092 \end_inset
14093
14094
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Standard
14103
14104
14105 \family typewriter
14106
14107 \backslash
14108 varnothing
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 \begin_inset Formula $\blacktriangle$
14120 \end_inset
14121
14122
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 \family typewriter
14134
14135 \backslash
14136 blacktriangle
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 \begin_inset Formula $\blacktriangledown$
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \end_inset
14154 </cell>
14155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14156 \begin_inset Text
14157
14158 \begin_layout Standard
14159
14160
14161 \family typewriter
14162
14163 \backslash
14164 blacktriangledown
14165 \end_layout
14166
14167 \end_inset
14168 </cell>
14169 </row>
14170 <row>
14171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Standard
14175
14176
14177 \begin_inset Formula $\blacksquare$
14178 \end_inset
14179
14180
14181 \end_layout
14182
14183 \end_inset
14184 </cell>
14185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14186 \begin_inset Text
14187
14188 \begin_layout Standard
14189
14190
14191 \family typewriter
14192
14193 \backslash
14194 blacksquare
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 \begin_inset Formula $\blacklozenge$
14206 \end_inset
14207
14208
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 \family typewriter
14220
14221 \backslash
14222 blacklozenge
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 \begin_inset Formula $\bigstar$
14234 \end_inset
14235
14236
14237 \end_layout
14238
14239 \end_inset
14240 </cell>
14241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Standard
14245
14246
14247 \family typewriter
14248
14249 \backslash
14250 bigstar
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 </row>
14256 <row>
14257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Standard
14261
14262
14263 \begin_inset Formula $\sphericalangle$
14264 \end_inset
14265
14266
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Standard
14275
14276
14277 \family typewriter
14278
14279 \backslash
14280 sphericalangle
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 \begin_inset Formula $\complement$
14292 \end_inset
14293
14294
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 \family typewriter
14306
14307 \backslash
14308 complement
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 \begin_inset Formula $\eth$
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14328 \begin_inset Text
14329
14330 \begin_layout Standard
14331
14332
14333 \family typewriter
14334
14335 \backslash
14336 eth
14337 \end_layout
14338
14339 \end_inset
14340 </cell>
14341 </row>
14342 <row>
14343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14344 \begin_inset Text
14345
14346 \begin_layout Standard
14347
14348
14349 \begin_inset Formula $\diagup$
14350 \end_inset
14351
14352
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Standard
14361
14362
14363 \family typewriter
14364
14365 \backslash
14366 diagup
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 \begin_inset Formula $\diagdown$
14378 \end_inset
14379
14380
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 \family typewriter
14392
14393 \backslash
14394 diagdown
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 \end_layout
14405
14406 \end_inset
14407 </cell>
14408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14409 \begin_inset Text
14410
14411 \begin_layout Standard
14412
14413 \end_layout
14414
14415 \end_inset
14416 </cell>
14417 </row>
14418 </lyxtabular>
14419
14420 \end_inset
14421
14422
14423 \end_layout
14424
14425 \begin_layout Caption
14426
14427 AMS miscellaneous
14428 \end_layout
14429
14430 \end_inset
14431
14432
14433 \end_layout
14434
14435 \end_body
14436 \end_document