]> git.lyx.org Git - lyx.git/blob - lib/examples/mathed.lyx
update to TeXFiles.sh
[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="2" rows="5" columns="1">
47 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
48 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
49 <row topline="false" bottomline="false" newpage="false">
50 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
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 topline="false" bottomline="false" newpage="false">
66 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
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 topline="false" bottomline="false" newpage="false">
82 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
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 topline="false" bottomline="false" newpage="false">
94 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
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 topline="false" bottomline="false" newpage="false">
110 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
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 \[
137 \frac{abc}{xyz}\]
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  That can be done by creating a directory containing symbolic links to the
183  fonts that LyX requires using the following script
184 \layout LyX-Code
185
186 #!/bin/sh
187 \layout LyX-Code
188
189 \layout LyX-Code
190
191 LYXDIR=`pwd`
192 \layout LyX-Code
193
194 LYX_XFONTS=$LYXDIR/xfonts
195 \layout LyX-Code
196
197 \layout LyX-Code
198
199 if [ ! -d $LYX_XFONTS ]; then
200 \layout LyX-Code
201
202     mkdir $LYX_XFONTS || exit
203 \layout LyX-Code
204
205 fi
206 \layout LyX-Code
207
208 \layout LyX-Code
209
210 rm -f $LYX_XFONTS/fonts.dir $LYX_XFONTS/fonts.scale
211 \layout LyX-Code
212
213 \layout LyX-Code
214
215 for file in `sed -e 's/^
216 \backslash 
217 (.*
218 \backslash 
219 .pf[ab]
220 \backslash 
221 ) .*$/
222 \backslash 
223 1/' < fonts-xlfd`; do
224 \layout LyX-Code
225
226     filepath=`kpsewhich $file`
227 \layout LyX-Code
228
229     if [ $? -eq 0 ]; then
230 \layout LyX-Code
231
232         if [ ! -e $LYX_XFONTS/$file ]; then
233 \layout LyX-Code
234
235             ln -s $filepath $LYX_XFONTS/$file
236 \layout LyX-Code
237
238         fi
239 \layout LyX-Code
240
241         echo `grep -e $file fonts-xlfd` >> $LYX_XFONTS/fonts.scale
242 \layout LyX-Code
243
244         echo "$file found."
245 \layout LyX-Code
246
247     fi
248 \layout LyX-Code
249
250 done
251 \layout LyX-Code
252
253 \layout LyX-Code
254
255 awk "/
256 \backslash 
257 .pf/ { nlines++ }
258 \backslash 
259
260 \layout LyX-Code
261
262 END { print nlines }" < $LYX_XFONTS/fonts.scale > $LYX_XFONTS/fonts.dir
263 \layout LyX-Code
264
265 \layout LyX-Code
266
267 cat $LYX_XFONTS/fonts.scale >> $LYX_XFONTS/fonts.dir
268 \layout LyX-Code
269
270 cp $LYX_XFONTS/fonts.dir $LYX_XFONTS/fonts.scale
271 \layout Standard
272
273 where the file 
274 \family typewriter 
275 fonts-xlfd
276 \family default 
277  contains
278 \layout LyX-Code
279
280 cmmi10.pfb -bluesky-cmr-medium-i-normal--0-0-0-0-p-0-adobe-fontspecific
281 \layout LyX-Code
282
283 cmsy10.pfb -bluesky-cmsy-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
284 \layout LyX-Code
285
286 cmex10.pfb -bluesky-cmex-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
287 \layout LyX-Code
288
289 eufr10.pfb -bluesky-eufrak--medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
290 \layout LyX-Code
291
292 eufb10.pfb -bluesky-eufrak-bold-r-normal--0-0-0-0-p-0-adobe-fontspecific
293 \layout LyX-Code
294
295 eusr10.pfb -bluesky-eus-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
296 \layout LyX-Code
297
298 eusb10.pfb -bluesky-eus-bold-r-normal--0-0-0-0-p-0-adobe-fontspecific
299 \layout LyX-Code
300
301 msam10.pfb -bluesky-msam-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
302 \layout LyX-Code
303
304 msbm10.pfb -bluesky-msbm-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
305 \layout LyX-Code
306
307 marvosym.pfb -marvo-marvosym-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
308 \layout LyX-Code
309
310 wasy10.pfb -hoekwater-wasy-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
311 \layout LyX-Code
312
313 wasyb10.pfb -hoekwater-wasy-bold-r-normal--0-0-0-0-p-0-adobe-fontspecific
314 \layout LyX-Code
315
316 logo10.pfb -hoekwater-logo-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
317 \layout LyX-Code
318
319 logobf10.pfb -hoekwater-logo-bold-r-normal--0-0-0-0-p-0-adobe-fontspecific
320 \layout LyX-Code
321
322 plcrm.pfa -adobe-lcrm-medium-i-normal--0-0-0-0-p-0-adobe-fontspecific
323 \layout LyX-Code
324
325 plcry.pfa -adobe-lcry-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
326 \layout LyX-Code
327
328 plcrv.pfa -adobe-lcrv-medium-r-normal--0-0-0-0-p-0-adobe-fontspecific
329 \layout Standard
330
331 Thereafter, you must tell X where to find this directory and the fonts therein.
332  Type
333 \newline 
334
335 \family typewriter 
336 xset +fp LYX_XFONTS; xset fp rehash
337 \newline 
338
339 \family default 
340 at the console, start LyX, load up this document and enjoy!
341 \layout Subsection
342
343 Math tables from Lamport's 
344 \begin_inset Quotes eld
345 \end_inset 
346
347 LaTeX A document preparation system
348 \begin_inset Quotes erd
349 \end_inset 
350
351
352 \layout Standard
353
354
355 \begin_inset Float table
356 placement htbp
357 wide false
358 collapsed true
359
360 \layout Caption
361
362 Greek letters
363 \layout Standard
364
365
366 \begin_inset  Tabular
367 <lyxtabular version="2" rows="4" columns="1">
368 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
369 <column alignment="center" valignment="top" leftline="false" rightline="false" width="" special="">
370 <row topline="false" bottomline="false" newpage="false">
371 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
372 \begin_inset Text
373
374 \layout Standard
375
376 Lowercase
377 \end_inset 
378 </cell>
379 </row>
380 <row topline="false" bottomline="false" newpage="false">
381 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
382 \begin_inset Text
383
384 \layout Standard
385
386
387 \begin_inset  Tabular
388 <lyxtabular version="2" rows="8" columns="8">
389 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
390 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
391 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
392 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
393 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
394 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
395 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
396 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
397 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
398 <row topline="false" bottomline="false" newpage="false">
399 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
400 \begin_inset Text
401
402 \layout Standard
403
404
405 \begin_inset Formula $\alpha $
406 \end_inset 
407
408
409 \end_inset 
410 </cell>
411 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
412 \begin_inset Text
413
414 \layout Standard
415
416
417 \family typewriter 
418
419 \backslash 
420 alpha
421 \end_inset 
422 </cell>
423 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
424 \begin_inset Text
425
426 \layout Standard
427
428
429 \begin_inset Formula $\theta $
430 \end_inset 
431
432
433 \end_inset 
434 </cell>
435 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
436 \begin_inset Text
437
438 \layout Standard
439
440
441 \family typewriter 
442
443 \backslash 
444 theta
445 \end_inset 
446 </cell>
447 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
448 \begin_inset Text
449
450 \layout Standard
451
452
453 \begin_inset Formula $o$
454 \end_inset 
455
456
457 \end_inset 
458 </cell>
459 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
460 \begin_inset Text
461
462 \layout Standard
463
464
465 \family typewriter 
466 o
467 \end_inset 
468 </cell>
469 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
470 \begin_inset Text
471
472 \layout Standard
473
474
475 \begin_inset Formula $\tau $
476 \end_inset 
477
478
479 \end_inset 
480 </cell>
481 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
482 \begin_inset Text
483
484 \layout Standard
485
486
487 \family typewriter 
488
489 \backslash 
490 tau
491 \end_inset 
492 </cell>
493 </row>
494 <row topline="false" bottomline="false" newpage="false">
495 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
496 \begin_inset Text
497
498 \layout Standard
499
500
501 \begin_inset Formula $\beta $
502 \end_inset 
503
504
505 \end_inset 
506 </cell>
507 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
508 \begin_inset Text
509
510 \layout Standard
511
512
513 \family typewriter 
514
515 \backslash 
516 beta
517 \end_inset 
518 </cell>
519 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
520 \begin_inset Text
521
522 \layout Standard
523
524
525 \begin_inset Formula $\vartheta $
526 \end_inset 
527
528
529 \end_inset 
530 </cell>
531 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
532 \begin_inset Text
533
534 \layout Standard
535
536
537 \family typewriter 
538
539 \backslash 
540 vartheta
541 \end_inset 
542 </cell>
543 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
544 \begin_inset Text
545
546 \layout Standard
547
548
549 \begin_inset Formula $\pi $
550 \end_inset 
551
552
553 \end_inset 
554 </cell>
555 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
556 \begin_inset Text
557
558 \layout Standard
559
560
561 \family typewriter 
562
563 \backslash 
564 pi
565 \end_inset 
566 </cell>
567 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
568 \begin_inset Text
569
570 \layout Standard
571
572
573 \begin_inset Formula $\upsilon $
574 \end_inset 
575
576
577 \end_inset 
578 </cell>
579 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
580 \begin_inset Text
581
582 \layout Standard
583
584
585 \family typewriter 
586
587 \backslash 
588 upsilon
589 \end_inset 
590 </cell>
591 </row>
592 <row topline="false" bottomline="false" newpage="false">
593 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
594 \begin_inset Text
595
596 \layout Standard
597
598
599 \begin_inset Formula $\gamma $
600 \end_inset 
601
602
603 \end_inset 
604 </cell>
605 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
606 \begin_inset Text
607
608 \layout Standard
609
610
611 \family typewriter 
612
613 \backslash 
614 gamma
615 \end_inset 
616 </cell>
617 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
618 \begin_inset Text
619
620 \layout Standard
621
622
623 \begin_inset Formula $\iota $
624 \end_inset 
625
626
627 \end_inset 
628 </cell>
629 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
630 \begin_inset Text
631
632 \layout Standard
633
634
635 \family typewriter 
636
637 \backslash 
638 iota
639 \end_inset 
640 </cell>
641 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
642 \begin_inset Text
643
644 \layout Standard
645
646
647 \begin_inset Formula $\varpi $
648 \end_inset 
649
650
651 \end_inset 
652 </cell>
653 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
654 \begin_inset Text
655
656 \layout Standard
657
658
659 \family typewriter 
660
661 \backslash 
662 varpi
663 \end_inset 
664 </cell>
665 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
666 \begin_inset Text
667
668 \layout Standard
669
670
671 \begin_inset Formula $\phi $
672 \end_inset 
673
674
675 \end_inset 
676 </cell>
677 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
678 \begin_inset Text
679
680 \layout Standard
681
682
683 \family typewriter 
684
685 \backslash 
686 phi
687 \end_inset 
688 </cell>
689 </row>
690 <row topline="false" bottomline="false" newpage="false">
691 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
692 \begin_inset Text
693
694 \layout Standard
695
696
697 \begin_inset Formula $\delta $
698 \end_inset 
699
700
701 \end_inset 
702 </cell>
703 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
704 \begin_inset Text
705
706 \layout Standard
707
708
709 \family typewriter 
710
711 \backslash 
712 delta
713 \end_inset 
714 </cell>
715 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
716 \begin_inset Text
717
718 \layout Standard
719
720
721 \begin_inset Formula $\kappa $
722 \end_inset 
723
724
725 \end_inset 
726 </cell>
727 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
728 \begin_inset Text
729
730 \layout Standard
731
732
733 \family typewriter 
734
735 \backslash 
736 kappa
737 \end_inset 
738 </cell>
739 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
740 \begin_inset Text
741
742 \layout Standard
743
744
745 \begin_inset Formula $\rho $
746 \end_inset 
747
748
749 \end_inset 
750 </cell>
751 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
752 \begin_inset Text
753
754 \layout Standard
755
756
757 \family typewriter 
758
759 \backslash 
760 rho
761 \end_inset 
762 </cell>
763 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
764 \begin_inset Text
765
766 \layout Standard
767
768
769 \begin_inset Formula $\varphi $
770 \end_inset 
771
772
773 \end_inset 
774 </cell>
775 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
776 \begin_inset Text
777
778 \layout Standard
779
780
781 \family typewriter 
782
783 \backslash 
784 varphi
785 \end_inset 
786 </cell>
787 </row>
788 <row topline="false" bottomline="false" newpage="false">
789 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
790 \begin_inset Text
791
792 \layout Standard
793
794
795 \begin_inset Formula $\epsilon $
796 \end_inset 
797
798
799 \end_inset 
800 </cell>
801 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
802 \begin_inset Text
803
804 \layout Standard
805
806
807 \family typewriter 
808
809 \backslash 
810 epsilon
811 \end_inset 
812 </cell>
813 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
814 \begin_inset Text
815
816 \layout Standard
817
818
819 \begin_inset Formula $\lambda $
820 \end_inset 
821
822
823 \end_inset 
824 </cell>
825 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
826 \begin_inset Text
827
828 \layout Standard
829
830
831 \family typewriter 
832
833 \backslash 
834 lambda
835 \end_inset 
836 </cell>
837 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
838 \begin_inset Text
839
840 \layout Standard
841
842
843 \begin_inset Formula $\varrho $
844 \end_inset 
845
846
847 \end_inset 
848 </cell>
849 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
850 \begin_inset Text
851
852 \layout Standard
853
854
855 \family typewriter 
856
857 \backslash 
858 varrho
859 \end_inset 
860 </cell>
861 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
862 \begin_inset Text
863
864 \layout Standard
865
866
867 \begin_inset Formula $\chi $
868 \end_inset 
869
870
871 \end_inset 
872 </cell>
873 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
874 \begin_inset Text
875
876 \layout Standard
877
878
879 \family typewriter 
880
881 \backslash 
882 chi
883 \end_inset 
884 </cell>
885 </row>
886 <row topline="false" bottomline="false" newpage="false">
887 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
888 \begin_inset Text
889
890 \layout Standard
891
892
893 \begin_inset Formula $\varepsilon $
894 \end_inset 
895
896
897 \end_inset 
898 </cell>
899 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
900 \begin_inset Text
901
902 \layout Standard
903
904
905 \family typewriter 
906
907 \backslash 
908 varepsilon
909 \end_inset 
910 </cell>
911 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
912 \begin_inset Text
913
914 \layout Standard
915
916
917 \begin_inset Formula $\mu $
918 \end_inset 
919
920
921 \end_inset 
922 </cell>
923 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
924 \begin_inset Text
925
926 \layout Standard
927
928
929 \family typewriter 
930
931 \backslash 
932 mu
933 \end_inset 
934 </cell>
935 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
936 \begin_inset Text
937
938 \layout Standard
939
940
941 \begin_inset Formula $\sigma $
942 \end_inset 
943
944
945 \end_inset 
946 </cell>
947 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
948 \begin_inset Text
949
950 \layout Standard
951
952
953 \family typewriter 
954
955 \backslash 
956 sigma
957 \end_inset 
958 </cell>
959 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
960 \begin_inset Text
961
962 \layout Standard
963
964
965 \begin_inset Formula $\psi $
966 \end_inset 
967
968
969 \end_inset 
970 </cell>
971 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
972 \begin_inset Text
973
974 \layout Standard
975
976
977 \family typewriter 
978
979 \backslash 
980 psi
981 \end_inset 
982 </cell>
983 </row>
984 <row topline="false" bottomline="false" newpage="false">
985 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
986 \begin_inset Text
987
988 \layout Standard
989
990
991 \begin_inset Formula $\zeta $
992 \end_inset 
993
994
995 \end_inset 
996 </cell>
997 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
998 \begin_inset Text
999
1000 \layout Standard
1001
1002
1003 \family typewriter 
1004
1005 \backslash 
1006 zeta
1007 \end_inset 
1008 </cell>
1009 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1010 \begin_inset Text
1011
1012 \layout Standard
1013
1014
1015 \begin_inset Formula $\nu $
1016 \end_inset 
1017
1018
1019 \end_inset 
1020 </cell>
1021 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1022 \begin_inset Text
1023
1024 \layout Standard
1025
1026
1027 \family typewriter 
1028
1029 \backslash 
1030 nu
1031 \end_inset 
1032 </cell>
1033 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1034 \begin_inset Text
1035
1036 \layout Standard
1037
1038
1039 \begin_inset Formula $\varsigma $
1040 \end_inset 
1041
1042
1043 \end_inset 
1044 </cell>
1045 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1046 \begin_inset Text
1047
1048 \layout Standard
1049
1050
1051 \family typewriter 
1052
1053 \backslash 
1054 varsigma
1055 \end_inset 
1056 </cell>
1057 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1058 \begin_inset Text
1059
1060 \layout Standard
1061
1062
1063 \begin_inset Formula $\omega $
1064 \end_inset 
1065
1066
1067 \end_inset 
1068 </cell>
1069 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1070 \begin_inset Text
1071
1072 \layout Standard
1073
1074
1075 \family typewriter 
1076
1077 \backslash 
1078 omega
1079 \end_inset 
1080 </cell>
1081 </row>
1082 <row topline="false" bottomline="false" newpage="false">
1083 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1084 \begin_inset Text
1085
1086 \layout Standard
1087
1088
1089 \begin_inset Formula $\eta $
1090 \end_inset 
1091
1092
1093 \end_inset 
1094 </cell>
1095 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1096 \begin_inset Text
1097
1098 \layout Standard
1099
1100
1101 \family typewriter 
1102
1103 \backslash 
1104 eta
1105 \end_inset 
1106 </cell>
1107 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1108 \begin_inset Text
1109
1110 \layout Standard
1111
1112
1113 \begin_inset Formula $\xi $
1114 \end_inset 
1115
1116
1117 \end_inset 
1118 </cell>
1119 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1120 \begin_inset Text
1121
1122 \layout Standard
1123
1124
1125 \family typewriter 
1126
1127 \backslash 
1128 xi
1129 \end_inset 
1130 </cell>
1131 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1132 \begin_inset Text
1133
1134 \layout Standard
1135
1136 \end_inset 
1137 </cell>
1138 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1139 \begin_inset Text
1140
1141 \layout Standard
1142
1143 \end_inset 
1144 </cell>
1145 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1146 \begin_inset Text
1147
1148 \layout Standard
1149
1150 \end_inset 
1151 </cell>
1152 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1153 \begin_inset Text
1154
1155 \layout Standard
1156
1157 \end_inset 
1158 </cell>
1159 </row>
1160 </lyxtabular>
1161
1162 \end_inset 
1163
1164
1165 \end_inset 
1166 </cell>
1167 </row>
1168 <row topline="false" bottomline="false" newpage="false">
1169 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1170 \begin_inset Text
1171
1172 \layout Standard
1173
1174 Uppercase
1175 \end_inset 
1176 </cell>
1177 </row>
1178 <row topline="false" bottomline="false" newpage="false">
1179 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1180 \begin_inset Text
1181
1182 \layout Standard
1183
1184
1185 \begin_inset  Tabular
1186 <lyxtabular version="2" rows="3" columns="8">
1187 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
1188 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
1189 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
1190 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
1191 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
1192 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
1193 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
1194 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
1195 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
1196 <row topline="false" bottomline="false" newpage="false">
1197 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1198 \begin_inset Text
1199
1200 \layout Standard
1201
1202
1203 \begin_inset Formula $\Gamma $
1204 \end_inset 
1205
1206
1207 \end_inset 
1208 </cell>
1209 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1210 \begin_inset Text
1211
1212 \layout Standard
1213
1214
1215 \family typewriter 
1216
1217 \backslash 
1218 Gamma
1219 \end_inset 
1220 </cell>
1221 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1222 \begin_inset Text
1223
1224 \layout Standard
1225
1226
1227 \begin_inset Formula $\Lambda $
1228 \end_inset 
1229
1230
1231 \end_inset 
1232 </cell>
1233 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1234 \begin_inset Text
1235
1236 \layout Standard
1237
1238
1239 \family typewriter 
1240
1241 \backslash 
1242 Lambda
1243 \end_inset 
1244 </cell>
1245 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1246 \begin_inset Text
1247
1248 \layout Standard
1249
1250
1251 \begin_inset Formula $\Sigma $
1252 \end_inset 
1253
1254
1255 \end_inset 
1256 </cell>
1257 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1258 \begin_inset Text
1259
1260 \layout Standard
1261
1262
1263 \family typewriter 
1264
1265 \backslash 
1266 Sigma
1267 \end_inset 
1268 </cell>
1269 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1270 \begin_inset Text
1271
1272 \layout Standard
1273
1274
1275 \begin_inset Formula $\Psi $
1276 \end_inset 
1277
1278
1279 \end_inset 
1280 </cell>
1281 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1282 \begin_inset Text
1283
1284 \layout Standard
1285
1286
1287 \family typewriter 
1288
1289 \backslash 
1290 Psi
1291 \end_inset 
1292 </cell>
1293 </row>
1294 <row topline="false" bottomline="false" newpage="false">
1295 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1296 \begin_inset Text
1297
1298 \layout Standard
1299
1300
1301 \begin_inset Formula $\Delta $
1302 \end_inset 
1303
1304
1305 \end_inset 
1306 </cell>
1307 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1308 \begin_inset Text
1309
1310 \layout Standard
1311
1312
1313 \family typewriter 
1314
1315 \backslash 
1316 Delta
1317 \end_inset 
1318 </cell>
1319 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1320 \begin_inset Text
1321
1322 \layout Standard
1323
1324
1325 \begin_inset Formula $\Xi $
1326 \end_inset 
1327
1328
1329 \end_inset 
1330 </cell>
1331 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1332 \begin_inset Text
1333
1334 \layout Standard
1335
1336
1337 \family typewriter 
1338
1339 \backslash 
1340 Xi
1341 \end_inset 
1342 </cell>
1343 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1344 \begin_inset Text
1345
1346 \layout Standard
1347
1348
1349 \begin_inset Formula $\Upsilon $
1350 \end_inset 
1351
1352
1353 \end_inset 
1354 </cell>
1355 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1356 \begin_inset Text
1357
1358 \layout Standard
1359
1360
1361 \family typewriter 
1362
1363 \backslash 
1364 Upsilon
1365 \end_inset 
1366 </cell>
1367 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1368 \begin_inset Text
1369
1370 \layout Standard
1371
1372
1373 \begin_inset Formula $\Omega $
1374 \end_inset 
1375
1376
1377 \end_inset 
1378 </cell>
1379 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1380 \begin_inset Text
1381
1382 \layout Standard
1383
1384
1385 \family typewriter 
1386
1387 \backslash 
1388 Omega
1389 \end_inset 
1390 </cell>
1391 </row>
1392 <row topline="false" bottomline="false" newpage="false">
1393 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1394 \begin_inset Text
1395
1396 \layout Standard
1397
1398
1399 \begin_inset Formula $\Theta $
1400 \end_inset 
1401
1402
1403 \end_inset 
1404 </cell>
1405 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1406 \begin_inset Text
1407
1408 \layout Standard
1409
1410
1411 \family typewriter 
1412
1413 \backslash 
1414 Theta
1415 \end_inset 
1416 </cell>
1417 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1418 \begin_inset Text
1419
1420 \layout Standard
1421
1422
1423 \begin_inset Formula $\Pi $
1424 \end_inset 
1425
1426
1427 \end_inset 
1428 </cell>
1429 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1430 \begin_inset Text
1431
1432 \layout Standard
1433
1434
1435 \family typewriter 
1436
1437 \backslash 
1438 Pi
1439 \end_inset 
1440 </cell>
1441 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1442 \begin_inset Text
1443
1444 \layout Standard
1445
1446
1447 \begin_inset Formula $\Phi $
1448 \end_inset 
1449
1450
1451 \end_inset 
1452 </cell>
1453 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1454 \begin_inset Text
1455
1456 \layout Standard
1457
1458
1459 \family typewriter 
1460
1461 \backslash 
1462 Phi
1463 \end_inset 
1464 </cell>
1465 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1466 \begin_inset Text
1467
1468 \layout Standard
1469
1470 \end_inset 
1471 </cell>
1472 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1473 \begin_inset Text
1474
1475 \layout Standard
1476
1477 \end_inset 
1478 </cell>
1479 </row>
1480 </lyxtabular>
1481
1482 \end_inset 
1483
1484
1485 \end_inset 
1486 </cell>
1487 </row>
1488 </lyxtabular>
1489
1490 \end_inset 
1491
1492
1493 \end_inset 
1494
1495
1496 \layout Standard
1497
1498
1499 \begin_inset Float table
1500 placement htbp
1501 wide false
1502 collapsed true
1503
1504 \layout Caption
1505
1506 Binary operation symbols
1507 \layout Standard
1508
1509
1510 \begin_inset  Tabular
1511 <lyxtabular version="2" rows="9" columns="8">
1512 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
1513 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
1514 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
1515 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
1516 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
1517 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
1518 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
1519 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
1520 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
1521 <row topline="false" bottomline="false" newpage="false">
1522 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1523 \begin_inset Text
1524
1525 \layout Standard
1526
1527
1528 \begin_inset Formula $\pm $
1529 \end_inset 
1530
1531
1532 \end_inset 
1533 </cell>
1534 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1535 \begin_inset Text
1536
1537 \layout Standard
1538
1539
1540 \family typewriter 
1541
1542 \backslash 
1543 pm
1544 \end_inset 
1545 </cell>
1546 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1547 \begin_inset Text
1548
1549 \layout Standard
1550
1551
1552 \begin_inset Formula $\cap $
1553 \end_inset 
1554
1555
1556 \end_inset 
1557 </cell>
1558 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1559 \begin_inset Text
1560
1561 \layout Standard
1562
1563
1564 \family typewriter 
1565
1566 \backslash 
1567 cap
1568 \end_inset 
1569 </cell>
1570 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1571 \begin_inset Text
1572
1573 \layout Standard
1574
1575
1576 \begin_inset Formula $\diamond $
1577 \end_inset 
1578
1579
1580 \end_inset 
1581 </cell>
1582 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1583 \begin_inset Text
1584
1585 \layout Standard
1586
1587
1588 \family typewriter 
1589
1590 \backslash 
1591 diamond
1592 \end_inset 
1593 </cell>
1594 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1595 \begin_inset Text
1596
1597 \layout Standard
1598
1599
1600 \begin_inset Formula $\oplus $
1601 \end_inset 
1602
1603
1604 \end_inset 
1605 </cell>
1606 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1607 \begin_inset Text
1608
1609 \layout Standard
1610
1611
1612 \family typewriter 
1613
1614 \backslash 
1615 oplus
1616 \end_inset 
1617 </cell>
1618 </row>
1619 <row topline="false" bottomline="false" newpage="false">
1620 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1621 \begin_inset Text
1622
1623 \layout Standard
1624
1625
1626 \begin_inset Formula $\mp $
1627 \end_inset 
1628
1629
1630 \end_inset 
1631 </cell>
1632 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1633 \begin_inset Text
1634
1635 \layout Standard
1636
1637
1638 \family typewriter 
1639
1640 \backslash 
1641 mp
1642 \end_inset 
1643 </cell>
1644 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1645 \begin_inset Text
1646
1647 \layout Standard
1648
1649
1650 \begin_inset Formula $\cup $
1651 \end_inset 
1652
1653
1654 \end_inset 
1655 </cell>
1656 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1657 \begin_inset Text
1658
1659 \layout Standard
1660
1661
1662 \family typewriter 
1663
1664 \backslash 
1665 cup
1666 \end_inset 
1667 </cell>
1668 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1669 \begin_inset Text
1670
1671 \layout Standard
1672
1673
1674 \begin_inset Formula $\bigtriangleup $
1675 \end_inset 
1676
1677
1678 \end_inset 
1679 </cell>
1680 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1681 \begin_inset Text
1682
1683 \layout Standard
1684
1685
1686 \family typewriter 
1687
1688 \backslash 
1689 bigtriangleup
1690 \end_inset 
1691 </cell>
1692 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1693 \begin_inset Text
1694
1695 \layout Standard
1696
1697
1698 \begin_inset Formula $\ominus $
1699 \end_inset 
1700
1701
1702 \end_inset 
1703 </cell>
1704 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1705 \begin_inset Text
1706
1707 \layout Standard
1708
1709
1710 \family typewriter 
1711
1712 \backslash 
1713 ominus
1714 \end_inset 
1715 </cell>
1716 </row>
1717 <row topline="false" bottomline="false" newpage="false">
1718 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1719 \begin_inset Text
1720
1721 \layout Standard
1722
1723
1724 \begin_inset Formula $\times $
1725 \end_inset 
1726
1727
1728 \end_inset 
1729 </cell>
1730 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1731 \begin_inset Text
1732
1733 \layout Standard
1734
1735
1736 \family typewriter 
1737
1738 \backslash 
1739 times
1740 \end_inset 
1741 </cell>
1742 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1743 \begin_inset Text
1744
1745 \layout Standard
1746
1747
1748 \begin_inset Formula $\uplus $
1749 \end_inset 
1750
1751
1752 \end_inset 
1753 </cell>
1754 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1755 \begin_inset Text
1756
1757 \layout Standard
1758
1759
1760 \family typewriter 
1761
1762 \backslash 
1763 uplus
1764 \end_inset 
1765 </cell>
1766 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1767 \begin_inset Text
1768
1769 \layout Standard
1770
1771
1772 \begin_inset Formula $\bigtriangledown $
1773 \end_inset 
1774
1775
1776 \end_inset 
1777 </cell>
1778 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1779 \begin_inset Text
1780
1781 \layout Standard
1782
1783
1784 \family typewriter 
1785
1786 \backslash 
1787 bigtriangledown
1788 \end_inset 
1789 </cell>
1790 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1791 \begin_inset Text
1792
1793 \layout Standard
1794
1795
1796 \begin_inset Formula $\otimes $
1797 \end_inset 
1798
1799
1800 \end_inset 
1801 </cell>
1802 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1803 \begin_inset Text
1804
1805 \layout Standard
1806
1807
1808 \family typewriter 
1809
1810 \backslash 
1811 otimes
1812 \end_inset 
1813 </cell>
1814 </row>
1815 <row topline="false" bottomline="false" newpage="false">
1816 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1817 \begin_inset Text
1818
1819 \layout Standard
1820
1821
1822 \begin_inset Formula $\div $
1823 \end_inset 
1824
1825
1826 \end_inset 
1827 </cell>
1828 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1829 \begin_inset Text
1830
1831 \layout Standard
1832
1833
1834 \family typewriter 
1835
1836 \backslash 
1837 div
1838 \end_inset 
1839 </cell>
1840 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1841 \begin_inset Text
1842
1843 \layout Standard
1844
1845
1846 \begin_inset Formula $\sqcap $
1847 \end_inset 
1848
1849
1850 \end_inset 
1851 </cell>
1852 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1853 \begin_inset Text
1854
1855 \layout Standard
1856
1857
1858 \family typewriter 
1859
1860 \backslash 
1861 sqcap
1862 \end_inset 
1863 </cell>
1864 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1865 \begin_inset Text
1866
1867 \layout Standard
1868
1869
1870 \begin_inset Formula $\triangleleft $
1871 \end_inset 
1872
1873
1874 \end_inset 
1875 </cell>
1876 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1877 \begin_inset Text
1878
1879 \layout Standard
1880
1881
1882 \family typewriter 
1883
1884 \backslash 
1885 triangleleft
1886 \end_inset 
1887 </cell>
1888 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1889 \begin_inset Text
1890
1891 \layout Standard
1892
1893
1894 \begin_inset Formula $\oslash $
1895 \end_inset 
1896
1897
1898 \end_inset 
1899 </cell>
1900 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1901 \begin_inset Text
1902
1903 \layout Standard
1904
1905
1906 \family typewriter 
1907
1908 \backslash 
1909 oslash
1910 \end_inset 
1911 </cell>
1912 </row>
1913 <row topline="false" bottomline="false" newpage="false">
1914 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1915 \begin_inset Text
1916
1917 \layout Standard
1918
1919
1920 \begin_inset Formula $\ast $
1921 \end_inset 
1922
1923
1924 \end_inset 
1925 </cell>
1926 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1927 \begin_inset Text
1928
1929 \layout Standard
1930
1931
1932 \family typewriter 
1933
1934 \backslash 
1935 ast
1936 \end_inset 
1937 </cell>
1938 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1939 \begin_inset Text
1940
1941 \layout Standard
1942
1943
1944 \begin_inset Formula $\sqcup $
1945 \end_inset 
1946
1947
1948 \end_inset 
1949 </cell>
1950 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1951 \begin_inset Text
1952
1953 \layout Standard
1954
1955
1956 \family typewriter 
1957
1958 \backslash 
1959 sqcup
1960 \end_inset 
1961 </cell>
1962 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1963 \begin_inset Text
1964
1965 \layout Standard
1966
1967
1968 \begin_inset Formula $\triangleright $
1969 \end_inset 
1970
1971
1972 \end_inset 
1973 </cell>
1974 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1975 \begin_inset Text
1976
1977 \layout Standard
1978
1979
1980 \family typewriter 
1981
1982 \backslash 
1983 triangleright
1984 \end_inset 
1985 </cell>
1986 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
1987 \begin_inset Text
1988
1989 \layout Standard
1990
1991
1992 \begin_inset Formula $\odot $
1993 \end_inset 
1994
1995
1996 \end_inset 
1997 </cell>
1998 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
1999 \begin_inset Text
2000
2001 \layout Standard
2002
2003
2004 \family typewriter 
2005
2006 \backslash 
2007 odot
2008 \end_inset 
2009 </cell>
2010 </row>
2011 <row topline="false" bottomline="false" newpage="false">
2012 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2013 \begin_inset Text
2014
2015 \layout Standard
2016
2017
2018 \begin_inset Formula $\star $
2019 \end_inset 
2020
2021
2022 \end_inset 
2023 </cell>
2024 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2025 \begin_inset Text
2026
2027 \layout Standard
2028
2029
2030 \family typewriter 
2031
2032 \backslash 
2033 star
2034 \end_inset 
2035 </cell>
2036 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2037 \begin_inset Text
2038
2039 \layout Standard
2040
2041
2042 \begin_inset Formula $\vee $
2043 \end_inset 
2044
2045
2046 \end_inset 
2047 </cell>
2048 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2049 \begin_inset Text
2050
2051 \layout Standard
2052
2053
2054 \family typewriter 
2055
2056 \backslash 
2057 vee
2058 \end_inset 
2059 </cell>
2060 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2061 \begin_inset Text
2062
2063 \layout Standard
2064
2065
2066 \begin_inset Formula $\lhd $
2067 \end_inset 
2068
2069
2070 \end_inset 
2071 </cell>
2072 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2073 \begin_inset Text
2074
2075 \layout Standard
2076
2077
2078 \family typewriter 
2079
2080 \backslash 
2081 lhd
2082 \end_inset 
2083 </cell>
2084 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2085 \begin_inset Text
2086
2087 \layout Standard
2088
2089
2090 \begin_inset Formula $\bigcirc $
2091 \end_inset 
2092
2093
2094 \end_inset 
2095 </cell>
2096 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2097 \begin_inset Text
2098
2099 \layout Standard
2100
2101
2102 \family typewriter 
2103
2104 \backslash 
2105 bigcirc
2106 \end_inset 
2107 </cell>
2108 </row>
2109 <row topline="false" bottomline="false" newpage="false">
2110 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2111 \begin_inset Text
2112
2113 \layout Standard
2114
2115
2116 \begin_inset Formula $\circ $
2117 \end_inset 
2118
2119
2120 \end_inset 
2121 </cell>
2122 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2123 \begin_inset Text
2124
2125 \layout Standard
2126
2127
2128 \family typewriter 
2129
2130 \backslash 
2131 circ
2132 \end_inset 
2133 </cell>
2134 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2135 \begin_inset Text
2136
2137 \layout Standard
2138
2139
2140 \begin_inset Formula $\wedge $
2141 \end_inset 
2142
2143
2144 \end_inset 
2145 </cell>
2146 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2147 \begin_inset Text
2148
2149 \layout Standard
2150
2151
2152 \family typewriter 
2153
2154 \backslash 
2155 wedge
2156 \end_inset 
2157 </cell>
2158 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2159 \begin_inset Text
2160
2161 \layout Standard
2162
2163
2164 \begin_inset Formula $\rhd $
2165 \end_inset 
2166
2167
2168 \end_inset 
2169 </cell>
2170 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2171 \begin_inset Text
2172
2173 \layout Standard
2174
2175
2176 \family typewriter 
2177
2178 \backslash 
2179 rhd
2180 \end_inset 
2181 </cell>
2182 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2183 \begin_inset Text
2184
2185 \layout Standard
2186
2187
2188 \begin_inset Formula $\dagger $
2189 \end_inset 
2190
2191
2192 \end_inset 
2193 </cell>
2194 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2195 \begin_inset Text
2196
2197 \layout Standard
2198
2199
2200 \family typewriter 
2201
2202 \backslash 
2203 dagger
2204 \end_inset 
2205 </cell>
2206 </row>
2207 <row topline="false" bottomline="false" newpage="false">
2208 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2209 \begin_inset Text
2210
2211 \layout Standard
2212
2213
2214 \begin_inset Formula $\bullet $
2215 \end_inset 
2216
2217
2218 \end_inset 
2219 </cell>
2220 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2221 \begin_inset Text
2222
2223 \layout Standard
2224
2225
2226 \family typewriter 
2227
2228 \backslash 
2229 bullet
2230 \end_inset 
2231 </cell>
2232 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2233 \begin_inset Text
2234
2235 \layout Standard
2236
2237
2238 \begin_inset Formula $\setminus $
2239 \end_inset 
2240
2241
2242 \end_inset 
2243 </cell>
2244 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2245 \begin_inset Text
2246
2247 \layout Standard
2248
2249
2250 \family typewriter 
2251
2252 \backslash 
2253 setminus
2254 \end_inset 
2255 </cell>
2256 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2257 \begin_inset Text
2258
2259 \layout Standard
2260
2261
2262 \begin_inset Formula $\unlhd $
2263 \end_inset 
2264
2265
2266 \end_inset 
2267 </cell>
2268 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2269 \begin_inset Text
2270
2271 \layout Standard
2272
2273
2274 \family typewriter 
2275
2276 \backslash 
2277 unlhd
2278 \end_inset 
2279 </cell>
2280 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2281 \begin_inset Text
2282
2283 \layout Standard
2284
2285
2286 \begin_inset Formula $\ddagger $
2287 \end_inset 
2288
2289
2290 \end_inset 
2291 </cell>
2292 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2293 \begin_inset Text
2294
2295 \layout Standard
2296
2297
2298 \family typewriter 
2299
2300 \backslash 
2301 ddagger
2302 \end_inset 
2303 </cell>
2304 </row>
2305 <row topline="false" bottomline="false" newpage="false">
2306 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2307 \begin_inset Text
2308
2309 \layout Standard
2310
2311
2312 \begin_inset Formula $\cdot $
2313 \end_inset 
2314
2315
2316 \end_inset 
2317 </cell>
2318 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2319 \begin_inset Text
2320
2321 \layout Standard
2322
2323
2324 \family typewriter 
2325
2326 \backslash 
2327 cdot
2328 \end_inset 
2329 </cell>
2330 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2331 \begin_inset Text
2332
2333 \layout Standard
2334
2335
2336 \begin_inset Formula $\wr $
2337 \end_inset 
2338
2339
2340 \end_inset 
2341 </cell>
2342 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2343 \begin_inset Text
2344
2345 \layout Standard
2346
2347
2348 \family typewriter 
2349
2350 \backslash 
2351 wr
2352 \end_inset 
2353 </cell>
2354 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2355 \begin_inset Text
2356
2357 \layout Standard
2358
2359
2360 \begin_inset Formula $\unrhd $
2361 \end_inset 
2362
2363
2364 \end_inset 
2365 </cell>
2366 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2367 \begin_inset Text
2368
2369 \layout Standard
2370
2371
2372 \family typewriter 
2373
2374 \backslash 
2375 unrhd
2376 \end_inset 
2377 </cell>
2378 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2379 \begin_inset Text
2380
2381 \layout Standard
2382
2383
2384 \begin_inset Formula $\amalg $
2385 \end_inset 
2386
2387
2388 \end_inset 
2389 </cell>
2390 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2391 \begin_inset Text
2392
2393 \layout Standard
2394
2395
2396 \family typewriter 
2397
2398 \backslash 
2399 amalg
2400 \end_inset 
2401 </cell>
2402 </row>
2403 </lyxtabular>
2404
2405 \end_inset 
2406
2407
2408 \end_inset 
2409
2410
2411 \layout Standard
2412
2413
2414 \begin_inset Float table
2415 placement htbp
2416 wide false
2417 collapsed true
2418
2419 \layout Caption
2420
2421 Relation symbols
2422 \layout Standard
2423
2424
2425 \begin_inset  Tabular
2426 <lyxtabular version="2" rows="10" columns="8">
2427 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
2428 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
2429 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
2430 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
2431 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
2432 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
2433 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
2434 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
2435 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
2436 <row topline="false" bottomline="false" newpage="false">
2437 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2438 \begin_inset Text
2439
2440 \layout Standard
2441
2442
2443 \begin_inset Formula $\leq $
2444 \end_inset 
2445
2446
2447 \end_inset 
2448 </cell>
2449 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2450 \begin_inset Text
2451
2452 \layout Standard
2453
2454
2455 \family typewriter 
2456
2457 \backslash 
2458 leq
2459 \end_inset 
2460 </cell>
2461 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2462 \begin_inset Text
2463
2464 \layout Standard
2465
2466
2467 \begin_inset Formula $\geq $
2468 \end_inset 
2469
2470
2471 \end_inset 
2472 </cell>
2473 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2474 \begin_inset Text
2475
2476 \layout Standard
2477
2478
2479 \family typewriter 
2480
2481 \backslash 
2482 geq
2483 \end_inset 
2484 </cell>
2485 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2486 \begin_inset Text
2487
2488 \layout Standard
2489
2490
2491 \begin_inset Formula $\equiv $
2492 \end_inset 
2493
2494
2495 \end_inset 
2496 </cell>
2497 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2498 \begin_inset Text
2499
2500 \layout Standard
2501
2502
2503 \family typewriter 
2504
2505 \backslash 
2506 equiv
2507 \end_inset 
2508 </cell>
2509 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2510 \begin_inset Text
2511
2512 \layout Standard
2513
2514
2515 \begin_inset Formula $\models $
2516 \end_inset 
2517
2518
2519 \end_inset 
2520 </cell>
2521 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2522 \begin_inset Text
2523
2524 \layout Standard
2525
2526
2527 \family typewriter 
2528
2529 \backslash 
2530 models
2531 \end_inset 
2532 </cell>
2533 </row>
2534 <row topline="false" bottomline="false" newpage="false">
2535 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2536 \begin_inset Text
2537
2538 \layout Standard
2539
2540
2541 \begin_inset Formula $\prec $
2542 \end_inset 
2543
2544
2545 \end_inset 
2546 </cell>
2547 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2548 \begin_inset Text
2549
2550 \layout Standard
2551
2552
2553 \family typewriter 
2554
2555 \backslash 
2556 prec
2557 \end_inset 
2558 </cell>
2559 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2560 \begin_inset Text
2561
2562 \layout Standard
2563
2564
2565 \begin_inset Formula $\succ $
2566 \end_inset 
2567
2568
2569 \end_inset 
2570 </cell>
2571 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2572 \begin_inset Text
2573
2574 \layout Standard
2575
2576
2577 \family typewriter 
2578
2579 \backslash 
2580 succ
2581 \end_inset 
2582 </cell>
2583 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2584 \begin_inset Text
2585
2586 \layout Standard
2587
2588
2589 \begin_inset Formula $\sim $
2590 \end_inset 
2591
2592
2593 \end_inset 
2594 </cell>
2595 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2596 \begin_inset Text
2597
2598 \layout Standard
2599
2600
2601 \family typewriter 
2602
2603 \backslash 
2604 sim
2605 \end_inset 
2606 </cell>
2607 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2608 \begin_inset Text
2609
2610 \layout Standard
2611
2612
2613 \begin_inset Formula $\perp $
2614 \end_inset 
2615
2616
2617 \end_inset 
2618 </cell>
2619 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2620 \begin_inset Text
2621
2622 \layout Standard
2623
2624
2625 \family typewriter 
2626
2627 \backslash 
2628 perp
2629 \end_inset 
2630 </cell>
2631 </row>
2632 <row topline="false" bottomline="false" newpage="false">
2633 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2634 \begin_inset Text
2635
2636 \layout Standard
2637
2638
2639 \begin_inset Formula $\preceq $
2640 \end_inset 
2641
2642
2643 \end_inset 
2644 </cell>
2645 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2646 \begin_inset Text
2647
2648 \layout Standard
2649
2650
2651 \family typewriter 
2652
2653 \backslash 
2654 preceq
2655 \end_inset 
2656 </cell>
2657 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2658 \begin_inset Text
2659
2660 \layout Standard
2661
2662
2663 \begin_inset Formula $\succeq $
2664 \end_inset 
2665
2666
2667 \end_inset 
2668 </cell>
2669 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2670 \begin_inset Text
2671
2672 \layout Standard
2673
2674
2675 \family typewriter 
2676
2677 \backslash 
2678 succeq
2679 \end_inset 
2680 </cell>
2681 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2682 \begin_inset Text
2683
2684 \layout Standard
2685
2686
2687 \begin_inset Formula $\simeq $
2688 \end_inset 
2689
2690
2691 \end_inset 
2692 </cell>
2693 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2694 \begin_inset Text
2695
2696 \layout Standard
2697
2698
2699 \family typewriter 
2700
2701 \backslash 
2702 simeq
2703 \end_inset 
2704 </cell>
2705 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2706 \begin_inset Text
2707
2708 \layout Standard
2709
2710
2711 \begin_inset Formula $\mid $
2712 \end_inset 
2713
2714
2715 \end_inset 
2716 </cell>
2717 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2718 \begin_inset Text
2719
2720 \layout Standard
2721
2722
2723 \family typewriter 
2724
2725 \backslash 
2726 mid
2727 \end_inset 
2728 </cell>
2729 </row>
2730 <row topline="false" bottomline="false" newpage="false">
2731 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2732 \begin_inset Text
2733
2734 \layout Standard
2735
2736
2737 \begin_inset Formula $\ll $
2738 \end_inset 
2739
2740
2741 \end_inset 
2742 </cell>
2743 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2744 \begin_inset Text
2745
2746 \layout Standard
2747
2748
2749 \family typewriter 
2750
2751 \backslash 
2752 ll
2753 \end_inset 
2754 </cell>
2755 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2756 \begin_inset Text
2757
2758 \layout Standard
2759
2760
2761 \begin_inset Formula $\gg $
2762 \end_inset 
2763
2764
2765 \end_inset 
2766 </cell>
2767 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2768 \begin_inset Text
2769
2770 \layout Standard
2771
2772
2773 \family typewriter 
2774
2775 \backslash 
2776 gg
2777 \end_inset 
2778 </cell>
2779 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2780 \begin_inset Text
2781
2782 \layout Standard
2783
2784
2785 \begin_inset Formula $\asymp $
2786 \end_inset 
2787
2788
2789 \end_inset 
2790 </cell>
2791 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2792 \begin_inset Text
2793
2794 \layout Standard
2795
2796
2797 \family typewriter 
2798
2799 \backslash 
2800 asymp
2801 \end_inset 
2802 </cell>
2803 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2804 \begin_inset Text
2805
2806 \layout Standard
2807
2808
2809 \begin_inset Formula $\parallel $
2810 \end_inset 
2811
2812
2813 \end_inset 
2814 </cell>
2815 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2816 \begin_inset Text
2817
2818 \layout Standard
2819
2820
2821 \family typewriter 
2822
2823 \backslash 
2824 parallel
2825 \end_inset 
2826 </cell>
2827 </row>
2828 <row topline="false" bottomline="false" newpage="false">
2829 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2830 \begin_inset Text
2831
2832 \layout Standard
2833
2834
2835 \begin_inset Formula $\subset $
2836 \end_inset 
2837
2838
2839 \end_inset 
2840 </cell>
2841 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2842 \begin_inset Text
2843
2844 \layout Standard
2845
2846
2847 \family typewriter 
2848
2849 \backslash 
2850 subset
2851 \end_inset 
2852 </cell>
2853 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2854 \begin_inset Text
2855
2856 \layout Standard
2857
2858
2859 \begin_inset Formula $\supset $
2860 \end_inset 
2861
2862
2863 \end_inset 
2864 </cell>
2865 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2866 \begin_inset Text
2867
2868 \layout Standard
2869
2870
2871 \family typewriter 
2872
2873 \backslash 
2874 supset
2875 \end_inset 
2876 </cell>
2877 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2878 \begin_inset Text
2879
2880 \layout Standard
2881
2882
2883 \begin_inset Formula $\approx $
2884 \end_inset 
2885
2886
2887 \end_inset 
2888 </cell>
2889 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2890 \begin_inset Text
2891
2892 \layout Standard
2893
2894
2895 \family typewriter 
2896
2897 \backslash 
2898 approx
2899 \end_inset 
2900 </cell>
2901 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2902 \begin_inset Text
2903
2904 \layout Standard
2905
2906
2907 \begin_inset Formula $\bowtie $
2908 \end_inset 
2909
2910
2911 \end_inset 
2912 </cell>
2913 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
2914 \begin_inset Text
2915
2916 \layout Standard
2917
2918
2919 \family typewriter 
2920
2921 \backslash 
2922 bowtie
2923 \end_inset 
2924 </cell>
2925 </row>
2926 <row topline="false" bottomline="false" newpage="false">
2927 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2928 \begin_inset Text
2929
2930 \layout Standard
2931
2932
2933 \begin_inset Formula $\subseteq $
2934 \end_inset 
2935
2936
2937 \end_inset 
2938 </cell>
2939 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2940 \begin_inset Text
2941
2942 \layout Standard
2943
2944
2945 \family typewriter 
2946
2947 \backslash 
2948 subseteq
2949 \end_inset 
2950 </cell>
2951 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2952 \begin_inset Text
2953
2954 \layout Standard
2955
2956
2957 \begin_inset Formula $\supseteq $
2958 \end_inset 
2959
2960
2961 \end_inset 
2962 </cell>
2963 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2964 \begin_inset Text
2965
2966 \layout Standard
2967
2968
2969 \family typewriter 
2970
2971 \backslash 
2972 supseteq
2973 \end_inset 
2974 </cell>
2975 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2976 \begin_inset Text
2977
2978 \layout Standard
2979
2980
2981 \begin_inset Formula $\cong $
2982 \end_inset 
2983
2984
2985 \end_inset 
2986 </cell>
2987 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
2988 \begin_inset Text
2989
2990 \layout Standard
2991
2992
2993 \family typewriter 
2994
2995 \backslash 
2996 cong
2997 \end_inset 
2998 </cell>
2999 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3000 \begin_inset Text
3001
3002 \layout Standard
3003
3004
3005 \begin_inset Formula $\Join $
3006 \end_inset 
3007
3008
3009 \end_inset 
3010 </cell>
3011 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3012 \begin_inset Text
3013
3014 \layout Standard
3015
3016
3017 \family typewriter 
3018
3019 \backslash 
3020 Join
3021 \end_inset 
3022 </cell>
3023 </row>
3024 <row topline="false" bottomline="false" newpage="false">
3025 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3026 \begin_inset Text
3027
3028 \layout Standard
3029
3030
3031 \begin_inset Formula $\sqsubset $
3032 \end_inset 
3033
3034
3035 \end_inset 
3036 </cell>
3037 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3038 \begin_inset Text
3039
3040 \layout Standard
3041
3042
3043 \family typewriter 
3044
3045 \backslash 
3046 sqsubset
3047 \end_inset 
3048 </cell>
3049 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3050 \begin_inset Text
3051
3052 \layout Standard
3053
3054
3055 \begin_inset Formula $\sqsupset $
3056 \end_inset 
3057
3058
3059 \end_inset 
3060 </cell>
3061 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3062 \begin_inset Text
3063
3064 \layout Standard
3065
3066
3067 \family typewriter 
3068
3069 \backslash 
3070 sqsupset
3071 \end_inset 
3072 </cell>
3073 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3074 \begin_inset Text
3075
3076 \layout Standard
3077
3078
3079 \begin_inset Formula $\neq $
3080 \end_inset 
3081
3082
3083 \end_inset 
3084 </cell>
3085 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3086 \begin_inset Text
3087
3088 \layout Standard
3089
3090
3091 \family typewriter 
3092
3093 \backslash 
3094 neq
3095 \end_inset 
3096 </cell>
3097 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3098 \begin_inset Text
3099
3100 \layout Standard
3101
3102
3103 \begin_inset Formula $\smile $
3104 \end_inset 
3105
3106
3107 \end_inset 
3108 </cell>
3109 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3110 \begin_inset Text
3111
3112 \layout Standard
3113
3114
3115 \family typewriter 
3116
3117 \backslash 
3118 smile
3119 \end_inset 
3120 </cell>
3121 </row>
3122 <row topline="false" bottomline="false" newpage="false">
3123 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3124 \begin_inset Text
3125
3126 \layout Standard
3127
3128
3129 \begin_inset Formula $\sqsubseteq $
3130 \end_inset 
3131
3132
3133 \end_inset 
3134 </cell>
3135 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3136 \begin_inset Text
3137
3138 \layout Standard
3139
3140
3141 \family typewriter 
3142
3143 \backslash 
3144 sqsubseteq
3145 \end_inset 
3146 </cell>
3147 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3148 \begin_inset Text
3149
3150 \layout Standard
3151
3152
3153 \begin_inset Formula $\sqsupseteq $
3154 \end_inset 
3155
3156
3157 \end_inset 
3158 </cell>
3159 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3160 \begin_inset Text
3161
3162 \layout Standard
3163
3164
3165 \family typewriter 
3166
3167 \backslash 
3168 sqsupseteq
3169 \end_inset 
3170 </cell>
3171 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3172 \begin_inset Text
3173
3174 \layout Standard
3175
3176
3177 \begin_inset Formula $\doteq $
3178 \end_inset 
3179
3180
3181 \end_inset 
3182 </cell>
3183 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3184 \begin_inset Text
3185
3186 \layout Standard
3187
3188
3189 \family typewriter 
3190
3191 \backslash 
3192 doteq
3193 \end_inset 
3194 </cell>
3195 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3196 \begin_inset Text
3197
3198 \layout Standard
3199
3200
3201 \begin_inset Formula $\frown $
3202 \end_inset 
3203
3204
3205 \end_inset 
3206 </cell>
3207 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3208 \begin_inset Text
3209
3210 \layout Standard
3211
3212
3213 \family typewriter 
3214
3215 \backslash 
3216 frown
3217 \end_inset 
3218 </cell>
3219 </row>
3220 <row topline="false" bottomline="false" newpage="false">
3221 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3222 \begin_inset Text
3223
3224 \layout Standard
3225
3226
3227 \begin_inset Formula $\in $
3228 \end_inset 
3229
3230
3231 \end_inset 
3232 </cell>
3233 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3234 \begin_inset Text
3235
3236 \layout Standard
3237
3238
3239 \family typewriter 
3240
3241 \backslash 
3242 in
3243 \end_inset 
3244 </cell>
3245 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3246 \begin_inset Text
3247
3248 \layout Standard
3249
3250
3251 \begin_inset Formula $\ni $
3252 \end_inset 
3253
3254
3255 \end_inset 
3256 </cell>
3257 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3258 \begin_inset Text
3259
3260 \layout Standard
3261
3262
3263 \family typewriter 
3264
3265 \backslash 
3266 ni
3267 \end_inset 
3268 </cell>
3269 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3270 \begin_inset Text
3271
3272 \layout Standard
3273
3274
3275 \begin_inset Formula $\propto $
3276 \end_inset 
3277
3278
3279 \end_inset 
3280 </cell>
3281 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3282 \begin_inset Text
3283
3284 \layout Standard
3285
3286
3287 \family typewriter 
3288
3289 \backslash 
3290 propto
3291 \end_inset 
3292 </cell>
3293 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3294 \begin_inset Text
3295
3296 \layout Standard
3297
3298 \end_inset 
3299 </cell>
3300 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3301 \begin_inset Text
3302
3303 \layout Standard
3304
3305 \end_inset 
3306 </cell>
3307 </row>
3308 <row topline="false" bottomline="false" newpage="false">
3309 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3310 \begin_inset Text
3311
3312 \layout Standard
3313
3314
3315 \begin_inset Formula $\vdash $
3316 \end_inset 
3317
3318
3319 \end_inset 
3320 </cell>
3321 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3322 \begin_inset Text
3323
3324 \layout Standard
3325
3326
3327 \family typewriter 
3328
3329 \backslash 
3330 vdash
3331 \end_inset 
3332 </cell>
3333 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3334 \begin_inset Text
3335
3336 \layout Standard
3337
3338
3339 \begin_inset Formula $\dashv $
3340 \end_inset 
3341
3342
3343 \end_inset 
3344 </cell>
3345 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3346 \begin_inset Text
3347
3348 \layout Standard
3349
3350
3351 \family typewriter 
3352
3353 \backslash 
3354 dashv
3355 \end_inset 
3356 </cell>
3357 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3358 \begin_inset Text
3359
3360 \layout Standard
3361
3362 \end_inset 
3363 </cell>
3364 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3365 \begin_inset Text
3366
3367 \layout Standard
3368
3369 \end_inset 
3370 </cell>
3371 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3372 \begin_inset Text
3373
3374 \layout Standard
3375
3376 \end_inset 
3377 </cell>
3378 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3379 \begin_inset Text
3380
3381 \layout Standard
3382
3383 \end_inset 
3384 </cell>
3385 </row>
3386 </lyxtabular>
3387
3388 \end_inset 
3389
3390
3391 \end_inset 
3392
3393
3394 \layout Standard
3395
3396
3397 \begin_inset Float table
3398 placement htbp
3399 wide false
3400 collapsed true
3401
3402 \layout Caption
3403
3404 Arrow symbols
3405 \layout Standard
3406
3407
3408 \begin_inset  Tabular
3409 <lyxtabular version="2" rows="11" columns="6">
3410 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
3411 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
3412 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
3413 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
3414 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
3415 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
3416 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
3417 <row topline="false" bottomline="false" newpage="false">
3418 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3419 \begin_inset Text
3420
3421 \layout Standard
3422
3423
3424 \begin_inset Formula $\leftarrow $
3425 \end_inset 
3426
3427
3428 \end_inset 
3429 </cell>
3430 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3431 \begin_inset Text
3432
3433 \layout Standard
3434
3435
3436 \family typewriter 
3437
3438 \backslash 
3439 leftarrow
3440 \end_inset 
3441 </cell>
3442 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3443 \begin_inset Text
3444
3445 \layout Standard
3446
3447
3448 \begin_inset Formula $\longleftarrow $
3449 \end_inset 
3450
3451
3452 \end_inset 
3453 </cell>
3454 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3455 \begin_inset Text
3456
3457 \layout Standard
3458
3459
3460 \family typewriter 
3461
3462 \backslash 
3463 longleftarrow
3464 \end_inset 
3465 </cell>
3466 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3467 \begin_inset Text
3468
3469 \layout Standard
3470
3471
3472 \begin_inset Formula $\uparrow $
3473 \end_inset 
3474
3475
3476 \end_inset 
3477 </cell>
3478 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3479 \begin_inset Text
3480
3481 \layout Standard
3482
3483
3484 \family typewriter 
3485
3486 \backslash 
3487 uparrow
3488 \end_inset 
3489 </cell>
3490 </row>
3491 <row topline="false" bottomline="false" newpage="false">
3492 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3493 \begin_inset Text
3494
3495 \layout Standard
3496
3497
3498 \begin_inset Formula $\Leftarrow $
3499 \end_inset 
3500
3501
3502 \end_inset 
3503 </cell>
3504 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3505 \begin_inset Text
3506
3507 \layout Standard
3508
3509
3510 \family typewriter 
3511
3512 \backslash 
3513 Leftarrow
3514 \end_inset 
3515 </cell>
3516 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3517 \begin_inset Text
3518
3519 \layout Standard
3520
3521
3522 \begin_inset Formula $\Longleftarrow $
3523 \end_inset 
3524
3525
3526 \end_inset 
3527 </cell>
3528 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3529 \begin_inset Text
3530
3531 \layout Standard
3532
3533
3534 \family typewriter 
3535
3536 \backslash 
3537 Longleftarrow
3538 \end_inset 
3539 </cell>
3540 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3541 \begin_inset Text
3542
3543 \layout Standard
3544
3545
3546 \begin_inset Formula $\Uparrow $
3547 \end_inset 
3548
3549
3550 \end_inset 
3551 </cell>
3552 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3553 \begin_inset Text
3554
3555 \layout Standard
3556
3557
3558 \family typewriter 
3559
3560 \backslash 
3561 Uparrow
3562 \end_inset 
3563 </cell>
3564 </row>
3565 <row topline="false" bottomline="false" newpage="false">
3566 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3567 \begin_inset Text
3568
3569 \layout Standard
3570
3571
3572 \begin_inset Formula $\rightarrow $
3573 \end_inset 
3574
3575
3576 \end_inset 
3577 </cell>
3578 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3579 \begin_inset Text
3580
3581 \layout Standard
3582
3583
3584 \family typewriter 
3585
3586 \backslash 
3587 rightarrow
3588 \end_inset 
3589 </cell>
3590 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3591 \begin_inset Text
3592
3593 \layout Standard
3594
3595
3596 \begin_inset Formula $\longrightarrow $
3597 \end_inset 
3598
3599
3600 \end_inset 
3601 </cell>
3602 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3603 \begin_inset Text
3604
3605 \layout Standard
3606
3607
3608 \family typewriter 
3609
3610 \backslash 
3611 longrightarrow
3612 \end_inset 
3613 </cell>
3614 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3615 \begin_inset Text
3616
3617 \layout Standard
3618
3619
3620 \begin_inset Formula $\downarrow $
3621 \end_inset 
3622
3623
3624 \end_inset 
3625 </cell>
3626 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3627 \begin_inset Text
3628
3629 \layout Standard
3630
3631
3632 \family typewriter 
3633
3634 \backslash 
3635 downarrow
3636 \end_inset 
3637 </cell>
3638 </row>
3639 <row topline="false" bottomline="false" newpage="false">
3640 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3641 \begin_inset Text
3642
3643 \layout Standard
3644
3645
3646 \begin_inset Formula $\Rightarrow $
3647 \end_inset 
3648
3649
3650 \end_inset 
3651 </cell>
3652 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3653 \begin_inset Text
3654
3655 \layout Standard
3656
3657
3658 \family typewriter 
3659
3660 \backslash 
3661 Rightarrow
3662 \end_inset 
3663 </cell>
3664 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3665 \begin_inset Text
3666
3667 \layout Standard
3668
3669
3670 \begin_inset Formula $\Longrightarrow $
3671 \end_inset 
3672
3673
3674 \end_inset 
3675 </cell>
3676 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3677 \begin_inset Text
3678
3679 \layout Standard
3680
3681
3682 \family typewriter 
3683
3684 \backslash 
3685 Longrightarrow
3686 \end_inset 
3687 </cell>
3688 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3689 \begin_inset Text
3690
3691 \layout Standard
3692
3693
3694 \begin_inset Formula $\Downarrow $
3695 \end_inset 
3696
3697
3698 \end_inset 
3699 </cell>
3700 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3701 \begin_inset Text
3702
3703 \layout Standard
3704
3705
3706 \family typewriter 
3707
3708 \backslash 
3709 Downarrow
3710 \end_inset 
3711 </cell>
3712 </row>
3713 <row topline="false" bottomline="false" newpage="false">
3714 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3715 \begin_inset Text
3716
3717 \layout Standard
3718
3719
3720 \begin_inset Formula $\leftrightarrow $
3721 \end_inset 
3722
3723
3724 \end_inset 
3725 </cell>
3726 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3727 \begin_inset Text
3728
3729 \layout Standard
3730
3731
3732 \family typewriter 
3733
3734 \backslash 
3735 leftrightarrow
3736 \end_inset 
3737 </cell>
3738 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3739 \begin_inset Text
3740
3741 \layout Standard
3742
3743
3744 \begin_inset Formula $\longleftrightarrow $
3745 \end_inset 
3746
3747
3748 \end_inset 
3749 </cell>
3750 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3751 \begin_inset Text
3752
3753 \layout Standard
3754
3755
3756 \family typewriter 
3757
3758 \backslash 
3759 longleftrightarrow
3760 \end_inset 
3761 </cell>
3762 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3763 \begin_inset Text
3764
3765 \layout Standard
3766
3767
3768 \begin_inset Formula $\updownarrow $
3769 \end_inset 
3770
3771
3772 \end_inset 
3773 </cell>
3774 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3775 \begin_inset Text
3776
3777 \layout Standard
3778
3779
3780 \family typewriter 
3781
3782 \backslash 
3783 updownarrow
3784 \end_inset 
3785 </cell>
3786 </row>
3787 <row topline="false" bottomline="false" newpage="false">
3788 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3789 \begin_inset Text
3790
3791 \layout Standard
3792
3793
3794 \begin_inset Formula $\Leftrightarrow $
3795 \end_inset 
3796
3797
3798 \end_inset 
3799 </cell>
3800 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3801 \begin_inset Text
3802
3803 \layout Standard
3804
3805
3806 \family typewriter 
3807
3808 \backslash 
3809 Leftrightarrow
3810 \end_inset 
3811 </cell>
3812 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3813 \begin_inset Text
3814
3815 \layout Standard
3816
3817
3818 \begin_inset Formula $\Longleftrightarrow $
3819 \end_inset 
3820
3821
3822 \end_inset 
3823 </cell>
3824 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3825 \begin_inset Text
3826
3827 \layout Standard
3828
3829
3830 \family typewriter 
3831
3832 \backslash 
3833 Longleftrightarrow
3834 \end_inset 
3835 </cell>
3836 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3837 \begin_inset Text
3838
3839 \layout Standard
3840
3841
3842 \begin_inset Formula $\Updownarrow $
3843 \end_inset 
3844
3845
3846 \end_inset 
3847 </cell>
3848 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3849 \begin_inset Text
3850
3851 \layout Standard
3852
3853
3854 \family typewriter 
3855
3856 \backslash 
3857 Updownarrow
3858 \end_inset 
3859 </cell>
3860 </row>
3861 <row topline="false" bottomline="false" newpage="false">
3862 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3863 \begin_inset Text
3864
3865 \layout Standard
3866
3867
3868 \begin_inset Formula $\mapsto $
3869 \end_inset 
3870
3871
3872 \end_inset 
3873 </cell>
3874 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3875 \begin_inset Text
3876
3877 \layout Standard
3878
3879
3880 \family typewriter 
3881
3882 \backslash 
3883 mapsto
3884 \end_inset 
3885 </cell>
3886 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3887 \begin_inset Text
3888
3889 \layout Standard
3890
3891
3892 \begin_inset Formula $\longmapsto $
3893 \end_inset 
3894
3895
3896 \end_inset 
3897 </cell>
3898 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3899 \begin_inset Text
3900
3901 \layout Standard
3902
3903
3904 \family typewriter 
3905
3906 \backslash 
3907 longmapsto
3908 \end_inset 
3909 </cell>
3910 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3911 \begin_inset Text
3912
3913 \layout Standard
3914
3915
3916 \begin_inset Formula $\nearrow $
3917 \end_inset 
3918
3919
3920 \end_inset 
3921 </cell>
3922 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3923 \begin_inset Text
3924
3925 \layout Standard
3926
3927
3928 \family typewriter 
3929
3930 \backslash 
3931 nearrow
3932 \end_inset 
3933 </cell>
3934 </row>
3935 <row topline="false" bottomline="false" newpage="false">
3936 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3937 \begin_inset Text
3938
3939 \layout Standard
3940
3941
3942 \begin_inset Formula $\hookleftarrow $
3943 \end_inset 
3944
3945
3946 \end_inset 
3947 </cell>
3948 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3949 \begin_inset Text
3950
3951 \layout Standard
3952
3953
3954 \family typewriter 
3955
3956 \backslash 
3957 hookleftarrow
3958 \end_inset 
3959 </cell>
3960 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3961 \begin_inset Text
3962
3963 \layout Standard
3964
3965
3966 \begin_inset Formula $\hookrightarrow $
3967 \end_inset 
3968
3969
3970 \end_inset 
3971 </cell>
3972 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3973 \begin_inset Text
3974
3975 \layout Standard
3976
3977
3978 \family typewriter 
3979
3980 \backslash 
3981 hookrightarrow
3982 \end_inset 
3983 </cell>
3984 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
3985 \begin_inset Text
3986
3987 \layout Standard
3988
3989
3990 \begin_inset Formula $\searrow $
3991 \end_inset 
3992
3993
3994 \end_inset 
3995 </cell>
3996 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
3997 \begin_inset Text
3998
3999 \layout Standard
4000
4001
4002 \family typewriter 
4003
4004 \backslash 
4005 searrow
4006 \end_inset 
4007 </cell>
4008 </row>
4009 <row topline="false" bottomline="false" newpage="false">
4010 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4011 \begin_inset Text
4012
4013 \layout Standard
4014
4015
4016 \begin_inset Formula $\leftharpoonup $
4017 \end_inset 
4018
4019
4020 \end_inset 
4021 </cell>
4022 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4023 \begin_inset Text
4024
4025 \layout Standard
4026
4027
4028 \family typewriter 
4029
4030 \backslash 
4031 leftharpoonup
4032 \end_inset 
4033 </cell>
4034 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4035 \begin_inset Text
4036
4037 \layout Standard
4038
4039
4040 \begin_inset Formula $\rightharpoonup $
4041 \end_inset 
4042
4043
4044 \end_inset 
4045 </cell>
4046 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4047 \begin_inset Text
4048
4049 \layout Standard
4050
4051
4052 \family typewriter 
4053
4054 \backslash 
4055 rightharpoonup
4056 \end_inset 
4057 </cell>
4058 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4059 \begin_inset Text
4060
4061 \layout Standard
4062
4063
4064 \begin_inset Formula $\swarrow $
4065 \end_inset 
4066
4067
4068 \end_inset 
4069 </cell>
4070 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4071 \begin_inset Text
4072
4073 \layout Standard
4074
4075
4076 \family typewriter 
4077
4078 \backslash 
4079 swarrow
4080 \end_inset 
4081 </cell>
4082 </row>
4083 <row topline="false" bottomline="false" newpage="false">
4084 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4085 \begin_inset Text
4086
4087 \layout Standard
4088
4089
4090 \begin_inset Formula $\leftharpoondown $
4091 \end_inset 
4092
4093
4094 \end_inset 
4095 </cell>
4096 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4097 \begin_inset Text
4098
4099 \layout Standard
4100
4101
4102 \family typewriter 
4103
4104 \backslash 
4105 leftharpoondown
4106 \end_inset 
4107 </cell>
4108 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4109 \begin_inset Text
4110
4111 \layout Standard
4112
4113
4114 \begin_inset Formula $\rightharpoondown $
4115 \end_inset 
4116
4117
4118 \end_inset 
4119 </cell>
4120 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4121 \begin_inset Text
4122
4123 \layout Standard
4124
4125
4126 \family typewriter 
4127
4128 \backslash 
4129 rightharpoondown
4130 \end_inset 
4131 </cell>
4132 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4133 \begin_inset Text
4134
4135 \layout Standard
4136
4137
4138 \begin_inset Formula $\nwarrow $
4139 \end_inset 
4140
4141
4142 \end_inset 
4143 </cell>
4144 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4145 \begin_inset Text
4146
4147 \layout Standard
4148
4149
4150 \family typewriter 
4151
4152 \backslash 
4153 nwarrow
4154 \end_inset 
4155 </cell>
4156 </row>
4157 <row topline="false" bottomline="false" newpage="false">
4158 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4159 \begin_inset Text
4160
4161 \layout Standard
4162
4163
4164 \begin_inset Formula $\rightleftharpoons $
4165 \end_inset 
4166
4167
4168 \end_inset 
4169 </cell>
4170 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4171 \begin_inset Text
4172
4173 \layout Standard
4174
4175
4176 \family typewriter 
4177
4178 \backslash 
4179 rightleftharpoons
4180 \end_inset 
4181 </cell>
4182 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4183 \begin_inset Text
4184
4185 \layout Standard
4186
4187
4188 \begin_inset Formula $\leadsto $
4189 \end_inset 
4190
4191
4192 \end_inset 
4193 </cell>
4194 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4195 \begin_inset Text
4196
4197 \layout Standard
4198
4199
4200 \family typewriter 
4201
4202 \backslash 
4203 leadsto
4204 \end_inset 
4205 </cell>
4206 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4207 \begin_inset Text
4208
4209 \layout Standard
4210
4211 \end_inset 
4212 </cell>
4213 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4214 \begin_inset Text
4215
4216 \layout Standard
4217
4218 \end_inset 
4219 </cell>
4220 </row>
4221 </lyxtabular>
4222
4223 \end_inset 
4224
4225
4226 \end_inset 
4227
4228
4229 \layout Standard
4230
4231
4232 \begin_inset Float table
4233 placement htbp
4234 wide false
4235 collapsed true
4236
4237 \layout Caption
4238
4239 Miscellaneous symbols
4240 \layout Standard
4241
4242
4243 \begin_inset  Tabular
4244 <lyxtabular version="2" rows="9" columns="8">
4245 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
4246 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
4247 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
4248 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
4249 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
4250 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
4251 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
4252 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
4253 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
4254 <row topline="false" bottomline="false" newpage="false">
4255 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4256 \begin_inset Text
4257
4258 \layout Standard
4259
4260
4261 \begin_inset Formula $\aleph $
4262 \end_inset 
4263
4264
4265 \end_inset 
4266 </cell>
4267 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4268 \begin_inset Text
4269
4270 \layout Standard
4271
4272
4273 \family typewriter 
4274
4275 \backslash 
4276 aleph
4277 \end_inset 
4278 </cell>
4279 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4280 \begin_inset Text
4281
4282 \layout Standard
4283
4284
4285 \begin_inset Formula $\prime $
4286 \end_inset 
4287
4288
4289 \end_inset 
4290 </cell>
4291 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4292 \begin_inset Text
4293
4294 \layout Standard
4295
4296
4297 \family typewriter 
4298
4299 \backslash 
4300 prime
4301 \end_inset 
4302 </cell>
4303 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4304 \begin_inset Text
4305
4306 \layout Standard
4307
4308
4309 \begin_inset Formula $\forall $
4310 \end_inset 
4311
4312
4313 \end_inset 
4314 </cell>
4315 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4316 \begin_inset Text
4317
4318 \layout Standard
4319
4320
4321 \family typewriter 
4322
4323 \backslash 
4324 forall
4325 \end_inset 
4326 </cell>
4327 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4328 \begin_inset Text
4329
4330 \layout Standard
4331
4332
4333 \begin_inset Formula $\infty $
4334 \end_inset 
4335
4336
4337 \end_inset 
4338 </cell>
4339 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4340 \begin_inset Text
4341
4342 \layout Standard
4343
4344
4345 \family typewriter 
4346
4347 \backslash 
4348 infty
4349 \end_inset 
4350 </cell>
4351 </row>
4352 <row topline="false" bottomline="false" newpage="false">
4353 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4354 \begin_inset Text
4355
4356 \layout Standard
4357
4358
4359 \begin_inset Formula $\hbar $
4360 \end_inset 
4361
4362
4363 \end_inset 
4364 </cell>
4365 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4366 \begin_inset Text
4367
4368 \layout Standard
4369
4370
4371 \family typewriter 
4372
4373 \backslash 
4374 hbar
4375 \end_inset 
4376 </cell>
4377 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4378 \begin_inset Text
4379
4380 \layout Standard
4381
4382
4383 \begin_inset Formula $\emptyset $
4384 \end_inset 
4385
4386
4387 \end_inset 
4388 </cell>
4389 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4390 \begin_inset Text
4391
4392 \layout Standard
4393
4394
4395 \family typewriter 
4396
4397 \backslash 
4398 emptyset
4399 \end_inset 
4400 </cell>
4401 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4402 \begin_inset Text
4403
4404 \layout Standard
4405
4406
4407 \begin_inset Formula $\exists $
4408 \end_inset 
4409
4410
4411 \end_inset 
4412 </cell>
4413 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4414 \begin_inset Text
4415
4416 \layout Standard
4417
4418
4419 \family typewriter 
4420
4421 \backslash 
4422 exists
4423 \end_inset 
4424 </cell>
4425 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4426 \begin_inset Text
4427
4428 \layout Standard
4429
4430
4431 \begin_inset Formula $\Box $
4432 \end_inset 
4433
4434
4435 \end_inset 
4436 </cell>
4437 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4438 \begin_inset Text
4439
4440 \layout Standard
4441
4442
4443 \family typewriter 
4444
4445 \backslash 
4446 Box
4447 \end_inset 
4448 </cell>
4449 </row>
4450 <row topline="false" bottomline="false" newpage="false">
4451 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4452 \begin_inset Text
4453
4454 \layout Standard
4455
4456
4457 \begin_inset Formula $\imath $
4458 \end_inset 
4459
4460
4461 \end_inset 
4462 </cell>
4463 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4464 \begin_inset Text
4465
4466 \layout Standard
4467
4468
4469 \family typewriter 
4470
4471 \backslash 
4472 imath
4473 \end_inset 
4474 </cell>
4475 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4476 \begin_inset Text
4477
4478 \layout Standard
4479
4480
4481 \begin_inset Formula $\nabla $
4482 \end_inset 
4483
4484
4485 \end_inset 
4486 </cell>
4487 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4488 \begin_inset Text
4489
4490 \layout Standard
4491
4492
4493 \family typewriter 
4494
4495 \backslash 
4496 nabla
4497 \end_inset 
4498 </cell>
4499 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4500 \begin_inset Text
4501
4502 \layout Standard
4503
4504
4505 \begin_inset Formula $\neg $
4506 \end_inset 
4507
4508
4509 \end_inset 
4510 </cell>
4511 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4512 \begin_inset Text
4513
4514 \layout Standard
4515
4516
4517 \family typewriter 
4518
4519 \backslash 
4520 neg
4521 \end_inset 
4522 </cell>
4523 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4524 \begin_inset Text
4525
4526 \layout Standard
4527
4528
4529 \begin_inset Formula $\Diamond $
4530 \end_inset 
4531
4532
4533 \end_inset 
4534 </cell>
4535 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4536 \begin_inset Text
4537
4538 \layout Standard
4539
4540
4541 \family typewriter 
4542
4543 \backslash 
4544 Diamond
4545 \end_inset 
4546 </cell>
4547 </row>
4548 <row topline="false" bottomline="false" newpage="false">
4549 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4550 \begin_inset Text
4551
4552 \layout Standard
4553
4554
4555 \begin_inset Formula $\jmath $
4556 \end_inset 
4557
4558
4559 \end_inset 
4560 </cell>
4561 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4562 \begin_inset Text
4563
4564 \layout Standard
4565
4566
4567 \family typewriter 
4568
4569 \backslash 
4570 jmath
4571 \end_inset 
4572 </cell>
4573 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4574 \begin_inset Text
4575
4576 \layout Standard
4577
4578
4579 \begin_inset Formula $\surd $
4580 \end_inset 
4581
4582
4583 \end_inset 
4584 </cell>
4585 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4586 \begin_inset Text
4587
4588 \layout Standard
4589
4590
4591 \family typewriter 
4592
4593 \backslash 
4594 surd
4595 \end_inset 
4596 </cell>
4597 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4598 \begin_inset Text
4599
4600 \layout Standard
4601
4602
4603 \begin_inset Formula $\flat $
4604 \end_inset 
4605
4606
4607 \end_inset 
4608 </cell>
4609 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4610 \begin_inset Text
4611
4612 \layout Standard
4613
4614
4615 \family typewriter 
4616
4617 \backslash 
4618 flat
4619 \end_inset 
4620 </cell>
4621 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4622 \begin_inset Text
4623
4624 \layout Standard
4625
4626
4627 \begin_inset Formula $\triangle $
4628 \end_inset 
4629
4630
4631 \end_inset 
4632 </cell>
4633 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4634 \begin_inset Text
4635
4636 \layout Standard
4637
4638
4639 \family typewriter 
4640
4641 \backslash 
4642 triangle
4643 \end_inset 
4644 </cell>
4645 </row>
4646 <row topline="false" bottomline="false" newpage="false">
4647 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4648 \begin_inset Text
4649
4650 \layout Standard
4651
4652
4653 \begin_inset Formula $\ell $
4654 \end_inset 
4655
4656
4657 \end_inset 
4658 </cell>
4659 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4660 \begin_inset Text
4661
4662 \layout Standard
4663
4664
4665 \family typewriter 
4666
4667 \backslash 
4668 ell
4669 \end_inset 
4670 </cell>
4671 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4672 \begin_inset Text
4673
4674 \layout Standard
4675
4676
4677 \begin_inset Formula $\top $
4678 \end_inset 
4679
4680
4681 \end_inset 
4682 </cell>
4683 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4684 \begin_inset Text
4685
4686 \layout Standard
4687
4688
4689 \family typewriter 
4690
4691 \backslash 
4692 top
4693 \end_inset 
4694 </cell>
4695 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4696 \begin_inset Text
4697
4698 \layout Standard
4699
4700
4701 \begin_inset Formula $\natural $
4702 \end_inset 
4703
4704
4705 \end_inset 
4706 </cell>
4707 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4708 \begin_inset Text
4709
4710 \layout Standard
4711
4712
4713 \family typewriter 
4714
4715 \backslash 
4716 natural
4717 \end_inset 
4718 </cell>
4719 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4720 \begin_inset Text
4721
4722 \layout Standard
4723
4724
4725 \begin_inset Formula $\clubsuit $
4726 \end_inset 
4727
4728
4729 \end_inset 
4730 </cell>
4731 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4732 \begin_inset Text
4733
4734 \layout Standard
4735
4736
4737 \family typewriter 
4738
4739 \backslash 
4740 clubsuit
4741 \end_inset 
4742 </cell>
4743 </row>
4744 <row topline="false" bottomline="false" newpage="false">
4745 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4746 \begin_inset Text
4747
4748 \layout Standard
4749
4750
4751 \begin_inset Formula $\wp $
4752 \end_inset 
4753
4754
4755 \end_inset 
4756 </cell>
4757 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4758 \begin_inset Text
4759
4760 \layout Standard
4761
4762
4763 \family typewriter 
4764
4765 \backslash 
4766 wp
4767 \end_inset 
4768 </cell>
4769 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4770 \begin_inset Text
4771
4772 \layout Standard
4773
4774
4775 \begin_inset Formula $\bot $
4776 \end_inset 
4777
4778
4779 \end_inset 
4780 </cell>
4781 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4782 \begin_inset Text
4783
4784 \layout Standard
4785
4786
4787 \family typewriter 
4788
4789 \backslash 
4790 bot
4791 \end_inset 
4792 </cell>
4793 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4794 \begin_inset Text
4795
4796 \layout Standard
4797
4798
4799 \begin_inset Formula $\sharp $
4800 \end_inset 
4801
4802
4803 \end_inset 
4804 </cell>
4805 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4806 \begin_inset Text
4807
4808 \layout Standard
4809
4810
4811 \family typewriter 
4812
4813 \backslash 
4814 sharp
4815 \end_inset 
4816 </cell>
4817 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4818 \begin_inset Text
4819
4820 \layout Standard
4821
4822
4823 \begin_inset Formula $\diamondsuit $
4824 \end_inset 
4825
4826
4827 \end_inset 
4828 </cell>
4829 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4830 \begin_inset Text
4831
4832 \layout Standard
4833
4834
4835 \family typewriter 
4836
4837 \backslash 
4838 diamondsuit
4839 \end_inset 
4840 </cell>
4841 </row>
4842 <row topline="false" bottomline="false" newpage="false">
4843 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4844 \begin_inset Text
4845
4846 \layout Standard
4847
4848
4849 \begin_inset Formula $\Re $
4850 \end_inset 
4851
4852
4853 \end_inset 
4854 </cell>
4855 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4856 \begin_inset Text
4857
4858 \layout Standard
4859
4860
4861 \family typewriter 
4862
4863 \backslash 
4864 Re
4865 \end_inset 
4866 </cell>
4867 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4868 \begin_inset Text
4869
4870 \layout Standard
4871
4872
4873 \begin_inset Formula $\| $
4874 \end_inset 
4875
4876
4877 \end_inset 
4878 </cell>
4879 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4880 \begin_inset Text
4881
4882 \layout Standard
4883
4884
4885 \family typewriter 
4886
4887 \backslash 
4888 |
4889 \end_inset 
4890 </cell>
4891 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4892 \begin_inset Text
4893
4894 \layout Standard
4895
4896
4897 \begin_inset Formula $\backslash $
4898 \end_inset 
4899
4900
4901 \end_inset 
4902 </cell>
4903 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4904 \begin_inset Text
4905
4906 \layout Standard
4907
4908
4909 \family typewriter 
4910
4911 \backslash 
4912 backslash
4913 \end_inset 
4914 </cell>
4915 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4916 \begin_inset Text
4917
4918 \layout Standard
4919
4920
4921 \begin_inset Formula $\heartsuit $
4922 \end_inset 
4923
4924
4925 \end_inset 
4926 </cell>
4927 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
4928 \begin_inset Text
4929
4930 \layout Standard
4931
4932
4933 \family typewriter 
4934
4935 \backslash 
4936 heartsuit
4937 \end_inset 
4938 </cell>
4939 </row>
4940 <row topline="false" bottomline="false" newpage="false">
4941 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4942 \begin_inset Text
4943
4944 \layout Standard
4945
4946
4947 \begin_inset Formula $\Im $
4948 \end_inset 
4949
4950
4951 \end_inset 
4952 </cell>
4953 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4954 \begin_inset Text
4955
4956 \layout Standard
4957
4958
4959 \family typewriter 
4960
4961 \backslash 
4962 Im
4963 \end_inset 
4964 </cell>
4965 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4966 \begin_inset Text
4967
4968 \layout Standard
4969
4970
4971 \begin_inset Formula $\angle $
4972 \end_inset 
4973
4974
4975 \end_inset 
4976 </cell>
4977 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4978 \begin_inset Text
4979
4980 \layout Standard
4981
4982
4983 \family typewriter 
4984
4985 \backslash 
4986 angle
4987 \end_inset 
4988 </cell>
4989 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
4990 \begin_inset Text
4991
4992 \layout Standard
4993
4994
4995 \begin_inset Formula $\partial $
4996 \end_inset 
4997
4998
4999 \end_inset 
5000 </cell>
5001 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5002 \begin_inset Text
5003
5004 \layout Standard
5005
5006
5007 \family typewriter 
5008
5009 \backslash 
5010 partial
5011 \end_inset 
5012 </cell>
5013 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5014 \begin_inset Text
5015
5016 \layout Standard
5017
5018
5019 \begin_inset Formula $\spadesuit $
5020 \end_inset 
5021
5022
5023 \end_inset 
5024 </cell>
5025 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5026 \begin_inset Text
5027
5028 \layout Standard
5029
5030
5031 \family typewriter 
5032
5033 \backslash 
5034 spadesuit
5035 \end_inset 
5036 </cell>
5037 </row>
5038 <row topline="false" bottomline="false" newpage="false">
5039 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5040 \begin_inset Text
5041
5042 \layout Standard
5043
5044
5045 \begin_inset Formula $\mho $
5046 \end_inset 
5047
5048
5049 \end_inset 
5050 </cell>
5051 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5052 \begin_inset Text
5053
5054 \layout Standard
5055
5056
5057 \family typewriter 
5058
5059 \backslash 
5060 mho
5061 \end_inset 
5062 </cell>
5063 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5064 \begin_inset Text
5065
5066 \layout Standard
5067
5068 \end_inset 
5069 </cell>
5070 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5071 \begin_inset Text
5072
5073 \layout Standard
5074
5075 \end_inset 
5076 </cell>
5077 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5078 \begin_inset Text
5079
5080 \layout Standard
5081
5082 \end_inset 
5083 </cell>
5084 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5085 \begin_inset Text
5086
5087 \layout Standard
5088
5089 \end_inset 
5090 </cell>
5091 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5092 \begin_inset Text
5093
5094 \layout Standard
5095
5096 \end_inset 
5097 </cell>
5098 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5099 \begin_inset Text
5100
5101 \layout Standard
5102
5103 \end_inset 
5104 </cell>
5105 </row>
5106 </lyxtabular>
5107
5108 \end_inset 
5109
5110
5111 \end_inset 
5112
5113
5114 \layout Standard
5115
5116
5117 \begin_inset Float table
5118 placement htbp
5119 wide false
5120 collapsed true
5121
5122 \layout Caption
5123
5124 Variable-sized symbols
5125 \layout Standard
5126
5127
5128 \begin_inset  Tabular
5129 <lyxtabular version="2" rows="5" columns="6">
5130 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
5131 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
5132 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
5133 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
5134 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
5135 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
5136 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
5137 <row topline="false" bottomline="false" newpage="false">
5138 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5139 \begin_inset Text
5140
5141 \layout Standard
5142
5143
5144 \begin_inset Formula $\sum $
5145 \end_inset 
5146
5147
5148 \end_inset 
5149 </cell>
5150 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5151 \begin_inset Text
5152
5153 \layout Standard
5154
5155
5156 \family typewriter 
5157
5158 \backslash 
5159 sum
5160 \end_inset 
5161 </cell>
5162 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5163 \begin_inset Text
5164
5165 \layout Standard
5166
5167
5168 \begin_inset Formula $\bigcap $
5169 \end_inset 
5170
5171
5172 \end_inset 
5173 </cell>
5174 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5175 \begin_inset Text
5176
5177 \layout Standard
5178
5179
5180 \family typewriter 
5181
5182 \backslash 
5183 bigcap
5184 \end_inset 
5185 </cell>
5186 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5187 \begin_inset Text
5188
5189 \layout Standard
5190
5191
5192 \begin_inset Formula $\bigodot $
5193 \end_inset 
5194
5195
5196 \end_inset 
5197 </cell>
5198 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5199 \begin_inset Text
5200
5201 \layout Standard
5202
5203
5204 \family typewriter 
5205
5206 \backslash 
5207 bigodot
5208 \end_inset 
5209 </cell>
5210 </row>
5211 <row topline="false" bottomline="false" newpage="false">
5212 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5213 \begin_inset Text
5214
5215 \layout Standard
5216
5217
5218 \begin_inset Formula $\prod $
5219 \end_inset 
5220
5221
5222 \end_inset 
5223 </cell>
5224 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5225 \begin_inset Text
5226
5227 \layout Standard
5228
5229
5230 \family typewriter 
5231
5232 \backslash 
5233 prod
5234 \end_inset 
5235 </cell>
5236 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5237 \begin_inset Text
5238
5239 \layout Standard
5240
5241
5242 \begin_inset Formula $\bigcup $
5243 \end_inset 
5244
5245
5246 \end_inset 
5247 </cell>
5248 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5249 \begin_inset Text
5250
5251 \layout Standard
5252
5253
5254 \family typewriter 
5255
5256 \backslash 
5257 bigcup
5258 \end_inset 
5259 </cell>
5260 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5261 \begin_inset Text
5262
5263 \layout Standard
5264
5265
5266 \begin_inset Formula $\bigotimes $
5267 \end_inset 
5268
5269
5270 \end_inset 
5271 </cell>
5272 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5273 \begin_inset Text
5274
5275 \layout Standard
5276
5277
5278 \family typewriter 
5279
5280 \backslash 
5281 bigotimes
5282 \end_inset 
5283 </cell>
5284 </row>
5285 <row topline="false" bottomline="false" newpage="false">
5286 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5287 \begin_inset Text
5288
5289 \layout Standard
5290
5291
5292 \begin_inset Formula $\coprod $
5293 \end_inset 
5294
5295
5296 \end_inset 
5297 </cell>
5298 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5299 \begin_inset Text
5300
5301 \layout Standard
5302
5303
5304 \family typewriter 
5305
5306 \backslash 
5307 coprod
5308 \end_inset 
5309 </cell>
5310 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5311 \begin_inset Text
5312
5313 \layout Standard
5314
5315
5316 \begin_inset Formula $\bigsqcup $
5317 \end_inset 
5318
5319
5320 \end_inset 
5321 </cell>
5322 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5323 \begin_inset Text
5324
5325 \layout Standard
5326
5327
5328 \family typewriter 
5329
5330 \backslash 
5331 bigsqcup
5332 \end_inset 
5333 </cell>
5334 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5335 \begin_inset Text
5336
5337 \layout Standard
5338
5339
5340 \begin_inset Formula $\bigoplus $
5341 \end_inset 
5342
5343
5344 \end_inset 
5345 </cell>
5346 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5347 \begin_inset Text
5348
5349 \layout Standard
5350
5351
5352 \family typewriter 
5353
5354 \backslash 
5355 bigoplus
5356 \end_inset 
5357 </cell>
5358 </row>
5359 <row topline="false" bottomline="false" newpage="false">
5360 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5361 \begin_inset Text
5362
5363 \layout Standard
5364
5365
5366 \begin_inset Formula $\int $
5367 \end_inset 
5368
5369
5370 \end_inset 
5371 </cell>
5372 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5373 \begin_inset Text
5374
5375 \layout Standard
5376
5377
5378 \family typewriter 
5379
5380 \backslash 
5381 int
5382 \end_inset 
5383 </cell>
5384 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5385 \begin_inset Text
5386
5387 \layout Standard
5388
5389
5390 \begin_inset Formula $\bigvee $
5391 \end_inset 
5392
5393
5394 \end_inset 
5395 </cell>
5396 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5397 \begin_inset Text
5398
5399 \layout Standard
5400
5401
5402 \family typewriter 
5403
5404 \backslash 
5405 bigvee
5406 \end_inset 
5407 </cell>
5408 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5409 \begin_inset Text
5410
5411 \layout Standard
5412
5413
5414 \begin_inset Formula $\biguplus $
5415 \end_inset 
5416
5417
5418 \end_inset 
5419 </cell>
5420 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5421 \begin_inset Text
5422
5423 \layout Standard
5424
5425
5426 \family typewriter 
5427
5428 \backslash 
5429 biguplus
5430 \end_inset 
5431 </cell>
5432 </row>
5433 <row topline="false" bottomline="false" newpage="false">
5434 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5435 \begin_inset Text
5436
5437 \layout Standard
5438
5439
5440 \begin_inset Formula $\oint $
5441 \end_inset 
5442
5443
5444 \end_inset 
5445 </cell>
5446 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5447 \begin_inset Text
5448
5449 \layout Standard
5450
5451
5452 \family typewriter 
5453
5454 \backslash 
5455 oint
5456 \end_inset 
5457 </cell>
5458 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5459 \begin_inset Text
5460
5461 \layout Standard
5462
5463
5464 \begin_inset Formula $\bigwedge $
5465 \end_inset 
5466
5467
5468 \end_inset 
5469 </cell>
5470 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5471 \begin_inset Text
5472
5473 \layout Standard
5474
5475
5476 \family typewriter 
5477
5478 \backslash 
5479 bigwedge
5480 \end_inset 
5481 </cell>
5482 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5483 \begin_inset Text
5484
5485 \layout Standard
5486
5487 \end_inset 
5488 </cell>
5489 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5490 \begin_inset Text
5491
5492 \layout Standard
5493
5494 \end_inset 
5495 </cell>
5496 </row>
5497 </lyxtabular>
5498
5499 \end_inset 
5500
5501
5502 \end_inset 
5503
5504
5505 \layout Standard
5506
5507
5508 \begin_inset Float table
5509 placement htbp
5510 wide false
5511 collapsed true
5512
5513 \layout Caption
5514
5515 Delimiters
5516 \layout Standard
5517
5518
5519 \begin_inset  Tabular
5520 <lyxtabular version="2" rows="8" columns="6">
5521 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
5522 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
5523 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
5524 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
5525 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
5526 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
5527 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
5528 <row topline="false" bottomline="false" newpage="false">
5529 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5530 \begin_inset Text
5531
5532 \layout Standard
5533
5534
5535 \begin_inset Formula $($
5536 \end_inset 
5537
5538
5539 \end_inset 
5540 </cell>
5541 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5542 \begin_inset Text
5543
5544 \layout Standard
5545
5546
5547 \family typewriter 
5548 (
5549 \end_inset 
5550 </cell>
5551 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5552 \begin_inset Text
5553
5554 \layout Standard
5555
5556
5557 \begin_inset Formula $)$
5558 \end_inset 
5559
5560
5561 \end_inset 
5562 </cell>
5563 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5564 \begin_inset Text
5565
5566 \layout Standard
5567
5568
5569 \family typewriter 
5570 )
5571 \end_inset 
5572 </cell>
5573 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5574 \begin_inset Text
5575
5576 \layout Standard
5577
5578
5579 \begin_inset Formula $\uparrow $
5580 \end_inset 
5581
5582
5583 \end_inset 
5584 </cell>
5585 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5586 \begin_inset Text
5587
5588 \layout Standard
5589
5590
5591 \family typewriter 
5592
5593 \backslash 
5594 uparrow
5595 \end_inset 
5596 </cell>
5597 </row>
5598 <row topline="false" bottomline="false" newpage="false">
5599 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5600 \begin_inset Text
5601
5602 \layout Standard
5603
5604
5605 \begin_inset Formula $[$
5606 \end_inset 
5607
5608
5609 \end_inset 
5610 </cell>
5611 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5612 \begin_inset Text
5613
5614 \layout Standard
5615
5616
5617 \family typewriter 
5618 [
5619 \end_inset 
5620 </cell>
5621 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5622 \begin_inset Text
5623
5624 \layout Standard
5625
5626
5627 \begin_inset Formula $]$
5628 \end_inset 
5629
5630
5631 \end_inset 
5632 </cell>
5633 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5634 \begin_inset Text
5635
5636 \layout Standard
5637
5638
5639 \family typewriter 
5640 ]
5641 \end_inset 
5642 </cell>
5643 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5644 \begin_inset Text
5645
5646 \layout Standard
5647
5648
5649 \begin_inset Formula $\downarrow $
5650 \end_inset 
5651
5652
5653 \end_inset 
5654 </cell>
5655 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5656 \begin_inset Text
5657
5658 \layout Standard
5659
5660
5661 \family typewriter 
5662
5663 \backslash 
5664 downarrow
5665 \end_inset 
5666 </cell>
5667 </row>
5668 <row topline="false" bottomline="false" newpage="false">
5669 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5670 \begin_inset Text
5671
5672 \layout Standard
5673
5674
5675 \begin_inset Formula $\{$
5676 \end_inset 
5677
5678
5679 \end_inset 
5680 </cell>
5681 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5682 \begin_inset Text
5683
5684 \layout Standard
5685
5686
5687 \family typewriter 
5688
5689 \backslash 
5690 {
5691 \end_inset 
5692 </cell>
5693 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5694 \begin_inset Text
5695
5696 \layout Standard
5697
5698
5699 \begin_inset Formula $\}$
5700 \end_inset 
5701
5702
5703 \end_inset 
5704 </cell>
5705 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5706 \begin_inset Text
5707
5708 \layout Standard
5709
5710
5711 \family typewriter 
5712
5713 \backslash 
5714 }
5715 \end_inset 
5716 </cell>
5717 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5718 \begin_inset Text
5719
5720 \layout Standard
5721
5722
5723 \begin_inset Formula $\updownarrow $
5724 \end_inset 
5725
5726
5727 \end_inset 
5728 </cell>
5729 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5730 \begin_inset Text
5731
5732 \layout Standard
5733
5734
5735 \family typewriter 
5736
5737 \backslash 
5738 updownarrow
5739 \end_inset 
5740 </cell>
5741 </row>
5742 <row topline="false" bottomline="false" newpage="false">
5743 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5744 \begin_inset Text
5745
5746 \layout Standard
5747
5748
5749 \begin_inset Formula $\lfloor $
5750 \end_inset 
5751
5752
5753 \end_inset 
5754 </cell>
5755 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5756 \begin_inset Text
5757
5758 \layout Standard
5759
5760
5761 \family typewriter 
5762
5763 \backslash 
5764 lfloor
5765 \end_inset 
5766 </cell>
5767 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5768 \begin_inset Text
5769
5770 \layout Standard
5771
5772
5773 \begin_inset Formula $\rfloor $
5774 \end_inset 
5775
5776
5777 \end_inset 
5778 </cell>
5779 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5780 \begin_inset Text
5781
5782 \layout Standard
5783
5784
5785 \family typewriter 
5786
5787 \backslash 
5788 rfloor
5789 \end_inset 
5790 </cell>
5791 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5792 \begin_inset Text
5793
5794 \layout Standard
5795
5796
5797 \begin_inset Formula $\Uparrow $
5798 \end_inset 
5799
5800
5801 \end_inset 
5802 </cell>
5803 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5804 \begin_inset Text
5805
5806 \layout Standard
5807
5808
5809 \family typewriter 
5810
5811 \backslash 
5812 Uparrow
5813 \end_inset 
5814 </cell>
5815 </row>
5816 <row topline="false" bottomline="false" newpage="false">
5817 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5818 \begin_inset Text
5819
5820 \layout Standard
5821
5822
5823 \begin_inset Formula $\lceil $
5824 \end_inset 
5825
5826
5827 \end_inset 
5828 </cell>
5829 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5830 \begin_inset Text
5831
5832 \layout Standard
5833
5834
5835 \family typewriter 
5836
5837 \backslash 
5838 lceil
5839 \end_inset 
5840 </cell>
5841 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5842 \begin_inset Text
5843
5844 \layout Standard
5845
5846
5847 \begin_inset Formula $\rceil $
5848 \end_inset 
5849
5850
5851 \end_inset 
5852 </cell>
5853 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5854 \begin_inset Text
5855
5856 \layout Standard
5857
5858
5859 \family typewriter 
5860
5861 \backslash 
5862 rceil
5863 \end_inset 
5864 </cell>
5865 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5866 \begin_inset Text
5867
5868 \layout Standard
5869
5870
5871 \begin_inset Formula $\Downarrow $
5872 \end_inset 
5873
5874
5875 \end_inset 
5876 </cell>
5877 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5878 \begin_inset Text
5879
5880 \layout Standard
5881
5882
5883 \family typewriter 
5884
5885 \backslash 
5886 Downarrow
5887 \end_inset 
5888 </cell>
5889 </row>
5890 <row topline="false" bottomline="false" newpage="false">
5891 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5892 \begin_inset Text
5893
5894 \layout Standard
5895
5896
5897 \begin_inset Formula $\langle $
5898 \end_inset 
5899
5900
5901 \end_inset 
5902 </cell>
5903 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5904 \begin_inset Text
5905
5906 \layout Standard
5907
5908
5909 \family typewriter 
5910
5911 \backslash 
5912 langle
5913 \end_inset 
5914 </cell>
5915 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5916 \begin_inset Text
5917
5918 \layout Standard
5919
5920
5921 \begin_inset Formula $\rangle $
5922 \end_inset 
5923
5924
5925 \end_inset 
5926 </cell>
5927 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5928 \begin_inset Text
5929
5930 \layout Standard
5931
5932
5933 \family typewriter 
5934
5935 \backslash 
5936 rangle
5937 \end_inset 
5938 </cell>
5939 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5940 \begin_inset Text
5941
5942 \layout Standard
5943
5944
5945 \begin_inset Formula $\updownarrow $
5946 \end_inset 
5947
5948
5949 \end_inset 
5950 </cell>
5951 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
5952 \begin_inset Text
5953
5954 \layout Standard
5955
5956
5957 \family typewriter 
5958
5959 \backslash 
5960 Updownarrow
5961 \end_inset 
5962 </cell>
5963 </row>
5964 <row topline="false" bottomline="false" newpage="false">
5965 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5966 \begin_inset Text
5967
5968 \layout Standard
5969
5970
5971 \begin_inset Formula $/$
5972 \end_inset 
5973
5974
5975 \end_inset 
5976 </cell>
5977 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5978 \begin_inset Text
5979
5980 \layout Standard
5981
5982
5983 \family typewriter 
5984 /
5985 \end_inset 
5986 </cell>
5987 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
5988 \begin_inset Text
5989
5990 \layout Standard
5991
5992
5993 \begin_inset Formula $\backslash $
5994 \end_inset 
5995
5996
5997 \end_inset 
5998 </cell>
5999 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6000 \begin_inset Text
6001
6002 \layout Standard
6003
6004
6005 \family typewriter 
6006
6007 \backslash 
6008 backslash
6009 \end_inset 
6010 </cell>
6011 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6012 \begin_inset Text
6013
6014 \layout Standard
6015
6016 \end_inset 
6017 </cell>
6018 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6019 \begin_inset Text
6020
6021 \layout Standard
6022
6023 \end_inset 
6024 </cell>
6025 </row>
6026 <row topline="false" bottomline="false" newpage="false">
6027 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6028 \begin_inset Text
6029
6030 \layout Standard
6031
6032
6033 \begin_inset Formula $|$
6034 \end_inset 
6035
6036
6037 \end_inset 
6038 </cell>
6039 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6040 \begin_inset Text
6041
6042 \layout Standard
6043
6044
6045 \family typewriter 
6046 |
6047 \end_inset 
6048 </cell>
6049 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6050 \begin_inset Text
6051
6052 \layout Standard
6053
6054
6055 \begin_inset Formula $\| $
6056 \end_inset 
6057
6058
6059 \end_inset 
6060 </cell>
6061 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6062 \begin_inset Text
6063
6064 \layout Standard
6065
6066
6067 \family typewriter 
6068
6069 \backslash 
6070 |
6071 \end_inset 
6072 </cell>
6073 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6074 \begin_inset Text
6075
6076 \layout Standard
6077
6078 \end_inset 
6079 </cell>
6080 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6081 \begin_inset Text
6082
6083 \layout Standard
6084
6085 \end_inset 
6086 </cell>
6087 </row>
6088 </lyxtabular>
6089
6090 \end_inset 
6091
6092
6093 \end_inset 
6094
6095
6096 \layout Subsection
6097
6098 Math tables from Goossen et al.'s 
6099 \begin_inset Quotes eld
6100 \end_inset 
6101
6102 The LaTeX companion
6103 \begin_inset Quotes erd
6104 \end_inset 
6105
6106
6107 \layout Standard
6108
6109
6110 \begin_inset Float table
6111 placement htbp
6112 wide false
6113 collapsed true
6114
6115 \layout Caption
6116
6117 Math mode accents
6118 \layout Standard
6119
6120
6121 \begin_inset  Tabular
6122 <lyxtabular version="2" rows="2" columns="10">
6123 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
6124 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
6125 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
6126 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
6127 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
6128 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
6129 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
6130 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
6131 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
6132 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
6133 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
6134 <row topline="false" bottomline="false" newpage="false">
6135 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6136 \begin_inset Text
6137
6138 \layout Standard
6139
6140
6141 \family typewriter 
6142
6143 \begin_inset Formula $\hat{a}$
6144 \end_inset 
6145
6146
6147 \end_inset 
6148 </cell>
6149 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6150 \begin_inset Text
6151
6152 \layout Standard
6153
6154
6155 \family typewriter 
6156
6157 \backslash 
6158 hat{a}
6159 \end_inset 
6160 </cell>
6161 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6162 \begin_inset Text
6163
6164 \layout Standard
6165
6166
6167 \family typewriter 
6168
6169 \begin_inset Formula $\acute{a}$
6170 \end_inset 
6171
6172
6173 \end_inset 
6174 </cell>
6175 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6176 \begin_inset Text
6177
6178 \layout Standard
6179
6180
6181 \family typewriter 
6182
6183 \backslash 
6184 acute{a}
6185 \end_inset 
6186 </cell>
6187 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6188 \begin_inset Text
6189
6190 \layout Standard
6191
6192
6193 \family typewriter 
6194
6195 \begin_inset Formula $\bar{a}$
6196 \end_inset 
6197
6198
6199 \end_inset 
6200 </cell>
6201 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6202 \begin_inset Text
6203
6204 \layout Standard
6205
6206
6207 \family typewriter 
6208
6209 \backslash 
6210 bar{a}
6211 \end_inset 
6212 </cell>
6213 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6214 \begin_inset Text
6215
6216 \layout Standard
6217
6218
6219 \family typewriter 
6220
6221 \begin_inset Formula $\dot{a}$
6222 \end_inset 
6223
6224
6225 \end_inset 
6226 </cell>
6227 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6228 \begin_inset Text
6229
6230 \layout Standard
6231
6232
6233 \family typewriter 
6234
6235 \backslash 
6236 dot{a}
6237 \end_inset 
6238 </cell>
6239 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6240 \begin_inset Text
6241
6242 \layout Standard
6243
6244
6245 \family typewriter 
6246
6247 \begin_inset Formula $\breve{a}$
6248 \end_inset 
6249
6250
6251 \end_inset 
6252 </cell>
6253 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6254 \begin_inset Text
6255
6256 \layout Standard
6257
6258
6259 \family typewriter 
6260
6261 \backslash 
6262 breve{a}
6263 \end_inset 
6264 </cell>
6265 </row>
6266 <row topline="false" bottomline="false" newpage="false">
6267 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6268 \begin_inset Text
6269
6270 \layout Standard
6271
6272
6273 \family typewriter 
6274
6275 \begin_inset Formula $\check{a}$
6276 \end_inset 
6277
6278
6279 \end_inset 
6280 </cell>
6281 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6282 \begin_inset Text
6283
6284 \layout Standard
6285
6286
6287 \family typewriter 
6288
6289 \backslash 
6290 check{a}
6291 \end_inset 
6292 </cell>
6293 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6294 \begin_inset Text
6295
6296 \layout Standard
6297
6298
6299 \family typewriter 
6300
6301 \begin_inset Formula $\grave{a}$
6302 \end_inset 
6303
6304
6305 \end_inset 
6306 </cell>
6307 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6308 \begin_inset Text
6309
6310 \layout Standard
6311
6312
6313 \family typewriter 
6314
6315 \backslash 
6316 grave{a}
6317 \end_inset 
6318 </cell>
6319 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6320 \begin_inset Text
6321
6322 \layout Standard
6323
6324
6325 \family typewriter 
6326
6327 \begin_inset Formula $\vec{a}$
6328 \end_inset 
6329
6330
6331 \end_inset 
6332 </cell>
6333 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6334 \begin_inset Text
6335
6336 \layout Standard
6337
6338
6339 \family typewriter 
6340
6341 \backslash 
6342 vec{a}
6343 \end_inset 
6344 </cell>
6345 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6346 \begin_inset Text
6347
6348 \layout Standard
6349
6350
6351 \family typewriter 
6352
6353 \begin_inset Formula $\ddot{a}$
6354 \end_inset 
6355
6356
6357 \end_inset 
6358 </cell>
6359 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6360 \begin_inset Text
6361
6362 \layout Standard
6363
6364
6365 \family typewriter 
6366
6367 \backslash 
6368 ddot{a}
6369 \end_inset 
6370 </cell>
6371 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6372 \begin_inset Text
6373
6374 \layout Standard
6375
6376
6377 \family typewriter 
6378
6379 \begin_inset Formula $\tilde{a}$
6380 \end_inset 
6381
6382
6383 \end_inset 
6384 </cell>
6385 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6386 \begin_inset Text
6387
6388 \layout Standard
6389
6390
6391 \family typewriter 
6392
6393 \backslash 
6394 tilde{a}
6395 \end_inset 
6396 </cell>
6397 </row>
6398 </lyxtabular>
6399
6400 \end_inset 
6401
6402
6403 \end_inset 
6404
6405
6406 \layout Standard
6407
6408
6409 \begin_inset Float table
6410 placement htbp
6411 wide false
6412 collapsed true
6413
6414 \layout Caption
6415
6416 Greek letters
6417 \layout Standard
6418
6419
6420 \begin_inset  Tabular
6421 <lyxtabular version="2" rows="11" columns="8">
6422 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
6423 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
6424 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
6425 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
6426 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
6427 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
6428 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
6429 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
6430 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
6431 <row topline="false" bottomline="false" newpage="false">
6432 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6433 \begin_inset Text
6434
6435 \layout Standard
6436
6437
6438 \begin_inset Formula $\alpha $
6439 \end_inset 
6440
6441
6442 \end_inset 
6443 </cell>
6444 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6445 \begin_inset Text
6446
6447 \layout Standard
6448
6449
6450 \family typewriter 
6451
6452 \backslash 
6453 alpha
6454 \end_inset 
6455 </cell>
6456 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6457 \begin_inset Text
6458
6459 \layout Standard
6460
6461
6462 \begin_inset Formula $\beta $
6463 \end_inset 
6464
6465
6466 \end_inset 
6467 </cell>
6468 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6469 \begin_inset Text
6470
6471 \layout Standard
6472
6473
6474 \family typewriter 
6475
6476 \backslash 
6477 beta
6478 \end_inset 
6479 </cell>
6480 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6481 \begin_inset Text
6482
6483 \layout Standard
6484
6485
6486 \begin_inset Formula $\gamma $
6487 \end_inset 
6488
6489
6490 \end_inset 
6491 </cell>
6492 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6493 \begin_inset Text
6494
6495 \layout Standard
6496
6497
6498 \family typewriter 
6499
6500 \backslash 
6501 gamma
6502 \end_inset 
6503 </cell>
6504 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6505 \begin_inset Text
6506
6507 \layout Standard
6508
6509
6510 \begin_inset Formula $\delta $
6511 \end_inset 
6512
6513
6514 \end_inset 
6515 </cell>
6516 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6517 \begin_inset Text
6518
6519 \layout Standard
6520
6521
6522 \family typewriter 
6523
6524 \backslash 
6525 delta
6526 \end_inset 
6527 </cell>
6528 </row>
6529 <row topline="false" bottomline="false" newpage="false">
6530 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6531 \begin_inset Text
6532
6533 \layout Standard
6534
6535
6536 \begin_inset Formula $\epsilon $
6537 \end_inset 
6538
6539
6540 \end_inset 
6541 </cell>
6542 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6543 \begin_inset Text
6544
6545 \layout Standard
6546
6547
6548 \family typewriter 
6549
6550 \backslash 
6551 epsilon
6552 \end_inset 
6553 </cell>
6554 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6555 \begin_inset Text
6556
6557 \layout Standard
6558
6559
6560 \begin_inset Formula $\varepsilon $
6561 \end_inset 
6562
6563
6564 \end_inset 
6565 </cell>
6566 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6567 \begin_inset Text
6568
6569 \layout Standard
6570
6571
6572 \family typewriter 
6573
6574 \backslash 
6575 varepsilon
6576 \end_inset 
6577 </cell>
6578 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6579 \begin_inset Text
6580
6581 \layout Standard
6582
6583
6584 \begin_inset Formula $\zeta $
6585 \end_inset 
6586
6587
6588 \end_inset 
6589 </cell>
6590 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6591 \begin_inset Text
6592
6593 \layout Standard
6594
6595
6596 \family typewriter 
6597
6598 \backslash 
6599 zeta
6600 \end_inset 
6601 </cell>
6602 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6603 \begin_inset Text
6604
6605 \layout Standard
6606
6607
6608 \begin_inset Formula $\eta $
6609 \end_inset 
6610
6611
6612 \end_inset 
6613 </cell>
6614 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6615 \begin_inset Text
6616
6617 \layout Standard
6618
6619
6620 \family typewriter 
6621
6622 \backslash 
6623 eta
6624 \end_inset 
6625 </cell>
6626 </row>
6627 <row topline="false" bottomline="false" newpage="false">
6628 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6629 \begin_inset Text
6630
6631 \layout Standard
6632
6633
6634 \begin_inset Formula $\theta $
6635 \end_inset 
6636
6637
6638 \end_inset 
6639 </cell>
6640 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6641 \begin_inset Text
6642
6643 \layout Standard
6644
6645
6646 \family typewriter 
6647
6648 \backslash 
6649 theta
6650 \end_inset 
6651 </cell>
6652 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6653 \begin_inset Text
6654
6655 \layout Standard
6656
6657
6658 \begin_inset Formula $\vartheta $
6659 \end_inset 
6660
6661
6662 \end_inset 
6663 </cell>
6664 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6665 \begin_inset Text
6666
6667 \layout Standard
6668
6669
6670 \family typewriter 
6671
6672 \backslash 
6673 vartheta
6674 \end_inset 
6675 </cell>
6676 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6677 \begin_inset Text
6678
6679 \layout Standard
6680
6681
6682 \begin_inset Formula $\iota $
6683 \end_inset 
6684
6685
6686 \end_inset 
6687 </cell>
6688 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6689 \begin_inset Text
6690
6691 \layout Standard
6692
6693
6694 \family typewriter 
6695
6696 \backslash 
6697 iota
6698 \end_inset 
6699 </cell>
6700 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6701 \begin_inset Text
6702
6703 \layout Standard
6704
6705
6706 \begin_inset Formula $\kappa $
6707 \end_inset 
6708
6709
6710 \end_inset 
6711 </cell>
6712 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6713 \begin_inset Text
6714
6715 \layout Standard
6716
6717
6718 \family typewriter 
6719
6720 \backslash 
6721 kappa
6722 \end_inset 
6723 </cell>
6724 </row>
6725 <row topline="false" bottomline="false" newpage="false">
6726 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6727 \begin_inset Text
6728
6729 \layout Standard
6730
6731
6732 \begin_inset Formula $\lambda $
6733 \end_inset 
6734
6735
6736 \end_inset 
6737 </cell>
6738 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6739 \begin_inset Text
6740
6741 \layout Standard
6742
6743
6744 \family typewriter 
6745
6746 \backslash 
6747 lambda
6748 \end_inset 
6749 </cell>
6750 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6751 \begin_inset Text
6752
6753 \layout Standard
6754
6755
6756 \begin_inset Formula $\mu $
6757 \end_inset 
6758
6759
6760 \end_inset 
6761 </cell>
6762 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6763 \begin_inset Text
6764
6765 \layout Standard
6766
6767
6768 \family typewriter 
6769
6770 \backslash 
6771 mu
6772 \end_inset 
6773 </cell>
6774 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6775 \begin_inset Text
6776
6777 \layout Standard
6778
6779
6780 \begin_inset Formula $\nu $
6781 \end_inset 
6782
6783
6784 \end_inset 
6785 </cell>
6786 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6787 \begin_inset Text
6788
6789 \layout Standard
6790
6791
6792 \family typewriter 
6793
6794 \backslash 
6795 nu
6796 \end_inset 
6797 </cell>
6798 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6799 \begin_inset Text
6800
6801 \layout Standard
6802
6803
6804 \begin_inset Formula $\xi $
6805 \end_inset 
6806
6807
6808 \end_inset 
6809 </cell>
6810 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6811 \begin_inset Text
6812
6813 \layout Standard
6814
6815
6816 \family typewriter 
6817
6818 \backslash 
6819 xi
6820 \end_inset 
6821 </cell>
6822 </row>
6823 <row topline="false" bottomline="false" newpage="false">
6824 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6825 \begin_inset Text
6826
6827 \layout Standard
6828
6829
6830 \begin_inset Formula $o$
6831 \end_inset 
6832
6833
6834 \end_inset 
6835 </cell>
6836 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6837 \begin_inset Text
6838
6839 \layout Standard
6840
6841 o
6842 \end_inset 
6843 </cell>
6844 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6845 \begin_inset Text
6846
6847 \layout Standard
6848
6849
6850 \begin_inset Formula $\pi $
6851 \end_inset 
6852
6853
6854 \end_inset 
6855 </cell>
6856 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6857 \begin_inset Text
6858
6859 \layout Standard
6860
6861
6862 \family typewriter 
6863
6864 \backslash 
6865 pi
6866 \end_inset 
6867 </cell>
6868 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6869 \begin_inset Text
6870
6871 \layout Standard
6872
6873
6874 \begin_inset Formula $\varpi $
6875 \end_inset 
6876
6877
6878 \end_inset 
6879 </cell>
6880 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6881 \begin_inset Text
6882
6883 \layout Standard
6884
6885
6886 \family typewriter 
6887
6888 \backslash 
6889 varpi
6890 \end_inset 
6891 </cell>
6892 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6893 \begin_inset Text
6894
6895 \layout Standard
6896
6897
6898 \begin_inset Formula $\rho $
6899 \end_inset 
6900
6901
6902 \end_inset 
6903 </cell>
6904 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
6905 \begin_inset Text
6906
6907 \layout Standard
6908
6909
6910 \family typewriter 
6911
6912 \backslash 
6913 rho
6914 \end_inset 
6915 </cell>
6916 </row>
6917 <row topline="false" bottomline="false" newpage="false">
6918 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6919 \begin_inset Text
6920
6921 \layout Standard
6922
6923
6924 \begin_inset Formula $\varrho $
6925 \end_inset 
6926
6927
6928 \end_inset 
6929 </cell>
6930 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6931 \begin_inset Text
6932
6933 \layout Standard
6934
6935
6936 \family typewriter 
6937
6938 \backslash 
6939 varrho
6940 \end_inset 
6941 </cell>
6942 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6943 \begin_inset Text
6944
6945 \layout Standard
6946
6947
6948 \begin_inset Formula $\sigma $
6949 \end_inset 
6950
6951
6952 \end_inset 
6953 </cell>
6954 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6955 \begin_inset Text
6956
6957 \layout Standard
6958
6959
6960 \family typewriter 
6961
6962 \backslash 
6963 sigma
6964 \end_inset 
6965 </cell>
6966 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6967 \begin_inset Text
6968
6969 \layout Standard
6970
6971
6972 \begin_inset Formula $\varsigma $
6973 \end_inset 
6974
6975
6976 \end_inset 
6977 </cell>
6978 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6979 \begin_inset Text
6980
6981 \layout Standard
6982
6983
6984 \family typewriter 
6985
6986 \backslash 
6987 varsigma
6988 \end_inset 
6989 </cell>
6990 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
6991 \begin_inset Text
6992
6993 \layout Standard
6994
6995
6996 \begin_inset Formula $\tau $
6997 \end_inset 
6998
6999
7000 \end_inset 
7001 </cell>
7002 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
7003 \begin_inset Text
7004
7005 \layout Standard
7006
7007
7008 \family typewriter 
7009
7010 \backslash 
7011 tau
7012 \end_inset 
7013 </cell>
7014 </row>
7015 <row topline="false" bottomline="false" newpage="false">
7016 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7017 \begin_inset Text
7018
7019 \layout Standard
7020
7021
7022 \begin_inset Formula $\upsilon $
7023 \end_inset 
7024
7025
7026 \end_inset 
7027 </cell>
7028 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7029 \begin_inset Text
7030
7031 \layout Standard
7032
7033
7034 \family typewriter 
7035
7036 \backslash 
7037 upsilon
7038 \end_inset 
7039 </cell>
7040 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7041 \begin_inset Text
7042
7043 \layout Standard
7044
7045
7046 \begin_inset Formula $\phi $
7047 \end_inset 
7048
7049
7050 \end_inset 
7051 </cell>
7052 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7053 \begin_inset Text
7054
7055 \layout Standard
7056
7057
7058 \family typewriter 
7059
7060 \backslash 
7061 phi
7062 \end_inset 
7063 </cell>
7064 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7065 \begin_inset Text
7066
7067 \layout Standard
7068
7069
7070 \begin_inset Formula $\varphi $
7071 \end_inset 
7072
7073
7074 \end_inset 
7075 </cell>
7076 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7077 \begin_inset Text
7078
7079 \layout Standard
7080
7081
7082 \family typewriter 
7083
7084 \backslash 
7085 varphi
7086 \end_inset 
7087 </cell>
7088 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7089 \begin_inset Text
7090
7091 \layout Standard
7092
7093
7094 \begin_inset Formula $\chi $
7095 \end_inset 
7096
7097
7098 \end_inset 
7099 </cell>
7100 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
7101 \begin_inset Text
7102
7103 \layout Standard
7104
7105
7106 \family typewriter 
7107
7108 \backslash 
7109 chi
7110 \end_inset 
7111 </cell>
7112 </row>
7113 <row topline="false" bottomline="false" newpage="false">
7114 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7115 \begin_inset Text
7116
7117 \layout Standard
7118
7119
7120 \begin_inset Formula $\psi $
7121 \end_inset 
7122
7123
7124 \end_inset 
7125 </cell>
7126 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7127 \begin_inset Text
7128
7129 \layout Standard
7130
7131
7132 \family typewriter 
7133
7134 \backslash 
7135 psi
7136 \end_inset 
7137 </cell>
7138 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7139 \begin_inset Text
7140
7141 \layout Standard
7142
7143
7144 \begin_inset Formula $\omega $
7145 \end_inset 
7146
7147
7148 \end_inset 
7149 </cell>
7150 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7151 \begin_inset Text
7152
7153 \layout Standard
7154
7155
7156 \family typewriter 
7157
7158 \backslash 
7159 omega
7160 \end_inset 
7161 </cell>
7162 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7163 \begin_inset Text
7164
7165 \layout Standard
7166
7167 \end_inset 
7168 </cell>
7169 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7170 \begin_inset Text
7171
7172 \layout Standard
7173
7174 \end_inset 
7175 </cell>
7176 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7177 \begin_inset Text
7178
7179 \layout Standard
7180
7181 \end_inset 
7182 </cell>
7183 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
7184 \begin_inset Text
7185
7186 \layout Standard
7187
7188 \end_inset 
7189 </cell>
7190 </row>
7191 <row topline="false" bottomline="false" newpage="false">
7192 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7193 \begin_inset Text
7194
7195 \layout Standard
7196
7197
7198 \begin_inset Formula $\Gamma $
7199 \end_inset 
7200
7201
7202 \end_inset 
7203 </cell>
7204 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7205 \begin_inset Text
7206
7207 \layout Standard
7208
7209
7210 \family typewriter 
7211
7212 \backslash 
7213 Gamma
7214 \end_inset 
7215 </cell>
7216 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7217 \begin_inset Text
7218
7219 \layout Standard
7220
7221
7222 \begin_inset Formula $\Delta $
7223 \end_inset 
7224
7225
7226 \end_inset 
7227 </cell>
7228 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7229 \begin_inset Text
7230
7231 \layout Standard
7232
7233
7234 \family typewriter 
7235
7236 \backslash 
7237 Delta
7238 \end_inset 
7239 </cell>
7240 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7241 \begin_inset Text
7242
7243 \layout Standard
7244
7245
7246 \begin_inset Formula $\Theta $
7247 \end_inset 
7248
7249
7250 \end_inset 
7251 </cell>
7252 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7253 \begin_inset Text
7254
7255 \layout Standard
7256
7257
7258 \family typewriter 
7259
7260 \backslash 
7261 Theta
7262 \end_inset 
7263 </cell>
7264 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7265 \begin_inset Text
7266
7267 \layout Standard
7268
7269
7270 \begin_inset Formula $\Lambda $
7271 \end_inset 
7272
7273
7274 \end_inset 
7275 </cell>
7276 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
7277 \begin_inset Text
7278
7279 \layout Standard
7280
7281
7282 \family typewriter 
7283
7284 \backslash 
7285 Lambda
7286 \end_inset 
7287 </cell>
7288 </row>
7289 <row topline="false" bottomline="false" newpage="false">
7290 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7291 \begin_inset Text
7292
7293 \layout Standard
7294
7295
7296 \begin_inset Formula $\Xi $
7297 \end_inset 
7298
7299
7300 \end_inset 
7301 </cell>
7302 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7303 \begin_inset Text
7304
7305 \layout Standard
7306
7307
7308 \family typewriter 
7309
7310 \backslash 
7311 Xi
7312 \end_inset 
7313 </cell>
7314 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7315 \begin_inset Text
7316
7317 \layout Standard
7318
7319
7320 \begin_inset Formula $\Pi $
7321 \end_inset 
7322
7323
7324 \end_inset 
7325 </cell>
7326 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7327 \begin_inset Text
7328
7329 \layout Standard
7330
7331
7332 \family typewriter 
7333
7334 \backslash 
7335 Pi
7336 \end_inset 
7337 </cell>
7338 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7339 \begin_inset Text
7340
7341 \layout Standard
7342
7343
7344 \begin_inset Formula $\Sigma $
7345 \end_inset 
7346
7347
7348 \end_inset 
7349 </cell>
7350 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7351 \begin_inset Text
7352
7353 \layout Standard
7354
7355
7356 \family typewriter 
7357
7358 \backslash 
7359 Sigma
7360 \end_inset 
7361 </cell>
7362 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7363 \begin_inset Text
7364
7365 \layout Standard
7366
7367
7368 \begin_inset Formula $\Upsilon $
7369 \end_inset 
7370
7371
7372 \end_inset 
7373 </cell>
7374 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
7375 \begin_inset Text
7376
7377 \layout Standard
7378
7379
7380 \family typewriter 
7381
7382 \backslash 
7383 Upsilon
7384 \end_inset 
7385 </cell>
7386 </row>
7387 <row topline="false" bottomline="false" newpage="false">
7388 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7389 \begin_inset Text
7390
7391 \layout Standard
7392
7393
7394 \begin_inset Formula $\Phi $
7395 \end_inset 
7396
7397
7398 \end_inset 
7399 </cell>
7400 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7401 \begin_inset Text
7402
7403 \layout Standard
7404
7405
7406 \family typewriter 
7407
7408 \backslash 
7409 Phi
7410 \end_inset 
7411 </cell>
7412 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7413 \begin_inset Text
7414
7415 \layout Standard
7416
7417
7418 \begin_inset Formula $\Psi $
7419 \end_inset 
7420
7421
7422 \end_inset 
7423 </cell>
7424 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7425 \begin_inset Text
7426
7427 \layout Standard
7428
7429
7430 \family typewriter 
7431
7432 \backslash 
7433 Psi
7434 \end_inset 
7435 </cell>
7436 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7437 \begin_inset Text
7438
7439 \layout Standard
7440
7441
7442 \begin_inset Formula $\Omega $
7443 \end_inset 
7444
7445
7446 \end_inset 
7447 </cell>
7448 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7449 \begin_inset Text
7450
7451 \layout Standard
7452
7453
7454 \family typewriter 
7455
7456 \backslash 
7457 Omega
7458 \end_inset 
7459 </cell>
7460 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7461 \begin_inset Text
7462
7463 \layout Standard
7464
7465 \end_inset 
7466 </cell>
7467 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
7468 \begin_inset Text
7469
7470 \layout Standard
7471
7472 \end_inset 
7473 </cell>
7474 </row>
7475 </lyxtabular>
7476
7477 \end_inset 
7478
7479
7480 \end_inset 
7481
7482
7483 \layout Standard
7484
7485
7486 \begin_inset Float table
7487 placement htbp
7488 wide false
7489 collapsed true
7490
7491 \layout Caption
7492
7493 Binary operation symbols
7494 \layout Standard
7495
7496
7497 \begin_inset  Tabular
7498 <lyxtabular version="2" rows="9" columns="8">
7499 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
7500 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
7501 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
7502 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
7503 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
7504 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
7505 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
7506 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
7507 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
7508 <row topline="false" bottomline="false" newpage="false">
7509 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7510 \begin_inset Text
7511
7512 \layout Standard
7513
7514
7515 \begin_inset Formula $\pm $
7516 \end_inset 
7517
7518
7519 \end_inset 
7520 </cell>
7521 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7522 \begin_inset Text
7523
7524 \layout Standard
7525
7526
7527 \family typewriter 
7528
7529 \backslash 
7530 pm
7531 \end_inset 
7532 </cell>
7533 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7534 \begin_inset Text
7535
7536 \layout Standard
7537
7538
7539 \begin_inset Formula $\cap $
7540 \end_inset 
7541
7542
7543 \end_inset 
7544 </cell>
7545 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7546 \begin_inset Text
7547
7548 \layout Standard
7549
7550
7551 \family typewriter 
7552
7553 \backslash 
7554 cap
7555 \end_inset 
7556 </cell>
7557 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7558 \begin_inset Text
7559
7560 \layout Standard
7561
7562
7563 \begin_inset Formula $\diamond $
7564 \end_inset 
7565
7566
7567 \end_inset 
7568 </cell>
7569 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7570 \begin_inset Text
7571
7572 \layout Standard
7573
7574
7575 \family typewriter 
7576
7577 \backslash 
7578 diamond
7579 \end_inset 
7580 </cell>
7581 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7582 \begin_inset Text
7583
7584 \layout Standard
7585
7586
7587 \begin_inset Formula $\oplus $
7588 \end_inset 
7589
7590
7591 \end_inset 
7592 </cell>
7593 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
7594 \begin_inset Text
7595
7596 \layout Standard
7597
7598
7599 \family typewriter 
7600
7601 \backslash 
7602 oplus
7603 \end_inset 
7604 </cell>
7605 </row>
7606 <row topline="false" bottomline="false" newpage="false">
7607 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7608 \begin_inset Text
7609
7610 \layout Standard
7611
7612
7613 \begin_inset Formula $\mp $
7614 \end_inset 
7615
7616
7617 \end_inset 
7618 </cell>
7619 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7620 \begin_inset Text
7621
7622 \layout Standard
7623
7624
7625 \family typewriter 
7626
7627 \backslash 
7628 mp
7629 \end_inset 
7630 </cell>
7631 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7632 \begin_inset Text
7633
7634 \layout Standard
7635
7636
7637 \begin_inset Formula $\cup $
7638 \end_inset 
7639
7640
7641 \end_inset 
7642 </cell>
7643 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7644 \begin_inset Text
7645
7646 \layout Standard
7647
7648
7649 \family typewriter 
7650
7651 \backslash 
7652 cup
7653 \end_inset 
7654 </cell>
7655 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7656 \begin_inset Text
7657
7658 \layout Standard
7659
7660
7661 \begin_inset Formula $\bigtriangleup $
7662 \end_inset 
7663
7664
7665 \end_inset 
7666 </cell>
7667 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7668 \begin_inset Text
7669
7670 \layout Standard
7671
7672
7673 \family typewriter 
7674
7675 \backslash 
7676 bigtriangleup
7677 \end_inset 
7678 </cell>
7679 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7680 \begin_inset Text
7681
7682 \layout Standard
7683
7684
7685 \begin_inset Formula $\ominus $
7686 \end_inset 
7687
7688
7689 \end_inset 
7690 </cell>
7691 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
7692 \begin_inset Text
7693
7694 \layout Standard
7695
7696
7697 \family typewriter 
7698
7699 \backslash 
7700 ominus
7701 \end_inset 
7702 </cell>
7703 </row>
7704 <row topline="false" bottomline="false" newpage="false">
7705 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7706 \begin_inset Text
7707
7708 \layout Standard
7709
7710
7711 \begin_inset Formula $\times $
7712 \end_inset 
7713
7714
7715 \end_inset 
7716 </cell>
7717 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7718 \begin_inset Text
7719
7720 \layout Standard
7721
7722
7723 \family typewriter 
7724
7725 \backslash 
7726 times
7727 \end_inset 
7728 </cell>
7729 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7730 \begin_inset Text
7731
7732 \layout Standard
7733
7734
7735 \begin_inset Formula $\uplus $
7736 \end_inset 
7737
7738
7739 \end_inset 
7740 </cell>
7741 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7742 \begin_inset Text
7743
7744 \layout Standard
7745
7746
7747 \family typewriter 
7748
7749 \backslash 
7750 uplus
7751 \end_inset 
7752 </cell>
7753 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7754 \begin_inset Text
7755
7756 \layout Standard
7757
7758
7759 \begin_inset Formula $\bigtriangledown $
7760 \end_inset 
7761
7762
7763 \end_inset 
7764 </cell>
7765 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7766 \begin_inset Text
7767
7768 \layout Standard
7769
7770
7771 \family typewriter 
7772
7773 \backslash 
7774 bigtriangledown
7775 \end_inset 
7776 </cell>
7777 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7778 \begin_inset Text
7779
7780 \layout Standard
7781
7782
7783 \begin_inset Formula $\otimes $
7784 \end_inset 
7785
7786
7787 \end_inset 
7788 </cell>
7789 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
7790 \begin_inset Text
7791
7792 \layout Standard
7793
7794
7795 \family typewriter 
7796
7797 \backslash 
7798 otimes
7799 \end_inset 
7800 </cell>
7801 </row>
7802 <row topline="false" bottomline="false" newpage="false">
7803 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7804 \begin_inset Text
7805
7806 \layout Standard
7807
7808
7809 \begin_inset Formula $\div $
7810 \end_inset 
7811
7812
7813 \end_inset 
7814 </cell>
7815 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7816 \begin_inset Text
7817
7818 \layout Standard
7819
7820
7821 \family typewriter 
7822
7823 \backslash 
7824 div
7825 \end_inset 
7826 </cell>
7827 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7828 \begin_inset Text
7829
7830 \layout Standard
7831
7832
7833 \begin_inset Formula $\sqcap $
7834 \end_inset 
7835
7836
7837 \end_inset 
7838 </cell>
7839 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7840 \begin_inset Text
7841
7842 \layout Standard
7843
7844
7845 \family typewriter 
7846
7847 \backslash 
7848 sqcap
7849 \end_inset 
7850 </cell>
7851 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7852 \begin_inset Text
7853
7854 \layout Standard
7855
7856
7857 \begin_inset Formula $\triangleleft $
7858 \end_inset 
7859
7860
7861 \end_inset 
7862 </cell>
7863 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7864 \begin_inset Text
7865
7866 \layout Standard
7867
7868
7869 \family typewriter 
7870
7871 \backslash 
7872 triangleleft
7873 \end_inset 
7874 </cell>
7875 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7876 \begin_inset Text
7877
7878 \layout Standard
7879
7880
7881 \begin_inset Formula $\oslash $
7882 \end_inset 
7883
7884
7885 \end_inset 
7886 </cell>
7887 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
7888 \begin_inset Text
7889
7890 \layout Standard
7891
7892
7893 \family typewriter 
7894
7895 \backslash 
7896 oslash
7897 \end_inset 
7898 </cell>
7899 </row>
7900 <row topline="false" bottomline="false" newpage="false">
7901 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7902 \begin_inset Text
7903
7904 \layout Standard
7905
7906
7907 \begin_inset Formula $\ast $
7908 \end_inset 
7909
7910
7911 \end_inset 
7912 </cell>
7913 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7914 \begin_inset Text
7915
7916 \layout Standard
7917
7918
7919 \family typewriter 
7920
7921 \backslash 
7922 ast
7923 \end_inset 
7924 </cell>
7925 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7926 \begin_inset Text
7927
7928 \layout Standard
7929
7930
7931 \begin_inset Formula $\sqcup $
7932 \end_inset 
7933
7934
7935 \end_inset 
7936 </cell>
7937 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7938 \begin_inset Text
7939
7940 \layout Standard
7941
7942
7943 \family typewriter 
7944
7945 \backslash 
7946 sqcup
7947 \end_inset 
7948 </cell>
7949 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7950 \begin_inset Text
7951
7952 \layout Standard
7953
7954
7955 \begin_inset Formula $\triangleright $
7956 \end_inset 
7957
7958
7959 \end_inset 
7960 </cell>
7961 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7962 \begin_inset Text
7963
7964 \layout Standard
7965
7966
7967 \family typewriter 
7968
7969 \backslash 
7970 triangleright
7971 \end_inset 
7972 </cell>
7973 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
7974 \begin_inset Text
7975
7976 \layout Standard
7977
7978
7979 \begin_inset Formula $\odot $
7980 \end_inset 
7981
7982
7983 \end_inset 
7984 </cell>
7985 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
7986 \begin_inset Text
7987
7988 \layout Standard
7989
7990
7991 \family typewriter 
7992
7993 \backslash 
7994 odot
7995 \end_inset 
7996 </cell>
7997 </row>
7998 <row topline="false" bottomline="false" newpage="false">
7999 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8000 \begin_inset Text
8001
8002 \layout Standard
8003
8004
8005 \begin_inset Formula $\star $
8006 \end_inset 
8007
8008
8009 \end_inset 
8010 </cell>
8011 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8012 \begin_inset Text
8013
8014 \layout Standard
8015
8016
8017 \family typewriter 
8018
8019 \backslash 
8020 star
8021 \end_inset 
8022 </cell>
8023 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8024 \begin_inset Text
8025
8026 \layout Standard
8027
8028
8029 \begin_inset Formula $\vee $
8030 \end_inset 
8031
8032
8033 \end_inset 
8034 </cell>
8035 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8036 \begin_inset Text
8037
8038 \layout Standard
8039
8040
8041 \family typewriter 
8042
8043 \backslash 
8044 vee
8045 \end_inset 
8046 </cell>
8047 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8048 \begin_inset Text
8049
8050 \layout Standard
8051
8052
8053 \begin_inset Formula $\lhd $
8054 \end_inset 
8055
8056
8057 \end_inset 
8058 </cell>
8059 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8060 \begin_inset Text
8061
8062 \layout Standard
8063
8064
8065 \family typewriter 
8066
8067 \backslash 
8068 lhd
8069 \end_inset 
8070 </cell>
8071 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8072 \begin_inset Text
8073
8074 \layout Standard
8075
8076
8077 \begin_inset Formula $\bigcirc $
8078 \end_inset 
8079
8080
8081 \end_inset 
8082 </cell>
8083 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
8084 \begin_inset Text
8085
8086 \layout Standard
8087
8088
8089 \family typewriter 
8090
8091 \backslash 
8092 bigcirc
8093 \end_inset 
8094 </cell>
8095 </row>
8096 <row topline="false" bottomline="false" newpage="false">
8097 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8098 \begin_inset Text
8099
8100 \layout Standard
8101
8102
8103 \begin_inset Formula $\circ $
8104 \end_inset 
8105
8106
8107 \end_inset 
8108 </cell>
8109 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8110 \begin_inset Text
8111
8112 \layout Standard
8113
8114
8115 \family typewriter 
8116
8117 \backslash 
8118 circ
8119 \end_inset 
8120 </cell>
8121 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8122 \begin_inset Text
8123
8124 \layout Standard
8125
8126
8127 \begin_inset Formula $\wedge $
8128 \end_inset 
8129
8130
8131 \end_inset 
8132 </cell>
8133 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8134 \begin_inset Text
8135
8136 \layout Standard
8137
8138
8139 \family typewriter 
8140
8141 \backslash 
8142 wedge
8143 \end_inset 
8144 </cell>
8145 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8146 \begin_inset Text
8147
8148 \layout Standard
8149
8150
8151 \begin_inset Formula $\rhd $
8152 \end_inset 
8153
8154
8155 \end_inset 
8156 </cell>
8157 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8158 \begin_inset Text
8159
8160 \layout Standard
8161
8162
8163 \family typewriter 
8164
8165 \backslash 
8166 rhd
8167 \end_inset 
8168 </cell>
8169 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8170 \begin_inset Text
8171
8172 \layout Standard
8173
8174
8175 \begin_inset Formula $\dagger $
8176 \end_inset 
8177
8178
8179 \end_inset 
8180 </cell>
8181 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
8182 \begin_inset Text
8183
8184 \layout Standard
8185
8186
8187 \family typewriter 
8188
8189 \backslash 
8190 dagger
8191 \end_inset 
8192 </cell>
8193 </row>
8194 <row topline="false" bottomline="false" newpage="false">
8195 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8196 \begin_inset Text
8197
8198 \layout Standard
8199
8200
8201 \begin_inset Formula $\bullet $
8202 \end_inset 
8203
8204
8205 \end_inset 
8206 </cell>
8207 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8208 \begin_inset Text
8209
8210 \layout Standard
8211
8212
8213 \family typewriter 
8214
8215 \backslash 
8216 bullet
8217 \end_inset 
8218 </cell>
8219 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8220 \begin_inset Text
8221
8222 \layout Standard
8223
8224
8225 \begin_inset Formula $\setminus $
8226 \end_inset 
8227
8228
8229 \end_inset 
8230 </cell>
8231 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8232 \begin_inset Text
8233
8234 \layout Standard
8235
8236
8237 \family typewriter 
8238
8239 \backslash 
8240 setminus
8241 \end_inset 
8242 </cell>
8243 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8244 \begin_inset Text
8245
8246 \layout Standard
8247
8248
8249 \begin_inset Formula $\unlhd $
8250 \end_inset 
8251
8252
8253 \end_inset 
8254 </cell>
8255 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8256 \begin_inset Text
8257
8258 \layout Standard
8259
8260
8261 \family typewriter 
8262
8263 \backslash 
8264 unlhd
8265 \end_inset 
8266 </cell>
8267 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8268 \begin_inset Text
8269
8270 \layout Standard
8271
8272
8273 \begin_inset Formula $\ddagger $
8274 \end_inset 
8275
8276
8277 \end_inset 
8278 </cell>
8279 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
8280 \begin_inset Text
8281
8282 \layout Standard
8283
8284
8285 \family typewriter 
8286
8287 \backslash 
8288 ddagger
8289 \end_inset 
8290 </cell>
8291 </row>
8292 <row topline="false" bottomline="false" newpage="false">
8293 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8294 \begin_inset Text
8295
8296 \layout Standard
8297
8298
8299 \begin_inset Formula $\cdot $
8300 \end_inset 
8301
8302
8303 \end_inset 
8304 </cell>
8305 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8306 \begin_inset Text
8307
8308 \layout Standard
8309
8310
8311 \family typewriter 
8312
8313 \backslash 
8314 cdot
8315 \end_inset 
8316 </cell>
8317 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8318 \begin_inset Text
8319
8320 \layout Standard
8321
8322
8323 \begin_inset Formula $\wr $
8324 \end_inset 
8325
8326
8327 \end_inset 
8328 </cell>
8329 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8330 \begin_inset Text
8331
8332 \layout Standard
8333
8334
8335 \family typewriter 
8336
8337 \backslash 
8338 wr
8339 \end_inset 
8340 </cell>
8341 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8342 \begin_inset Text
8343
8344 \layout Standard
8345
8346
8347 \begin_inset Formula $\unrhd $
8348 \end_inset 
8349
8350
8351 \end_inset 
8352 </cell>
8353 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8354 \begin_inset Text
8355
8356 \layout Standard
8357
8358
8359 \family typewriter 
8360
8361 \backslash 
8362 unrhd
8363 \end_inset 
8364 </cell>
8365 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8366 \begin_inset Text
8367
8368 \layout Standard
8369
8370
8371 \begin_inset Formula $\amalg $
8372 \end_inset 
8373
8374
8375 \end_inset 
8376 </cell>
8377 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
8378 \begin_inset Text
8379
8380 \layout Standard
8381
8382
8383 \family typewriter 
8384
8385 \backslash 
8386 amalg
8387 \end_inset 
8388 </cell>
8389 </row>
8390 </lyxtabular>
8391
8392 \end_inset 
8393
8394
8395 \end_inset 
8396
8397
8398 \layout Standard
8399
8400
8401 \begin_inset Float table
8402 placement htbp
8403 wide false
8404 collapsed true
8405
8406 \layout Caption
8407
8408 Relation symbols
8409 \layout Standard
8410
8411
8412 \begin_inset  Tabular
8413 <lyxtabular version="2" rows="8" columns="10">
8414 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
8415 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
8416 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
8417 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
8418 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
8419 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
8420 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
8421 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
8422 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
8423 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
8424 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
8425 <row topline="false" bottomline="false" newpage="false">
8426 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8427 \begin_inset Text
8428
8429 \layout Standard
8430
8431
8432 \begin_inset Formula $\leq $
8433 \end_inset 
8434
8435
8436 \end_inset 
8437 </cell>
8438 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8439 \begin_inset Text
8440
8441 \layout Standard
8442
8443
8444 \family typewriter 
8445
8446 \backslash 
8447 leq
8448 \backslash 
8449 le
8450 \end_inset 
8451 </cell>
8452 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8453 \begin_inset Text
8454
8455 \layout Standard
8456
8457
8458 \begin_inset Formula $\geq $
8459 \end_inset 
8460
8461
8462 \end_inset 
8463 </cell>
8464 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8465 \begin_inset Text
8466
8467 \layout Standard
8468
8469
8470 \family typewriter 
8471
8472 \backslash 
8473 geq
8474 \end_inset 
8475 </cell>
8476 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8477 \begin_inset Text
8478
8479 \layout Standard
8480
8481
8482 \begin_inset Formula $\equiv $
8483 \end_inset 
8484
8485
8486 \end_inset 
8487 </cell>
8488 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8489 \begin_inset Text
8490
8491 \layout Standard
8492
8493
8494 \family typewriter 
8495
8496 \backslash 
8497 equiv
8498 \end_inset 
8499 </cell>
8500 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8501 \begin_inset Text
8502
8503 \layout Standard
8504
8505
8506 \begin_inset Formula $\models $
8507 \end_inset 
8508
8509
8510 \end_inset 
8511 </cell>
8512 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8513 \begin_inset Text
8514
8515 \layout Standard
8516
8517
8518 \family typewriter 
8519
8520 \backslash 
8521 models
8522 \end_inset 
8523 </cell>
8524 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8525 \begin_inset Text
8526
8527 \layout Standard
8528
8529
8530 \begin_inset Formula $\prec $
8531 \end_inset 
8532
8533
8534 \end_inset 
8535 </cell>
8536 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
8537 \begin_inset Text
8538
8539 \layout Standard
8540
8541
8542 \family typewriter 
8543
8544 \backslash 
8545 prec
8546 \end_inset 
8547 </cell>
8548 </row>
8549 <row topline="false" bottomline="false" newpage="false">
8550 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8551 \begin_inset Text
8552
8553 \layout Standard
8554
8555
8556 \begin_inset Formula $\succ $
8557 \end_inset 
8558
8559
8560 \end_inset 
8561 </cell>
8562 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8563 \begin_inset Text
8564
8565 \layout Standard
8566
8567
8568 \family typewriter 
8569
8570 \backslash 
8571 succ
8572 \end_inset 
8573 </cell>
8574 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8575 \begin_inset Text
8576
8577 \layout Standard
8578
8579
8580 \begin_inset Formula $\sim $
8581 \end_inset 
8582
8583
8584 \end_inset 
8585 </cell>
8586 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8587 \begin_inset Text
8588
8589 \layout Standard
8590
8591
8592 \family typewriter 
8593
8594 \backslash 
8595 sim
8596 \end_inset 
8597 </cell>
8598 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8599 \begin_inset Text
8600
8601 \layout Standard
8602
8603
8604 \begin_inset Formula $\perp $
8605 \end_inset 
8606
8607
8608 \end_inset 
8609 </cell>
8610 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8611 \begin_inset Text
8612
8613 \layout Standard
8614
8615
8616 \family typewriter 
8617
8618 \backslash 
8619 perp
8620 \end_inset 
8621 </cell>
8622 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8623 \begin_inset Text
8624
8625 \layout Standard
8626
8627
8628 \begin_inset Formula $\preceq $
8629 \end_inset 
8630
8631
8632 \end_inset 
8633 </cell>
8634 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8635 \begin_inset Text
8636
8637 \layout Standard
8638
8639
8640 \family typewriter 
8641
8642 \backslash 
8643 preceq
8644 \end_inset 
8645 </cell>
8646 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8647 \begin_inset Text
8648
8649 \layout Standard
8650
8651
8652 \begin_inset Formula $\succeq $
8653 \end_inset 
8654
8655
8656 \end_inset 
8657 </cell>
8658 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
8659 \begin_inset Text
8660
8661 \layout Standard
8662
8663
8664 \family typewriter 
8665
8666 \backslash 
8667 succeq
8668 \end_inset 
8669 </cell>
8670 </row>
8671 <row topline="false" bottomline="false" newpage="false">
8672 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8673 \begin_inset Text
8674
8675 \layout Standard
8676
8677
8678 \begin_inset Formula $\simeq $
8679 \end_inset 
8680
8681
8682 \end_inset 
8683 </cell>
8684 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8685 \begin_inset Text
8686
8687 \layout Standard
8688
8689
8690 \family typewriter 
8691
8692 \backslash 
8693 simeq
8694 \end_inset 
8695 </cell>
8696 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8697 \begin_inset Text
8698
8699 \layout Standard
8700
8701
8702 \begin_inset Formula $\mid $
8703 \end_inset 
8704
8705
8706 \end_inset 
8707 </cell>
8708 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8709 \begin_inset Text
8710
8711 \layout Standard
8712
8713
8714 \family typewriter 
8715
8716 \backslash 
8717 mid
8718 \end_inset 
8719 </cell>
8720 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8721 \begin_inset Text
8722
8723 \layout Standard
8724
8725
8726 \begin_inset Formula $\ll $
8727 \end_inset 
8728
8729
8730 \end_inset 
8731 </cell>
8732 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8733 \begin_inset Text
8734
8735 \layout Standard
8736
8737
8738 \family typewriter 
8739
8740 \backslash 
8741 ll
8742 \end_inset 
8743 </cell>
8744 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8745 \begin_inset Text
8746
8747 \layout Standard
8748
8749
8750 \begin_inset Formula $\gg $
8751 \end_inset 
8752
8753
8754 \end_inset 
8755 </cell>
8756 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8757 \begin_inset Text
8758
8759 \layout Standard
8760
8761
8762 \family typewriter 
8763
8764 \backslash 
8765 gg
8766 \end_inset 
8767 </cell>
8768 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8769 \begin_inset Text
8770
8771 \layout Standard
8772
8773
8774 \begin_inset Formula $\asymp $
8775 \end_inset 
8776
8777
8778 \end_inset 
8779 </cell>
8780 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
8781 \begin_inset Text
8782
8783 \layout Standard
8784
8785
8786 \family typewriter 
8787
8788 \backslash 
8789 asymp
8790 \end_inset 
8791 </cell>
8792 </row>
8793 <row topline="false" bottomline="false" newpage="false">
8794 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8795 \begin_inset Text
8796
8797 \layout Standard
8798
8799
8800 \begin_inset Formula $\parallel $
8801 \end_inset 
8802
8803
8804 \end_inset 
8805 </cell>
8806 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8807 \begin_inset Text
8808
8809 \layout Standard
8810
8811
8812 \family typewriter 
8813
8814 \backslash 
8815 parallel
8816 \end_inset 
8817 </cell>
8818 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8819 \begin_inset Text
8820
8821 \layout Standard
8822
8823
8824 \begin_inset Formula $\subset $
8825 \end_inset 
8826
8827
8828 \end_inset 
8829 </cell>
8830 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8831 \begin_inset Text
8832
8833 \layout Standard
8834
8835
8836 \family typewriter 
8837
8838 \backslash 
8839 subset
8840 \end_inset 
8841 </cell>
8842 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8843 \begin_inset Text
8844
8845 \layout Standard
8846
8847
8848 \begin_inset Formula $\supset $
8849 \end_inset 
8850
8851
8852 \end_inset 
8853 </cell>
8854 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8855 \begin_inset Text
8856
8857 \layout Standard
8858
8859
8860 \family typewriter 
8861
8862 \backslash 
8863 supset
8864 \end_inset 
8865 </cell>
8866 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8867 \begin_inset Text
8868
8869 \layout Standard
8870
8871
8872 \begin_inset Formula $\approx $
8873 \end_inset 
8874
8875
8876 \end_inset 
8877 </cell>
8878 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8879 \begin_inset Text
8880
8881 \layout Standard
8882
8883
8884 \family typewriter 
8885
8886 \backslash 
8887 approx
8888 \end_inset 
8889 </cell>
8890 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8891 \begin_inset Text
8892
8893 \layout Standard
8894
8895
8896 \begin_inset Formula $\bowtie $
8897 \end_inset 
8898
8899
8900 \end_inset 
8901 </cell>
8902 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
8903 \begin_inset Text
8904
8905 \layout Standard
8906
8907
8908 \family typewriter 
8909
8910 \backslash 
8911 bowtie
8912 \end_inset 
8913 </cell>
8914 </row>
8915 <row topline="false" bottomline="false" newpage="false">
8916 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8917 \begin_inset Text
8918
8919 \layout Standard
8920
8921
8922 \begin_inset Formula $\subseteq $
8923 \end_inset 
8924
8925
8926 \end_inset 
8927 </cell>
8928 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8929 \begin_inset Text
8930
8931 \layout Standard
8932
8933
8934 \family typewriter 
8935
8936 \backslash 
8937 subseteq
8938 \end_inset 
8939 </cell>
8940 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8941 \begin_inset Text
8942
8943 \layout Standard
8944
8945
8946 \begin_inset Formula $\supseteq $
8947 \end_inset 
8948
8949
8950 \end_inset 
8951 </cell>
8952 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8953 \begin_inset Text
8954
8955 \layout Standard
8956
8957
8958 \family typewriter 
8959
8960 \backslash 
8961 supseteq
8962 \end_inset 
8963 </cell>
8964 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8965 \begin_inset Text
8966
8967 \layout Standard
8968
8969
8970 \begin_inset Formula $\cong $
8971 \end_inset 
8972
8973
8974 \end_inset 
8975 </cell>
8976 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8977 \begin_inset Text
8978
8979 \layout Standard
8980
8981
8982 \family typewriter 
8983
8984 \backslash 
8985 cong
8986 \end_inset 
8987 </cell>
8988 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
8989 \begin_inset Text
8990
8991 \layout Standard
8992
8993
8994 \begin_inset Formula $\Join $
8995 \end_inset 
8996
8997
8998 \end_inset 
8999 </cell>
9000 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9001 \begin_inset Text
9002
9003 \layout Standard
9004
9005
9006 \family typewriter 
9007
9008 \backslash 
9009 Join
9010 \end_inset 
9011 </cell>
9012 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9013 \begin_inset Text
9014
9015 \layout Standard
9016
9017
9018 \begin_inset Formula $\sqsubset $
9019 \end_inset 
9020
9021
9022 \end_inset 
9023 </cell>
9024 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
9025 \begin_inset Text
9026
9027 \layout Standard
9028
9029
9030 \family typewriter 
9031
9032 \backslash 
9033 sqsubset
9034 \end_inset 
9035 </cell>
9036 </row>
9037 <row topline="false" bottomline="false" newpage="false">
9038 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9039 \begin_inset Text
9040
9041 \layout Standard
9042
9043
9044 \begin_inset Formula $\sqsupset $
9045 \end_inset 
9046
9047
9048 \end_inset 
9049 </cell>
9050 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9051 \begin_inset Text
9052
9053 \layout Standard
9054
9055
9056 \family typewriter 
9057
9058 \backslash 
9059 sqsupset
9060 \end_inset 
9061 </cell>
9062 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9063 \begin_inset Text
9064
9065 \layout Standard
9066
9067
9068 \begin_inset Formula $\neq $
9069 \end_inset 
9070
9071
9072 \end_inset 
9073 </cell>
9074 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9075 \begin_inset Text
9076
9077 \layout Standard
9078
9079
9080 \family typewriter 
9081
9082 \backslash 
9083 neq
9084 \end_inset 
9085 </cell>
9086 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9087 \begin_inset Text
9088
9089 \layout Standard
9090
9091
9092 \begin_inset Formula $\smile $
9093 \end_inset 
9094
9095
9096 \end_inset 
9097 </cell>
9098 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9099 \begin_inset Text
9100
9101 \layout Standard
9102
9103
9104 \family typewriter 
9105
9106 \backslash 
9107 smile
9108 \end_inset 
9109 </cell>
9110 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9111 \begin_inset Text
9112
9113 \layout Standard
9114
9115
9116 \begin_inset Formula $\sqsubseteq $
9117 \end_inset 
9118
9119
9120 \end_inset 
9121 </cell>
9122 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9123 \begin_inset Text
9124
9125 \layout Standard
9126
9127
9128 \family typewriter 
9129
9130 \backslash 
9131 sqsubseteq
9132 \end_inset 
9133 </cell>
9134 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9135 \begin_inset Text
9136
9137 \layout Standard
9138
9139
9140 \begin_inset Formula $\sqsupseteq $
9141 \end_inset 
9142
9143
9144 \end_inset 
9145 </cell>
9146 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
9147 \begin_inset Text
9148
9149 \layout Standard
9150
9151
9152 \family typewriter 
9153
9154 \backslash 
9155 sqsupseteq
9156 \end_inset 
9157 </cell>
9158 </row>
9159 <row topline="false" bottomline="false" newpage="false">
9160 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9161 \begin_inset Text
9162
9163 \layout Standard
9164
9165
9166 \begin_inset Formula $\doteq $
9167 \end_inset 
9168
9169
9170 \end_inset 
9171 </cell>
9172 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9173 \begin_inset Text
9174
9175 \layout Standard
9176
9177
9178 \family typewriter 
9179
9180 \backslash 
9181 doteq
9182 \end_inset 
9183 </cell>
9184 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9185 \begin_inset Text
9186
9187 \layout Standard
9188
9189
9190 \begin_inset Formula $\frown $
9191 \end_inset 
9192
9193
9194 \end_inset 
9195 </cell>
9196 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9197 \begin_inset Text
9198
9199 \layout Standard
9200
9201
9202 \family typewriter 
9203
9204 \backslash 
9205 frown
9206 \end_inset 
9207 </cell>
9208 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9209 \begin_inset Text
9210
9211 \layout Standard
9212
9213
9214 \begin_inset Formula $\in $
9215 \end_inset 
9216
9217
9218 \end_inset 
9219 </cell>
9220 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9221 \begin_inset Text
9222
9223 \layout Standard
9224
9225
9226 \family typewriter 
9227
9228 \backslash 
9229 in
9230 \end_inset 
9231 </cell>
9232 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9233 \begin_inset Text
9234
9235 \layout Standard
9236
9237
9238 \begin_inset Formula $\ni $
9239 \end_inset 
9240
9241
9242 \end_inset 
9243 </cell>
9244 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9245 \begin_inset Text
9246
9247 \layout Standard
9248
9249
9250 \family typewriter 
9251
9252 \backslash 
9253 ni
9254 \end_inset 
9255 </cell>
9256 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9257 \begin_inset Text
9258
9259 \layout Standard
9260
9261
9262 \begin_inset Formula $\propto $
9263 \end_inset 
9264
9265
9266 \end_inset 
9267 </cell>
9268 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
9269 \begin_inset Text
9270
9271 \layout Standard
9272
9273
9274 \family typewriter 
9275
9276 \backslash 
9277 propto
9278 \end_inset 
9279 </cell>
9280 </row>
9281 <row topline="false" bottomline="false" newpage="false">
9282 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9283 \begin_inset Text
9284
9285 \layout Standard
9286
9287
9288 \begin_inset Formula $=$
9289 \end_inset 
9290
9291
9292 \end_inset 
9293 </cell>
9294 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9295 \begin_inset Text
9296
9297 \layout Standard
9298
9299
9300 \family typewriter 
9301 =
9302 \end_inset 
9303 </cell>
9304 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9305 \begin_inset Text
9306
9307 \layout Standard
9308
9309
9310 \begin_inset Formula $\vdash $
9311 \end_inset 
9312
9313
9314 \end_inset 
9315 </cell>
9316 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9317 \begin_inset Text
9318
9319 \layout Standard
9320
9321
9322 \family typewriter 
9323
9324 \backslash 
9325 vdash
9326 \end_inset 
9327 </cell>
9328 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9329 \begin_inset Text
9330
9331 \layout Standard
9332
9333
9334 \begin_inset Formula $\dashv $
9335 \end_inset 
9336
9337
9338 \end_inset 
9339 </cell>
9340 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9341 \begin_inset Text
9342
9343 \layout Standard
9344
9345
9346 \family typewriter 
9347
9348 \backslash 
9349 dashv
9350 \end_inset 
9351 </cell>
9352 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9353 \begin_inset Text
9354
9355 \layout Standard
9356
9357
9358 \begin_inset Formula $<$
9359 \end_inset 
9360
9361
9362 \end_inset 
9363 </cell>
9364 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9365 \begin_inset Text
9366
9367 \layout Standard
9368
9369
9370 \family typewriter 
9371 <
9372 \end_inset 
9373 </cell>
9374 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9375 \begin_inset Text
9376
9377 \layout Standard
9378
9379
9380 \begin_inset Formula $>$
9381 \end_inset 
9382
9383
9384 \end_inset 
9385 </cell>
9386 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
9387 \begin_inset Text
9388
9389 \layout Standard
9390
9391
9392 \family typewriter 
9393 >
9394 \end_inset 
9395 </cell>
9396 </row>
9397 </lyxtabular>
9398
9399 \end_inset 
9400
9401
9402 \end_inset 
9403
9404
9405 \layout Standard
9406
9407
9408 \begin_inset Float table
9409 placement htbp
9410 wide false
9411 collapsed true
9412
9413 \layout Caption
9414
9415 Arrow symbols
9416 \layout Standard
9417
9418
9419 \begin_inset  Tabular
9420 <lyxtabular version="2" rows="10" columns="6">
9421 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
9422 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
9423 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
9424 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
9425 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
9426 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
9427 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
9428 <row topline="false" bottomline="false" newpage="false">
9429 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9430 \begin_inset Text
9431
9432 \layout Standard
9433
9434
9435 \begin_inset Formula $\leftarrow $
9436 \end_inset 
9437
9438
9439 \end_inset 
9440 </cell>
9441 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9442 \begin_inset Text
9443
9444 \layout Standard
9445
9446
9447 \family typewriter 
9448
9449 \backslash 
9450 leftarrow
9451 \end_inset 
9452 </cell>
9453 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9454 \begin_inset Text
9455
9456 \layout Standard
9457
9458
9459 \begin_inset Formula $\longleftarrow $
9460 \end_inset 
9461
9462
9463 \end_inset 
9464 </cell>
9465 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9466 \begin_inset Text
9467
9468 \layout Standard
9469
9470
9471 \family typewriter 
9472
9473 \backslash 
9474 longleftarrow
9475 \end_inset 
9476 </cell>
9477 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9478 \begin_inset Text
9479
9480 \layout Standard
9481
9482
9483 \begin_inset Formula $\uparrow $
9484 \end_inset 
9485
9486
9487 \end_inset 
9488 </cell>
9489 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
9490 \begin_inset Text
9491
9492 \layout Standard
9493
9494
9495 \family typewriter 
9496
9497 \backslash 
9498 uparrow
9499 \end_inset 
9500 </cell>
9501 </row>
9502 <row topline="false" bottomline="false" newpage="false">
9503 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9504 \begin_inset Text
9505
9506 \layout Standard
9507
9508
9509 \begin_inset Formula $\Leftarrow $
9510 \end_inset 
9511
9512
9513 \end_inset 
9514 </cell>
9515 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9516 \begin_inset Text
9517
9518 \layout Standard
9519
9520
9521 \family typewriter 
9522
9523 \backslash 
9524 Leftarrow
9525 \end_inset 
9526 </cell>
9527 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9528 \begin_inset Text
9529
9530 \layout Standard
9531
9532
9533 \begin_inset Formula $\Longleftarrow $
9534 \end_inset 
9535
9536
9537 \end_inset 
9538 </cell>
9539 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9540 \begin_inset Text
9541
9542 \layout Standard
9543
9544
9545 \family typewriter 
9546
9547 \backslash 
9548 Longleftarrow
9549 \end_inset 
9550 </cell>
9551 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9552 \begin_inset Text
9553
9554 \layout Standard
9555
9556
9557 \begin_inset Formula $\Uparrow $
9558 \end_inset 
9559
9560
9561 \end_inset 
9562 </cell>
9563 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
9564 \begin_inset Text
9565
9566 \layout Standard
9567
9568
9569 \family typewriter 
9570
9571 \backslash 
9572 Uparrow
9573 \end_inset 
9574 </cell>
9575 </row>
9576 <row topline="false" bottomline="false" newpage="false">
9577 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9578 \begin_inset Text
9579
9580 \layout Standard
9581
9582
9583 \begin_inset Formula $\rightarrow $
9584 \end_inset 
9585
9586
9587 \end_inset 
9588 </cell>
9589 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9590 \begin_inset Text
9591
9592 \layout Standard
9593
9594
9595 \family typewriter 
9596
9597 \backslash 
9598 rightarrow
9599 \end_inset 
9600 </cell>
9601 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9602 \begin_inset Text
9603
9604 \layout Standard
9605
9606
9607 \begin_inset Formula $\longrightarrow $
9608 \end_inset 
9609
9610
9611 \end_inset 
9612 </cell>
9613 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9614 \begin_inset Text
9615
9616 \layout Standard
9617
9618
9619 \family typewriter 
9620
9621 \backslash 
9622 longrightarrow
9623 \end_inset 
9624 </cell>
9625 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9626 \begin_inset Text
9627
9628 \layout Standard
9629
9630
9631 \begin_inset Formula $\downarrow $
9632 \end_inset 
9633
9634
9635 \end_inset 
9636 </cell>
9637 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
9638 \begin_inset Text
9639
9640 \layout Standard
9641
9642
9643 \family typewriter 
9644
9645 \backslash 
9646 downarrow
9647 \end_inset 
9648 </cell>
9649 </row>
9650 <row topline="false" bottomline="false" newpage="false">
9651 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9652 \begin_inset Text
9653
9654 \layout Standard
9655
9656
9657 \begin_inset Formula $\Rightarrow $
9658 \end_inset 
9659
9660
9661 \end_inset 
9662 </cell>
9663 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9664 \begin_inset Text
9665
9666 \layout Standard
9667
9668
9669 \family typewriter 
9670
9671 \backslash 
9672 Rightarrow
9673 \end_inset 
9674 </cell>
9675 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9676 \begin_inset Text
9677
9678 \layout Standard
9679
9680
9681 \begin_inset Formula $\Longrightarrow $
9682 \end_inset 
9683
9684
9685 \end_inset 
9686 </cell>
9687 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9688 \begin_inset Text
9689
9690 \layout Standard
9691
9692
9693 \family typewriter 
9694
9695 \backslash 
9696 Longrightarrow
9697 \end_inset 
9698 </cell>
9699 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9700 \begin_inset Text
9701
9702 \layout Standard
9703
9704
9705 \begin_inset Formula $\Downarrow $
9706 \end_inset 
9707
9708
9709 \end_inset 
9710 </cell>
9711 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
9712 \begin_inset Text
9713
9714 \layout Standard
9715
9716
9717 \family typewriter 
9718
9719 \backslash 
9720 Downarrow
9721 \end_inset 
9722 </cell>
9723 </row>
9724 <row topline="false" bottomline="false" newpage="false">
9725 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9726 \begin_inset Text
9727
9728 \layout Standard
9729
9730
9731 \begin_inset Formula $\leftrightarrow $
9732 \end_inset 
9733
9734
9735 \end_inset 
9736 </cell>
9737 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9738 \begin_inset Text
9739
9740 \layout Standard
9741
9742
9743 \family typewriter 
9744
9745 \backslash 
9746 leftrightarrow
9747 \end_inset 
9748 </cell>
9749 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9750 \begin_inset Text
9751
9752 \layout Standard
9753
9754
9755 \begin_inset Formula $\longleftrightarrow $
9756 \end_inset 
9757
9758
9759 \end_inset 
9760 </cell>
9761 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9762 \begin_inset Text
9763
9764 \layout Standard
9765
9766
9767 \family typewriter 
9768
9769 \backslash 
9770 longleftrightarrow
9771 \end_inset 
9772 </cell>
9773 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9774 \begin_inset Text
9775
9776 \layout Standard
9777
9778
9779 \begin_inset Formula $\updownarrow $
9780 \end_inset 
9781
9782
9783 \end_inset 
9784 </cell>
9785 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
9786 \begin_inset Text
9787
9788 \layout Standard
9789
9790
9791 \family typewriter 
9792
9793 \backslash 
9794 updownarrow
9795 \end_inset 
9796 </cell>
9797 </row>
9798 <row topline="false" bottomline="false" newpage="false">
9799 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9800 \begin_inset Text
9801
9802 \layout Standard
9803
9804
9805 \begin_inset Formula $\Leftrightarrow $
9806 \end_inset 
9807
9808
9809 \end_inset 
9810 </cell>
9811 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9812 \begin_inset Text
9813
9814 \layout Standard
9815
9816
9817 \family typewriter 
9818
9819 \backslash 
9820 Leftrightarrow
9821 \end_inset 
9822 </cell>
9823 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9824 \begin_inset Text
9825
9826 \layout Standard
9827
9828
9829 \begin_inset Formula $\Longleftrightarrow $
9830 \end_inset 
9831
9832
9833 \end_inset 
9834 </cell>
9835 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9836 \begin_inset Text
9837
9838 \layout Standard
9839
9840
9841 \family typewriter 
9842
9843 \backslash 
9844 Longleftrightarrow
9845 \end_inset 
9846 </cell>
9847 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9848 \begin_inset Text
9849
9850 \layout Standard
9851
9852
9853 \begin_inset Formula $\Updownarrow $
9854 \end_inset 
9855
9856
9857 \end_inset 
9858 </cell>
9859 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
9860 \begin_inset Text
9861
9862 \layout Standard
9863
9864
9865 \family typewriter 
9866
9867 \backslash 
9868 Updownarrow
9869 \end_inset 
9870 </cell>
9871 </row>
9872 <row topline="false" bottomline="false" newpage="false">
9873 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9874 \begin_inset Text
9875
9876 \layout Standard
9877
9878
9879 \begin_inset Formula $\mapsto $
9880 \end_inset 
9881
9882
9883 \end_inset 
9884 </cell>
9885 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9886 \begin_inset Text
9887
9888 \layout Standard
9889
9890
9891 \family typewriter 
9892
9893 \backslash 
9894 mapsto
9895 \end_inset 
9896 </cell>
9897 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9898 \begin_inset Text
9899
9900 \layout Standard
9901
9902
9903 \begin_inset Formula $\longmapsto $
9904 \end_inset 
9905
9906
9907 \end_inset 
9908 </cell>
9909 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9910 \begin_inset Text
9911
9912 \layout Standard
9913
9914
9915 \family typewriter 
9916
9917 \backslash 
9918 longmapsto
9919 \end_inset 
9920 </cell>
9921 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9922 \begin_inset Text
9923
9924 \layout Standard
9925
9926
9927 \begin_inset Formula $\nearrow $
9928 \end_inset 
9929
9930
9931 \end_inset 
9932 </cell>
9933 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
9934 \begin_inset Text
9935
9936 \layout Standard
9937
9938
9939 \family typewriter 
9940
9941 \backslash 
9942 nearrow
9943 \end_inset 
9944 </cell>
9945 </row>
9946 <row topline="false" bottomline="false" newpage="false">
9947 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9948 \begin_inset Text
9949
9950 \layout Standard
9951
9952
9953 \begin_inset Formula $\hookleftarrow $
9954 \end_inset 
9955
9956
9957 \end_inset 
9958 </cell>
9959 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9960 \begin_inset Text
9961
9962 \layout Standard
9963
9964
9965 \family typewriter 
9966
9967 \backslash 
9968 hookleftarrow
9969 \end_inset 
9970 </cell>
9971 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9972 \begin_inset Text
9973
9974 \layout Standard
9975
9976
9977 \begin_inset Formula $\hookrightarrow $
9978 \end_inset 
9979
9980
9981 \end_inset 
9982 </cell>
9983 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9984 \begin_inset Text
9985
9986 \layout Standard
9987
9988
9989 \family typewriter 
9990
9991 \backslash 
9992 hookrightarrow
9993 \end_inset 
9994 </cell>
9995 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
9996 \begin_inset Text
9997
9998 \layout Standard
9999
10000
10001 \begin_inset Formula $\searrow $
10002 \end_inset 
10003
10004
10005 \end_inset 
10006 </cell>
10007 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
10008 \begin_inset Text
10009
10010 \layout Standard
10011
10012
10013 \family typewriter 
10014
10015 \backslash 
10016 searrow
10017 \end_inset 
10018 </cell>
10019 </row>
10020 <row topline="false" bottomline="false" newpage="false">
10021 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10022 \begin_inset Text
10023
10024 \layout Standard
10025
10026
10027 \begin_inset Formula $\leftharpoonup $
10028 \end_inset 
10029
10030
10031 \end_inset 
10032 </cell>
10033 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10034 \begin_inset Text
10035
10036 \layout Standard
10037
10038
10039 \family typewriter 
10040
10041 \backslash 
10042 leftharpoonup
10043 \end_inset 
10044 </cell>
10045 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10046 \begin_inset Text
10047
10048 \layout Standard
10049
10050
10051 \begin_inset Formula $\rightharpoonup $
10052 \end_inset 
10053
10054
10055 \end_inset 
10056 </cell>
10057 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10058 \begin_inset Text
10059
10060 \layout Standard
10061
10062
10063 \family typewriter 
10064
10065 \backslash 
10066 rightharpoonup
10067 \end_inset 
10068 </cell>
10069 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10070 \begin_inset Text
10071
10072 \layout Standard
10073
10074
10075 \begin_inset Formula $\swarrow $
10076 \end_inset 
10077
10078
10079 \end_inset 
10080 </cell>
10081 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
10082 \begin_inset Text
10083
10084 \layout Standard
10085
10086
10087 \family typewriter 
10088
10089 \backslash 
10090 swarrow
10091 \end_inset 
10092 </cell>
10093 </row>
10094 <row topline="false" bottomline="false" newpage="false">
10095 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10096 \begin_inset Text
10097
10098 \layout Standard
10099
10100
10101 \begin_inset Formula $\leftharpoondown $
10102 \end_inset 
10103
10104
10105 \end_inset 
10106 </cell>
10107 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10108 \begin_inset Text
10109
10110 \layout Standard
10111
10112
10113 \family typewriter 
10114
10115 \backslash 
10116 leftharpoondown
10117 \end_inset 
10118 </cell>
10119 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10120 \begin_inset Text
10121
10122 \layout Standard
10123
10124
10125 \begin_inset Formula $\rightharpoondown $
10126 \end_inset 
10127
10128
10129 \end_inset 
10130 </cell>
10131 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10132 \begin_inset Text
10133
10134 \layout Standard
10135
10136
10137 \family typewriter 
10138
10139 \backslash 
10140 rightharpoondown
10141 \end_inset 
10142 </cell>
10143 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10144 \begin_inset Text
10145
10146 \layout Standard
10147
10148
10149 \begin_inset Formula $\nwarrow $
10150 \end_inset 
10151
10152
10153 \end_inset 
10154 </cell>
10155 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
10156 \begin_inset Text
10157
10158 \layout Standard
10159
10160
10161 \family typewriter 
10162
10163 \backslash 
10164 nwarrow
10165 \end_inset 
10166 </cell>
10167 </row>
10168 </lyxtabular>
10169
10170 \end_inset 
10171
10172
10173 \end_inset 
10174
10175
10176 \layout Standard
10177
10178
10179 \begin_inset Float table
10180 placement htbp
10181 wide false
10182 collapsed true
10183
10184 \layout Caption
10185
10186 Miscellaneous symbols
10187 \layout Standard
10188
10189
10190 \begin_inset  Tabular
10191 <lyxtabular version="2" rows="7" columns="10">
10192 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
10193 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
10194 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
10195 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
10196 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
10197 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
10198 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
10199 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
10200 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
10201 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
10202 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
10203 <row topline="false" bottomline="false" newpage="false">
10204 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10205 \begin_inset Text
10206
10207 \layout Standard
10208
10209
10210 \begin_inset Formula $\ldots $
10211 \end_inset 
10212
10213
10214 \end_inset 
10215 </cell>
10216 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10217 \begin_inset Text
10218
10219 \layout Standard
10220
10221
10222 \family typewriter 
10223
10224 \backslash 
10225 ldots
10226 \end_inset 
10227 </cell>
10228 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10229 \begin_inset Text
10230
10231 \layout Standard
10232
10233
10234 \begin_inset Formula $\cdots $
10235 \end_inset 
10236
10237
10238 \end_inset 
10239 </cell>
10240 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10241 \begin_inset Text
10242
10243 \layout Standard
10244
10245
10246 \family typewriter 
10247
10248 \backslash 
10249 cdots
10250 \end_inset 
10251 </cell>
10252 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10253 \begin_inset Text
10254
10255 \layout Standard
10256
10257
10258 \begin_inset Formula $\vdots $
10259 \end_inset 
10260
10261
10262 \end_inset 
10263 </cell>
10264 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10265 \begin_inset Text
10266
10267 \layout Standard
10268
10269
10270 \family typewriter 
10271
10272 \backslash 
10273 vdots
10274 \end_inset 
10275 </cell>
10276 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10277 \begin_inset Text
10278
10279 \layout Standard
10280
10281
10282 \begin_inset Formula $\ddots $
10283 \end_inset 
10284
10285
10286 \end_inset 
10287 </cell>
10288 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10289 \begin_inset Text
10290
10291 \layout Standard
10292
10293
10294 \family typewriter 
10295
10296 \backslash 
10297 ddots
10298 \end_inset 
10299 </cell>
10300 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10301 \begin_inset Text
10302
10303 \layout Standard
10304
10305
10306 \begin_inset Formula $\aleph $
10307 \end_inset 
10308
10309
10310 \end_inset 
10311 </cell>
10312 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
10313 \begin_inset Text
10314
10315 \layout Standard
10316
10317
10318 \family typewriter 
10319
10320 \backslash 
10321 aleph
10322 \end_inset 
10323 </cell>
10324 </row>
10325 <row topline="false" bottomline="false" newpage="false">
10326 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10327 \begin_inset Text
10328
10329 \layout Standard
10330
10331
10332 \begin_inset Formula $\prime $
10333 \end_inset 
10334
10335
10336 \end_inset 
10337 </cell>
10338 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10339 \begin_inset Text
10340
10341 \layout Standard
10342
10343
10344 \family typewriter 
10345
10346 \backslash 
10347 prime
10348 \end_inset 
10349 </cell>
10350 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10351 \begin_inset Text
10352
10353 \layout Standard
10354
10355
10356 \begin_inset Formula $\forall $
10357 \end_inset 
10358
10359
10360 \end_inset 
10361 </cell>
10362 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10363 \begin_inset Text
10364
10365 \layout Standard
10366
10367
10368 \family typewriter 
10369
10370 \backslash 
10371 forall
10372 \end_inset 
10373 </cell>
10374 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10375 \begin_inset Text
10376
10377 \layout Standard
10378
10379
10380 \begin_inset Formula $\infty $
10381 \end_inset 
10382
10383
10384 \end_inset 
10385 </cell>
10386 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10387 \begin_inset Text
10388
10389 \layout Standard
10390
10391
10392 \family typewriter 
10393
10394 \backslash 
10395 infty
10396 \end_inset 
10397 </cell>
10398 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10399 \begin_inset Text
10400
10401 \layout Standard
10402
10403
10404 \begin_inset Formula $\hbar $
10405 \end_inset 
10406
10407
10408 \end_inset 
10409 </cell>
10410 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10411 \begin_inset Text
10412
10413 \layout Standard
10414
10415
10416 \family typewriter 
10417
10418 \backslash 
10419 hbar
10420 \end_inset 
10421 </cell>
10422 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10423 \begin_inset Text
10424
10425 \layout Standard
10426
10427
10428 \begin_inset Formula $\emptyset $
10429 \end_inset 
10430
10431
10432 \end_inset 
10433 </cell>
10434 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
10435 \begin_inset Text
10436
10437 \layout Standard
10438
10439
10440 \family typewriter 
10441
10442 \backslash 
10443 emptyset
10444 \end_inset 
10445 </cell>
10446 </row>
10447 <row topline="false" bottomline="false" newpage="false">
10448 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10449 \begin_inset Text
10450
10451 \layout Standard
10452
10453
10454 \begin_inset Formula $\exists $
10455 \end_inset 
10456
10457
10458 \end_inset 
10459 </cell>
10460 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10461 \begin_inset Text
10462
10463 \layout Standard
10464
10465
10466 \family typewriter 
10467
10468 \backslash 
10469 exists
10470 \end_inset 
10471 </cell>
10472 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10473 \begin_inset Text
10474
10475 \layout Standard
10476
10477
10478 \begin_inset Formula $\nabla $
10479 \end_inset 
10480
10481
10482 \end_inset 
10483 </cell>
10484 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10485 \begin_inset Text
10486
10487 \layout Standard
10488
10489
10490 \family typewriter 
10491
10492 \backslash 
10493 nabla
10494 \end_inset 
10495 </cell>
10496 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10497 \begin_inset Text
10498
10499 \layout Standard
10500
10501
10502 \begin_inset Formula $\surd $
10503 \end_inset 
10504
10505
10506 \end_inset 
10507 </cell>
10508 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10509 \begin_inset Text
10510
10511 \layout Standard
10512
10513
10514 \family typewriter 
10515
10516 \backslash 
10517 surd
10518 \end_inset 
10519 </cell>
10520 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10521 \begin_inset Text
10522
10523 \layout Standard
10524
10525
10526 \begin_inset Formula $\Box $
10527 \end_inset 
10528
10529
10530 \end_inset 
10531 </cell>
10532 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10533 \begin_inset Text
10534
10535 \layout Standard
10536
10537
10538 \family typewriter 
10539
10540 \backslash 
10541 Box
10542 \end_inset 
10543 </cell>
10544 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10545 \begin_inset Text
10546
10547 \layout Standard
10548
10549
10550 \begin_inset Formula $\triangle $
10551 \end_inset 
10552
10553
10554 \end_inset 
10555 </cell>
10556 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
10557 \begin_inset Text
10558
10559 \layout Standard
10560
10561
10562 \family typewriter 
10563
10564 \backslash 
10565 triangle
10566 \end_inset 
10567 </cell>
10568 </row>
10569 <row topline="false" bottomline="false" newpage="false">
10570 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10571 \begin_inset Text
10572
10573 \layout Standard
10574
10575
10576 \begin_inset Formula $\Diamond $
10577 \end_inset 
10578
10579
10580 \end_inset 
10581 </cell>
10582 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10583 \begin_inset Text
10584
10585 \layout Standard
10586
10587
10588 \family typewriter 
10589
10590 \backslash 
10591 Diamond
10592 \end_inset 
10593 </cell>
10594 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10595 \begin_inset Text
10596
10597 \layout Standard
10598
10599
10600 \begin_inset Formula $\imath $
10601 \end_inset 
10602
10603
10604 \end_inset 
10605 </cell>
10606 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10607 \begin_inset Text
10608
10609 \layout Standard
10610
10611
10612 \family typewriter 
10613
10614 \backslash 
10615 imath
10616 \end_inset 
10617 </cell>
10618 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10619 \begin_inset Text
10620
10621 \layout Standard
10622
10623
10624 \begin_inset Formula $\jmath $
10625 \end_inset 
10626
10627
10628 \end_inset 
10629 </cell>
10630 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10631 \begin_inset Text
10632
10633 \layout Standard
10634
10635
10636 \family typewriter 
10637
10638 \backslash 
10639 jmath
10640 \end_inset 
10641 </cell>
10642 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10643 \begin_inset Text
10644
10645 \layout Standard
10646
10647
10648 \begin_inset Formula $\ell $
10649 \end_inset 
10650
10651
10652 \end_inset 
10653 </cell>
10654 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10655 \begin_inset Text
10656
10657 \layout Standard
10658
10659
10660 \family typewriter 
10661
10662 \backslash 
10663 ell
10664 \end_inset 
10665 </cell>
10666 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10667 \begin_inset Text
10668
10669 \layout Standard
10670
10671
10672 \begin_inset Formula $\neg $
10673 \end_inset 
10674
10675
10676 \end_inset 
10677 </cell>
10678 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
10679 \begin_inset Text
10680
10681 \layout Standard
10682
10683
10684 \family typewriter 
10685
10686 \backslash 
10687 neg
10688 \end_inset 
10689 </cell>
10690 </row>
10691 <row topline="false" bottomline="false" newpage="false">
10692 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10693 \begin_inset Text
10694
10695 \layout Standard
10696
10697
10698 \begin_inset Formula $\top $
10699 \end_inset 
10700
10701
10702 \end_inset 
10703 </cell>
10704 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10705 \begin_inset Text
10706
10707 \layout Standard
10708
10709
10710 \family typewriter 
10711
10712 \backslash 
10713 top
10714 \end_inset 
10715 </cell>
10716 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10717 \begin_inset Text
10718
10719 \layout Standard
10720
10721
10722 \begin_inset Formula $\flat $
10723 \end_inset 
10724
10725
10726 \end_inset 
10727 </cell>
10728 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10729 \begin_inset Text
10730
10731 \layout Standard
10732
10733
10734 \family typewriter 
10735
10736 \backslash 
10737 flat
10738 \end_inset 
10739 </cell>
10740 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10741 \begin_inset Text
10742
10743 \layout Standard
10744
10745
10746 \begin_inset Formula $\natural $
10747 \end_inset 
10748
10749
10750 \end_inset 
10751 </cell>
10752 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10753 \begin_inset Text
10754
10755 \layout Standard
10756
10757
10758 \family typewriter 
10759
10760 \backslash 
10761 natural
10762 \end_inset 
10763 </cell>
10764 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10765 \begin_inset Text
10766
10767 \layout Standard
10768
10769
10770 \begin_inset Formula $\sharp $
10771 \end_inset 
10772
10773
10774 \end_inset 
10775 </cell>
10776 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10777 \begin_inset Text
10778
10779 \layout Standard
10780
10781
10782 \family typewriter 
10783
10784 \backslash 
10785 sharp
10786 \end_inset 
10787 </cell>
10788 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10789 \begin_inset Text
10790
10791 \layout Standard
10792
10793
10794 \begin_inset Formula $\wp $
10795 \end_inset 
10796
10797
10798 \end_inset 
10799 </cell>
10800 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
10801 \begin_inset Text
10802
10803 \layout Standard
10804
10805
10806 \family typewriter 
10807
10808 \backslash 
10809 wp
10810 \end_inset 
10811 </cell>
10812 </row>
10813 <row topline="false" bottomline="false" newpage="false">
10814 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10815 \begin_inset Text
10816
10817 \layout Standard
10818
10819
10820 \begin_inset Formula $\bot $
10821 \end_inset 
10822
10823
10824 \end_inset 
10825 </cell>
10826 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10827 \begin_inset Text
10828
10829 \layout Standard
10830
10831
10832 \family typewriter 
10833
10834 \backslash 
10835 bot
10836 \end_inset 
10837 </cell>
10838 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10839 \begin_inset Text
10840
10841 \layout Standard
10842
10843
10844 \begin_inset Formula $\clubsuit $
10845 \end_inset 
10846
10847
10848 \end_inset 
10849 </cell>
10850 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10851 \begin_inset Text
10852
10853 \layout Standard
10854
10855
10856 \family typewriter 
10857
10858 \backslash 
10859 clubsuit
10860 \end_inset 
10861 </cell>
10862 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10863 \begin_inset Text
10864
10865 \layout Standard
10866
10867
10868 \begin_inset Formula $\diamondsuit $
10869 \end_inset 
10870
10871
10872 \end_inset 
10873 </cell>
10874 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10875 \begin_inset Text
10876
10877 \layout Standard
10878
10879
10880 \family typewriter 
10881
10882 \backslash 
10883 diamondsuit
10884 \end_inset 
10885 </cell>
10886 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10887 \begin_inset Text
10888
10889 \layout Standard
10890
10891
10892 \begin_inset Formula $\heartsuit $
10893 \end_inset 
10894
10895
10896 \end_inset 
10897 </cell>
10898 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10899 \begin_inset Text
10900
10901 \layout Standard
10902
10903
10904 \family typewriter 
10905
10906 \backslash 
10907 heartsuit
10908 \end_inset 
10909 </cell>
10910 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10911 \begin_inset Text
10912
10913 \layout Standard
10914
10915
10916 \begin_inset Formula $\spadesuit $
10917 \end_inset 
10918
10919
10920 \end_inset 
10921 </cell>
10922 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
10923 \begin_inset Text
10924
10925 \layout Standard
10926
10927
10928 \family typewriter 
10929
10930 \backslash 
10931 spadesuit
10932 \end_inset 
10933 </cell>
10934 </row>
10935 <row topline="false" bottomline="false" newpage="false">
10936 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10937 \begin_inset Text
10938
10939 \layout Standard
10940
10941
10942 \begin_inset Formula $\mho $
10943 \end_inset 
10944
10945
10946 \end_inset 
10947 </cell>
10948 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10949 \begin_inset Text
10950
10951 \layout Standard
10952
10953
10954 \family typewriter 
10955
10956 \backslash 
10957 mho
10958 \end_inset 
10959 </cell>
10960 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10961 \begin_inset Text
10962
10963 \layout Standard
10964
10965
10966 \begin_inset Formula $\Re $
10967 \end_inset 
10968
10969
10970 \end_inset 
10971 </cell>
10972 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10973 \begin_inset Text
10974
10975 \layout Standard
10976
10977
10978 \family typewriter 
10979
10980 \backslash 
10981 Re
10982 \end_inset 
10983 </cell>
10984 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10985 \begin_inset Text
10986
10987 \layout Standard
10988
10989
10990 \begin_inset Formula $\Im $
10991 \end_inset 
10992
10993
10994 \end_inset 
10995 </cell>
10996 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
10997 \begin_inset Text
10998
10999 \layout Standard
11000
11001
11002 \family typewriter 
11003
11004 \backslash 
11005 Im
11006 \end_inset 
11007 </cell>
11008 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11009 \begin_inset Text
11010
11011 \layout Standard
11012
11013
11014 \begin_inset Formula $\angle $
11015 \end_inset 
11016
11017
11018 \end_inset 
11019 </cell>
11020 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11021 \begin_inset Text
11022
11023 \layout Standard
11024
11025
11026 \family typewriter 
11027
11028 \backslash 
11029 angle
11030 \end_inset 
11031 </cell>
11032 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11033 \begin_inset Text
11034
11035 \layout Standard
11036
11037
11038 \begin_inset Formula $\partial $
11039 \end_inset 
11040
11041
11042 \end_inset 
11043 </cell>
11044 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
11045 \begin_inset Text
11046
11047 \layout Standard
11048
11049
11050 \family typewriter 
11051
11052 \backslash 
11053 partial
11054 \end_inset 
11055 </cell>
11056 </row>
11057 </lyxtabular>
11058
11059 \end_inset 
11060
11061
11062 \end_inset 
11063
11064
11065 \layout Standard
11066
11067
11068 \begin_inset Float table
11069 placement htbp
11070 wide false
11071 collapsed true
11072
11073 \layout Caption
11074
11075 Variable-sized symbols
11076 \layout Standard
11077
11078
11079 \begin_inset  Tabular
11080 <lyxtabular version="2" rows="3" columns="10">
11081 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
11082 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
11083 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11084 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
11085 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11086 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
11087 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11088 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
11089 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11090 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
11091 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11092 <row topline="false" bottomline="false" newpage="false">
11093 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11094 \begin_inset Text
11095
11096 \layout Standard
11097
11098
11099 \begin_inset Formula $\sum $
11100 \end_inset 
11101
11102
11103 \end_inset 
11104 </cell>
11105 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11106 \begin_inset Text
11107
11108 \layout Standard
11109
11110
11111 \family typewriter 
11112
11113 \backslash 
11114 sum
11115 \end_inset 
11116 </cell>
11117 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11118 \begin_inset Text
11119
11120 \layout Standard
11121
11122
11123 \begin_inset Formula $\prod $
11124 \end_inset 
11125
11126
11127 \end_inset 
11128 </cell>
11129 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11130 \begin_inset Text
11131
11132 \layout Standard
11133
11134
11135 \family typewriter 
11136
11137 \backslash 
11138 prod
11139 \end_inset 
11140 </cell>
11141 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11142 \begin_inset Text
11143
11144 \layout Standard
11145
11146
11147 \begin_inset Formula $\coprod $
11148 \end_inset 
11149
11150
11151 \end_inset 
11152 </cell>
11153 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11154 \begin_inset Text
11155
11156 \layout Standard
11157
11158
11159 \family typewriter 
11160
11161 \backslash 
11162 coprod
11163 \end_inset 
11164 </cell>
11165 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11166 \begin_inset Text
11167
11168 \layout Standard
11169
11170
11171 \begin_inset Formula $\int $
11172 \end_inset 
11173
11174
11175 \end_inset 
11176 </cell>
11177 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11178 \begin_inset Text
11179
11180 \layout Standard
11181
11182
11183 \family typewriter 
11184
11185 \backslash 
11186 int
11187 \end_inset 
11188 </cell>
11189 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11190 \begin_inset Text
11191
11192 \layout Standard
11193
11194
11195 \begin_inset Formula $\oint $
11196 \end_inset 
11197
11198
11199 \end_inset 
11200 </cell>
11201 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
11202 \begin_inset Text
11203
11204 \layout Standard
11205
11206
11207 \family typewriter 
11208
11209 \backslash 
11210 oint
11211 \end_inset 
11212 </cell>
11213 </row>
11214 <row topline="false" bottomline="false" newpage="false">
11215 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11216 \begin_inset Text
11217
11218 \layout Standard
11219
11220
11221 \begin_inset Formula $\bigcap $
11222 \end_inset 
11223
11224
11225 \end_inset 
11226 </cell>
11227 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11228 \begin_inset Text
11229
11230 \layout Standard
11231
11232
11233 \family typewriter 
11234
11235 \backslash 
11236 bigcap
11237 \end_inset 
11238 </cell>
11239 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11240 \begin_inset Text
11241
11242 \layout Standard
11243
11244
11245 \begin_inset Formula $\bigcup $
11246 \end_inset 
11247
11248
11249 \end_inset 
11250 </cell>
11251 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11252 \begin_inset Text
11253
11254 \layout Standard
11255
11256
11257 \family typewriter 
11258
11259 \backslash 
11260 bigcup
11261 \end_inset 
11262 </cell>
11263 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11264 \begin_inset Text
11265
11266 \layout Standard
11267
11268
11269 \begin_inset Formula $\bigsqcup $
11270 \end_inset 
11271
11272
11273 \end_inset 
11274 </cell>
11275 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11276 \begin_inset Text
11277
11278 \layout Standard
11279
11280
11281 \family typewriter 
11282
11283 \backslash 
11284 bigsqcup
11285 \end_inset 
11286 </cell>
11287 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11288 \begin_inset Text
11289
11290 \layout Standard
11291
11292
11293 \begin_inset Formula $\bigvee $
11294 \end_inset 
11295
11296
11297 \end_inset 
11298 </cell>
11299 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11300 \begin_inset Text
11301
11302 \layout Standard
11303
11304
11305 \family typewriter 
11306
11307 \backslash 
11308 bigvee
11309 \end_inset 
11310 </cell>
11311 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11312 \begin_inset Text
11313
11314 \layout Standard
11315
11316
11317 \begin_inset Formula $\bigwedge $
11318 \end_inset 
11319
11320
11321 \end_inset 
11322 </cell>
11323 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
11324 \begin_inset Text
11325
11326 \layout Standard
11327
11328
11329 \family typewriter 
11330
11331 \backslash 
11332 bigwedge
11333 \end_inset 
11334 </cell>
11335 </row>
11336 <row topline="false" bottomline="false" newpage="false">
11337 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11338 \begin_inset Text
11339
11340 \layout Standard
11341
11342
11343 \begin_inset Formula $\bigodot $
11344 \end_inset 
11345
11346
11347 \end_inset 
11348 </cell>
11349 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11350 \begin_inset Text
11351
11352 \layout Standard
11353
11354
11355 \family typewriter 
11356
11357 \backslash 
11358 bigodot
11359 \end_inset 
11360 </cell>
11361 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11362 \begin_inset Text
11363
11364 \layout Standard
11365
11366
11367 \begin_inset Formula $\bigotimes $
11368 \end_inset 
11369
11370
11371 \end_inset 
11372 </cell>
11373 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11374 \begin_inset Text
11375
11376 \layout Standard
11377
11378
11379 \family typewriter 
11380
11381 \backslash 
11382 bigotimes
11383 \end_inset 
11384 </cell>
11385 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11386 \begin_inset Text
11387
11388 \layout Standard
11389
11390
11391 \begin_inset Formula $\bigoplus $
11392 \end_inset 
11393
11394
11395 \end_inset 
11396 </cell>
11397 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11398 \begin_inset Text
11399
11400 \layout Standard
11401
11402
11403 \family typewriter 
11404
11405 \backslash 
11406 bigoplus
11407 \end_inset 
11408 </cell>
11409 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11410 \begin_inset Text
11411
11412 \layout Standard
11413
11414
11415 \begin_inset Formula $\biguplus $
11416 \end_inset 
11417
11418
11419 \end_inset 
11420 </cell>
11421 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11422 \begin_inset Text
11423
11424 \layout Standard
11425
11426
11427 \family typewriter 
11428
11429 \backslash 
11430 biguplus
11431 \end_inset 
11432 </cell>
11433 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11434 \begin_inset Text
11435
11436 \layout Standard
11437
11438 \end_inset 
11439 </cell>
11440 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
11441 \begin_inset Text
11442
11443 \layout Standard
11444
11445 \end_inset 
11446 </cell>
11447 </row>
11448 </lyxtabular>
11449
11450 \end_inset 
11451
11452
11453 \end_inset 
11454
11455
11456 \layout Standard
11457
11458
11459 \begin_inset Float table
11460 placement htbp
11461 wide false
11462 collapsed true
11463
11464 \layout Caption
11465
11466 Log-like symbols
11467 \layout Standard
11468
11469
11470 \begin_inset  Tabular
11471 <lyxtabular version="2" rows="4" columns="8">
11472 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
11473 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11474 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11475 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11476 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11477 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11478 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11479 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11480 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11481 <row topline="false" bottomline="false" newpage="false">
11482 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11483 \begin_inset Text
11484
11485 \layout Standard
11486
11487
11488 \begin_inset Formula $\arccos $
11489 \end_inset 
11490
11491
11492 \end_inset 
11493 </cell>
11494 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11495 \begin_inset Text
11496
11497 \layout Standard
11498
11499
11500 \begin_inset Formula $\cos $
11501 \end_inset 
11502
11503
11504 \end_inset 
11505 </cell>
11506 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11507 \begin_inset Text
11508
11509 \layout Standard
11510
11511
11512 \begin_inset Formula $\csc $
11513 \end_inset 
11514
11515
11516 \end_inset 
11517 </cell>
11518 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11519 \begin_inset Text
11520
11521 \layout Standard
11522
11523
11524 \begin_inset Formula $\exp $
11525 \end_inset 
11526
11527
11528 \end_inset 
11529 </cell>
11530 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11531 \begin_inset Text
11532
11533 \layout Standard
11534
11535
11536 \begin_inset Formula $\ker $
11537 \end_inset 
11538
11539
11540 \end_inset 
11541 </cell>
11542 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11543 \begin_inset Text
11544
11545 \layout Standard
11546
11547
11548 \begin_inset Formula $\limsup $
11549 \end_inset 
11550
11551
11552 \end_inset 
11553 </cell>
11554 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11555 \begin_inset Text
11556
11557 \layout Standard
11558
11559
11560 \begin_inset Formula $\min $
11561 \end_inset 
11562
11563
11564 \end_inset 
11565 </cell>
11566 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
11567 \begin_inset Text
11568
11569 \layout Standard
11570
11571
11572 \begin_inset Formula $\sinh $
11573 \end_inset 
11574
11575
11576 \end_inset 
11577 </cell>
11578 </row>
11579 <row topline="false" bottomline="false" newpage="false">
11580 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11581 \begin_inset Text
11582
11583 \layout Standard
11584
11585
11586 \begin_inset Formula $\arcsin $
11587 \end_inset 
11588
11589
11590 \end_inset 
11591 </cell>
11592 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11593 \begin_inset Text
11594
11595 \layout Standard
11596
11597
11598 \begin_inset Formula $\cosh $
11599 \end_inset 
11600
11601
11602 \end_inset 
11603 </cell>
11604 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11605 \begin_inset Text
11606
11607 \layout Standard
11608
11609
11610 \begin_inset Formula $\deg $
11611 \end_inset 
11612
11613
11614 \end_inset 
11615 </cell>
11616 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11617 \begin_inset Text
11618
11619 \layout Standard
11620
11621
11622 \begin_inset Formula $\gcd $
11623 \end_inset 
11624
11625
11626 \end_inset 
11627 </cell>
11628 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11629 \begin_inset Text
11630
11631 \layout Standard
11632
11633
11634 \begin_inset Formula $\lg $
11635 \end_inset 
11636
11637
11638 \end_inset 
11639 </cell>
11640 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11641 \begin_inset Text
11642
11643 \layout Standard
11644
11645
11646 \begin_inset Formula $\ln $
11647 \end_inset 
11648
11649
11650 \end_inset 
11651 </cell>
11652 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11653 \begin_inset Text
11654
11655 \layout Standard
11656
11657
11658 \begin_inset Formula $\Pr $
11659 \end_inset 
11660
11661
11662 \end_inset 
11663 </cell>
11664 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
11665 \begin_inset Text
11666
11667 \layout Standard
11668
11669
11670 \begin_inset Formula $\sup $
11671 \end_inset 
11672
11673
11674 \end_inset 
11675 </cell>
11676 </row>
11677 <row topline="false" bottomline="false" newpage="false">
11678 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11679 \begin_inset Text
11680
11681 \layout Standard
11682
11683
11684 \begin_inset Formula $\arctan $
11685 \end_inset 
11686
11687
11688 \end_inset 
11689 </cell>
11690 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11691 \begin_inset Text
11692
11693 \layout Standard
11694
11695
11696 \begin_inset Formula $\cot $
11697 \end_inset 
11698
11699
11700 \end_inset 
11701 </cell>
11702 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11703 \begin_inset Text
11704
11705 \layout Standard
11706
11707
11708 \begin_inset Formula $\det $
11709 \end_inset 
11710
11711
11712 \end_inset 
11713 </cell>
11714 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11715 \begin_inset Text
11716
11717 \layout Standard
11718
11719
11720 \begin_inset Formula $\hom $
11721 \end_inset 
11722
11723
11724 \end_inset 
11725 </cell>
11726 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11727 \begin_inset Text
11728
11729 \layout Standard
11730
11731
11732 \begin_inset Formula $\lim $
11733 \end_inset 
11734
11735
11736 \end_inset 
11737 </cell>
11738 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11739 \begin_inset Text
11740
11741 \layout Standard
11742
11743
11744 \begin_inset Formula $\log $
11745 \end_inset 
11746
11747
11748 \end_inset 
11749 </cell>
11750 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11751 \begin_inset Text
11752
11753 \layout Standard
11754
11755
11756 \begin_inset Formula $\sec $
11757 \end_inset 
11758
11759
11760 \end_inset 
11761 </cell>
11762 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
11763 \begin_inset Text
11764
11765 \layout Standard
11766
11767
11768 \begin_inset Formula $\tan $
11769 \end_inset 
11770
11771
11772 \end_inset 
11773 </cell>
11774 </row>
11775 <row topline="false" bottomline="false" newpage="false">
11776 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11777 \begin_inset Text
11778
11779 \layout Standard
11780
11781
11782 \begin_inset Formula $\arg $
11783 \end_inset 
11784
11785
11786 \end_inset 
11787 </cell>
11788 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11789 \begin_inset Text
11790
11791 \layout Standard
11792
11793
11794 \begin_inset Formula $\coth $
11795 \end_inset 
11796
11797
11798 \end_inset 
11799 </cell>
11800 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11801 \begin_inset Text
11802
11803 \layout Standard
11804
11805
11806 \begin_inset Formula $\dim $
11807 \end_inset 
11808
11809
11810 \end_inset 
11811 </cell>
11812 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11813 \begin_inset Text
11814
11815 \layout Standard
11816
11817
11818 \begin_inset Formula $\inf $
11819 \end_inset 
11820
11821
11822 \end_inset 
11823 </cell>
11824 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11825 \begin_inset Text
11826
11827 \layout Standard
11828
11829
11830 \begin_inset Formula $\liminf $
11831 \end_inset 
11832
11833
11834 \end_inset 
11835 </cell>
11836 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11837 \begin_inset Text
11838
11839 \layout Standard
11840
11841
11842 \begin_inset Formula $\max $
11843 \end_inset 
11844
11845
11846 \end_inset 
11847 </cell>
11848 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11849 \begin_inset Text
11850
11851 \layout Standard
11852
11853
11854 \begin_inset Formula $\sin $
11855 \end_inset 
11856
11857
11858 \end_inset 
11859 </cell>
11860 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
11861 \begin_inset Text
11862
11863 \layout Standard
11864
11865
11866 \begin_inset Formula $\tanh $
11867 \end_inset 
11868
11869
11870 \end_inset 
11871 </cell>
11872 </row>
11873 </lyxtabular>
11874
11875 \end_inset 
11876
11877
11878 \end_inset 
11879
11880
11881 \layout Standard
11882
11883
11884 \begin_inset Float table
11885 placement htbp
11886 wide false
11887 collapsed true
11888
11889 \layout Caption
11890
11891 Delimiters
11892 \layout Standard
11893
11894
11895 \begin_inset  Tabular
11896 <lyxtabular version="2" rows="5" columns="8">
11897 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
11898 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
11899 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11900 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
11901 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11902 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
11903 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11904 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
11905 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
11906 <row topline="false" bottomline="false" newpage="false">
11907 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11908 \begin_inset Text
11909
11910 \layout Standard
11911
11912
11913 \begin_inset Formula $\uparrow $
11914 \end_inset 
11915
11916
11917 \end_inset 
11918 </cell>
11919 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11920 \begin_inset Text
11921
11922 \layout Standard
11923
11924
11925 \family typewriter 
11926
11927 \backslash 
11928 uparrow
11929 \end_inset 
11930 </cell>
11931 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11932 \begin_inset Text
11933
11934 \layout Standard
11935
11936
11937 \begin_inset Formula $\Uparrow $
11938 \end_inset 
11939
11940
11941 \end_inset 
11942 </cell>
11943 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11944 \begin_inset Text
11945
11946 \layout Standard
11947
11948
11949 \family typewriter 
11950
11951 \backslash 
11952 Uparrow
11953 \end_inset 
11954 </cell>
11955 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11956 \begin_inset Text
11957
11958 \layout Standard
11959
11960
11961 \begin_inset Formula $\downarrow $
11962 \end_inset 
11963
11964
11965 \end_inset 
11966 </cell>
11967 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11968 \begin_inset Text
11969
11970 \layout Standard
11971
11972
11973 \family typewriter 
11974
11975 \backslash 
11976 downarrow
11977 \end_inset 
11978 </cell>
11979 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
11980 \begin_inset Text
11981
11982 \layout Standard
11983
11984
11985 \begin_inset Formula $\Downarrow $
11986 \end_inset 
11987
11988
11989 \end_inset 
11990 </cell>
11991 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
11992 \begin_inset Text
11993
11994 \layout Standard
11995
11996
11997 \family typewriter 
11998
11999 \backslash 
12000 Downarrow
12001 \end_inset 
12002 </cell>
12003 </row>
12004 <row topline="false" bottomline="false" newpage="false">
12005 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12006 \begin_inset Text
12007
12008 \layout Standard
12009
12010
12011 \begin_inset Formula $\{$
12012 \end_inset 
12013
12014
12015 \end_inset 
12016 </cell>
12017 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12018 \begin_inset Text
12019
12020 \layout Standard
12021
12022
12023 \family typewriter 
12024
12025 \backslash 
12026 {
12027 \end_inset 
12028 </cell>
12029 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12030 \begin_inset Text
12031
12032 \layout Standard
12033
12034
12035 \begin_inset Formula $\}$
12036 \end_inset 
12037
12038
12039 \end_inset 
12040 </cell>
12041 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12042 \begin_inset Text
12043
12044 \layout Standard
12045
12046
12047 \family typewriter 
12048
12049 \backslash 
12050 }
12051 \end_inset 
12052 </cell>
12053 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12054 \begin_inset Text
12055
12056 \layout Standard
12057
12058
12059 \begin_inset Formula $\updownarrow $
12060 \end_inset 
12061
12062
12063 \end_inset 
12064 </cell>
12065 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12066 \begin_inset Text
12067
12068 \layout Standard
12069
12070
12071 \family typewriter 
12072
12073 \backslash 
12074 updownarrow
12075 \end_inset 
12076 </cell>
12077 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12078 \begin_inset Text
12079
12080 \layout Standard
12081
12082
12083 \begin_inset Formula $\Updownarrow $
12084 \end_inset 
12085
12086
12087 \end_inset 
12088 </cell>
12089 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
12090 \begin_inset Text
12091
12092 \layout Standard
12093
12094
12095 \family typewriter 
12096
12097 \backslash 
12098 Updownarrow
12099 \end_inset 
12100 </cell>
12101 </row>
12102 <row topline="false" bottomline="false" newpage="false">
12103 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12104 \begin_inset Text
12105
12106 \layout Standard
12107
12108
12109 \begin_inset Formula $\lfloor $
12110 \end_inset 
12111
12112
12113 \end_inset 
12114 </cell>
12115 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12116 \begin_inset Text
12117
12118 \layout Standard
12119
12120
12121 \family typewriter 
12122
12123 \backslash 
12124 lfloor
12125 \end_inset 
12126 </cell>
12127 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12128 \begin_inset Text
12129
12130 \layout Standard
12131
12132
12133 \begin_inset Formula $\rfloor $
12134 \end_inset 
12135
12136
12137 \end_inset 
12138 </cell>
12139 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12140 \begin_inset Text
12141
12142 \layout Standard
12143
12144
12145 \family typewriter 
12146
12147 \backslash 
12148 rfloor
12149 \end_inset 
12150 </cell>
12151 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12152 \begin_inset Text
12153
12154 \layout Standard
12155
12156
12157 \begin_inset Formula $\lceil $
12158 \end_inset 
12159
12160
12161 \end_inset 
12162 </cell>
12163 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12164 \begin_inset Text
12165
12166 \layout Standard
12167
12168
12169 \family typewriter 
12170
12171 \backslash 
12172 lceil
12173 \end_inset 
12174 </cell>
12175 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12176 \begin_inset Text
12177
12178 \layout Standard
12179
12180
12181 \begin_inset Formula $\rceil $
12182 \end_inset 
12183
12184
12185 \end_inset 
12186 </cell>
12187 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
12188 \begin_inset Text
12189
12190 \layout Standard
12191
12192
12193 \family typewriter 
12194
12195 \backslash 
12196 rceil
12197 \end_inset 
12198 </cell>
12199 </row>
12200 <row topline="false" bottomline="false" newpage="false">
12201 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12202 \begin_inset Text
12203
12204 \layout Standard
12205
12206
12207 \begin_inset Formula $\langle $
12208 \end_inset 
12209
12210
12211 \end_inset 
12212 </cell>
12213 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12214 \begin_inset Text
12215
12216 \layout Standard
12217
12218
12219 \family typewriter 
12220
12221 \backslash 
12222 langle
12223 \end_inset 
12224 </cell>
12225 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12226 \begin_inset Text
12227
12228 \layout Standard
12229
12230
12231 \begin_inset Formula $\rangle $
12232 \end_inset 
12233
12234
12235 \end_inset 
12236 </cell>
12237 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12238 \begin_inset Text
12239
12240 \layout Standard
12241
12242
12243 \family typewriter 
12244
12245 \backslash 
12246 rangle
12247 \end_inset 
12248 </cell>
12249 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12250 \begin_inset Text
12251
12252 \layout Standard
12253
12254
12255 \begin_inset Formula $/$
12256 \end_inset 
12257
12258
12259 \end_inset 
12260 </cell>
12261 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12262 \begin_inset Text
12263
12264 \layout Standard
12265
12266
12267 \family typewriter 
12268 /
12269 \end_inset 
12270 </cell>
12271 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12272 \begin_inset Text
12273
12274 \layout Standard
12275
12276
12277 \begin_inset Formula $\backslash $
12278 \end_inset 
12279
12280
12281 \end_inset 
12282 </cell>
12283 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
12284 \begin_inset Text
12285
12286 \layout Standard
12287
12288
12289 \family typewriter 
12290
12291 \backslash 
12292 backslash
12293 \end_inset 
12294 </cell>
12295 </row>
12296 <row topline="false" bottomline="false" newpage="false">
12297 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12298 \begin_inset Text
12299
12300 \layout Standard
12301
12302
12303 \begin_inset Formula $|$
12304 \end_inset 
12305
12306
12307 \end_inset 
12308 </cell>
12309 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12310 \begin_inset Text
12311
12312 \layout Standard
12313
12314
12315 \family typewriter 
12316 |
12317 \end_inset 
12318 </cell>
12319 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12320 \begin_inset Text
12321
12322 \layout Standard
12323
12324
12325 \begin_inset Formula $\| $
12326 \end_inset 
12327
12328
12329 \end_inset 
12330 </cell>
12331 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12332 \begin_inset Text
12333
12334 \layout Standard
12335
12336
12337 \family typewriter 
12338
12339 \backslash 
12340 |
12341 \end_inset 
12342 </cell>
12343 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12344 \begin_inset Text
12345
12346 \layout Standard
12347
12348 \end_inset 
12349 </cell>
12350 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12351 \begin_inset Text
12352
12353 \layout Standard
12354
12355 \end_inset 
12356 </cell>
12357 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12358 \begin_inset Text
12359
12360 \layout Standard
12361
12362 \end_inset 
12363 </cell>
12364 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
12365 \begin_inset Text
12366
12367 \layout Standard
12368
12369 \end_inset 
12370 </cell>
12371 </row>
12372 </lyxtabular>
12373
12374 \end_inset 
12375
12376
12377 \end_inset 
12378
12379
12380 \layout Standard
12381
12382
12383 \begin_inset Float table
12384 placement htbp
12385 wide false
12386 collapsed true
12387
12388 \layout Caption
12389
12390 Large delimiters
12391 \layout Standard
12392
12393
12394 \begin_inset  Tabular
12395 <lyxtabular version="2" rows="2" columns="8">
12396 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
12397 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
12398 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
12399 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
12400 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
12401 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
12402 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
12403 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
12404 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
12405 <row topline="false" bottomline="false" newpage="false">
12406 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12407 \begin_inset Text
12408
12409 \layout Standard
12410
12411
12412 \begin_inset Formula $\rmoustache $
12413 \end_inset 
12414
12415
12416 \end_inset 
12417 </cell>
12418 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12419 \begin_inset Text
12420
12421 \layout Standard
12422
12423
12424 \family typewriter 
12425
12426 \backslash 
12427 rmoustache
12428 \end_inset 
12429 </cell>
12430 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12431 \begin_inset Text
12432
12433 \layout Standard
12434
12435
12436 \begin_inset Formula $\lmoustache $
12437 \end_inset 
12438
12439
12440 \end_inset 
12441 </cell>
12442 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12443 \begin_inset Text
12444
12445 \layout Standard
12446
12447
12448 \family typewriter 
12449
12450 \backslash 
12451 lmoustache
12452 \end_inset 
12453 </cell>
12454 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12455 \begin_inset Text
12456
12457 \layout Standard
12458
12459
12460 \begin_inset Formula $\rgroup $
12461 \end_inset 
12462
12463
12464 \end_inset 
12465 </cell>
12466 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12467 \begin_inset Text
12468
12469 \layout Standard
12470
12471
12472 \family typewriter 
12473
12474 \backslash 
12475 rgroup
12476 \end_inset 
12477 </cell>
12478 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12479 \begin_inset Text
12480
12481 \layout Standard
12482
12483
12484 \begin_inset Formula $\lgroup $
12485 \end_inset 
12486
12487
12488 \end_inset 
12489 </cell>
12490 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
12491 \begin_inset Text
12492
12493 \layout Standard
12494
12495
12496 \family typewriter 
12497
12498 \backslash 
12499 lgroup
12500 \end_inset 
12501 </cell>
12502 </row>
12503 <row topline="false" bottomline="false" newpage="false">
12504 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12505 \begin_inset Text
12506
12507 \layout Standard
12508
12509
12510 \begin_inset Formula $\arrowvert $
12511 \end_inset 
12512
12513
12514 \end_inset 
12515 </cell>
12516 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12517 \begin_inset Text
12518
12519 \layout Standard
12520
12521
12522 \family typewriter 
12523
12524 \backslash 
12525 arrowvert
12526 \end_inset 
12527 </cell>
12528 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12529 \begin_inset Text
12530
12531 \layout Standard
12532
12533
12534 \begin_inset Formula $\Arrowvert $
12535 \end_inset 
12536
12537
12538 \end_inset 
12539 </cell>
12540 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12541 \begin_inset Text
12542
12543 \layout Standard
12544
12545
12546 \family typewriter 
12547
12548 \backslash 
12549 Arrowvert
12550 \end_inset 
12551 </cell>
12552 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12553 \begin_inset Text
12554
12555 \layout Standard
12556
12557
12558 \begin_inset Formula $\bracevert $
12559 \end_inset 
12560
12561
12562 \end_inset 
12563 </cell>
12564 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12565 \begin_inset Text
12566
12567 \layout Standard
12568
12569
12570 \family typewriter 
12571
12572 \backslash 
12573 bracevert
12574 \end_inset 
12575 </cell>
12576 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12577 \begin_inset Text
12578
12579 \layout Standard
12580
12581 \end_inset 
12582 </cell>
12583 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
12584 \begin_inset Text
12585
12586 \layout Standard
12587
12588 \end_inset 
12589 </cell>
12590 </row>
12591 </lyxtabular>
12592
12593 \end_inset 
12594
12595
12596 \end_inset 
12597
12598
12599 \layout Standard
12600
12601
12602 \begin_inset Float table
12603 placement htbp
12604 wide false
12605 collapsed true
12606
12607 \layout Caption
12608
12609 LaTeX math constructs
12610 \layout Standard
12611
12612
12613 \begin_inset  Tabular
12614 <lyxtabular version="2" rows="6" columns="4">
12615 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
12616 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
12617 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
12618 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
12619 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
12620 <row topline="false" bottomline="false" newpage="false">
12621 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12622 \begin_inset Text
12623
12624 \layout Standard
12625
12626
12627 \begin_inset Formula $\widetilde{abc}$
12628 \end_inset 
12629
12630
12631 \end_inset 
12632 </cell>
12633 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12634 \begin_inset Text
12635
12636 \layout Standard
12637
12638
12639 \family typewriter 
12640
12641 \backslash 
12642 widetilde{abc}
12643 \end_inset 
12644 </cell>
12645 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12646 \begin_inset Text
12647
12648 \layout Standard
12649
12650
12651 \begin_inset Formula $\widehat{abc}$
12652 \end_inset 
12653
12654
12655 \end_inset 
12656 </cell>
12657 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
12658 \begin_inset Text
12659
12660 \layout Standard
12661
12662
12663 \family typewriter 
12664
12665 \backslash 
12666 widehat{abc}
12667 \end_inset 
12668 </cell>
12669 </row>
12670 <row topline="false" bottomline="false" newpage="false">
12671 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12672 \begin_inset Text
12673
12674 \layout Standard
12675
12676
12677 \begin_inset Formula $\overleftarrow{abc}$
12678 \end_inset 
12679
12680
12681 \end_inset 
12682 </cell>
12683 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12684 \begin_inset Text
12685
12686 \layout Standard
12687
12688
12689 \family typewriter 
12690
12691 \backslash 
12692 overleftarrow{abc}
12693 \end_inset 
12694 </cell>
12695 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12696 \begin_inset Text
12697
12698 \layout Standard
12699
12700
12701 \begin_inset Formula $\overrightarrow{abc}$
12702 \end_inset 
12703
12704
12705 \end_inset 
12706 </cell>
12707 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
12708 \begin_inset Text
12709
12710 \layout Standard
12711
12712
12713 \family typewriter 
12714
12715 \backslash 
12716 overrightarrow{abc}
12717 \end_inset 
12718 </cell>
12719 </row>
12720 <row topline="false" bottomline="false" newpage="false">
12721 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12722 \begin_inset Text
12723
12724 \layout Standard
12725
12726
12727 \begin_inset Formula $\overline{abc}$
12728 \end_inset 
12729
12730
12731 \end_inset 
12732 </cell>
12733 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12734 \begin_inset Text
12735
12736 \layout Standard
12737
12738
12739 \family typewriter 
12740
12741 \backslash 
12742 overline{abc}
12743 \end_inset 
12744 </cell>
12745 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12746 \begin_inset Text
12747
12748 \layout Standard
12749
12750
12751 \begin_inset Formula $\underline{abc}$
12752 \end_inset 
12753
12754
12755 \end_inset 
12756 </cell>
12757 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
12758 \begin_inset Text
12759
12760 \layout Standard
12761
12762
12763 \family typewriter 
12764
12765 \backslash 
12766 underline{abc}
12767 \end_inset 
12768 </cell>
12769 </row>
12770 <row topline="false" bottomline="false" newpage="false">
12771 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12772 \begin_inset Text
12773
12774 \layout Standard
12775
12776
12777 \begin_inset Formula $\overbrace{abc}$
12778 \end_inset 
12779
12780
12781 \end_inset 
12782 </cell>
12783 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12784 \begin_inset Text
12785
12786 \layout Standard
12787
12788
12789 \family typewriter 
12790
12791 \backslash 
12792 overbrace{abc}
12793 \end_inset 
12794 </cell>
12795 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12796 \begin_inset Text
12797
12798 \layout Standard
12799
12800
12801 \begin_inset Formula $\underbrace{abc}$
12802 \end_inset 
12803
12804
12805 \end_inset 
12806 </cell>
12807 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
12808 \begin_inset Text
12809
12810 \layout Standard
12811
12812
12813 \family typewriter 
12814
12815 \backslash 
12816 underbrace{abc}
12817 \end_inset 
12818 </cell>
12819 </row>
12820 <row topline="false" bottomline="false" newpage="false">
12821 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12822 \begin_inset Text
12823
12824 \layout Standard
12825
12826
12827 \begin_inset Formula $\sqrt{abc}$
12828 \end_inset 
12829
12830
12831 \end_inset 
12832 </cell>
12833 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12834 \begin_inset Text
12835
12836 \layout Standard
12837
12838
12839 \family typewriter 
12840
12841 \backslash 
12842 sqrt{abc}
12843 \end_inset 
12844 </cell>
12845 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12846 \begin_inset Text
12847
12848 \layout Standard
12849
12850
12851 \begin_inset Formula $\sqrt[n]{abc}\sqrt[3]{abc}$
12852 \end_inset 
12853
12854
12855 \end_inset 
12856 </cell>
12857 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
12858 \begin_inset Text
12859
12860 \layout Standard
12861
12862
12863 \family typewriter 
12864
12865 \backslash 
12866 sqrt[n]{abc}
12867 \backslash 
12868 root3{abc}
12869 \end_inset 
12870 </cell>
12871 </row>
12872 <row topline="false" bottomline="false" newpage="false">
12873 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12874 \begin_inset Text
12875
12876 \layout Standard
12877
12878
12879 \begin_inset Formula $f'$
12880 \end_inset 
12881
12882
12883 \end_inset 
12884 </cell>
12885 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12886 \begin_inset Text
12887
12888 \layout Standard
12889
12890
12891 \family typewriter 
12892 f'
12893 \end_inset 
12894 </cell>
12895 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12896 \begin_inset Text
12897
12898 \layout Standard
12899
12900
12901 \begin_inset Formula $\frac{abc}{xyz}$
12902 \end_inset 
12903
12904
12905 \end_inset 
12906 </cell>
12907 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
12908 \begin_inset Text
12909
12910 \layout Standard
12911
12912
12913 \family typewriter 
12914
12915 \backslash 
12916 frac{abc}{xyz}
12917 \end_inset 
12918 </cell>
12919 </row>
12920 </lyxtabular>
12921
12922 \end_inset 
12923
12924
12925 \end_inset 
12926
12927
12928 \layout Standard
12929
12930
12931 \begin_inset Note
12932 collapsed false
12933
12934 \layout Standard
12935
12936 If the floats in this note are taken out of it, then you'll get LaTeX errors
12937  when trying to print the document.
12938  If the 
12939 \emph on 
12940 contents
12941 \emph default 
12942  of the floats below are taken out, all is fine.
12943  I conclude, therefore, that the problem lies with this many floats not
12944  the contents.
12945 \layout Standard
12946
12947
12948 \begin_inset Float table
12949 placement htbp
12950 wide false
12951 collapsed true
12952
12953 \layout Caption
12954
12955 AMS Greek and Hebrew
12956 \layout Standard
12957
12958
12959 \begin_inset  Tabular
12960 <lyxtabular version="2" rows="1" columns="10">
12961 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
12962 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
12963 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
12964 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
12965 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
12966 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
12967 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
12968 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
12969 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
12970 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
12971 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
12972 <row topline="false" bottomline="false" newpage="false">
12973 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12974 \begin_inset Text
12975
12976 \layout Standard
12977
12978
12979 \begin_inset Formula $\digamma $
12980 \end_inset 
12981
12982
12983 \end_inset 
12984 </cell>
12985 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12986 \begin_inset Text
12987
12988 \layout Standard
12989
12990
12991 \family typewriter 
12992
12993 \backslash 
12994 digamma
12995 \end_inset 
12996 </cell>
12997 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
12998 \begin_inset Text
12999
13000 \layout Standard
13001
13002
13003 \begin_inset Formula $\varkappa $
13004 \end_inset 
13005
13006
13007 \end_inset 
13008 </cell>
13009 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13010 \begin_inset Text
13011
13012 \layout Standard
13013
13014
13015 \family typewriter 
13016
13017 \backslash 
13018 varkappa
13019 \end_inset 
13020 </cell>
13021 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13022 \begin_inset Text
13023
13024 \layout Standard
13025
13026
13027 \begin_inset Formula $\beth $
13028 \end_inset 
13029
13030
13031 \end_inset 
13032 </cell>
13033 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13034 \begin_inset Text
13035
13036 \layout Standard
13037
13038
13039 \family typewriter 
13040
13041 \backslash 
13042 beth
13043 \end_inset 
13044 </cell>
13045 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13046 \begin_inset Text
13047
13048 \layout Standard
13049
13050
13051 \begin_inset Formula $\daleth $
13052 \end_inset 
13053
13054
13055 \end_inset 
13056 </cell>
13057 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13058 \begin_inset Text
13059
13060 \layout Standard
13061
13062
13063 \family typewriter 
13064
13065 \backslash 
13066 daleth
13067 \end_inset 
13068 </cell>
13069 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13070 \begin_inset Text
13071
13072 \layout Standard
13073
13074
13075 \begin_inset Formula $\gimel $
13076 \end_inset 
13077
13078
13079 \end_inset 
13080 </cell>
13081 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
13082 \begin_inset Text
13083
13084 \layout Standard
13085
13086
13087 \family typewriter 
13088
13089 \backslash 
13090 gimel
13091 \end_inset 
13092 </cell>
13093 </row>
13094 </lyxtabular>
13095
13096 \end_inset 
13097
13098
13099 \end_inset 
13100
13101
13102 \layout Standard
13103
13104
13105 \begin_inset Float table
13106 placement htbp
13107 wide false
13108 collapsed true
13109
13110 \layout Caption
13111
13112 AMS delimiters
13113 \layout Standard
13114
13115
13116 \begin_inset  Tabular
13117 <lyxtabular version="2" rows="1" columns="8">
13118 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
13119 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
13120 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
13121 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
13122 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
13123 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
13124 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
13125 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
13126 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
13127 <row topline="false" bottomline="false" newpage="false">
13128 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13129 \begin_inset Text
13130
13131 \layout Standard
13132
13133
13134 \begin_inset Formula $\ulcorner $
13135 \end_inset 
13136
13137
13138 \end_inset 
13139 </cell>
13140 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13141 \begin_inset Text
13142
13143 \layout Standard
13144
13145
13146 \family typewriter 
13147
13148 \backslash 
13149 ulcorner
13150 \end_inset 
13151 </cell>
13152 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13153 \begin_inset Text
13154
13155 \layout Standard
13156
13157
13158 \begin_inset Formula $\urcorner $
13159 \end_inset 
13160
13161
13162 \end_inset 
13163 </cell>
13164 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13165 \begin_inset Text
13166
13167 \layout Standard
13168
13169
13170 \family typewriter 
13171
13172 \backslash 
13173 urcorner
13174 \end_inset 
13175 </cell>
13176 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13177 \begin_inset Text
13178
13179 \layout Standard
13180
13181
13182 \begin_inset Formula $\llcorner $
13183 \end_inset 
13184
13185
13186 \end_inset 
13187 </cell>
13188 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13189 \begin_inset Text
13190
13191 \layout Standard
13192
13193
13194 \family typewriter 
13195
13196 \backslash 
13197 llcorner
13198 \end_inset 
13199 </cell>
13200 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13201 \begin_inset Text
13202
13203 \layout Standard
13204
13205
13206 \begin_inset Formula $\lrcorner $
13207 \end_inset 
13208
13209
13210 \end_inset 
13211 </cell>
13212 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
13213 \begin_inset Text
13214
13215 \layout Standard
13216
13217
13218 \family typewriter 
13219
13220 \backslash 
13221 lrcorner
13222 \end_inset 
13223 </cell>
13224 </row>
13225 </lyxtabular>
13226
13227 \end_inset 
13228
13229
13230 \end_inset 
13231
13232
13233 \layout Standard
13234
13235
13236 \begin_inset Float table
13237 placement htbp
13238 wide false
13239 collapsed true
13240
13241 \layout Caption
13242
13243 AMS arrows
13244 \layout Standard
13245
13246
13247 \begin_inset  Tabular
13248 <lyxtabular version="2" rows="11" columns="6">
13249 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
13250 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
13251 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
13252 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
13253 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
13254 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
13255 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
13256 <row topline="false" bottomline="false" newpage="false">
13257 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13258 \begin_inset Text
13259
13260 \layout Standard
13261
13262
13263 \begin_inset Formula $\dashrightarrow $
13264 \end_inset 
13265
13266
13267 \end_inset 
13268 </cell>
13269 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13270 \begin_inset Text
13271
13272 \layout Standard
13273
13274
13275 \family typewriter 
13276
13277 \backslash 
13278 dashrightarrow
13279 \end_inset 
13280 </cell>
13281 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13282 \begin_inset Text
13283
13284 \layout Standard
13285
13286
13287 \begin_inset Formula $\dashleftarrow $
13288 \end_inset 
13289
13290
13291 \end_inset 
13292 </cell>
13293 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13294 \begin_inset Text
13295
13296 \layout Standard
13297
13298
13299 \family typewriter 
13300
13301 \backslash 
13302 dashleftarrow
13303 \end_inset 
13304 </cell>
13305 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13306 \begin_inset Text
13307
13308 \layout Standard
13309
13310
13311 \begin_inset Formula $\leftleftarrows $
13312 \end_inset 
13313
13314
13315 \end_inset 
13316 </cell>
13317 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
13318 \begin_inset Text
13319
13320 \layout Standard
13321
13322
13323 \family typewriter 
13324
13325 \backslash 
13326 leftleftarrows
13327 \end_inset 
13328 </cell>
13329 </row>
13330 <row topline="false" bottomline="false" newpage="false">
13331 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13332 \begin_inset Text
13333
13334 \layout Standard
13335
13336
13337 \begin_inset Formula $\leftrightarrows $
13338 \end_inset 
13339
13340
13341 \end_inset 
13342 </cell>
13343 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13344 \begin_inset Text
13345
13346 \layout Standard
13347
13348
13349 \family typewriter 
13350
13351 \backslash 
13352 leftrightarrows
13353 \end_inset 
13354 </cell>
13355 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13356 \begin_inset Text
13357
13358 \layout Standard
13359
13360
13361 \begin_inset Formula $\Lleftarrow $
13362 \end_inset 
13363
13364
13365 \end_inset 
13366 </cell>
13367 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13368 \begin_inset Text
13369
13370 \layout Standard
13371
13372
13373 \family typewriter 
13374
13375 \backslash 
13376 Lleftarrow
13377 \end_inset 
13378 </cell>
13379 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13380 \begin_inset Text
13381
13382 \layout Standard
13383
13384
13385 \begin_inset Formula $\twoheadleftarrow $
13386 \end_inset 
13387
13388
13389 \end_inset 
13390 </cell>
13391 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
13392 \begin_inset Text
13393
13394 \layout Standard
13395
13396
13397 \family typewriter 
13398
13399 \backslash 
13400 twoheadleftarrow
13401 \end_inset 
13402 </cell>
13403 </row>
13404 <row topline="false" bottomline="false" newpage="false">
13405 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13406 \begin_inset Text
13407
13408 \layout Standard
13409
13410
13411 \begin_inset Formula $\leftarrowall $
13412 \end_inset 
13413
13414
13415 \end_inset 
13416 </cell>
13417 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13418 \begin_inset Text
13419
13420 \layout Standard
13421
13422
13423 \family typewriter 
13424
13425 \backslash 
13426 leftarrowall
13427 \end_inset 
13428 </cell>
13429 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13430 \begin_inset Text
13431
13432 \layout Standard
13433
13434
13435 \begin_inset Formula $\looparrowleft $
13436 \end_inset 
13437
13438
13439 \end_inset 
13440 </cell>
13441 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13442 \begin_inset Text
13443
13444 \layout Standard
13445
13446
13447 \family typewriter 
13448
13449 \backslash 
13450 looparrowleft
13451 \end_inset 
13452 </cell>
13453 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13454 \begin_inset Text
13455
13456 \layout Standard
13457
13458
13459 \begin_inset Formula $\leftrightharpoons $
13460 \end_inset 
13461
13462
13463 \end_inset 
13464 </cell>
13465 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
13466 \begin_inset Text
13467
13468 \layout Standard
13469
13470
13471 \family typewriter 
13472
13473 \backslash 
13474 leftrightharpoons
13475 \end_inset 
13476 </cell>
13477 </row>
13478 <row topline="false" bottomline="false" newpage="false">
13479 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13480 \begin_inset Text
13481
13482 \layout Standard
13483
13484
13485 \begin_inset Formula $\curvearrowleft $
13486 \end_inset 
13487
13488
13489 \end_inset 
13490 </cell>
13491 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13492 \begin_inset Text
13493
13494 \layout Standard
13495
13496
13497 \family typewriter 
13498
13499 \backslash 
13500 curvearrowleft
13501 \end_inset 
13502 </cell>
13503 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13504 \begin_inset Text
13505
13506 \layout Standard
13507
13508
13509 \begin_inset Formula $\circlearrowleft $
13510 \end_inset 
13511
13512
13513 \end_inset 
13514 </cell>
13515 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13516 \begin_inset Text
13517
13518 \layout Standard
13519
13520
13521 \family typewriter 
13522
13523 \backslash 
13524 circlearrowleft
13525 \end_inset 
13526 </cell>
13527 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13528 \begin_inset Text
13529
13530 \layout Standard
13531
13532
13533 \begin_inset Formula $\Lsh $
13534 \end_inset 
13535
13536
13537 \end_inset 
13538 </cell>
13539 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
13540 \begin_inset Text
13541
13542 \layout Standard
13543
13544
13545 \family typewriter 
13546
13547 \backslash 
13548 Lsh
13549 \end_inset 
13550 </cell>
13551 </row>
13552 <row topline="false" bottomline="false" newpage="false">
13553 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13554 \begin_inset Text
13555
13556 \layout Standard
13557
13558
13559 \begin_inset Formula $\upuparrows $
13560 \end_inset 
13561
13562
13563 \end_inset 
13564 </cell>
13565 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13566 \begin_inset Text
13567
13568 \layout Standard
13569
13570
13571 \family typewriter 
13572
13573 \backslash 
13574 upuparrows
13575 \end_inset 
13576 </cell>
13577 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13578 \begin_inset Text
13579
13580 \layout Standard
13581
13582
13583 \begin_inset Formula $\upharpoonleft $
13584 \end_inset 
13585
13586
13587 \end_inset 
13588 </cell>
13589 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13590 \begin_inset Text
13591
13592 \layout Standard
13593
13594
13595 \family typewriter 
13596
13597 \backslash 
13598 upharpoonleft
13599 \end_inset 
13600 </cell>
13601 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13602 \begin_inset Text
13603
13604 \layout Standard
13605
13606
13607 \begin_inset Formula $\downharpoonleft $
13608 \end_inset 
13609
13610
13611 \end_inset 
13612 </cell>
13613 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
13614 \begin_inset Text
13615
13616 \layout Standard
13617
13618
13619 \family typewriter 
13620
13621 \backslash 
13622 downharpoonleft
13623 \end_inset 
13624 </cell>
13625 </row>
13626 <row topline="false" bottomline="false" newpage="false">
13627 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13628 \begin_inset Text
13629
13630 \layout Standard
13631
13632
13633 \begin_inset Formula $\multimap $
13634 \end_inset 
13635
13636
13637 \end_inset 
13638 </cell>
13639 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13640 \begin_inset Text
13641
13642 \layout Standard
13643
13644
13645 \family typewriter 
13646
13647 \backslash 
13648 multimap
13649 \end_inset 
13650 </cell>
13651 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13652 \begin_inset Text
13653
13654 \layout Standard
13655
13656
13657 \begin_inset Formula $\leftrightsquigarrow $
13658 \end_inset 
13659
13660
13661 \end_inset 
13662 </cell>
13663 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13664 \begin_inset Text
13665
13666 \layout Standard
13667
13668
13669 \family typewriter 
13670
13671 \backslash 
13672 leftrightsquigarrow
13673 \end_inset 
13674 </cell>
13675 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13676 \begin_inset Text
13677
13678 \layout Standard
13679
13680
13681 \begin_inset Formula $\rightrightarrows $
13682 \end_inset 
13683
13684
13685 \end_inset 
13686 </cell>
13687 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
13688 \begin_inset Text
13689
13690 \layout Standard
13691
13692
13693 \family typewriter 
13694
13695 \backslash 
13696 rightrightarrows
13697 \end_inset 
13698 </cell>
13699 </row>
13700 <row topline="false" bottomline="false" newpage="false">
13701 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13702 \begin_inset Text
13703
13704 \layout Standard
13705
13706
13707 \begin_inset Formula $\rightleftarrows $
13708 \end_inset 
13709
13710
13711 \end_inset 
13712 </cell>
13713 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13714 \begin_inset Text
13715
13716 \layout Standard
13717
13718
13719 \family typewriter 
13720
13721 \backslash 
13722 rightleftarrows
13723 \end_inset 
13724 </cell>
13725 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13726 \begin_inset Text
13727
13728 \layout Standard
13729
13730
13731 \begin_inset Formula $\rightrightarrows $
13732 \end_inset 
13733
13734
13735 \end_inset 
13736 </cell>
13737 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13738 \begin_inset Text
13739
13740 \layout Standard
13741
13742
13743 \family typewriter 
13744
13745 \backslash 
13746 rightrightarrows
13747 \end_inset 
13748 </cell>
13749 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13750 \begin_inset Text
13751
13752 \layout Standard
13753
13754
13755 \begin_inset Formula $\rightleftarrows $
13756 \end_inset 
13757
13758
13759 \end_inset 
13760 </cell>
13761 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
13762 \begin_inset Text
13763
13764 \layout Standard
13765
13766
13767 \family typewriter 
13768
13769 \backslash 
13770 rightleftarrows
13771 \end_inset 
13772 </cell>
13773 </row>
13774 <row topline="false" bottomline="false" newpage="false">
13775 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13776 \begin_inset Text
13777
13778 \layout Standard
13779
13780
13781 \begin_inset Formula $\twoheadrightarrow $
13782 \end_inset 
13783
13784
13785 \end_inset 
13786 </cell>
13787 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13788 \begin_inset Text
13789
13790 \layout Standard
13791
13792
13793 \family typewriter 
13794
13795 \backslash 
13796 twoheadrightarrow
13797 \end_inset 
13798 </cell>
13799 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13800 \begin_inset Text
13801
13802 \layout Standard
13803
13804
13805 \begin_inset Formula $\rightarrowtail $
13806 \end_inset 
13807
13808
13809 \end_inset 
13810 </cell>
13811 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13812 \begin_inset Text
13813
13814 \layout Standard
13815
13816
13817 \family typewriter 
13818
13819 \backslash 
13820 rightarrowtail
13821 \end_inset 
13822 </cell>
13823 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13824 \begin_inset Text
13825
13826 \layout Standard
13827
13828
13829 \begin_inset Formula $\looparrowright $
13830 \end_inset 
13831
13832
13833 \end_inset 
13834 </cell>
13835 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
13836 \begin_inset Text
13837
13838 \layout Standard
13839
13840
13841 \family typewriter 
13842
13843 \backslash 
13844 looparrowright
13845 \end_inset 
13846 </cell>
13847 </row>
13848 <row topline="false" bottomline="false" newpage="false">
13849 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13850 \begin_inset Text
13851
13852 \layout Standard
13853
13854
13855 \begin_inset Formula $\rightleftharpoons $
13856 \end_inset 
13857
13858
13859 \end_inset 
13860 </cell>
13861 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13862 \begin_inset Text
13863
13864 \layout Standard
13865
13866
13867 \family typewriter 
13868
13869 \backslash 
13870 rightleftharpoons
13871 \end_inset 
13872 </cell>
13873 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13874 \begin_inset Text
13875
13876 \layout Standard
13877
13878
13879 \begin_inset Formula $\curvearrowright $
13880 \end_inset 
13881
13882
13883 \end_inset 
13884 </cell>
13885 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13886 \begin_inset Text
13887
13888 \layout Standard
13889
13890
13891 \family typewriter 
13892
13893 \backslash 
13894 curvearrowright
13895 \end_inset 
13896 </cell>
13897 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13898 \begin_inset Text
13899
13900 \layout Standard
13901
13902
13903 \begin_inset Formula $\circlearrowright $
13904 \end_inset 
13905
13906
13907 \end_inset 
13908 </cell>
13909 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
13910 \begin_inset Text
13911
13912 \layout Standard
13913
13914
13915 \family typewriter 
13916
13917 \backslash 
13918 circlearrowright
13919 \end_inset 
13920 </cell>
13921 </row>
13922 <row topline="false" bottomline="false" newpage="false">
13923 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13924 \begin_inset Text
13925
13926 \layout Standard
13927
13928
13929 \begin_inset Formula $\Rsh $
13930 \end_inset 
13931
13932
13933 \end_inset 
13934 </cell>
13935 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13936 \begin_inset Text
13937
13938 \layout Standard
13939
13940
13941 \family typewriter 
13942
13943 \backslash 
13944 Rsh
13945 \end_inset 
13946 </cell>
13947 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13948 \begin_inset Text
13949
13950 \layout Standard
13951
13952
13953 \begin_inset Formula $\downdownarrows $
13954 \end_inset 
13955
13956
13957 \end_inset 
13958 </cell>
13959 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13960 \begin_inset Text
13961
13962 \layout Standard
13963
13964
13965 \family typewriter 
13966
13967 \backslash 
13968 downdownarrows
13969 \end_inset 
13970 </cell>
13971 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13972 \begin_inset Text
13973
13974 \layout Standard
13975
13976
13977 \begin_inset Formula $\upharpoonright $
13978 \end_inset 
13979
13980
13981 \end_inset 
13982 </cell>
13983 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
13984 \begin_inset Text
13985
13986 \layout Standard
13987
13988
13989 \family typewriter 
13990
13991 \backslash 
13992 upharpoonright
13993 \end_inset 
13994 </cell>
13995 </row>
13996 <row topline="false" bottomline="false" newpage="false">
13997 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
13998 \begin_inset Text
13999
14000 \layout Standard
14001
14002
14003 \begin_inset Formula $\downharpoonright $
14004 \end_inset 
14005
14006
14007 \end_inset 
14008 </cell>
14009 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14010 \begin_inset Text
14011
14012 \layout Standard
14013
14014
14015 \family typewriter 
14016
14017 \backslash 
14018 downharpoonright
14019 \end_inset 
14020 </cell>
14021 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14022 \begin_inset Text
14023
14024 \layout Standard
14025
14026
14027 \begin_inset Formula $\rightsquigarrow $
14028 \end_inset 
14029
14030
14031 \end_inset 
14032 </cell>
14033 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14034 \begin_inset Text
14035
14036 \layout Standard
14037
14038
14039 \family typewriter 
14040
14041 \backslash 
14042 rightsquigarrow
14043 \end_inset 
14044 </cell>
14045 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14046 \begin_inset Text
14047
14048 \layout Standard
14049
14050 \end_inset 
14051 </cell>
14052 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
14053 \begin_inset Text
14054
14055 \layout Standard
14056
14057 \end_inset 
14058 </cell>
14059 </row>
14060 </lyxtabular>
14061
14062 \end_inset 
14063
14064
14065 \end_inset 
14066
14067
14068 \layout Standard
14069
14070
14071 \begin_inset Float table
14072 placement htbp
14073 wide false
14074 collapsed true
14075
14076 \layout Caption
14077
14078 AMS negated arrows
14079 \layout Standard
14080
14081
14082 \begin_inset  Tabular
14083 <lyxtabular version="2" rows="2" columns="6">
14084 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
14085 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
14086 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
14087 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
14088 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
14089 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
14090 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
14091 <row topline="false" bottomline="false" newpage="false">
14092 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14093 \begin_inset Text
14094
14095 \layout Standard
14096
14097
14098 \begin_inset Formula $\nleftarrow $
14099 \end_inset 
14100
14101
14102 \end_inset 
14103 </cell>
14104 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14105 \begin_inset Text
14106
14107 \layout Standard
14108
14109
14110 \family typewriter 
14111
14112 \backslash 
14113 nleftarrow
14114 \end_inset 
14115 </cell>
14116 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14117 \begin_inset Text
14118
14119 \layout Standard
14120
14121
14122 \begin_inset Formula $\nrightarrow $
14123 \end_inset 
14124
14125
14126 \end_inset 
14127 </cell>
14128 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14129 \begin_inset Text
14130
14131 \layout Standard
14132
14133
14134 \family typewriter 
14135
14136 \backslash 
14137 nrightarrow
14138 \end_inset 
14139 </cell>
14140 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14141 \begin_inset Text
14142
14143 \layout Standard
14144
14145
14146 \begin_inset Formula $\nLeftarrow $
14147 \end_inset 
14148
14149
14150 \end_inset 
14151 </cell>
14152 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
14153 \begin_inset Text
14154
14155 \layout Standard
14156
14157
14158 \family typewriter 
14159
14160 \backslash 
14161 nLeftarrow
14162 \end_inset 
14163 </cell>
14164 </row>
14165 <row topline="false" bottomline="false" newpage="false">
14166 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14167 \begin_inset Text
14168
14169 \layout Standard
14170
14171
14172 \begin_inset Formula $\nRightarrow $
14173 \end_inset 
14174
14175
14176 \end_inset 
14177 </cell>
14178 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14179 \begin_inset Text
14180
14181 \layout Standard
14182
14183
14184 \family typewriter 
14185
14186 \backslash 
14187 nRightarrow
14188 \end_inset 
14189 </cell>
14190 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14191 \begin_inset Text
14192
14193 \layout Standard
14194
14195
14196 \begin_inset Formula $\nleftrightarrow $
14197 \end_inset 
14198
14199
14200 \end_inset 
14201 </cell>
14202 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14203 \begin_inset Text
14204
14205 \layout Standard
14206
14207
14208 \family typewriter 
14209
14210 \backslash 
14211 nleftrightarrow
14212 \end_inset 
14213 </cell>
14214 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14215 \begin_inset Text
14216
14217 \layout Standard
14218
14219
14220 \begin_inset Formula $\nLeftrightarrow $
14221 \end_inset 
14222
14223
14224 \end_inset 
14225 </cell>
14226 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
14227 \begin_inset Text
14228
14229 \layout Standard
14230
14231
14232 \family typewriter 
14233
14234 \backslash 
14235 nLeftrightarrow
14236 \end_inset 
14237 </cell>
14238 </row>
14239 </lyxtabular>
14240
14241 \end_inset 
14242
14243
14244 \end_inset 
14245
14246
14247 \layout Standard
14248
14249
14250 \begin_inset Float table
14251 placement htbp
14252 wide false
14253 collapsed true
14254
14255 \layout Caption
14256
14257 AMS binary relations
14258 \layout Standard
14259
14260
14261 \begin_inset  Tabular
14262 <lyxtabular version="2" rows="22" columns="6">
14263 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
14264 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
14265 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
14266 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
14267 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
14268 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
14269 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
14270 <row topline="false" bottomline="false" newpage="false">
14271 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14272 \begin_inset Text
14273
14274 \layout Standard
14275
14276
14277 \begin_inset Formula $\leqq $
14278 \end_inset 
14279
14280
14281 \end_inset 
14282 </cell>
14283 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14284 \begin_inset Text
14285
14286 \layout Standard
14287
14288
14289 \family typewriter 
14290
14291 \backslash 
14292 leqq
14293 \end_inset 
14294 </cell>
14295 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14296 \begin_inset Text
14297
14298 \layout Standard
14299
14300
14301 \begin_inset Formula $\leqslant $
14302 \end_inset 
14303
14304
14305 \end_inset 
14306 </cell>
14307 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14308 \begin_inset Text
14309
14310 \layout Standard
14311
14312
14313 \family typewriter 
14314
14315 \backslash 
14316 leqslant
14317 \end_inset 
14318 </cell>
14319 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14320 \begin_inset Text
14321
14322 \layout Standard
14323
14324
14325 \begin_inset Formula $\eqslantless $
14326 \end_inset 
14327
14328
14329 \end_inset 
14330 </cell>
14331 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
14332 \begin_inset Text
14333
14334 \layout Standard
14335
14336
14337 \family typewriter 
14338
14339 \backslash 
14340 eqslantless
14341 \end_inset 
14342 </cell>
14343 </row>
14344 <row topline="false" bottomline="false" newpage="false">
14345 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14346 \begin_inset Text
14347
14348 \layout Standard
14349
14350
14351 \begin_inset Formula $\lesssim $
14352 \end_inset 
14353
14354
14355 \end_inset 
14356 </cell>
14357 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14358 \begin_inset Text
14359
14360 \layout Standard
14361
14362
14363 \family typewriter 
14364
14365 \backslash 
14366 lesssim
14367 \end_inset 
14368 </cell>
14369 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14370 \begin_inset Text
14371
14372 \layout Standard
14373
14374
14375 \begin_inset Formula $\lessapprox $
14376 \end_inset 
14377
14378
14379 \end_inset 
14380 </cell>
14381 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14382 \begin_inset Text
14383
14384 \layout Standard
14385
14386
14387 \family typewriter 
14388
14389 \backslash 
14390 lessapprox
14391 \end_inset 
14392 </cell>
14393 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14394 \begin_inset Text
14395
14396 \layout Standard
14397
14398
14399 \begin_inset Formula $\approxeq $
14400 \end_inset 
14401
14402
14403 \end_inset 
14404 </cell>
14405 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
14406 \begin_inset Text
14407
14408 \layout Standard
14409
14410
14411 \family typewriter 
14412
14413 \backslash 
14414 approxeq
14415 \end_inset 
14416 </cell>
14417 </row>
14418 <row topline="false" bottomline="false" newpage="false">
14419 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14420 \begin_inset Text
14421
14422 \layout Standard
14423
14424
14425 \begin_inset Formula $\lessdot $
14426 \end_inset 
14427
14428
14429 \end_inset 
14430 </cell>
14431 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14432 \begin_inset Text
14433
14434 \layout Standard
14435
14436
14437 \family typewriter 
14438
14439 \backslash 
14440 lessdot
14441 \end_inset 
14442 </cell>
14443 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14444 \begin_inset Text
14445
14446 \layout Standard
14447
14448
14449 \begin_inset Formula $\lll $
14450 \end_inset 
14451
14452
14453 \end_inset 
14454 </cell>
14455 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14456 \begin_inset Text
14457
14458 \layout Standard
14459
14460
14461 \family typewriter 
14462
14463 \backslash 
14464 lll
14465 \end_inset 
14466 </cell>
14467 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14468 \begin_inset Text
14469
14470 \layout Standard
14471
14472
14473 \begin_inset Formula $\lessgtr $
14474 \end_inset 
14475
14476
14477 \end_inset 
14478 </cell>
14479 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
14480 \begin_inset Text
14481
14482 \layout Standard
14483
14484
14485 \family typewriter 
14486
14487 \backslash 
14488 lessgtr
14489 \end_inset 
14490 </cell>
14491 </row>
14492 <row topline="false" bottomline="false" newpage="false">
14493 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14494 \begin_inset Text
14495
14496 \layout Standard
14497
14498
14499 \begin_inset Formula $\lesseqgtr $
14500 \end_inset 
14501
14502
14503 \end_inset 
14504 </cell>
14505 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14506 \begin_inset Text
14507
14508 \layout Standard
14509
14510
14511 \family typewriter 
14512
14513 \backslash 
14514 lesseqgtr
14515 \end_inset 
14516 </cell>
14517 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14518 \begin_inset Text
14519
14520 \layout Standard
14521
14522
14523 \begin_inset Formula $\lesseqqgtr $
14524 \end_inset 
14525
14526
14527 \end_inset 
14528 </cell>
14529 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14530 \begin_inset Text
14531
14532 \layout Standard
14533
14534
14535 \family typewriter 
14536
14537 \backslash 
14538 lesseqqgtr
14539 \end_inset 
14540 </cell>
14541 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14542 \begin_inset Text
14543
14544 \layout Standard
14545
14546
14547 \begin_inset Formula $\doteqdot $
14548 \end_inset 
14549
14550
14551 \end_inset 
14552 </cell>
14553 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
14554 \begin_inset Text
14555
14556 \layout Standard
14557
14558
14559 \family typewriter 
14560
14561 \backslash 
14562 doteqdot
14563 \end_inset 
14564 </cell>
14565 </row>
14566 <row topline="false" bottomline="false" newpage="false">
14567 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14568 \begin_inset Text
14569
14570 \layout Standard
14571
14572
14573 \begin_inset Formula $\risingdotseq $
14574 \end_inset 
14575
14576
14577 \end_inset 
14578 </cell>
14579 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14580 \begin_inset Text
14581
14582 \layout Standard
14583
14584
14585 \family typewriter 
14586
14587 \backslash 
14588 risingdotseq
14589 \end_inset 
14590 </cell>
14591 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14592 \begin_inset Text
14593
14594 \layout Standard
14595
14596
14597 \begin_inset Formula $\fallingdotseq $
14598 \end_inset 
14599
14600
14601 \end_inset 
14602 </cell>
14603 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14604 \begin_inset Text
14605
14606 \layout Standard
14607
14608
14609 \family typewriter 
14610
14611 \backslash 
14612 fallingdotseq
14613 \end_inset 
14614 </cell>
14615 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14616 \begin_inset Text
14617
14618 \layout Standard
14619
14620
14621 \begin_inset Formula $\backsim $
14622 \end_inset 
14623
14624
14625 \end_inset 
14626 </cell>
14627 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
14628 \begin_inset Text
14629
14630 \layout Standard
14631
14632
14633 \family typewriter 
14634
14635 \backslash 
14636 backsim
14637 \end_inset 
14638 </cell>
14639 </row>
14640 <row topline="false" bottomline="false" newpage="false">
14641 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14642 \begin_inset Text
14643
14644 \layout Standard
14645
14646
14647 \begin_inset Formula $\backsimeq $
14648 \end_inset 
14649
14650
14651 \end_inset 
14652 </cell>
14653 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14654 \begin_inset Text
14655
14656 \layout Standard
14657
14658
14659 \family typewriter 
14660
14661 \backslash 
14662 backsimeq
14663 \end_inset 
14664 </cell>
14665 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14666 \begin_inset Text
14667
14668 \layout Standard
14669
14670
14671 \begin_inset Formula $\subseteqq $
14672 \end_inset 
14673
14674
14675 \end_inset 
14676 </cell>
14677 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14678 \begin_inset Text
14679
14680 \layout Standard
14681
14682
14683 \family typewriter 
14684
14685 \backslash 
14686 subseteqq
14687 \end_inset 
14688 </cell>
14689 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14690 \begin_inset Text
14691
14692 \layout Standard
14693
14694
14695 \begin_inset Formula $\Subset $
14696 \end_inset 
14697
14698
14699 \end_inset 
14700 </cell>
14701 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
14702 \begin_inset Text
14703
14704 \layout Standard
14705
14706
14707 \family typewriter 
14708
14709 \backslash 
14710 Subset
14711 \end_inset 
14712 </cell>
14713 </row>
14714 <row topline="false" bottomline="false" newpage="false">
14715 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14716 \begin_inset Text
14717
14718 \layout Standard
14719
14720
14721 \begin_inset Formula $\sqsubset $
14722 \end_inset 
14723
14724
14725 \end_inset 
14726 </cell>
14727 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14728 \begin_inset Text
14729
14730 \layout Standard
14731
14732
14733 \family typewriter 
14734
14735 \backslash 
14736 sqsubset
14737 \end_inset 
14738 </cell>
14739 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14740 \begin_inset Text
14741
14742 \layout Standard
14743
14744
14745 \begin_inset Formula $\preccurlyeq $
14746 \end_inset 
14747
14748
14749 \end_inset 
14750 </cell>
14751 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14752 \begin_inset Text
14753
14754 \layout Standard
14755
14756
14757 \family typewriter 
14758
14759 \backslash 
14760 preccurlyeq
14761 \end_inset 
14762 </cell>
14763 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14764 \begin_inset Text
14765
14766 \layout Standard
14767
14768
14769 \begin_inset Formula $\curlyeqprec $
14770 \end_inset 
14771
14772
14773 \end_inset 
14774 </cell>
14775 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
14776 \begin_inset Text
14777
14778 \layout Standard
14779
14780
14781 \family typewriter 
14782
14783 \backslash 
14784 curlyeqprec
14785 \end_inset 
14786 </cell>
14787 </row>
14788 <row topline="false" bottomline="false" newpage="false">
14789 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14790 \begin_inset Text
14791
14792 \layout Standard
14793
14794
14795 \begin_inset Formula $\precsim $
14796 \end_inset 
14797
14798
14799 \end_inset 
14800 </cell>
14801 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14802 \begin_inset Text
14803
14804 \layout Standard
14805
14806
14807 \family typewriter 
14808
14809 \backslash 
14810 precsim
14811 \end_inset 
14812 </cell>
14813 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14814 \begin_inset Text
14815
14816 \layout Standard
14817
14818
14819 \begin_inset Formula $\precapprox $
14820 \end_inset 
14821
14822
14823 \end_inset 
14824 </cell>
14825 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14826 \begin_inset Text
14827
14828 \layout Standard
14829
14830
14831 \family typewriter 
14832
14833 \backslash 
14834 precapprox
14835 \end_inset 
14836 </cell>
14837 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14838 \begin_inset Text
14839
14840 \layout Standard
14841
14842
14843 \begin_inset Formula $\vartriangleleft $
14844 \end_inset 
14845
14846
14847 \end_inset 
14848 </cell>
14849 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
14850 \begin_inset Text
14851
14852 \layout Standard
14853
14854
14855 \family typewriter 
14856
14857 \backslash 
14858 vartriangleleft
14859 \end_inset 
14860 </cell>
14861 </row>
14862 <row topline="false" bottomline="false" newpage="false">
14863 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14864 \begin_inset Text
14865
14866 \layout Standard
14867
14868
14869 \begin_inset Formula $\trianglelefteq $
14870 \end_inset 
14871
14872
14873 \end_inset 
14874 </cell>
14875 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14876 \begin_inset Text
14877
14878 \layout Standard
14879
14880
14881 \family typewriter 
14882
14883 \backslash 
14884 trianglelefteq
14885 \end_inset 
14886 </cell>
14887 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14888 \begin_inset Text
14889
14890 \layout Standard
14891
14892
14893 \begin_inset Formula $\vDash $
14894 \end_inset 
14895
14896
14897 \end_inset 
14898 </cell>
14899 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14900 \begin_inset Text
14901
14902 \layout Standard
14903
14904
14905 \family typewriter 
14906
14907 \backslash 
14908 vDash
14909 \end_inset 
14910 </cell>
14911 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14912 \begin_inset Text
14913
14914 \layout Standard
14915
14916
14917 \begin_inset Formula $\Vvdash $
14918 \end_inset 
14919
14920
14921 \end_inset 
14922 </cell>
14923 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
14924 \begin_inset Text
14925
14926 \layout Standard
14927
14928
14929 \family typewriter 
14930
14931 \backslash 
14932 Vvdash
14933 \end_inset 
14934 </cell>
14935 </row>
14936 <row topline="false" bottomline="false" newpage="false">
14937 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14938 \begin_inset Text
14939
14940 \layout Standard
14941
14942
14943 \begin_inset Formula $\smallsmile $
14944 \end_inset 
14945
14946
14947 \end_inset 
14948 </cell>
14949 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14950 \begin_inset Text
14951
14952 \layout Standard
14953
14954
14955 \family typewriter 
14956
14957 \backslash 
14958 smallsmile
14959 \end_inset 
14960 </cell>
14961 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14962 \begin_inset Text
14963
14964 \layout Standard
14965
14966
14967 \begin_inset Formula $\smallfrown $
14968 \end_inset 
14969
14970
14971 \end_inset 
14972 </cell>
14973 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14974 \begin_inset Text
14975
14976 \layout Standard
14977
14978
14979 \family typewriter 
14980
14981 \backslash 
14982 smallfrown
14983 \end_inset 
14984 </cell>
14985 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
14986 \begin_inset Text
14987
14988 \layout Standard
14989
14990
14991 \begin_inset Formula $\bumpeq $
14992 \end_inset 
14993
14994
14995 \end_inset 
14996 </cell>
14997 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
14998 \begin_inset Text
14999
15000 \layout Standard
15001
15002
15003 \family typewriter 
15004
15005 \backslash 
15006 bumpeq
15007 \end_inset 
15008 </cell>
15009 </row>
15010 <row topline="false" bottomline="false" newpage="false">
15011 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15012 \begin_inset Text
15013
15014 \layout Standard
15015
15016
15017 \begin_inset Formula $\Bumpeq $
15018 \end_inset 
15019
15020
15021 \end_inset 
15022 </cell>
15023 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15024 \begin_inset Text
15025
15026 \layout Standard
15027
15028
15029 \family typewriter 
15030
15031 \backslash 
15032 Bumpeq
15033 \end_inset 
15034 </cell>
15035 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15036 \begin_inset Text
15037
15038 \layout Standard
15039
15040
15041 \begin_inset Formula $\geqq $
15042 \end_inset 
15043
15044
15045 \end_inset 
15046 </cell>
15047 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15048 \begin_inset Text
15049
15050 \layout Standard
15051
15052
15053 \family typewriter 
15054
15055 \backslash 
15056 geqq
15057 \end_inset 
15058 </cell>
15059 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15060 \begin_inset Text
15061
15062 \layout Standard
15063
15064
15065 \begin_inset Formula $\geqslant $
15066 \end_inset 
15067
15068
15069 \end_inset 
15070 </cell>
15071 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
15072 \begin_inset Text
15073
15074 \layout Standard
15075
15076
15077 \family typewriter 
15078
15079 \backslash 
15080 geqslant
15081 \end_inset 
15082 </cell>
15083 </row>
15084 <row topline="false" bottomline="false" newpage="false">
15085 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15086 \begin_inset Text
15087
15088 \layout Standard
15089
15090
15091 \begin_inset Formula $\eqslantgtr $
15092 \end_inset 
15093
15094
15095 \end_inset 
15096 </cell>
15097 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15098 \begin_inset Text
15099
15100 \layout Standard
15101
15102
15103 \family typewriter 
15104
15105 \backslash 
15106 eqslantgtr
15107 \end_inset 
15108 </cell>
15109 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15110 \begin_inset Text
15111
15112 \layout Standard
15113
15114
15115 \begin_inset Formula $\gtrsim $
15116 \end_inset 
15117
15118
15119 \end_inset 
15120 </cell>
15121 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15122 \begin_inset Text
15123
15124 \layout Standard
15125
15126
15127 \family typewriter 
15128
15129 \backslash 
15130 gtrsim
15131 \end_inset 
15132 </cell>
15133 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15134 \begin_inset Text
15135
15136 \layout Standard
15137
15138
15139 \begin_inset Formula $\gtrapprox $
15140 \end_inset 
15141
15142
15143 \end_inset 
15144 </cell>
15145 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
15146 \begin_inset Text
15147
15148 \layout Standard
15149
15150
15151 \family typewriter 
15152
15153 \backslash 
15154 gtrapprox
15155 \end_inset 
15156 </cell>
15157 </row>
15158 <row topline="false" bottomline="false" newpage="false">
15159 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15160 \begin_inset Text
15161
15162 \layout Standard
15163
15164
15165 \begin_inset Formula $\gtrdot $
15166 \end_inset 
15167
15168
15169 \end_inset 
15170 </cell>
15171 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15172 \begin_inset Text
15173
15174 \layout Standard
15175
15176
15177 \family typewriter 
15178
15179 \backslash 
15180 gtrdot
15181 \end_inset 
15182 </cell>
15183 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15184 \begin_inset Text
15185
15186 \layout Standard
15187
15188
15189 \begin_inset Formula $\ggg $
15190 \end_inset 
15191
15192
15193 \end_inset 
15194 </cell>
15195 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15196 \begin_inset Text
15197
15198 \layout Standard
15199
15200
15201 \family typewriter 
15202
15203 \backslash 
15204 ggg
15205 \end_inset 
15206 </cell>
15207 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15208 \begin_inset Text
15209
15210 \layout Standard
15211
15212
15213 \begin_inset Formula $\gtrless $
15214 \end_inset 
15215
15216
15217 \end_inset 
15218 </cell>
15219 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
15220 \begin_inset Text
15221
15222 \layout Standard
15223
15224
15225 \family typewriter 
15226
15227 \backslash 
15228 gtrless
15229 \end_inset 
15230 </cell>
15231 </row>
15232 <row topline="false" bottomline="false" newpage="false">
15233 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15234 \begin_inset Text
15235
15236 \layout Standard
15237
15238
15239 \begin_inset Formula $\gtreqless $
15240 \end_inset 
15241
15242
15243 \end_inset 
15244 </cell>
15245 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15246 \begin_inset Text
15247
15248 \layout Standard
15249
15250
15251 \family typewriter 
15252
15253 \backslash 
15254 gtreqless
15255 \end_inset 
15256 </cell>
15257 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15258 \begin_inset Text
15259
15260 \layout Standard
15261
15262
15263 \begin_inset Formula $\gtreqqless $
15264 \end_inset 
15265
15266
15267 \end_inset 
15268 </cell>
15269 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15270 \begin_inset Text
15271
15272 \layout Standard
15273
15274
15275 \family typewriter 
15276
15277 \backslash 
15278 gtreqqless
15279 \end_inset 
15280 </cell>
15281 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15282 \begin_inset Text
15283
15284 \layout Standard
15285
15286
15287 \begin_inset Formula $\eqcirc $
15288 \end_inset 
15289
15290
15291 \end_inset 
15292 </cell>
15293 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
15294 \begin_inset Text
15295
15296 \layout Standard
15297
15298
15299 \family typewriter 
15300
15301 \backslash 
15302 eqcirc
15303 \end_inset 
15304 </cell>
15305 </row>
15306 <row topline="false" bottomline="false" newpage="false">
15307 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15308 \begin_inset Text
15309
15310 \layout Standard
15311
15312
15313 \begin_inset Formula $\circeq $
15314 \end_inset 
15315
15316
15317 \end_inset 
15318 </cell>
15319 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15320 \begin_inset Text
15321
15322 \layout Standard
15323
15324
15325 \family typewriter 
15326
15327 \backslash 
15328 circeq
15329 \end_inset 
15330 </cell>
15331 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15332 \begin_inset Text
15333
15334 \layout Standard
15335
15336
15337 \begin_inset Formula $\triangleq $
15338 \end_inset 
15339
15340
15341 \end_inset 
15342 </cell>
15343 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15344 \begin_inset Text
15345
15346 \layout Standard
15347
15348
15349 \family typewriter 
15350
15351 \backslash 
15352 triangleq
15353 \end_inset 
15354 </cell>
15355 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15356 \begin_inset Text
15357
15358 \layout Standard
15359
15360
15361 \begin_inset Formula $\thicksim $
15362 \end_inset 
15363
15364
15365 \end_inset 
15366 </cell>
15367 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
15368 \begin_inset Text
15369
15370 \layout Standard
15371
15372
15373 \family typewriter 
15374
15375 \backslash 
15376 thicksim
15377 \end_inset 
15378 </cell>
15379 </row>
15380 <row topline="false" bottomline="false" newpage="false">
15381 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15382 \begin_inset Text
15383
15384 \layout Standard
15385
15386
15387 \begin_inset Formula $\thickapprox $
15388 \end_inset 
15389
15390
15391 \end_inset 
15392 </cell>
15393 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15394 \begin_inset Text
15395
15396 \layout Standard
15397
15398
15399 \family typewriter 
15400
15401 \backslash 
15402 thickapprox
15403 \end_inset 
15404 </cell>
15405 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15406 \begin_inset Text
15407
15408 \layout Standard
15409
15410
15411 \begin_inset Formula $\supseteqq $
15412 \end_inset 
15413
15414
15415 \end_inset 
15416 </cell>
15417 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15418 \begin_inset Text
15419
15420 \layout Standard
15421
15422
15423 \family typewriter 
15424
15425 \backslash 
15426 supseteqq
15427 \end_inset 
15428 </cell>
15429 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15430 \begin_inset Text
15431
15432 \layout Standard
15433
15434
15435 \begin_inset Formula $\Supset $
15436 \end_inset 
15437
15438
15439 \end_inset 
15440 </cell>
15441 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
15442 \begin_inset Text
15443
15444 \layout Standard
15445
15446
15447 \family typewriter 
15448
15449 \backslash 
15450 Supset
15451 \end_inset 
15452 </cell>
15453 </row>
15454 <row topline="false" bottomline="false" newpage="false">
15455 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15456 \begin_inset Text
15457
15458 \layout Standard
15459
15460
15461 \begin_inset Formula $\sqsupset $
15462 \end_inset 
15463
15464
15465 \end_inset 
15466 </cell>
15467 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15468 \begin_inset Text
15469
15470 \layout Standard
15471
15472
15473 \family typewriter 
15474
15475 \backslash 
15476 sqsupset
15477 \end_inset 
15478 </cell>
15479 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15480 \begin_inset Text
15481
15482 \layout Standard
15483
15484
15485 \begin_inset Formula $\succcurlyeq $
15486 \end_inset 
15487
15488
15489 \end_inset 
15490 </cell>
15491 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15492 \begin_inset Text
15493
15494 \layout Standard
15495
15496
15497 \family typewriter 
15498
15499 \backslash 
15500 succcurlyeq
15501 \end_inset 
15502 </cell>
15503 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15504 \begin_inset Text
15505
15506 \layout Standard
15507
15508
15509 \begin_inset Formula $\curlyeqsucc $
15510 \end_inset 
15511
15512
15513 \end_inset 
15514 </cell>
15515 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
15516 \begin_inset Text
15517
15518 \layout Standard
15519
15520
15521 \family typewriter 
15522
15523 \backslash 
15524 curlyeqsucc
15525 \end_inset 
15526 </cell>
15527 </row>
15528 <row topline="false" bottomline="false" newpage="false">
15529 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15530 \begin_inset Text
15531
15532 \layout Standard
15533
15534
15535 \begin_inset Formula $\succsim $
15536 \end_inset 
15537
15538
15539 \end_inset 
15540 </cell>
15541 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15542 \begin_inset Text
15543
15544 \layout Standard
15545
15546
15547 \family typewriter 
15548
15549 \backslash 
15550 succsim
15551 \end_inset 
15552 </cell>
15553 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15554 \begin_inset Text
15555
15556 \layout Standard
15557
15558
15559 \begin_inset Formula $\succapprox $
15560 \end_inset 
15561
15562
15563 \end_inset 
15564 </cell>
15565 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15566 \begin_inset Text
15567
15568 \layout Standard
15569
15570
15571 \family typewriter 
15572
15573 \backslash 
15574 succapprox
15575 \end_inset 
15576 </cell>
15577 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15578 \begin_inset Text
15579
15580 \layout Standard
15581
15582
15583 \begin_inset Formula $\vartriangleright $
15584 \end_inset 
15585
15586
15587 \end_inset 
15588 </cell>
15589 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
15590 \begin_inset Text
15591
15592 \layout Standard
15593
15594
15595 \family typewriter 
15596
15597 \backslash 
15598 vartriangleright
15599 \end_inset 
15600 </cell>
15601 </row>
15602 <row topline="false" bottomline="false" newpage="false">
15603 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15604 \begin_inset Text
15605
15606 \layout Standard
15607
15608
15609 \begin_inset Formula $\trianglerighteq $
15610 \end_inset 
15611
15612
15613 \end_inset 
15614 </cell>
15615 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15616 \begin_inset Text
15617
15618 \layout Standard
15619
15620
15621 \family typewriter 
15622
15623 \backslash 
15624 trianglerighteq
15625 \end_inset 
15626 </cell>
15627 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15628 \begin_inset Text
15629
15630 \layout Standard
15631
15632
15633 \begin_inset Formula $\Vdash $
15634 \end_inset 
15635
15636
15637 \end_inset 
15638 </cell>
15639 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15640 \begin_inset Text
15641
15642 \layout Standard
15643
15644
15645 \family typewriter 
15646
15647 \backslash 
15648 Vdash
15649 \end_inset 
15650 </cell>
15651 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15652 \begin_inset Text
15653
15654 \layout Standard
15655
15656
15657 \begin_inset Formula $\shortmid $
15658 \end_inset 
15659
15660
15661 \end_inset 
15662 </cell>
15663 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
15664 \begin_inset Text
15665
15666 \layout Standard
15667
15668
15669 \family typewriter 
15670
15671 \backslash 
15672 shortmid
15673 \end_inset 
15674 </cell>
15675 </row>
15676 <row topline="false" bottomline="false" newpage="false">
15677 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15678 \begin_inset Text
15679
15680 \layout Standard
15681
15682
15683 \begin_inset Formula $\shortparallel $
15684 \end_inset 
15685
15686
15687 \end_inset 
15688 </cell>
15689 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15690 \begin_inset Text
15691
15692 \layout Standard
15693
15694
15695 \family typewriter 
15696
15697 \backslash 
15698 shortparallel
15699 \end_inset 
15700 </cell>
15701 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15702 \begin_inset Text
15703
15704 \layout Standard
15705
15706
15707 \begin_inset Formula $\between $
15708 \end_inset 
15709
15710
15711 \end_inset 
15712 </cell>
15713 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15714 \begin_inset Text
15715
15716 \layout Standard
15717
15718
15719 \family typewriter 
15720
15721 \backslash 
15722 between
15723 \end_inset 
15724 </cell>
15725 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15726 \begin_inset Text
15727
15728 \layout Standard
15729
15730
15731 \begin_inset Formula $\pitchfork $
15732 \end_inset 
15733
15734
15735 \end_inset 
15736 </cell>
15737 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
15738 \begin_inset Text
15739
15740 \layout Standard
15741
15742
15743 \family typewriter 
15744
15745 \backslash 
15746 pitchfork
15747 \end_inset 
15748 </cell>
15749 </row>
15750 <row topline="false" bottomline="false" newpage="false">
15751 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15752 \begin_inset Text
15753
15754 \layout Standard
15755
15756
15757 \begin_inset Formula $\varpropto $
15758 \end_inset 
15759
15760
15761 \end_inset 
15762 </cell>
15763 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15764 \begin_inset Text
15765
15766 \layout Standard
15767
15768
15769 \family typewriter 
15770
15771 \backslash 
15772 varpropto
15773 \end_inset 
15774 </cell>
15775 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15776 \begin_inset Text
15777
15778 \layout Standard
15779
15780
15781 \begin_inset Formula $\blacktriangleleft $
15782 \end_inset 
15783
15784
15785 \end_inset 
15786 </cell>
15787 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15788 \begin_inset Text
15789
15790 \layout Standard
15791
15792
15793 \family typewriter 
15794
15795 \backslash 
15796 blacktriangleleft
15797 \end_inset 
15798 </cell>
15799 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15800 \begin_inset Text
15801
15802 \layout Standard
15803
15804
15805 \begin_inset Formula $\therefore $
15806 \end_inset 
15807
15808
15809 \end_inset 
15810 </cell>
15811 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
15812 \begin_inset Text
15813
15814 \layout Standard
15815
15816
15817 \family typewriter 
15818
15819 \backslash 
15820 therefore
15821 \end_inset 
15822 </cell>
15823 </row>
15824 <row topline="false" bottomline="false" newpage="false">
15825 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15826 \begin_inset Text
15827
15828 \layout Standard
15829
15830
15831 \begin_inset Formula $\backepsilon $
15832 \end_inset 
15833
15834
15835 \end_inset 
15836 </cell>
15837 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15838 \begin_inset Text
15839
15840 \layout Standard
15841
15842
15843 \family typewriter 
15844
15845 \backslash 
15846 backepsilon
15847 \end_inset 
15848 </cell>
15849 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15850 \begin_inset Text
15851
15852 \layout Standard
15853
15854
15855 \begin_inset Formula $\blacktriangleright $
15856 \end_inset 
15857
15858
15859 \end_inset 
15860 </cell>
15861 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15862 \begin_inset Text
15863
15864 \layout Standard
15865
15866
15867 \family typewriter 
15868
15869 \backslash 
15870 blacktriangleright
15871 \end_inset 
15872 </cell>
15873 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15874 \begin_inset Text
15875
15876 \layout Standard
15877
15878
15879 \begin_inset Formula $\because $
15880 \end_inset 
15881
15882
15883 \end_inset 
15884 </cell>
15885 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
15886 \begin_inset Text
15887
15888 \layout Standard
15889
15890
15891 \family typewriter 
15892
15893 \backslash 
15894 because
15895 \end_inset 
15896 </cell>
15897 </row>
15898 </lyxtabular>
15899
15900 \end_inset 
15901
15902
15903 \end_inset 
15904
15905
15906 \layout Standard
15907
15908
15909 \begin_inset Float table
15910 placement htbp
15911 wide false
15912 collapsed true
15913
15914 \layout Caption
15915
15916 AMS negated binary relations
15917 \layout Standard
15918
15919
15920 \begin_inset  Tabular
15921 <lyxtabular version="2" rows="17" columns="6">
15922 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
15923 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
15924 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
15925 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
15926 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
15927 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
15928 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
15929 <row topline="false" bottomline="false" newpage="false">
15930 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15931 \begin_inset Text
15932
15933 \layout Standard
15934
15935
15936 \begin_inset Formula $\nless $
15937 \end_inset 
15938
15939
15940 \end_inset 
15941 </cell>
15942 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15943 \begin_inset Text
15944
15945 \layout Standard
15946
15947
15948 \family typewriter 
15949
15950 \backslash 
15951 nless
15952 \end_inset 
15953 </cell>
15954 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15955 \begin_inset Text
15956
15957 \layout Standard
15958
15959
15960 \begin_inset Formula $\nleq $
15961 \end_inset 
15962
15963
15964 \end_inset 
15965 </cell>
15966 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15967 \begin_inset Text
15968
15969 \layout Standard
15970
15971
15972 \family typewriter 
15973
15974 \backslash 
15975 nleq
15976 \end_inset 
15977 </cell>
15978 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
15979 \begin_inset Text
15980
15981 \layout Standard
15982
15983
15984 \begin_inset Formula $\nleqslant $
15985 \end_inset 
15986
15987
15988 \end_inset 
15989 </cell>
15990 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
15991 \begin_inset Text
15992
15993 \layout Standard
15994
15995
15996 \family typewriter 
15997
15998 \backslash 
15999 nleqslant
16000 \end_inset 
16001 </cell>
16002 </row>
16003 <row topline="false" bottomline="false" newpage="false">
16004 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16005 \begin_inset Text
16006
16007 \layout Standard
16008
16009
16010 \begin_inset Formula $\nleqq $
16011 \end_inset 
16012
16013
16014 \end_inset 
16015 </cell>
16016 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16017 \begin_inset Text
16018
16019 \layout Standard
16020
16021
16022 \family typewriter 
16023
16024 \backslash 
16025 nleqq
16026 \end_inset 
16027 </cell>
16028 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16029 \begin_inset Text
16030
16031 \layout Standard
16032
16033
16034 \begin_inset Formula $\lneq $
16035 \end_inset 
16036
16037
16038 \end_inset 
16039 </cell>
16040 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16041 \begin_inset Text
16042
16043 \layout Standard
16044
16045
16046 \family typewriter 
16047
16048 \backslash 
16049 lneq
16050 \end_inset 
16051 </cell>
16052 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16053 \begin_inset Text
16054
16055 \layout Standard
16056
16057
16058 \begin_inset Formula $\lneqq $
16059 \end_inset 
16060
16061
16062 \end_inset 
16063 </cell>
16064 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
16065 \begin_inset Text
16066
16067 \layout Standard
16068
16069
16070 \family typewriter 
16071
16072 \backslash 
16073 lneqq
16074 \end_inset 
16075 </cell>
16076 </row>
16077 <row topline="false" bottomline="false" newpage="false">
16078 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16079 \begin_inset Text
16080
16081 \layout Standard
16082
16083
16084 \begin_inset Formula $\lvertneqq $
16085 \end_inset 
16086
16087
16088 \end_inset 
16089 </cell>
16090 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16091 \begin_inset Text
16092
16093 \layout Standard
16094
16095
16096 \family typewriter 
16097
16098 \backslash 
16099 lvertneqq
16100 \end_inset 
16101 </cell>
16102 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16103 \begin_inset Text
16104
16105 \layout Standard
16106
16107
16108 \begin_inset Formula $\lnsim $
16109 \end_inset 
16110
16111
16112 \end_inset 
16113 </cell>
16114 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16115 \begin_inset Text
16116
16117 \layout Standard
16118
16119
16120 \family typewriter 
16121
16122 \backslash 
16123 lnsim
16124 \end_inset 
16125 </cell>
16126 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16127 \begin_inset Text
16128
16129 \layout Standard
16130
16131
16132 \begin_inset Formula $\lnapprox $
16133 \end_inset 
16134
16135
16136 \end_inset 
16137 </cell>
16138 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
16139 \begin_inset Text
16140
16141 \layout Standard
16142
16143
16144 \family typewriter 
16145
16146 \backslash 
16147 lnapprox
16148 \end_inset 
16149 </cell>
16150 </row>
16151 <row topline="false" bottomline="false" newpage="false">
16152 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16153 \begin_inset Text
16154
16155 \layout Standard
16156
16157
16158 \begin_inset Formula $\nprec $
16159 \end_inset 
16160
16161
16162 \end_inset 
16163 </cell>
16164 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16165 \begin_inset Text
16166
16167 \layout Standard
16168
16169
16170 \family typewriter 
16171
16172 \backslash 
16173 nprec
16174 \end_inset 
16175 </cell>
16176 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16177 \begin_inset Text
16178
16179 \layout Standard
16180
16181
16182 \begin_inset Formula $\npreceq $
16183 \end_inset 
16184
16185
16186 \end_inset 
16187 </cell>
16188 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16189 \begin_inset Text
16190
16191 \layout Standard
16192
16193
16194 \family typewriter 
16195
16196 \backslash 
16197 npreceq
16198 \end_inset 
16199 </cell>
16200 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16201 \begin_inset Text
16202
16203 \layout Standard
16204
16205
16206 \begin_inset Formula $\precnsim $
16207 \end_inset 
16208
16209
16210 \end_inset 
16211 </cell>
16212 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
16213 \begin_inset Text
16214
16215 \layout Standard
16216
16217
16218 \family typewriter 
16219
16220 \backslash 
16221 precnsim
16222 \end_inset 
16223 </cell>
16224 </row>
16225 <row topline="false" bottomline="false" newpage="false">
16226 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16227 \begin_inset Text
16228
16229 \layout Standard
16230
16231
16232 \begin_inset Formula $\precnapprox $
16233 \end_inset 
16234
16235
16236 \end_inset 
16237 </cell>
16238 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16239 \begin_inset Text
16240
16241 \layout Standard
16242
16243
16244 \family typewriter 
16245
16246 \backslash 
16247 precnapprox
16248 \end_inset 
16249 </cell>
16250 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16251 \begin_inset Text
16252
16253 \layout Standard
16254
16255
16256 \begin_inset Formula $\nsim $
16257 \end_inset 
16258
16259
16260 \end_inset 
16261 </cell>
16262 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16263 \begin_inset Text
16264
16265 \layout Standard
16266
16267
16268 \family typewriter 
16269
16270 \backslash 
16271 nsim
16272 \end_inset 
16273 </cell>
16274 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16275 \begin_inset Text
16276
16277 \layout Standard
16278
16279
16280 \begin_inset Formula $\nshortmid $
16281 \end_inset 
16282
16283
16284 \end_inset 
16285 </cell>
16286 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
16287 \begin_inset Text
16288
16289 \layout Standard
16290
16291
16292 \family typewriter 
16293
16294 \backslash 
16295 nshortmid
16296 \end_inset 
16297 </cell>
16298 </row>
16299 <row topline="false" bottomline="false" newpage="false">
16300 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16301 \begin_inset Text
16302
16303 \layout Standard
16304
16305
16306 \begin_inset Formula $\nmid $
16307 \end_inset 
16308
16309
16310 \end_inset 
16311 </cell>
16312 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16313 \begin_inset Text
16314
16315 \layout Standard
16316
16317
16318 \family typewriter 
16319
16320 \backslash 
16321 nmid
16322 \end_inset 
16323 </cell>
16324 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16325 \begin_inset Text
16326
16327 \layout Standard
16328
16329
16330 \begin_inset Formula $\nvdash $
16331 \end_inset 
16332
16333
16334 \end_inset 
16335 </cell>
16336 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16337 \begin_inset Text
16338
16339 \layout Standard
16340
16341
16342 \family typewriter 
16343
16344 \backslash 
16345 nvdash
16346 \end_inset 
16347 </cell>
16348 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16349 \begin_inset Text
16350
16351 \layout Standard
16352
16353
16354 \begin_inset Formula $\nvDash $
16355 \end_inset 
16356
16357
16358 \end_inset 
16359 </cell>
16360 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
16361 \begin_inset Text
16362
16363 \layout Standard
16364
16365
16366 \family typewriter 
16367
16368 \backslash 
16369 nvDash
16370 \end_inset 
16371 </cell>
16372 </row>
16373 <row topline="false" bottomline="false" newpage="false">
16374 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16375 \begin_inset Text
16376
16377 \layout Standard
16378
16379
16380 \begin_inset Formula $\ntriangleleft $
16381 \end_inset 
16382
16383
16384 \end_inset 
16385 </cell>
16386 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16387 \begin_inset Text
16388
16389 \layout Standard
16390
16391
16392 \family typewriter 
16393
16394 \backslash 
16395 ntriangleleft
16396 \end_inset 
16397 </cell>
16398 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16399 \begin_inset Text
16400
16401 \layout Standard
16402
16403
16404 \begin_inset Formula $\ntrianglelefteq $
16405 \end_inset 
16406
16407
16408 \end_inset 
16409 </cell>
16410 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16411 \begin_inset Text
16412
16413 \layout Standard
16414
16415
16416 \family typewriter 
16417
16418 \backslash 
16419 ntrianglelefteq
16420 \end_inset 
16421 </cell>
16422 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16423 \begin_inset Text
16424
16425 \layout Standard
16426
16427
16428 \begin_inset Formula $\nsubseteq $
16429 \end_inset 
16430
16431
16432 \end_inset 
16433 </cell>
16434 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
16435 \begin_inset Text
16436
16437 \layout Standard
16438
16439
16440 \family typewriter 
16441
16442 \backslash 
16443 nsubseteq
16444 \end_inset 
16445 </cell>
16446 </row>
16447 <row topline="false" bottomline="false" newpage="false">
16448 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16449 \begin_inset Text
16450
16451 \layout Standard
16452
16453
16454 \begin_inset Formula $\subsetneq $
16455 \end_inset 
16456
16457
16458 \end_inset 
16459 </cell>
16460 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16461 \begin_inset Text
16462
16463 \layout Standard
16464
16465
16466 \family typewriter 
16467
16468 \backslash 
16469 subsetneq
16470 \end_inset 
16471 </cell>
16472 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16473 \begin_inset Text
16474
16475 \layout Standard
16476
16477
16478 \begin_inset Formula $\varsubsetneq $
16479 \end_inset 
16480
16481
16482 \end_inset 
16483 </cell>
16484 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16485 \begin_inset Text
16486
16487 \layout Standard
16488
16489
16490 \family typewriter 
16491
16492 \backslash 
16493 varsubsetneq
16494 \end_inset 
16495 </cell>
16496 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16497 \begin_inset Text
16498
16499 \layout Standard
16500
16501
16502 \begin_inset Formula $\subsetneqq $
16503 \end_inset 
16504
16505
16506 \end_inset 
16507 </cell>
16508 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
16509 \begin_inset Text
16510
16511 \layout Standard
16512
16513
16514 \family typewriter 
16515
16516 \backslash 
16517 subsetneqq
16518 \end_inset 
16519 </cell>
16520 </row>
16521 <row topline="false" bottomline="false" newpage="false">
16522 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16523 \begin_inset Text
16524
16525 \layout Standard
16526
16527
16528 \begin_inset Formula $\varsubsetneqq $
16529 \end_inset 
16530
16531
16532 \end_inset 
16533 </cell>
16534 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16535 \begin_inset Text
16536
16537 \layout Standard
16538
16539
16540 \family typewriter 
16541
16542 \backslash 
16543 varsubsetneqq
16544 \end_inset 
16545 </cell>
16546 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16547 \begin_inset Text
16548
16549 \layout Standard
16550
16551
16552 \begin_inset Formula $\ngtr $
16553 \end_inset 
16554
16555
16556 \end_inset 
16557 </cell>
16558 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16559 \begin_inset Text
16560
16561 \layout Standard
16562
16563
16564 \family typewriter 
16565
16566 \backslash 
16567 ngtr
16568 \end_inset 
16569 </cell>
16570 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16571 \begin_inset Text
16572
16573 \layout Standard
16574
16575
16576 \begin_inset Formula $\ngeq $
16577 \end_inset 
16578
16579
16580 \end_inset 
16581 </cell>
16582 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
16583 \begin_inset Text
16584
16585 \layout Standard
16586
16587
16588 \family typewriter 
16589
16590 \backslash 
16591 ngeq
16592 \end_inset 
16593 </cell>
16594 </row>
16595 <row topline="false" bottomline="false" newpage="false">
16596 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16597 \begin_inset Text
16598
16599 \layout Standard
16600
16601
16602 \begin_inset Formula $\ngeqslant $
16603 \end_inset 
16604
16605
16606 \end_inset 
16607 </cell>
16608 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16609 \begin_inset Text
16610
16611 \layout Standard
16612
16613
16614 \family typewriter 
16615
16616 \backslash 
16617 ngeqslant
16618 \end_inset 
16619 </cell>
16620 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16621 \begin_inset Text
16622
16623 \layout Standard
16624
16625
16626 \begin_inset Formula $\ngeqq $
16627 \end_inset 
16628
16629
16630 \end_inset 
16631 </cell>
16632 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16633 \begin_inset Text
16634
16635 \layout Standard
16636
16637
16638 \family typewriter 
16639
16640 \backslash 
16641 ngeqq
16642 \end_inset 
16643 </cell>
16644 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16645 \begin_inset Text
16646
16647 \layout Standard
16648
16649
16650 \begin_inset Formula $\gneq $
16651 \end_inset 
16652
16653
16654 \end_inset 
16655 </cell>
16656 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
16657 \begin_inset Text
16658
16659 \layout Standard
16660
16661
16662 \family typewriter 
16663
16664 \backslash 
16665 gneq
16666 \end_inset 
16667 </cell>
16668 </row>
16669 <row topline="false" bottomline="false" newpage="false">
16670 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16671 \begin_inset Text
16672
16673 \layout Standard
16674
16675
16676 \begin_inset Formula $\gneqq $
16677 \end_inset 
16678
16679
16680 \end_inset 
16681 </cell>
16682 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16683 \begin_inset Text
16684
16685 \layout Standard
16686
16687
16688 \family typewriter 
16689
16690 \backslash 
16691 gneqq
16692 \end_inset 
16693 </cell>
16694 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16695 \begin_inset Text
16696
16697 \layout Standard
16698
16699
16700 \begin_inset Formula $\gvertneqq $
16701 \end_inset 
16702
16703
16704 \end_inset 
16705 </cell>
16706 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16707 \begin_inset Text
16708
16709 \layout Standard
16710
16711
16712 \family typewriter 
16713
16714 \backslash 
16715 gvertneqq
16716 \end_inset 
16717 </cell>
16718 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16719 \begin_inset Text
16720
16721 \layout Standard
16722
16723
16724 \begin_inset Formula $\gnsim $
16725 \end_inset 
16726
16727
16728 \end_inset 
16729 </cell>
16730 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
16731 \begin_inset Text
16732
16733 \layout Standard
16734
16735
16736 \family typewriter 
16737
16738 \backslash 
16739 gnsim
16740 \end_inset 
16741 </cell>
16742 </row>
16743 <row topline="false" bottomline="false" newpage="false">
16744 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16745 \begin_inset Text
16746
16747 \layout Standard
16748
16749
16750 \begin_inset Formula $\gnapprox $
16751 \end_inset 
16752
16753
16754 \end_inset 
16755 </cell>
16756 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16757 \begin_inset Text
16758
16759 \layout Standard
16760
16761
16762 \family typewriter 
16763
16764 \backslash 
16765 gnapprox
16766 \end_inset 
16767 </cell>
16768 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16769 \begin_inset Text
16770
16771 \layout Standard
16772
16773
16774 \begin_inset Formula $\nsucc $
16775 \end_inset 
16776
16777
16778 \end_inset 
16779 </cell>
16780 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16781 \begin_inset Text
16782
16783 \layout Standard
16784
16785
16786 \family typewriter 
16787
16788 \backslash 
16789 nsucc
16790 \end_inset 
16791 </cell>
16792 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16793 \begin_inset Text
16794
16795 \layout Standard
16796
16797
16798 \begin_inset Formula $\nsucceq $
16799 \end_inset 
16800
16801
16802 \end_inset 
16803 </cell>
16804 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
16805 \begin_inset Text
16806
16807 \layout Standard
16808
16809
16810 \family typewriter 
16811
16812 \backslash 
16813 nsucceq
16814 \end_inset 
16815 </cell>
16816 </row>
16817 <row topline="false" bottomline="false" newpage="false">
16818 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16819 \begin_inset Text
16820
16821 \layout Standard
16822
16823
16824 \begin_inset Formula $\succnsim $
16825 \end_inset 
16826
16827
16828 \end_inset 
16829 </cell>
16830 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16831 \begin_inset Text
16832
16833 \layout Standard
16834
16835
16836 \family typewriter 
16837
16838 \backslash 
16839 succnsim
16840 \end_inset 
16841 </cell>
16842 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16843 \begin_inset Text
16844
16845 \layout Standard
16846
16847
16848 \begin_inset Formula $\succnapprox $
16849 \end_inset 
16850
16851
16852 \end_inset 
16853 </cell>
16854 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16855 \begin_inset Text
16856
16857 \layout Standard
16858
16859
16860 \family typewriter 
16861
16862 \backslash 
16863 succnapprox
16864 \end_inset 
16865 </cell>
16866 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16867 \begin_inset Text
16868
16869 \layout Standard
16870
16871
16872 \begin_inset Formula $\ncong $
16873 \end_inset 
16874
16875
16876 \end_inset 
16877 </cell>
16878 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
16879 \begin_inset Text
16880
16881 \layout Standard
16882
16883
16884 \family typewriter 
16885
16886 \backslash 
16887 ncong
16888 \end_inset 
16889 </cell>
16890 </row>
16891 <row topline="false" bottomline="false" newpage="false">
16892 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16893 \begin_inset Text
16894
16895 \layout Standard
16896
16897
16898 \begin_inset Formula $\nshortparallel $
16899 \end_inset 
16900
16901
16902 \end_inset 
16903 </cell>
16904 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16905 \begin_inset Text
16906
16907 \layout Standard
16908
16909
16910 \family typewriter 
16911
16912 \backslash 
16913 nshortparallel
16914 \end_inset 
16915 </cell>
16916 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16917 \begin_inset Text
16918
16919 \layout Standard
16920
16921
16922 \begin_inset Formula $\nparallel $
16923 \end_inset 
16924
16925
16926 \end_inset 
16927 </cell>
16928 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16929 \begin_inset Text
16930
16931 \layout Standard
16932
16933
16934 \family typewriter 
16935
16936 \backslash 
16937 nparallel
16938 \end_inset 
16939 </cell>
16940 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16941 \begin_inset Text
16942
16943 \layout Standard
16944
16945
16946 \begin_inset Formula $\nvDash $
16947 \end_inset 
16948
16949
16950 \end_inset 
16951 </cell>
16952 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
16953 \begin_inset Text
16954
16955 \layout Standard
16956
16957
16958 \family typewriter 
16959
16960 \backslash 
16961 nvDash
16962 \end_inset 
16963 </cell>
16964 </row>
16965 <row topline="false" bottomline="false" newpage="false">
16966 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16967 \begin_inset Text
16968
16969 \layout Standard
16970
16971
16972 \begin_inset Formula $\nVDash $
16973 \end_inset 
16974
16975
16976 \end_inset 
16977 </cell>
16978 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16979 \begin_inset Text
16980
16981 \layout Standard
16982
16983
16984 \family typewriter 
16985
16986 \backslash 
16987 nVDash
16988 \end_inset 
16989 </cell>
16990 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
16991 \begin_inset Text
16992
16993 \layout Standard
16994
16995
16996 \begin_inset Formula $\ntriangleright $
16997 \end_inset 
16998
16999
17000 \end_inset 
17001 </cell>
17002 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17003 \begin_inset Text
17004
17005 \layout Standard
17006
17007
17008 \family typewriter 
17009
17010 \backslash 
17011 ntriangleright
17012 \end_inset 
17013 </cell>
17014 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17015 \begin_inset Text
17016
17017 \layout Standard
17018
17019
17020 \begin_inset Formula $\ntrianglerighteq $
17021 \end_inset 
17022
17023
17024 \end_inset 
17025 </cell>
17026 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
17027 \begin_inset Text
17028
17029 \layout Standard
17030
17031
17032 \family typewriter 
17033
17034 \backslash 
17035 ntrianglerighteq
17036 \end_inset 
17037 </cell>
17038 </row>
17039 <row topline="false" bottomline="false" newpage="false">
17040 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17041 \begin_inset Text
17042
17043 \layout Standard
17044
17045
17046 \begin_inset Formula $\nsupseteq $
17047 \end_inset 
17048
17049
17050 \end_inset 
17051 </cell>
17052 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17053 \begin_inset Text
17054
17055 \layout Standard
17056
17057
17058 \family typewriter 
17059
17060 \backslash 
17061 nsupseteq
17062 \end_inset 
17063 </cell>
17064 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17065 \begin_inset Text
17066
17067 \layout Standard
17068
17069
17070 \begin_inset Formula $\nsupseteqq $
17071 \end_inset 
17072
17073
17074 \end_inset 
17075 </cell>
17076 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17077 \begin_inset Text
17078
17079 \layout Standard
17080
17081
17082 \family typewriter 
17083
17084 \backslash 
17085 nsupseteqq
17086 \end_inset 
17087 </cell>
17088 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17089 \begin_inset Text
17090
17091 \layout Standard
17092
17093
17094 \begin_inset Formula $\supsetneq $
17095 \end_inset 
17096
17097
17098 \end_inset 
17099 </cell>
17100 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
17101 \begin_inset Text
17102
17103 \layout Standard
17104
17105
17106 \family typewriter 
17107
17108 \backslash 
17109 supsetneq
17110 \end_inset 
17111 </cell>
17112 </row>
17113 <row topline="false" bottomline="false" newpage="false">
17114 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17115 \begin_inset Text
17116
17117 \layout Standard
17118
17119
17120 \begin_inset Formula $\varsupsetneq $
17121 \end_inset 
17122
17123
17124 \end_inset 
17125 </cell>
17126 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17127 \begin_inset Text
17128
17129 \layout Standard
17130
17131
17132 \family typewriter 
17133
17134 \backslash 
17135 varsupsetneq
17136 \end_inset 
17137 </cell>
17138 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17139 \begin_inset Text
17140
17141 \layout Standard
17142
17143
17144 \begin_inset Formula $\supsetneqq $
17145 \end_inset 
17146
17147
17148 \end_inset 
17149 </cell>
17150 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17151 \begin_inset Text
17152
17153 \layout Standard
17154
17155
17156 \family typewriter 
17157
17158 \backslash 
17159 supsetneqq
17160 \end_inset 
17161 </cell>
17162 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17163 \begin_inset Text
17164
17165 \layout Standard
17166
17167
17168 \begin_inset Formula $\varsupsetneqq $
17169 \end_inset 
17170
17171
17172 \end_inset 
17173 </cell>
17174 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
17175 \begin_inset Text
17176
17177 \layout Standard
17178
17179
17180 \family typewriter 
17181
17182 \backslash 
17183 varsupsetneqq
17184 \end_inset 
17185 </cell>
17186 </row>
17187 </lyxtabular>
17188
17189 \end_inset 
17190
17191
17192 \end_inset 
17193
17194
17195 \layout Standard
17196
17197
17198 \begin_inset Float table
17199 placement htbp
17200 wide false
17201 collapsed true
17202
17203 \layout Caption
17204
17205 AMS binary operators
17206 \layout Standard
17207
17208
17209 \begin_inset  Tabular
17210 <lyxtabular version="2" rows="8" columns="6">
17211 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
17212 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
17213 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
17214 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
17215 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
17216 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
17217 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
17218 <row topline="false" bottomline="false" newpage="false">
17219 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17220 \begin_inset Text
17221
17222 \layout Standard
17223
17224
17225 \begin_inset Formula $\dotplus $
17226 \end_inset 
17227
17228
17229 \end_inset 
17230 </cell>
17231 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17232 \begin_inset Text
17233
17234 \layout Standard
17235
17236
17237 \family typewriter 
17238
17239 \backslash 
17240 dotplus
17241 \end_inset 
17242 </cell>
17243 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17244 \begin_inset Text
17245
17246 \layout Standard
17247
17248
17249 \begin_inset Formula $\smallsetminus $
17250 \end_inset 
17251
17252
17253 \end_inset 
17254 </cell>
17255 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17256 \begin_inset Text
17257
17258 \layout Standard
17259
17260
17261 \family typewriter 
17262
17263 \backslash 
17264 smallsetminus
17265 \end_inset 
17266 </cell>
17267 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17268 \begin_inset Text
17269
17270 \layout Standard
17271
17272
17273 \begin_inset Formula $\Cap $
17274 \end_inset 
17275
17276
17277 \end_inset 
17278 </cell>
17279 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
17280 \begin_inset Text
17281
17282 \layout Standard
17283
17284
17285 \family typewriter 
17286
17287 \backslash 
17288 Cap
17289 \end_inset 
17290 </cell>
17291 </row>
17292 <row topline="false" bottomline="false" newpage="false">
17293 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17294 \begin_inset Text
17295
17296 \layout Standard
17297
17298
17299 \begin_inset Formula $\Cup $
17300 \end_inset 
17301
17302
17303 \end_inset 
17304 </cell>
17305 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17306 \begin_inset Text
17307
17308 \layout Standard
17309
17310
17311 \family typewriter 
17312
17313 \backslash 
17314 Cup
17315 \end_inset 
17316 </cell>
17317 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17318 \begin_inset Text
17319
17320 \layout Standard
17321
17322
17323 \begin_inset Formula $\barwedge $
17324 \end_inset 
17325
17326
17327 \end_inset 
17328 </cell>
17329 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17330 \begin_inset Text
17331
17332 \layout Standard
17333
17334
17335 \family typewriter 
17336
17337 \backslash 
17338 barwedge
17339 \end_inset 
17340 </cell>
17341 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17342 \begin_inset Text
17343
17344 \layout Standard
17345
17346
17347 \begin_inset Formula $\veebar $
17348 \end_inset 
17349
17350
17351 \end_inset 
17352 </cell>
17353 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
17354 \begin_inset Text
17355
17356 \layout Standard
17357
17358
17359 \family typewriter 
17360
17361 \backslash 
17362 veebar
17363 \end_inset 
17364 </cell>
17365 </row>
17366 <row topline="false" bottomline="false" newpage="false">
17367 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17368 \begin_inset Text
17369
17370 \layout Standard
17371
17372
17373 \begin_inset Formula $\doublebarwedge $
17374 \end_inset 
17375
17376
17377 \end_inset 
17378 </cell>
17379 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17380 \begin_inset Text
17381
17382 \layout Standard
17383
17384
17385 \family typewriter 
17386
17387 \backslash 
17388 doublebarwedge
17389 \end_inset 
17390 </cell>
17391 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17392 \begin_inset Text
17393
17394 \layout Standard
17395
17396
17397 \begin_inset Formula $\boxminus $
17398 \end_inset 
17399
17400
17401 \end_inset 
17402 </cell>
17403 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17404 \begin_inset Text
17405
17406 \layout Standard
17407
17408
17409 \family typewriter 
17410
17411 \backslash 
17412 boxminus
17413 \end_inset 
17414 </cell>
17415 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17416 \begin_inset Text
17417
17418 \layout Standard
17419
17420
17421 \begin_inset Formula $\boxtimes $
17422 \end_inset 
17423
17424
17425 \end_inset 
17426 </cell>
17427 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
17428 \begin_inset Text
17429
17430 \layout Standard
17431
17432
17433 \family typewriter 
17434
17435 \backslash 
17436 boxtimes
17437 \end_inset 
17438 </cell>
17439 </row>
17440 <row topline="false" bottomline="false" newpage="false">
17441 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17442 \begin_inset Text
17443
17444 \layout Standard
17445
17446
17447 \begin_inset Formula $\boxdot $
17448 \end_inset 
17449
17450
17451 \end_inset 
17452 </cell>
17453 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17454 \begin_inset Text
17455
17456 \layout Standard
17457
17458
17459 \family typewriter 
17460
17461 \backslash 
17462 boxdot
17463 \end_inset 
17464 </cell>
17465 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17466 \begin_inset Text
17467
17468 \layout Standard
17469
17470
17471 \begin_inset Formula $\boxplus $
17472 \end_inset 
17473
17474
17475 \end_inset 
17476 </cell>
17477 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17478 \begin_inset Text
17479
17480 \layout Standard
17481
17482
17483 \family typewriter 
17484
17485 \backslash 
17486 boxplus
17487 \end_inset 
17488 </cell>
17489 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17490 \begin_inset Text
17491
17492 \layout Standard
17493
17494
17495 \begin_inset Formula $\divideontimes $
17496 \end_inset 
17497
17498
17499 \end_inset 
17500 </cell>
17501 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
17502 \begin_inset Text
17503
17504 \layout Standard
17505
17506
17507 \family typewriter 
17508
17509 \backslash 
17510 divideontimes
17511 \end_inset 
17512 </cell>
17513 </row>
17514 <row topline="false" bottomline="false" newpage="false">
17515 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17516 \begin_inset Text
17517
17518 \layout Standard
17519
17520
17521 \begin_inset Formula $\ltimes $
17522 \end_inset 
17523
17524
17525 \end_inset 
17526 </cell>
17527 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17528 \begin_inset Text
17529
17530 \layout Standard
17531
17532
17533 \family typewriter 
17534
17535 \backslash 
17536 ltimes
17537 \end_inset 
17538 </cell>
17539 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17540 \begin_inset Text
17541
17542 \layout Standard
17543
17544
17545 \begin_inset Formula $\rtimes $
17546 \end_inset 
17547
17548
17549 \end_inset 
17550 </cell>
17551 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17552 \begin_inset Text
17553
17554 \layout Standard
17555
17556
17557 \family typewriter 
17558
17559 \backslash 
17560 rtimes
17561 \end_inset 
17562 </cell>
17563 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17564 \begin_inset Text
17565
17566 \layout Standard
17567
17568
17569 \begin_inset Formula $\leftthreetimes $
17570 \end_inset 
17571
17572
17573 \end_inset 
17574 </cell>
17575 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
17576 \begin_inset Text
17577
17578 \layout Standard
17579
17580
17581 \family typewriter 
17582
17583 \backslash 
17584 leftthreetimes
17585 \end_inset 
17586 </cell>
17587 </row>
17588 <row topline="false" bottomline="false" newpage="false">
17589 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17590 \begin_inset Text
17591
17592 \layout Standard
17593
17594
17595 \begin_inset Formula $\rightthreetimes $
17596 \end_inset 
17597
17598
17599 \end_inset 
17600 </cell>
17601 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17602 \begin_inset Text
17603
17604 \layout Standard
17605
17606
17607 \family typewriter 
17608
17609 \backslash 
17610 rightthreetimes
17611 \end_inset 
17612 </cell>
17613 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17614 \begin_inset Text
17615
17616 \layout Standard
17617
17618
17619 \begin_inset Formula $\curlywedge $
17620 \end_inset 
17621
17622
17623 \end_inset 
17624 </cell>
17625 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17626 \begin_inset Text
17627
17628 \layout Standard
17629
17630
17631 \family typewriter 
17632
17633 \backslash 
17634 curlywedge
17635 \end_inset 
17636 </cell>
17637 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17638 \begin_inset Text
17639
17640 \layout Standard
17641
17642
17643 \begin_inset Formula $\curlyvee $
17644 \end_inset 
17645
17646
17647 \end_inset 
17648 </cell>
17649 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
17650 \begin_inset Text
17651
17652 \layout Standard
17653
17654
17655 \family typewriter 
17656
17657 \backslash 
17658 curlyvee
17659 \end_inset 
17660 </cell>
17661 </row>
17662 <row topline="false" bottomline="false" newpage="false">
17663 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17664 \begin_inset Text
17665
17666 \layout Standard
17667
17668
17669 \begin_inset Formula $\circleddash $
17670 \end_inset 
17671
17672
17673 \end_inset 
17674 </cell>
17675 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17676 \begin_inset Text
17677
17678 \layout Standard
17679
17680
17681 \family typewriter 
17682
17683 \backslash 
17684 circleddash
17685 \end_inset 
17686 </cell>
17687 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17688 \begin_inset Text
17689
17690 \layout Standard
17691
17692
17693 \begin_inset Formula $\circledast $
17694 \end_inset 
17695
17696
17697 \end_inset 
17698 </cell>
17699 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17700 \begin_inset Text
17701
17702 \layout Standard
17703
17704
17705 \family typewriter 
17706
17707 \backslash 
17708 circledast
17709 \end_inset 
17710 </cell>
17711 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17712 \begin_inset Text
17713
17714 \layout Standard
17715
17716
17717 \begin_inset Formula $\circledcirc $
17718 \end_inset 
17719
17720
17721 \end_inset 
17722 </cell>
17723 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
17724 \begin_inset Text
17725
17726 \layout Standard
17727
17728
17729 \family typewriter 
17730
17731 \backslash 
17732 circledcirc
17733 \end_inset 
17734 </cell>
17735 </row>
17736 <row topline="false" bottomline="false" newpage="false">
17737 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17738 \begin_inset Text
17739
17740 \layout Standard
17741
17742
17743 \begin_inset Formula $\centerdot $
17744 \end_inset 
17745
17746
17747 \end_inset 
17748 </cell>
17749 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17750 \begin_inset Text
17751
17752 \layout Standard
17753
17754
17755 \family typewriter 
17756
17757 \backslash 
17758 centerdot
17759 \end_inset 
17760 </cell>
17761 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17762 \begin_inset Text
17763
17764 \layout Standard
17765
17766
17767 \begin_inset Formula $\intercal $
17768 \end_inset 
17769
17770
17771 \end_inset 
17772 </cell>
17773 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17774 \begin_inset Text
17775
17776 \layout Standard
17777
17778
17779 \family typewriter 
17780
17781 \backslash 
17782 intercal
17783 \end_inset 
17784 </cell>
17785 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17786 \begin_inset Text
17787
17788 \layout Standard
17789
17790 \end_inset 
17791 </cell>
17792 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
17793 \begin_inset Text
17794
17795 \layout Standard
17796
17797 \end_inset 
17798 </cell>
17799 </row>
17800 </lyxtabular>
17801
17802 \end_inset 
17803
17804
17805 \end_inset 
17806
17807
17808 \layout Standard
17809
17810
17811 \begin_inset Float table
17812 placement htbp
17813 wide false
17814 collapsed true
17815
17816 \layout Caption
17817
17818 AMS miscellaneous
17819 \layout Standard
17820
17821
17822 \begin_inset  Tabular
17823 <lyxtabular version="2" rows="9" columns="6">
17824 <features rotate="false" islongtable="false" endhead="0" endfirsthead="0" endfoot="0" endlastfoot="0">
17825 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
17826 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
17827 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
17828 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
17829 <column alignment="right" valignment="top" leftline="false" rightline="false" width="" special="">
17830 <column alignment="left" valignment="top" leftline="false" rightline="false" width="" special="">
17831 <row topline="false" bottomline="false" newpage="false">
17832 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17833 \begin_inset Text
17834
17835 \layout Standard
17836
17837
17838 \begin_inset Formula $\hbar $
17839 \end_inset 
17840
17841
17842 \end_inset 
17843 </cell>
17844 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17845 \begin_inset Text
17846
17847 \layout Standard
17848
17849
17850 \family typewriter 
17851
17852 \backslash 
17853 hbar
17854 \end_inset 
17855 </cell>
17856 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17857 \begin_inset Text
17858
17859 \layout Standard
17860
17861
17862 \begin_inset Formula $\hslash $
17863 \end_inset 
17864
17865
17866 \end_inset 
17867 </cell>
17868 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17869 \begin_inset Text
17870
17871 \layout Standard
17872
17873
17874 \family typewriter 
17875
17876 \backslash 
17877 hslash
17878 \end_inset 
17879 </cell>
17880 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17881 \begin_inset Text
17882
17883 \layout Standard
17884
17885
17886 \begin_inset Formula $\vartriangle $
17887 \end_inset 
17888
17889
17890 \end_inset 
17891 </cell>
17892 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
17893 \begin_inset Text
17894
17895 \layout Standard
17896
17897
17898 \family typewriter 
17899
17900 \backslash 
17901 vartriangle
17902 \end_inset 
17903 </cell>
17904 </row>
17905 <row topline="false" bottomline="false" newpage="false">
17906 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17907 \begin_inset Text
17908
17909 \layout Standard
17910
17911
17912 \begin_inset Formula $\triangledown $
17913 \end_inset 
17914
17915
17916 \end_inset 
17917 </cell>
17918 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17919 \begin_inset Text
17920
17921 \layout Standard
17922
17923
17924 \family typewriter 
17925
17926 \backslash 
17927 triangledown
17928 \end_inset 
17929 </cell>
17930 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17931 \begin_inset Text
17932
17933 \layout Standard
17934
17935
17936 \begin_inset Formula $\square $
17937 \end_inset 
17938
17939
17940 \end_inset 
17941 </cell>
17942 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17943 \begin_inset Text
17944
17945 \layout Standard
17946
17947
17948 \family typewriter 
17949
17950 \backslash 
17951 square
17952 \end_inset 
17953 </cell>
17954 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17955 \begin_inset Text
17956
17957 \layout Standard
17958
17959
17960 \begin_inset Formula $\lozenge $
17961 \end_inset 
17962
17963
17964 \end_inset 
17965 </cell>
17966 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
17967 \begin_inset Text
17968
17969 \layout Standard
17970
17971
17972 \family typewriter 
17973
17974 \backslash 
17975 lozenge
17976 \end_inset 
17977 </cell>
17978 </row>
17979 <row topline="false" bottomline="false" newpage="false">
17980 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17981 \begin_inset Text
17982
17983 \layout Standard
17984
17985
17986 \begin_inset Formula $\circledS $
17987 \end_inset 
17988
17989
17990 \end_inset 
17991 </cell>
17992 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
17993 \begin_inset Text
17994
17995 \layout Standard
17996
17997
17998 \family typewriter 
17999
18000 \backslash 
18001 circledS
18002 \end_inset 
18003 </cell>
18004 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18005 \begin_inset Text
18006
18007 \layout Standard
18008
18009
18010 \begin_inset Formula $\angle $
18011 \end_inset 
18012
18013
18014 \end_inset 
18015 </cell>
18016 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18017 \begin_inset Text
18018
18019 \layout Standard
18020
18021
18022 \family typewriter 
18023
18024 \backslash 
18025 angle
18026 \end_inset 
18027 </cell>
18028 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18029 \begin_inset Text
18030
18031 \layout Standard
18032
18033
18034 \begin_inset Formula $\measuredangle $
18035 \end_inset 
18036
18037
18038 \end_inset 
18039 </cell>
18040 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
18041 \begin_inset Text
18042
18043 \layout Standard
18044
18045
18046 \family typewriter 
18047
18048 \backslash 
18049 measuredangle
18050 \end_inset 
18051 </cell>
18052 </row>
18053 <row topline="false" bottomline="false" newpage="false">
18054 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18055 \begin_inset Text
18056
18057 \layout Standard
18058
18059
18060 \begin_inset Formula $\nexists $
18061 \end_inset 
18062
18063
18064 \end_inset 
18065 </cell>
18066 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18067 \begin_inset Text
18068
18069 \layout Standard
18070
18071
18072 \family typewriter 
18073
18074 \backslash 
18075 nexists
18076 \end_inset 
18077 </cell>
18078 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18079 \begin_inset Text
18080
18081 \layout Standard
18082
18083
18084 \begin_inset Formula $\mho $
18085 \end_inset 
18086
18087
18088 \end_inset 
18089 </cell>
18090 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18091 \begin_inset Text
18092
18093 \layout Standard
18094
18095
18096 \family typewriter 
18097
18098 \backslash 
18099 mho
18100 \end_inset 
18101 </cell>
18102 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18103 \begin_inset Text
18104
18105 \layout Standard
18106
18107
18108 \begin_inset Formula $\Finv $
18109 \end_inset 
18110
18111
18112 \end_inset 
18113 </cell>
18114 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
18115 \begin_inset Text
18116
18117 \layout Standard
18118
18119
18120 \family typewriter 
18121
18122 \backslash 
18123 Finv
18124 \end_inset 
18125 </cell>
18126 </row>
18127 <row topline="false" bottomline="false" newpage="false">
18128 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18129 \begin_inset Text
18130
18131 \layout Standard
18132
18133
18134 \begin_inset Formula $\Game $
18135 \end_inset 
18136
18137
18138 \end_inset 
18139 </cell>
18140 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18141 \begin_inset Text
18142
18143 \layout Standard
18144
18145
18146 \family typewriter 
18147
18148 \backslash 
18149 Game
18150 \end_inset 
18151 </cell>
18152 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18153 \begin_inset Text
18154
18155 \layout Standard
18156
18157
18158 \begin_inset Formula $\Bbbk $
18159 \end_inset 
18160
18161
18162 \end_inset 
18163 </cell>
18164 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18165 \begin_inset Text
18166
18167 \layout Standard
18168
18169
18170 \family typewriter 
18171
18172 \backslash 
18173 Bbbk
18174 \end_inset 
18175 </cell>
18176 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18177 \begin_inset Text
18178
18179 \layout Standard
18180
18181
18182 \begin_inset Formula $\backprime $
18183 \end_inset 
18184
18185
18186 \end_inset 
18187 </cell>
18188 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
18189 \begin_inset Text
18190
18191 \layout Standard
18192
18193
18194 \family typewriter 
18195
18196 \backslash 
18197 backprime
18198 \end_inset 
18199 </cell>
18200 </row>
18201 <row topline="false" bottomline="false" newpage="false">
18202 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18203 \begin_inset Text
18204
18205 \layout Standard
18206
18207
18208 \begin_inset Formula $\varnothing $
18209 \end_inset 
18210
18211
18212 \end_inset 
18213 </cell>
18214 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18215 \begin_inset Text
18216
18217 \layout Standard
18218
18219
18220 \family typewriter 
18221
18222 \backslash 
18223 varnothing
18224 \end_inset 
18225 </cell>
18226 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18227 \begin_inset Text
18228
18229 \layout Standard
18230
18231
18232 \begin_inset Formula $\blacktriangle $
18233 \end_inset 
18234
18235
18236 \end_inset 
18237 </cell>
18238 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18239 \begin_inset Text
18240
18241 \layout Standard
18242
18243
18244 \family typewriter 
18245
18246 \backslash 
18247 blacktriangle
18248 \end_inset 
18249 </cell>
18250 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18251 \begin_inset Text
18252
18253 \layout Standard
18254
18255
18256 \begin_inset Formula $\blacktriangledown $
18257 \end_inset 
18258
18259
18260 \end_inset 
18261 </cell>
18262 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
18263 \begin_inset Text
18264
18265 \layout Standard
18266
18267
18268 \family typewriter 
18269
18270 \backslash 
18271 blacktriangledown
18272 \end_inset 
18273 </cell>
18274 </row>
18275 <row topline="false" bottomline="false" newpage="false">
18276 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18277 \begin_inset Text
18278
18279 \layout Standard
18280
18281
18282 \begin_inset Formula $\blacksquare $
18283 \end_inset 
18284
18285
18286 \end_inset 
18287 </cell>
18288 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18289 \begin_inset Text
18290
18291 \layout Standard
18292
18293
18294 \family typewriter 
18295
18296 \backslash 
18297 blacksquare
18298 \end_inset 
18299 </cell>
18300 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18301 \begin_inset Text
18302
18303 \layout Standard
18304
18305
18306 \begin_inset Formula $\blacklozenge $
18307 \end_inset 
18308
18309
18310 \end_inset 
18311 </cell>
18312 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18313 \begin_inset Text
18314
18315 \layout Standard
18316
18317
18318 \family typewriter 
18319
18320 \backslash 
18321 blacklozenge
18322 \end_inset 
18323 </cell>
18324 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18325 \begin_inset Text
18326
18327 \layout Standard
18328
18329
18330 \begin_inset Formula $\bigstar $
18331 \end_inset 
18332
18333
18334 \end_inset 
18335 </cell>
18336 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
18337 \begin_inset Text
18338
18339 \layout Standard
18340
18341
18342 \family typewriter 
18343
18344 \backslash 
18345 bigstar
18346 \end_inset 
18347 </cell>
18348 </row>
18349 <row topline="false" bottomline="false" newpage="false">
18350 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18351 \begin_inset Text
18352
18353 \layout Standard
18354
18355
18356 \begin_inset Formula $\sphericalangle $
18357 \end_inset 
18358
18359
18360 \end_inset 
18361 </cell>
18362 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18363 \begin_inset Text
18364
18365 \layout Standard
18366
18367
18368 \family typewriter 
18369
18370 \backslash 
18371 sphericalangle
18372 \end_inset 
18373 </cell>
18374 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18375 \begin_inset Text
18376
18377 \layout Standard
18378
18379
18380 \begin_inset Formula $\complement $
18381 \end_inset 
18382
18383
18384 \end_inset 
18385 </cell>
18386 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18387 \begin_inset Text
18388
18389 \layout Standard
18390
18391
18392 \family typewriter 
18393
18394 \backslash 
18395 complement
18396 \end_inset 
18397 </cell>
18398 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18399 \begin_inset Text
18400
18401 \layout Standard
18402
18403
18404 \begin_inset Formula $\eth $
18405 \end_inset 
18406
18407
18408 \end_inset 
18409 </cell>
18410 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
18411 \begin_inset Text
18412
18413 \layout Standard
18414
18415
18416 \family typewriter 
18417
18418 \backslash 
18419 eth
18420 \end_inset 
18421 </cell>
18422 </row>
18423 <row topline="false" bottomline="false" newpage="false">
18424 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18425 \begin_inset Text
18426
18427 \layout Standard
18428
18429
18430 \begin_inset Formula $\diagup $
18431 \end_inset 
18432
18433
18434 \end_inset 
18435 </cell>
18436 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18437 \begin_inset Text
18438
18439 \layout Standard
18440
18441
18442 \family typewriter 
18443
18444 \backslash 
18445 diagup
18446 \end_inset 
18447 </cell>
18448 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18449 \begin_inset Text
18450
18451 \layout Standard
18452
18453
18454 \begin_inset Formula $\diagdown $
18455 \end_inset 
18456
18457
18458 \end_inset 
18459 </cell>
18460 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18461 \begin_inset Text
18462
18463 \layout Standard
18464
18465
18466 \family typewriter 
18467
18468 \backslash 
18469 diagdown
18470 \end_inset 
18471 </cell>
18472 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="false" rotate="false" usebox="none" width="" special="">
18473 \begin_inset Text
18474
18475 \layout Standard
18476
18477 \end_inset 
18478 </cell>
18479 <cell multicolumn="0" alignment="center" valignment="top" topline="true" bottomline="false" leftline="true" rightline="true" rotate="false" usebox="none" width="" special="">
18480 \begin_inset Text
18481
18482 \layout Standard
18483
18484 \end_inset 
18485 </cell>
18486 </row>
18487 </lyxtabular>
18488
18489 \end_inset 
18490
18491
18492 \end_inset 
18493
18494
18495 \end_inset 
18496
18497
18498 \the_end