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