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