gr-qc0110081/main.tex
1: \newif\ifraw   % Schalter f"ur \tt-Stil (true schaltet auf \tt-Stil
2: \rawfalse
3: %
4: %
5: %.Dokumentoptionen.............................................................
6: %
7: \documentclass[11pt,fleqn,leqno]{article}
8: %
9: %.DinA4-Einstellungen..........................................................
10: %
11: % Zuerst den internen Offset der R"ander (für dvi*) beseitigen.
12: % (Dies liegt an den Voreinstellungen (Optionen /t /l) der dvi*-Treiber.
13: % Dort werden oben und links stets 1in Platz gelassen)
14: \hoffset-1in
15: \voffset-1in
16: % Seitenr"ander und Texbreite --> Breite 21cm (Option /w21cm in dvi* angeben!)
17: \oddsidemargin3cm
18: \evensidemargin3cm
19: \textwidth15cm
20: \marginparwidth2cm
21: \marginparsep0.4cm
22: % Vertikale Positionen --> Höhe 29.7cm (Option /h29.7cm in dvi* angeben!)
23: \topmargin1.5cm
24: \headheight1cm
25: \headsep0.5cm
26: \textheight23.7cm
27: %\footskip1.5cm
28: %\footheight1cm
29: %
30: %.Absatz-Abstände..............................................................
31: %
32: \parindent0em
33: \parskip1ex plus0.5ex minus0.2ex
34: %
35: %.Packages.....................................................................
36: %
37: %\usepackage{german}
38: %\usepackage{umlaut}
39: %\germanTeX
40: %
41: \usepackage{amsmath}
42: \usepackage{amssymb}
43: \usepackage{amsthm}
44: %.Formel-Einrueckung einstellen, damit die Formelnummern links gesetzt
45: %.werden koennen.
46: \catcode`\@=11
47: %\showthe\@mathmargin % zeigt die voreingestellte Formeleinrueckung an
48: \@mathmargin1.5cm plus.25cm minus0.25cm
49: %\showthe\@mathmargin % die neue Formeleinrueckung
50: \catcode`\@=12
51: %
52: %\usepackage{latexsym}
53: \usepackage{enumerate}
54: %\usepackage{epsfig}
55: %\usepackage{psfrag}
56: \usepackage{xspace}
57: %\usepackage{ifthen}
58: %
59: %.Allgemeine Befehle...........................................................
60: %
61: \newcommand{\zeile}{\hfill\\}
62: \newcommand{\komma}{\quad ,}
63: \newcommand{\punkt}{\quad .}
64: %
65: % Befehl zur Erzeugung einer Leerseite
66: %\newcommand{\leerseite}%
67: %{
68: %  \newpage
69: %  \vspace*{10cm}
70: %  \pagebreak
71: %}
72: %
73: %.Umgebungen...................................................................
74: %
75: \swapnumbers
76: \theoremstyle{plain}
77: \newtheorem{theorem}{Theorem}[section]
78: \newtheorem*{theorem*}{Theorem}
79: \newtheorem{proposition}[theorem]{Proposition}
80: \newtheorem*{proposition*}{Proposition}
81: \newtheorem{lemma}[theorem]{Lemma}
82: \newtheorem*{lemma*}{Lemma}
83: \newtheorem{corollary}[theorem]{Corollary}
84: \newtheorem*{corollary*}{Corollary}
85: %
86: \theoremstyle{definition}
87: \newtheorem{definition}[theorem]{Definition}
88: \newtheorem*{definition*}{Definition}
89: %
90: \theoremstyle{remark}
91: \newtheorem{remark}[theorem]{Remark}
92: \newtheorem*{remark*}{Remark}
93: \newtheorem{note}[theorem]{Note}
94: \newtheorem*{note*}{Note}
95: \newtheorem{cit}[theorem]{Citation}
96: \newtheorem*{cit*}{Citation}
97: %
98: \renewcommand{\qedsymbol}{\hfill \rule{1.25ex}{1.25ex}}
99: %.Einrückung des Textkörpers
100: \newcommand{\ein}{\hangindent1cm\hangafter1\zeile}
101: \newcommand{\aus}{\hangindent0cm\hangafter1\zeile}
102: %.Formelnummerierung
103: %\renewcommand{\theequation}{\arabic{equation}}
104: %
105: %.Mathematische Abkürzungen....................................................
106: %
107: \newcommand{\RR}{\ensuremath{\mathbb{R}}}   % Symbol für reelle Zahlen
108: \newcommand{\ZZ}{\ensuremath{\mathbb{Z}}}   %             ganze Zahlen
109: \newcommand{\NN}{\ensuremath{\mathbb{N}}}   %       nat"urliche Zahlen
110: \renewcommand{\d}{\partial} % partieller Differentialoperator
111: \newcommand{\norm}[1]{\lVert#1\rVert}
112: \newcommand{\abs}[1]{\lvert#1\rvert}
113: \newcommand{\absbig}[1]{\left\lvert#1\right\rvert}
114: \newcommand{\hnorm}[2]{\lVert#1\rVert_{H^{#2}}}
115: \newcommand{\cnorm}[2]{\lVert#1\rVert_{C^{#2}}}
116: \newcommand{\lnorm}[2]{\lVert#1\rVert_{L^{#2}}}
117: \newcommand{\const}{\ensuremath{\text{const}}}
118: \DeclareMathOperator{\tr}{tr}
119: %\DeclareMathOperator{\div}{div}   % schon definiert
120: \renewcommand{\div}{\ensuremath{\text{div}}\,}
121: \DeclareMathOperator{\grad}{grad}
122: \DeclareMathOperator{\rot}{rot}
123: %\DeclareMathOperator{\exp}{exp}   % schon definiert
124: \DeclareMathOperator{\id}{id}
125: \DeclareMathOperator{\pr}{pr}
126: %\DeclareMathOperator{\span}{span} % schon definiert
127: \DeclareMathOperator{\vol}{Vol}
128: \DeclareMathOperator{\im}{Im}
129: \DeclareMathOperator{\diam}{diam}
130: \DeclareMathOperator{\inv}{inv}
131: \DeclareMathOperator{\supp}{supp}
132: \DeclareMathOperator{\Gl}{GL}
133: \DeclareMathOperator{\ind}{ind}
134: \DeclareMathOperator{\diag}{diag}
135: %
136: %.Spezielle Abkürzungen - nur für dieses Dokument..............................
137: %
138: \newcommand{\leftsuper}[1]{{}^{\scriptscriptstyle #1}}
139: \newcommand{\vierC}{\leftsuper{4}C}
140: \newcommand{\vierGamma}{\leftsuper{4}\Gamma}
141: \newcommand{\viergamma}{\leftsuper{4}\gamma}
142: \newcommand{\viernabla}{\leftsuper{4}\nabla}
143: \newcommand{\vierR}{\leftsuper{4}\!R}
144: \newcommand{\viere}{\leftsuper{4}\!e}
145: \newcommand{\viersigma}{\leftsuper{4}\!\sigma}
146: \newcommand{\dd}[2]{\ensuremath{\partial_t^{#1}\partial_x^{#2}}}
147: \newcommand{\obar}[1]{\smash[t]{\overset{\rule[-0.5pt]{1ex}{0.5pt}}{#1}}}
148: \newcommand{\ubar}[1]{\smash[b]{\underset{\rule[5pt]{1ex}{0.5pt}}{#1}}}
149: \newcommand{\mass}{\ensuremath{\text{\sc m}}\xspace}
150: % 
151: %
152: \ifraw
153:   \input wiggly.tex  % fuer wavy underlining
154: \fi
155: %
156: %
157: %
158: %
159: %
160: %
161: %
162: %
163: %
164: %------------------------------------------------------------------------------
165: %                                Dokument
166: %------------------------------------------------------------------------------
167: %
168: %
169: %
170: %
171: %
172: \title{Global Prescribed Mean Curvature foliations in cosmological
173:   spacetimes with matter\\ Part I}
174: \author{Oliver Henkel\thanks{Present address: Heinrich--Hertz--Institut
175:     f\"ur Nachrichtentechnik Berlin GmbH, Einsteinufer 37, 10587 Berlin,
176:     Germany}\\ 
177:   Max Planck Institute for Gravitational Physics\\ Am M\"uhlenberg 1\\
178:   14476 Golm, Germany}  
179: \date{October 18, 2001}
180: %
181: %
182: %
183: %
184: %
185: \begin{document}
186: %
187: %
188: %
189: \maketitle
190: %
191: \begin{abstract}
192:    This work investigates some global questions about cosmological
193:    spacetimes with two dimensional spherical, plane and hyperbolic symmetry
194:    containing matter.  
195:    The result is, that these spacetimes admit a global foliation by
196:    prescribed mean curvature surfaces, which extends at least 
197:    towards a crushing singularity. The time function of the foliation is
198:    geometrically defined and unique up to the choice of an initial Cauchy
199:    surface.\zeile
200:    This work generalizes a
201:    similar analysis on constant mean curvature foliations and avoids the
202:    topological obstructions arising from the existence problem.
203: \end{abstract}
204: %
205: \newpage
206: \tableofcontents
207: %
208: % Umschaltung auf \tt-Stil?
209: \ifraw
210: \renewcommand{\emph}{\underline}
211: \renewcommand{\textbf}{\underwiggle} 
212: \renewcommand{\baselinestretch}{2}
213: \tt
214: \fi
215: %
216: \include{intro}
217: % 
218: \include{basics}
219: %
220: \include{surfsym}
221: %
222: \include{conclusion}
223: %
224: \include{bib}
225: %
226: %
227: %
228: %
229: %
230: \end{document}
231: %
232: %
233: %
234: %
235: %
236: