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