-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMathMacrosJDH.tex
632 lines (632 loc) · 31.1 KB
/
MathMacrosJDH.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
% MathMacrosJDH.tex
%
% This file contains the macros that Joel David Hamkins uses in his
% LaTeX mathematical articles. It is subject to revision.
%
% The following packages are used by some of the macros, and so you might want to
% include them in your main document.
%\usepackage{latexsym,amsfonts,amsmath,amssymb}
%
% The following sets up the main theorem types.
% Theorem numbering increments for all types together.
%
%\newtheorem{theorem}{Theorem}[section]
\newtheorem{theorem}{Theorem}
\newtheorem{maintheorem}[theorem]{Main Theorem}
\newtheorem{maintheorems}[theorem]{Main Theorems}
\newtheorem*{maintheorem*}{Main Theorem}
\newtheorem*{maintheorems*}{Main Theorems}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem*{corollary*}{Corollary}
\newtheorem*{corollaries*}{Corollaries}
\newtheorem{sublemma}{Lemma}[theorem]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{keylemma}[theorem]{Key Lemma}
\newtheorem{mainlemma}[theorem]{Main Lemma}
\newtheorem{question}[theorem]{Question}
\newtheorem*{question*}{Question}
\newtheorem{questions}[theorem]{Questions}
\newtheorem*{questions*}{Questions}
\newtheorem{mainquestion}[theorem]{Main Question} % with numbering
\newtheorem*{mainquestion*}{Main Question} % without numbering
\newtheorem{openquestion}[theorem]{Open Question} % with numbering
\newtheorem*{openquestion*}{Open Question} % without numbering
\newtheorem{observation}[theorem]{Observation}
\newtheorem*{observation*}{Observation} % without numbering
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{claim}[theorem]{Claim}
\newtheorem{subclaim}[sublemma]{Claim}
\newtheorem{conjecture}[theorem]{Conjecture}
\newtheorem{fact}[theorem]{Fact}
\newtheorem{definition}[theorem]{Definition}
\newtheorem{subdefinition}[sublemma]{Definition}
\newtheorem{maindefinition}[theorem]{Main Definition}
\newtheorem{remark}[theorem]{Remark}
\newtheorem{example}[theorem]{Example}
\newtheorem*{example*}{Example} % without numbering
\newtheorem{counterexample}[theorem]{Counterexample}
\newtheorem*{counterexample*}{Counterexample} % without numbering
\newtheorem{exercise}{Exercise}[section]
\newcommand{\QED}{\end{proof}}
\newenvironment{proclamation}{\smallskip\noindent\proclaim}{\par\smallskip}
\newenvironment{points}{\removelastskip\begin{enumerate}\setlength{\parskip}{0pt}}{\end{enumerate}}
\def\proclaim[#1]{{\bf #1}}
\def\BF#1.{{\bf #1.}}
\newenvironment{conversation}{\begin{quote}
\begin{description}[itemsep=1ex,leftmargin=1cm]}{\end{description}\end{quote}}
\def\says#1:#2\par{\item[#1] #2\par}
%\newcommand{\cal}{\mathcal}
\newcommand{\margin}[1]{\marginpar{\tiny #1}}
%
% macros for certain accented foreign names
%
\newcommand{\Bukovsky}{Bukovsk\`y}
\newcommand\Ersov{Er\v sov}
\newcommand\Hrbacek{Hrb\'a\v cek}
\newcommand{\Jonsson}{J\'{o}nsson}
\newcommand{\Lob}{L\"ob}
\newcommand\Vopenka{Vop\v{e}nka}
\newcommand{\Los}{\L o\'s}
\newcommand\Lukasiewicz{\L ukasiewicz}
\newcommand{\Vaananen}{V\"a\"an\"anen}
\newcommand{\Fraisse}{Fra\"\i ss\'e}
\newcommand{\Francois}{Fran\c{c}ois}
\newcommand{\Godel}{G\"odel}
\newcommand{\Goedel}{G\"odel}
\newcommand{\Habic}{Habi\v c}
\newcommand{\Jerabek}{Je\v r\'abek}
\newcommand\Konig{K\"onig}
\newcommand{\Lowe}{L\"owe}
\newcommand{\Loewe}{\Lowe}
\newcommand{\Erdos}{Erd\H{o}s}
\newcommand{\Levy}{L\'{e}vy}
\newcommand{\Lowenheim}{L\"owenheim}
\newcommand{\Oystein}{{\O}ystein}
\newcommand\Smorynski{Smory\'nski}
\newcommand{\Velickovic}{Veli\v ckovi\'c}
%
% macros to name mathematical objects:
%
\newcommand{\A}{{\mathbb A}}
\newcommand{\B}{{\mathbb B}}
\newcommand{\C}{{\mathbb C}}
\newcommand{\D}{{\mathbb C}}
\newcommand{\E}{{\mathbb E}}
\newcommand{\F}{{\mathbb F}}
\newcommand{\G}{{\mathbb G}}
%\newcommand{\H}{{\mathbb B}} already defined
%\newcommand{\I}{{\mathbb B}} already defined
\newcommand{\J}{{\mathbb J}}
\newcommand{\X}{{\mathbb X}}
\newcommand{\N}{{\mathbb N}}
\renewcommand{\P}{{\mathbb P}}
\newcommand{\Q}{{\mathbb Q}}
\newcommand{\U}{{\mathbb U}}
\newcommand{\Z}{{\mathbb Z}}
\newcommand{\R}{{\mathbb R}}
\newcommand{\T}{{\mathbb T}}
\newcommand{\bbS}{{\mathbb S}}% \S already means section symbol
\newcommand{\calM}{{\mathcal M}}
\newcommand{\continuum}{\mathfrak{c}}
\newcommand{\term}{{\!\scriptscriptstyle\rm term}}
\newcommand{\Dterm}{{D_{\!\scriptscriptstyle\rm term}}}
\newcommand{\Ftail}{{\F_{\!\scriptscriptstyle\rm tail}}}
\newcommand{\Fotail}{{\F^0_{\!\scriptscriptstyle\rm tail}}}
\newcommand{\ftail}{{f_{\!\scriptscriptstyle\rm tail}}}
\newcommand{\fotail}{{f^0_{\!\scriptscriptstyle\rm tail}}}
\newcommand{\Gtail}{{G_{\!\scriptscriptstyle\rm tail}}}
\newcommand{\Gotail}{{G^0_{\!\scriptscriptstyle\rm tail}}}
\newcommand{\Goterm}{{G^0_{\!\scriptscriptstyle\rm term}}}
\newcommand{\Htail}{{H_{\!\scriptscriptstyle\rm tail}}}
\newcommand{\Hterm}{{H_{\!\scriptscriptstyle\rm term}}}
\newcommand{\Ptail}{{\P_{\!\scriptscriptstyle\rm tail}}}
\newcommand{\Potail}{{\P^0_{\!\scriptscriptstyle\rm tail}}}
\newcommand{\Pterm}{{\P_{\!\scriptscriptstyle\rm term}}}
\newcommand{\Qterm}{{\Q_{\scriptscriptstyle\rm term}}}
\newcommand{\Gterm}{{G_{\scriptscriptstyle\rm term}}}
\newcommand{\Rtail}{{\R_{\!\scriptscriptstyle\rm tail}}}
\newcommand{\Rterm}{{\R_{\scriptscriptstyle\rm term}}}
\newcommand{\hterm}{{h_{\scriptscriptstyle\rm term}}}
\newcommand{\Cbar}{{\overline{C}}}
\newcommand{\Dbar}{{\overline{D}}}
\newcommand{\Fbar}{{\overline{F}}}
\newcommand{\Gbar}{{\overline{G}}}
\newcommand{\Mbar}{{\overline{M}}}
\newcommand{\Nbar}{{\overline{N}}}
\newcommand{\Vbar}{{\overline{V}}}
\newcommand{\Vhat}{{\hat{V}}}
\newcommand{\Xbar}{{\overline{X}}}
\newcommand{\jbar}{{\bar j}}
\newcommand{\Ptilde}{{\tilde\P}}
\newcommand{\Gtilde}{{\tilde G}}
\newcommand{\Qtilde}{{\tilde\Q}}
\newcommand{\Adot}{{\dot A}}
\newcommand{\Bdot}{{\dot B}}
\newcommand{\Cdot}{{\dot C}}
%\newcommand{\Ddot}{{\dot D}} % this is already defined somehow, but not with my meaning
\newcommand{\Gdot}{{\dot G}}
\newcommand{\Mdot}{{\dot M}}
\newcommand{\Ndot}{{\dot N}}
\newcommand{\Pdot}{{\dot\P}}
\newcommand{\Qdot}{{\dot\Q}}
\newcommand{\qdot}{{\dot q}}
\newcommand{\pdot}{{\dot p}}
\newcommand{\Rdot}{{\dot\R}}
\newcommand{\Tdot}{{\dot T}}
\newcommand{\Xdot}{{\dot X}}
\newcommand{\Ydot}{{\dot Y}}
\newcommand{\mudot}{{\dot\mu}}
\newcommand{\hdot}{{\dot h}}
\newcommand{\rdot}{{\dot r}}
\newcommand{\sdot}{{\dot s}}
\newcommand{\xdot}{{\dot x}}
\newcommand{\I}[1]{\mathop{\hbox{\rm I}_#1}}
\newcommand{\id}{\mathop{\hbox{\small id}}}
\newcommand{\one}{\mathbbm{1}} % requires \usepackage{bbm}
% \newcommand{\zero}{\mathbbm{0}} % doesn't work
%
% Cardinal characteristic numbers:
%
\newcommand\almostdisjointness{\mathfrak{a}}
\newcommand\bounding{\mathfrak{b}}
\newcommand\dominating{\mathfrak{d}}
\newcommand\splitting{\mathfrak{s}}
\newcommand\reaping{\mathfrak{r}}
\newcommand\ultrafilter{\mathfrak{u}}
\newcommand\rr{\mathfrak{rr}}
\newcommand\rrsum{\rr_{\scriptscriptstyle\Sigma}}
\newcommand\non{\mathop{\bf non}}
\newcommand\p{\frak{p}}
\newcommand\jumbling{\frak{j}}
\newcommand\rrcon{\rr_{\mathrm{c}}}
\newcommand\unblocking{\frak{ub}}
%
% Macros for infinite chess:
%
\newcommand{\omegaoneCh}{\omega_1^\Ch}
\newcommand{\omegaoneChi}{\omega_1^{\baselineskip=0pt\vtop to 7pt{\hbox{$\scriptstyle\Ch$}\vskip-1pt\hbox{\,$\scriptscriptstyle\sim$}}}}
\newcommand{\omegaoneChc}{\omega_1^{\Ch,c}}
\newcommand{\omegaoneChthree}{\omega_1^{\Ch_3}}
\newcommand{\omegaoneChthreei}{\omega_1^{\baselineskip=0pt\vtop to 7pt{\hbox{$\scriptstyle\Ch_3$}\vskip-1.5pt\hbox{\,$\scriptscriptstyle\sim$}}}}
\newcommand{\omegaoneChthreec}{\omega_1^{\Ch_3,c}}
%
% macros for mathematical symbols:
%
% dotminus
\makeatletter
\newcommand{\dotminus}{\mathbin{\text{\@dotminus}}}
\newcommand{\@dotminus}{%
\ooalign{\hidewidth\raise1ex\hbox{.}\hidewidth\cr$\m@th-$\cr}%
}
\makeatother
%
\newcommand{\from}{\mathbin{\vbox{\baselineskip=2pt\lineskiplimit=0pt
\hbox{.}\hbox{.}\hbox{.}}}}
\newcommand{\surj}{\twoheadrightarrow}
\newcommand{\of}{\subseteq}
\newcommand{\ofnoteq}{\subsetneq}
\newcommand{\ofneq}{\subsetneq}
\newcommand{\fo}{\supseteq}
\newcommand{\sqof}{\sqsubseteq}
\newcommand{\toward}{\rightharpoonup}
\newcommand{\Set}[1]{\left\{\,{#1}\,\right\}}
\newcommand{\set}[1]{\{\,{#1}\,\}}
\newcommand{\singleton}[1]{\left\{{#1}\right\}}
\newcommand{\compose}{\circ}
\newcommand{\curlyelesub}{\Undertilde\prec}
\newcommand{\elesub}{\prec}
\newcommand{\eleequiv}{\equiv}
\newcommand{\muchgt}{\gg}
\newcommand{\muchlt}{\ll}
\newcommand{\inverse}{{-1}}
\newcommand{\jump}{{\!\triangledown}}
\newcommand{\Jump}{{\!\blacktriangledown}}
\newcommand{\ilt}{<_{\infty}}
\newcommand{\ileq}{\leq_{\infty}}
\newcommand{\iequiv}{\equiv_{\infty}}
\newcommand{\leqRK}{\leq_{\hbox{\scriptsize\sc rk}}}
\newcommand{\ltRK}{<_{\hbox{\scriptsize\sc rk}}}
\newcommand{\isoRK}{\iso_{\hbox{\scriptsize\sc rk}}}
\newcommand{\Tequiv}{\equiv_T}
\newcommand{\dom}{\mathop{\rm dom}}
\newcommand{\Ht}{\mathop{\rm ht}}
\newcommand{\tp}{\mathop{\rm tp}}
%\newcommand{\ht}{\mathop{\rm ht}}
\newcommand{\dirlim}{\mathop{\rm dir\,lim}}
\newcommand{\SSy}{\mathop{\rm SSy}}
\newcommand{\ran}{\mathop{\rm ran}}
\newcommand{\rank}{\mathop{\rm rank}}
\newcommand{\supp}{\mathop{\rm supp}}
\newcommand{\add}{\mathop{\rm add}}
\newcommand{\coll}{\mathop{\rm coll}}
\newcommand{\cof}{\mathop{\rm cof}}
\newcommand{\Cof}{\mathop{\rm Cof}}
\newcommand{\Fin}{\mathop{\rm Fin}}
\newcommand{\Add}{\mathop{\rm Add}}
\newcommand{\Aut}{\mathop{\rm Aut}}
\newcommand{\Inn}{\mathop{\rm Inn}}
\newcommand{\Coll}{\mathop{\rm Coll}}
\newcommand{\Ult}{\mathop{\rm Ult}}
\newcommand{\Th}{\mathop{\rm Th}}
\newcommand{\Con}{\mathop{{\rm Con}}}
\newcommand{\image}{\mathbin{\hbox{\tt\char'42}}}
\newcommand{\plus}{{+}}
\newcommand{\plusplus}{{{+}{+}}}
\newcommand{\plusplusplus}{{{+}{+}{+}}}
\newcommand{\restrict}{\upharpoonright} % uses amssymb
%\newcommand{\restrict}{\mathbin{\hbox{\msam\char'26}}}
\newcommand{\satisfies}{\models}
\newcommand{\forces}{\Vdash}
\newcommand{\proves}{\vdash}
%\newcommand{\possible}{\mathop{\raisebox{-1pt}{$\Diamond$}}}
%\newcommand{\necessary}{\mathop{\raisebox{-1pt}{$\Box$}}}
%\newcommand{\necessary}{\mathop{\raisebox{3pt}{\framebox[6pt]{}}}}
\newcommand{\necessaryprop}{\necessary_{\hbox{\scriptsize\prop}}}
\newcommand{\possibleprop}{\possible_{\hbox{\scriptsize\,\prop}}}
\newcommand{\necessaryccc}{\necessary_{\hbox{\scriptsize\ccc}}}
\newcommand{\possibleccc}{\possible_{\hbox{\scriptsize\ccc}}}
\newcommand{\necessarycohen}{\necessary_{\hbox{\scriptsize\cohen}}}
\newcommand{\possiblecohen}{\possible_{\hbox{\scriptsize\cohen}}}
\newcommand{\modalscale}{\mathchoice{.72ex/1cm}{.6ex/1cm}{.5ex/1cm}{.4ex/1cm}} % not used?
\DeclareMathOperator{\possible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{\draw (-1,-1) rectangle (1,1);}}}
\DeclareMathOperator{\necessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{\draw (-1,-1) rectangle (1,1);}}}
\DeclareMathOperator{\downpossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-.6,1) -- (-.6,-.6) -- (1,-.6);}}}
\DeclareMathOperator{\downnecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,-.6) -- (.6,-.6) -- (.6,1);}}}
\DeclareMathOperator{\uppossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,.6) -- (.6,.6) -- (.6,-1);}}}
\DeclareMathOperator{\upnecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,.6) -- (.6,.6) -- (.6,-1);}}}
% old: (-1,0) -- (0,.5) -- (1,0);}}
\DeclareMathOperator{\xpossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-.6,-.6) rectangle (.6,.6);}}}
\DeclareMathOperator{\xnecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-.6,-.6) rectangle (.6,.6);}}}
\DeclareMathOperator{\Luppossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin,line join=bevel] (.6,1) -- (-1,-1) -- (1,.6);}}}
\DeclareMathOperator{\Lupnecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin,line join=bevel] (-.25,1) -- (0,-1) -- (.25,1);}}}
\DeclareMathOperator{\soliduppossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin,fill=gray,fill opacity=.25] (-1,-1) rectangle (.6,.6);}}}
\DeclareMathOperator{\solidupnecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin,fill=gray,fill opacity=.25] (-1,-1) rectangle (.6,.6);}}}
\DeclareMathOperator{\solidxpossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin,fill=gray,fill opacity=.25] (-.6,-.6) rectangle (.6,.6);}}}
\DeclareMathOperator{\solidxnecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin,fill=gray,fill opacity=.25] (-.6,-.6) rectangle (.6,.6);}}}
\DeclareMathOperator{\consuppossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,-1) rectangle (.6,.6);
\clip (-1,-1) rectangle (.6,.6); %\draw[fill] (.3,.3) rectangle (.6,.6);
\draw[very thin] (-1,-1) -- (.6,.6);}}}
\DeclareMathOperator{\consupnecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,-1) rectangle (.6,.6);
\clip (-1,-1) rectangle (.6,.6); %\draw[fill] (.3,.3) rectangle (.6,.6);
\draw[very thin] (-1,-1) -- (.6,.6);}}}
\DeclareMathOperator{\consxpossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-.6,-.6) rectangle (.6,.6);
\clip (-1,-1) rectangle (.6,.6); %\draw[fill] (.3,.3) rectangle (.6,.6);
\draw[very thin] (-.6,-.6) -- (.6,.6);}}}
\DeclareMathOperator{\consxnecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-.6,-.6) rectangle (.6,.6);
\clip (-.6,-.6) rectangle (.6,.6); %\draw[fill] (.3,.3) rectangle (.6,.6);
\draw[very thin] (-.6,-.6) -- (.6,.6);}}}
\DeclareMathOperator{\solidconsuppossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin,fill=gray,fill opacity=.25] (-1,-1) rectangle (.6,.6);
\draw[very thin] (-1,-1) rectangle (.6,.6);
\clip (-1,-1) rectangle (.6,.6); %\draw[fill] (.3,.3) rectangle (.6,.6);
\draw[very thin] (-1,-1) -- (.6,.6);}}}
\DeclareMathOperator{\solidconsupnecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin,fill=gray,fill opacity=.25] (-1,-1) rectangle (.6,.6);
\draw[very thin] (-1,-1) rectangle (.6,.6);
\clip (-1,-1) rectangle (.6,.6); %\draw[fill] (.3,.3) rectangle (.6,.6);
\draw[very thin] (-1,-1) -- (.6,.6);}}}
\DeclareMathOperator{\solidconsxpossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin,fill=gray,fill opacity=.25] (-.6,-.6) rectangle (.6,.6);
\draw[very thin] (-.6,-.6) rectangle (.6,.6);
\clip (-1,-1) rectangle (.6,.6); %\draw[fill] (.3,.3) rectangle (.6,.6);
\draw[very thin] (-.6,-.6) -- (.6,.6);}}}
\DeclareMathOperator{\solidconsxnecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin,fill=gray,fill opacity=.25] (-.6,-.6) rectangle (.6,.6);
\draw[very thin] (-.6,-.6) rectangle (.6,.6);
\clip (-1,-1) rectangle (.6,.6); %\draw[fill] (.3,.3) rectangle (.6,.6);
\draw[very thin] (-.6,-.6) -- (.6,.6);}}}
\DeclareMathOperator{\ssypossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,-1) rectangle (.6,.6);
\draw[very thin] (-.6,-.6) rectangle (.2,.2);
}}}
\DeclareMathOperator{\ssynecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,-1) rectangle (.6,.6);
\draw[very thin] (-.6,-.6) rectangle (.2,.2);
}}}
\DeclareMathOperator{\solidssypossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,-1) rectangle (.6,.6);
\draw[very thin,fill=gray,fill opacity=.25] (-.6,-.6) rectangle (.2,.2);
}}}
\DeclareMathOperator{\solidssynecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,-1) rectangle (.6,.6);
\draw[very thin,fill=gray,fill opacity=.25] (-.6,-.6) rectangle (.2,.2);
}}}
\DeclareMathOperator{\ipossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,-1) rectangle (.6,.6);
\draw[very thin] (.2,-1) arc (0:90:1.2);
}}}
\DeclareMathOperator{\inecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,-1) rectangle (.6,.6);
\draw[very thin] (.2,-1) arc (0:90:1.2);
}}}
\DeclareMathOperator{\solidipossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,-1) rectangle (.6,.6);
\draw[very thin,fill=gray,fill opacity=.25] (-1,-1) -- (.2,-1) arc (0:90:1.2) -- cycle;
}}}
\DeclareMathOperator{\solidinecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,-1) rectangle (.6,.6);
\draw[very thin,fill=gray,fill opacity=.25] (-1,-1) -- (.2,-1) arc (0:90:1.2) -- cycle ;
}}}
% not used:
\DeclareMathOperator{\tieuppossible}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,rotate=45,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,-1) rectangle (.6,.6);
\draw[very thin] (-1,-1) grid (.6,.6);}}}
\DeclareMathOperator{\tieupnecessary}{\text{\tikz[scale=.6ex/1cm,baseline=-.6ex,line width=.1ex]{
\draw (-1,-1) rectangle (1,1); \draw[very thin] (-1,-1) rectangle (.6,.6);
\draw[very thin] (-1,-1) grid (.6,.6);}}}
%
\newcommand{\axiomf}[1]{{\rm #1}}
\newcommand{\theoryf}[1]{{\rm #1}}% {\hbox{$\mathsf{#1}$}}
\newcommand{\Force}{\mathrm{Force}}
\newcommand{\Mantle}{{\mathord{\rm M}}}
\newcommand{\gMantle}{{\mathord{\rm gM}}} % the generic mantle
\newcommand{\gHOD}{\ensuremath{\mathord{{\rm g}\HOD}}} % the limit HOD
\newcommand{\cross}{\times}
\newcommand{\concat}{\mathbin{{}^\smallfrown}}
\newcommand{\converges}{{\downarrow}}
\newcommand{\diverges}{\uparrow}
\newcommand{\union}{\cup}
\newcommand{\squnion}{\sqcup}
\newcommand{\Union}{\bigcup}
\newcommand{\sqUnion}{\bigsqcup}
\newcommand{\intersect}{\cap}
\newcommand{\Intersect}{\bigcap}
\newcommand{\Pforces}{\forces_{\P}}
\newcommand{\into}{\hookrightarrow}
\newcommand{\meet}{\wedge}
\newcommand{\join}{\cup}
\newcommand{\trianglelt}{\lhd}
\newcommand{\nottrianglelt}{\ntriangleleft}
\newcommand{\tlt}{\triangle}
\newcommand{\LaverDiamond}{\mathop{\hbox{\line(0,1){10}\line(1,0){8}\line(-4,5){8}}\hskip 1pt}\nolimits}
\newcommand{\LD}{\LaverDiamond}
\newcommand{\LDLD}{\mathop{\hbox{\,\line(0,1){8}\!\line(0,1){10}\line(1,0){8}\line(-4,5){8}}\hskip 1pt}\nolimits}
\newcommand{\LDminus}{\mathop{\LaverDiamond^{\hbox{\!\!-}}}}
\newcommand{\LDwc}{\LD^{\hbox{\!\!\tiny wc}}}
\newcommand{\LDuplift}{\LD^{\hbox{\!\!\tiny uplift}}}
\newcommand{\LDunf}{\LD^{\hbox{\!\!\tiny unf}}}
\newcommand{\LDind}{\LD^{\hbox{\!\!\tiny ind}}}
\newcommand{\LDthetaunf}{\LD^{\hbox{\!\!\tiny $\theta$-unf}}}
\newcommand{\LDsunf}{\LD^{\hbox{\!\!\tiny sunf}}}
\newcommand{\LDthetasunf}{\LD^{\hbox{\!\!\tiny $\theta$-sunf}}}
\newcommand{\LDmeas}{\LD^{\hbox{\!\!\tiny meas}}}
\newcommand{\LDstr}{\LD^{\hbox{\!\!\tiny strong}}}
\newcommand{\LDsuperstrong}{\LD^{\hbox{\!\!\tiny superstrong}}}
\newcommand{\LDram}{\LD^{\hbox{\!\!\tiny Ramsey}}}
\newcommand{\LDstrc}{\LD^{\hbox{\!\!\tiny str compact}}}
\newcommand{\LDsc}{\LD^{\hbox{\!\!\tiny sc}}}
\newcommand{\LDext}{\LD^{\hbox{\!\!\tiny ext}}}
\newcommand{\LDahuge}{\LD^{\hbox{\!\!\tiny ahuge}}}
\newcommand{\LDlambdaahuge}{\LD^{\hbox{\!\!\tiny $\lambda$-ahuge}}}
\newcommand{\LDsahuge}{\LD^{\hbox{\!\!\tiny super ahuge}}}
\newcommand{\LDhuge}{\LD^{\hbox{\!\!\tiny huge}}}
\newcommand{\LDlambdahuge}{\LD^{\hbox{\!\!\tiny $\lambda$-huge}}}
\newcommand{\LDshuge}{\LD^{\hbox{\!\!\tiny superhuge}}}
\newcommand{\LDnhuge}{\LD^{\hbox{\!\!\tiny $n$-huge}}}
\newcommand{\LDlambdanhuge}{\LD^{\hbox{\!\!\tiny $\lambda$ $n$-huge}}}
\newcommand{\LDsnhuge}{\LD^{\hbox{\!\!\tiny super $n$-huge}}}
\newcommand{\LDthetasc}{\LD^{\hbox{\!\!\tiny $\theta$-sc}}}
\newcommand{\LDkappasc}{\LD^{\hbox{\!\!\tiny $\kappa$-sc}}}
\newcommand{\LDthetastr}{\LD^{\hbox{\!\!\tiny $\theta$-strong}}}
\newcommand{\LDthetastrc}{\LD^{\hbox{\!\!\tiny $\theta$-str compact}}}
\newcommand{\LDstar}{\LD^{\hbox{\!\!\tiny$\star$}}}
%\newcommand{\LaverDiamond}{\mathop{\hbox{\line(0,1){8}\line(1,0){6}\line(-3,4){8}}\hskip 1pt}\nolimits}
\newcommand{\smalllt}{\mathrel{\mathchoice{\raise2pt\hbox{$\scriptstyle<$}}{\raise1pt\hbox{$\scriptstyle<$}}{\raise0pt\hbox{$\scriptscriptstyle<$}}{\scriptscriptstyle<}}}
\newcommand{\smallleq}{\mathrel{\mathchoice{\raise2pt\hbox{$\scriptstyle\leq$}}{\raise1pt\hbox{$\scriptstyle\leq$}}{\raise1pt\hbox{$\scriptscriptstyle\leq$}}{\scriptscriptstyle\leq}}}
\newcommand{\lt}{\smalllt}
\newcommand{\ltomega}{{{\smalllt}\omega}}
\newcommand{\leqomega}{{{\smallleq}\omega}}
\newcommand{\ltkappa}{{{\smalllt}\kappa}}
\newcommand{\leqkappa}{{{\smallleq}\kappa}}
\newcommand{\ltalpha}{{{\smalllt}\alpha}}
\newcommand{\leqalpha}{{{\smallleq}\alpha}}
\newcommand{\leqgamma}{{{\smallleq}\gamma}}
\newcommand{\leqlambda}{{{\smallleq}\lambda}}
\newcommand{\ltlambda}{{{\smalllt}\lambda}}
\newcommand{\ltgamma}{{{\smalllt}\gamma}}
\newcommand{\leqeta}{{{\smallleq}\eta}}
\newcommand{\lteta}{{{\smalllt}\eta}}
\newcommand{\leqxi}{{{\smallleq}\xi}}
\newcommand{\ltxi}{{{\smalllt}\xi}}
\newcommand{\leqzeta}{{{\smallleq}\zeta}}
\newcommand{\ltzeta}{{{\smalllt}\zeta}}
\newcommand{\leqtheta}{{{\smallleq}\theta}}
\newcommand{\lttheta}{{{\smalllt}\theta}}
\newcommand{\leqbeta}{{{\smallleq}\beta}}
\newcommand{\leqdelta}{{{\smallleq}\delta}}
\newcommand{\ltdelta}{{{\smalllt}\delta}}
\newcommand{\ltbeta}{{{\smalllt}\beta}}
\newcommand{\leqSigma}{{{\smallleq}\Sigma}}
\newcommand{\ltSigma}{{{\smalllt}\Sigma}}
\newcommand{\Card}[1]{{\left|#1\right|}}
%\newcommand{\card}[1]{{|#1|}}
\newcommand{\boolval}[1]{\mathopen{\lbrack\!\lbrack}\,#1\,\mathclose{\rbrack\!\rbrack}}
\def\[#1]{\boolval{#1}}
%\newcommand{\gcode}[1]{{}^\ulcorner\!#1\!{}^\urcorner}
%\newcommand{\gcode}[1]{\ulcorner\!#1\!\urcorner}
% Adapted from Sam Buss's macro for Goedel codes:
\newbox\gnBoxA
\newdimen\gnCornerHgt
\setbox\gnBoxA=\hbox{\tiny$\ulcorner$}
\global\gnCornerHgt=\ht\gnBoxA
\newdimen\gnArgHgt
\def\gcode #1{%
\setbox\gnBoxA=\hbox{$#1$}%
\gnArgHgt=\ht\gnBoxA%
\ifnum \gnArgHgt<\gnCornerHgt \gnArgHgt=0pt%
\else \advance \gnArgHgt by -\gnCornerHgt%
\fi \raise\gnArgHgt\hbox{\tiny$\ulcorner$} \box\gnBoxA %
\raise\gnArgHgt\hbox{\tiny$\urcorner$}}
%
\newcommand{\UnderTilde}[1]{{\setbox1=\hbox{$#1$}\baselineskip=0pt\vtop{\hbox{$#1$}\hbox to\wd1{\hfil$\sim$\hfil}}}{}}
\newcommand{\Undertilde}[1]{{\setbox1=\hbox{$#1$}\baselineskip=0pt\vtop{\hbox{$#1$}\hbox to\wd1{\hfil$\scriptstyle\sim$\hfil}}}{}}
\newcommand{\undertilde}[1]{{\setbox1=\hbox{$#1$}\baselineskip=0pt\vtop{\hbox{$#1$}\hbox to\wd1{\hfil$\scriptscriptstyle\sim$\hfil}}}{}}
\newcommand{\UnderdTilde}[1]{{\setbox1=\hbox{$#1$}\baselineskip=0pt\vtop{\hbox{$#1$}\hbox to\wd1{\hfil$\approx$\hfil}}}{}}
\newcommand{\Underdtilde}[1]{{\setbox1=\hbox{$#1$}\baselineskip=0pt\vtop{\hbox{$#1$}\hbox to\wd1{\hfil\scriptsize$\approx$\hfil}}}{}}
\newcommand{\underdtilde}[1]{{\baselineskip=0pt\vtop{\hbox{$#1$}\hbox{\hfil$\scriptscriptstyle\approx$\hfil}}}{}}
\newcommand{\st}{\mid}
\renewcommand{\th}{{\hbox{\scriptsize th}}}
\renewcommand{\implies}{\mathrel{\rightarrow}}
\newcommand{\Implies}{\mathrel{\Rightarrow}}
\renewcommand{\iff}{\mathrel{\leftrightarrow}}
\newcommand{\Iff}{\mathrel{\Longleftrightarrow}}
\newcommand\bottom{\perp}
\newcommand{\minus}{\setminus}
\newcommand{\iso}{\cong}
\def\<#1>{\left\langle#1\right\rangle}
\newcommand{\ot}{\mathop{\rm ot}\nolimits}
\newcommand{\val}{\mathop{\rm val}\nolimits}
\newcommand{\QEDbox}{\fbox{}}
\newcommand{\cp}{\mathop{\rm cp}}
\newcommand{\TC}{\mathop{{\rm TC}}}
\newcommand{\Tr}{\mathop{\rm Tr}\nolimits}
\newcommand{\RO}{\mathop{{\rm RO}}}
\newcommand{\ORD}{\mathord{{\rm Ord}}}
\newcommand{\Ord}{\mathord{{\rm Ord}}}
\newcommand{\No}{\mathord{{\rm No}}} % surreals
\newcommand{\Oz}{\mathord{{\rm Oz}}} % omnific integers
\newcommand{\REG}{\mathord{{\rm REG}}}
\newcommand{\SING}{\mathord{{\rm SING}}}
\newcommand{\Lim}{\mathop{\hbox{\rm Lim}}}
\newcommand{\COF}{\mathop{{\rm COF}}}
\newcommand{\INACC}{\mathop{{\rm INACC}}}
%\newcommand{\CCC}{\mathop{{\rm CCC}}}
\newcommand{\CARD}{\mathop{{\rm CARD}}}
\newcommand{\ETR}{{\rm ETR}}
\newcommand\ETRord{\ETR_{\Ord}}
\newcommand\ACA{{\rm ACA}}
\newcommand\RCA{{\rm RCA}}
\newcommand{\ATR}{{\rm ATR}}
\newcommand{\WO}{\mathord{{\rm WO}}}
\newcommand{\WF}{\mathord{{\rm WF}}}
\newcommand\WKL{\mathord{{\rm WKL}}}
\newcommand{\HC}{\mathop{{\rm HC}}}
\newcommand{\LC}{\mathop{{\rm LC}}}
\newcommand{\ZFC}{{\rm ZFC}}
\newcommand{\ZF}{{\rm ZF}}
\newcommand\ZFCfin{\ZFC^{\neg\infty}}
\newcommand\ZFfin{\ZF^{\neg\infty}}
\newcommand{\ZFCm}{\ZFC^-}
\newcommand{\ZFCmm}{\ZFC\text{\tt -}}%{\ZFC{\text{\Large\bf\tt -}}}
\newcommand{\ZFA}{{\rm ZFA}}
\newcommand{\ZC}{{\rm ZC}}
\newcommand{\KM}{{\rm KM}}
\newcommand{\GB}{{\rm GB}}
\newcommand{\GBC}{{\rm GBC}}
\newcommand{\NGBC}{{\rm NGBC}}
\newcommand{\NGB}{{\rm NGB}}
\newcommand{\CCA}{{\rm CCA}}
\newcommand{\CH}{{\rm CH}}
\newcommand{\Ch}{{\mathfrak{Ch}}}
\newcommand{\KP}{{\rm KP}}
\newcommand{\SH}{{\rm SH}}
\newcommand{\GCH}{{\rm GCH}}
\newcommand{\SCH}{{\rm SCH}}
\newcommand{\AC}{{\rm AC}}
\newcommand{\DC}{{\rm DC}}
\newcommand{\CC}{{\rm CC}}
\newcommand{\AD}{{\rm AD}}
\newcommand{\AFA}{{\rm AFA}}
\newcommand{\BAFA}{{\rm BAFA}}
\newcommand{\FAFA}{{\rm FAFA}}
\newcommand{\SAFA}{{\rm SAFA}}
\newcommand{\AS}{{\rm AS}}
\newcommand{\RR}{{\rm RR}}
\newcommand{\NP}{\mathop{\hbox{\it NP}}\nolimits}
\newcommand{\coNP}{\mathop{\hbox{\rm co-\!\it NP}}\nolimits}
\newcommand{\PD}{{\rm PD}}
\newcommand{\MA}{{\rm MA}}
\newcommand{\GA}{{\rm GA}}
\newcommand{\DDG}{{\rm DDG}}
\newcommand{\SDDG}{{\rm SDDG}}
\newcommand{\RA}{{\rm RA}}
\newcommand{\UA}{{\rm UA}}
\newcommand{\GAccc}{{\GA_{\hbox{\scriptsize\rm ccc}}}}
\newcommand{\BA}{{\rm BA}}
\newcommand{\GEA}{{\rm GEA}}
\newcommand{\MM}{{\rm MM}}
\newcommand{\BMM}{{\rm BMM}}
\newcommand{\KH}{{\rm KH}}
\newcommand{\PFA}{{\rm PFA}}
\newcommand{\PFAcproper}{{\rm PFA}(\mathfrak{c}\text{-proper})}
\newcommand{\BPFA}{{\rm BPFA}}
\newcommand{\SPFA}{{\rm SPFA}}
\newcommand{\BSPFA}{{\rm BSPFA}}
\newcommand{\WA}{{\rm WA}}
\newcommand{\MP}{{\rm MP}}
\newcommand{\HOD}{{\rm HOD}}
\newcommand{\OD}{{\rm OD}}
\newcommand{\HOA}{{\rm HOA}}
\newcommand{\HF}{{\rm HF}}
\newcommand{\IMH}{{\rm IMH}}
\newcommand{\MPtilde}{\UnderTilde{\MP}}
\newcommand{\MPccc}{{\MP_{\hbox{\scriptsize\!\rm ccc}}}}
\newcommand{\MPproper}{{\MP_{\hbox{\scriptsize\!\rm proper}}}}
\newcommand{\MPprop}{{\MP_{\hbox{\scriptsize\!\rm prop}}}}
\newcommand{\MPsp}{{\MP_{\hbox{\scriptsize\!\rm semiproper}}}}
\newcommand{\MPsprop}{{\MP_{\scriptsize\!\sprop}}}
\newcommand{\MPstat}{{\MP_{\scriptsize\!{\rm stat}}}}
\newcommand{\MPcard}{{\MP_{\scriptsize\!{\rm card}}}}
\newcommand{\MPcohen}{{\MP_{\scriptsize\!\cohen}}}
\newcommand{\MPcoll}{{\MP_{\scriptsize\!\COLL}}}
\newcommand{\MPdist}{{\MP_{\scriptsize\!{\rm dist}}}}
\newcommand{\MPomegaOne}{{\MP_{\omega_1}}}
\newcommand{\MPcof}{{\MP_{\scriptsize\!{\rm cof}}}}
\newcommand\VP{{\rm VP}}
\newcommand\VS{{\rm VS}}
\newcommand{\prop}{{{\rm prop}}}
\newcommand{\cproper}{{\continuum\text{\rm-proper}}}
\newcommand{\cpluspreserving}{{\continuum^\plus\text{\rm-preserving}}}
\newcommand{\cpluscovering}{{\continuum^\plus\text{\rm-covering}}}
\newcommand{\sizec}{{\text{\rm size }\continuum}}
\newcommand{\card}{{{\rm card}}}
\newcommand{\sprop}{{{\rm sprop}}}
\newcommand{\stat}{{\rm stat}}
\newcommand{\dist}{{\rm dist}}
\newcommand{\ccc}{{{\rm ccc}}}
\newcommand{\cohen}{{{\rm cohen}}}
\newcommand{\COLL}{{{\rm COLL}}}
\newcommand{\PA}{{\rm PA}}
\newcommand{\TA}{{\rm TA}}
\newcommand{\inacc}{{\rm inacc}}
\newcommand{\omegaCK}{{\omega_1^{\hbox{\tiny\sc CK}}}}
%
% macros for ITTMs:
%
\def\col#1#2#3{\hbox{\vbox{\baselineskip=0pt\parskip=0pt\cell#1\cell#2\cell#3}}}
\newcommand{\cell}[1]{\boxit{\hbox to 17pt{\strut\hfil$#1$\hfil}}}
\newcommand{\head}[2]{\lower2pt\vbox{\hbox{\strut\footnotesize\it\hskip3pt#2}\boxit{\cell#1}}}
\newcommand{\boxit}[1]{\setbox4=\hbox{\kern2pt#1\kern2pt}\hbox{\vrule\vbox{\hrule\kern2pt\box4\kern2pt\hrule}\vrule}}
\newcommand{\Col}[3]{\hbox{\vbox{\baselineskip=0pt\parskip=0pt\cell#1\cell#2\cell#3}}}
\newcommand{\tapenames}{\raise 5pt\vbox to .7in{\hbox to .8in{\it\hfill input: \strut}\vfill\hbox to
.8in{\it\hfill scratch: \strut}\vfill\hbox to .8in{\it\hfill output: \strut}}}
\newcommand{\Head}[4]{\lower2pt\vbox{\hbox to25pt{\strut\footnotesize\it\hfill#4\hfill}\boxit{\Col#1#2#3}}}
\newcommand{\Dots}{\raise 5pt\vbox to .7in{\hbox{\ $\cdots$\strut}\vfill\hbox{\ $\cdots$\strut}\vfill\hbox{\
$\cdots$\strut}}}
%\renewcommand{\dots}{\raise5pt\hbox{\ $\cdots$}}
%
%
%
% macros used for the organization of mathematical articles:
%
\newcommand{\df}{\it} % use italic for definition terms. Idea: also use this to create an index of definitions, if MakeIndex is true.
%
\hyphenation{su-per-com-pact-ness}
\hyphenation{La-ver}%\hyphenation{approxi-ma-tion}
\hyphenation{anti-ci-pat-ing}