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