%----------------------------------------------------------------------------
%
%   Filippo Cesi and Fabio Martinelli
%
%
%   On the Layering Transition of an SOS
%   Surface Interacting with a Wall. I. Equilibrium Results
%
%
%   Five useful but not necessary figures can be obtained from
%   the authors via ordinary mail
%
%   INSTRUCTIONS:
%   1) If you have any problem with fonts which are not available on
%   your system, search for the statement 
%   \fnts=1
%   and comment it (with a %)
%   2) Run TeX twice to resolve cross-references
%
%----------------------------------------------------------------------------
%
%%%%%%%%%%%%%%% FORMATO
\magnification=\magstep1
\hoffset=0.cm
\voffset=0.5truecm
\hsize=16.5truecm 
\vsize=22.0truecm
\baselineskip=14pt plus0.1pt minus0.1pt 
\parindent=25pt
\lineskip=4pt\lineskiplimit=0.1pt      
\parskip=0.1pt plus1pt
%
\let\ds=\displaystyle
\let\txt=\textstyle
\let\st=\scriptstyle
\let\sst=\scriptscriptstyle

%%%%%%%%%%%%%%%%%%%%%%%%%%%  FONTS
\font\twelverm=cmr12
\font\twelvei=cmmi12
\font\twelvesy=cmsy10
\font\twelvebf=cmbx12
\font\twelvett=cmtt12
\font\twelveit=cmti12
\font\twelvesl=cmsl12

\font\ninerm=cmr9
\font\ninei=cmmi9
\font\ninesy=cmsy9
\font\ninebf=cmbx9
\font\ninett=cmtt9
\font\nineit=cmti9
\font\ninesl=cmsl9

\font\eightrm=cmr8
\font\eighti=cmmi8
\font\eightsy=cmsy8
\font\eightbf=cmbx8
\font\eighttt=cmtt8
\font\eightit=cmti8
\font\eightsl=cmsl8

\font\seven=cmr7

\font\sixrm=cmr6
\font\sixi=cmmi6
\font\sixsy=cmsy6
\font\sixbf=cmbx6

\font\caps=cmcsc10

%%%%%%%%%%%%%%%% GRECO

\let\a=\alpha \let\b=\beta  \let\c=\chi \let\d=\delta  \let\e=\varepsilon
\let\f=\varphi \let\g=\gamma \let\h=\eta    \let\k=\kappa  \let\l=\lambda
\let\m=\mu   \let\n=\nu   \let\o=\omega    \let\p=\pi  \let\ph=\varphi
\let\r=\rho  \let\s=\sigma \let\t=\tau   \let\th=\vartheta
\let\y=\upsilon \let\x=\xi \let\z=\zeta
\let\D=\Delta \let\F=\Phi  \let\G=\Gamma  \let\L=\Lambda \let\Th=\Theta
\let\O=\Omega \let\P=\Pi   \let\Ps=\Psi \let\Si=\Sigma \let\X=\Xi
\let\Y=\Upsilon


%%%%%%%%%%%%%%%%%%%%%  Numerazione pagine

\def\data{\number\day/\ifcase\month\or gennaio \or febbraio \or marzo \or
aprile \or maggio \or giugno \or luglio \or agosto \or settembre
\or ottobre \or novembre \or dicembre \fi/\number\year}

%%\newcount\tempo
%%\tempo=\number\time\divide\tempo by 60}

\setbox200\hbox{$\scriptscriptstyle \data $}

\newcount\pgn 
\pgn=1
\def\foglio{\veroparagrafo:\number\pgn
\global\advance\pgn by 1}


%%%%%%%%%%%%%%%%% EQUAZIONI CON NOMI SIMBOLICI
%%%
%%% per assegnare un nome simbolico ad una equazione basta
%%% scrivere \Eq(...) o, in \eqalignno, \eq(...) o,
%%% nelle appendici, \Eqa(...) o \eqa(...):
%%% dentro le parentesi e al posto dei ...
%%% si puo' scrivere qualsiasi commento;
%%% per assegnare un nome simbolico ad una figura, basta scrivere
%%% \geq(...); per avere i nomi
%%% simbolici segnati a sinistra delle formule e delle figure si deve
%%% dichiarare il documento come bozza, iniziando il testo con
%%% \BOZZA. Sinonimi \Eq,\EQ,\EQS; \eq,\eqs; \Eqa,\Eqas;\eqa,\eqas.
%%% All' inizio di ogni paragrafo si devono definire il
%%% numero del paragrafo e della prima formula dichiarando
%%% \numsec=... \numfor=...  (brevetto Eckmannn); all'inizio del lavoro
%%% bisogna porre \numfig=1 (il numero delle figure non contiene la sezione.
%%% Si possono citare formule o figure seguenti; le corrispondenze fra nomi
%%% simbolici e numeri effettivi sono memorizzate nel file \jobname.aux, che
%%% viene letto all'inizio, se gia' presente. E' possibile citare anche
%%% formule o figure che appaiono in altri file, purche' sia presente il
%%% corrispondente file .aux; basta includere all'inizio l'istruzione
%%%           \include{nomefile}
%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\global\newcount\numsec
\global\newcount\numfor
\global\newcount\numfig
\global\newcount\numtheo

\gdef\profonditastruttura{\dp\strutbox}

\def\senondefinito#1{\expandafter\ifx\csname#1\endcsname\relax}

\def\SIA #1,#2,#3 {\senondefinito{#1#2}%
   \expandafter\xdef\csname #1#2\endcsname{#3}\else
   \write16{???? ma #1,#2 e' gia' stato definito !!!!}\fi}

\def\etichetta(#1){(\veroparagrafo.\veraformula)
   \SIA e,#1,(\veroparagrafo.\veraformula)
   \global\advance\numfor by 1
   \write15{\string\FU (#1){\equ(#1)}}
   \write16{ EQ \equ(#1) == #1  }}

\def\FU(#1)#2{\SIA fu,#1,#2 }

%------------------- teoremi ----------------------------
%
\def\tetichetta(#1){{\veroparagrafo.\verotheo}%
   \SIA theo,#1,{\veroparagrafo.\verotheo}
   \global\advance\numtheo by 1%
   \write15{\string\FUth (#1){\thm[#1]}}%
   \write16{ TH \thm[#1] == #1  }}


\def\FUth(#1)#2{\SIA futh,#1,#2 }
%
%--------------------------------------------------------

\def\getichetta(#1){Fig. \verafigura
 \SIA e,#1,{\verafigura}
 \global\advance\numfig by 1
 \write15{\string\FU (#1){\equ(#1)}}
 \write16{ Fig. \equ(#1) ha simbolo  #1  }}

\newdimen\gwidth

\def\BOZZA{
 \def\alato(##1){
 {\vtop to \profonditastruttura{\baselineskip
 \profonditastruttura\vss
 \rlap{\kern-\hsize\kern-1.2truecm{$\scriptstyle##1$}}}}}
 \def\galato(##1){ \gwidth=\hsize \divide\gwidth by 2
 {\vtop to \profonditastruttura{\baselineskip
 \profonditastruttura\vss
 \rlap{\kern-\gwidth\kern-1.2truecm{$\scriptstyle##1$}}}}}
 \def\talato(##1){\rlap{\sixrm\kern -1.2truecm ##1}}
}

\def\alato(#1){}
\def\galato(#1){}
\def\talato(#1){}

\def\veroparagrafo{\ifnum\numsec<0 A\number-\numsec\else
   \number\numsec\fi}
\def\veraformula{\number\numfor}
\def\verotheo{\number\numtheo}
\def\verafigura{\number\numfig}
%\def\geq(#1){\getichetta(#1)\galato(#1)}

\def\Thm[#1]{\tetichetta(#1)}
\def\thf[#1]{\senondefinito{futh#1}$\clubsuit$#1\else
   \csname futh#1\endcsname\fi}
\def\thm[#1]{\senondefinito{theo#1}thf[#1]\else
   \csname theo#1\endcsname\fi}

\def\Eq(#1){\eqno{\etichetta(#1)\alato(#1)}}
\def\eq(#1){\etichetta(#1)\alato(#1)}
\def\eqv(#1){\senondefinito{fu#1}$\clubsuit$#1\else
   \csname fu#1\endcsname\fi}
\def\equ(#1){\senondefinito{e#1}eqv(#1)\else
   \csname e#1\endcsname\fi}

\let\EQS=\Eq
\let\EQ=\Eq
\let\eqs=\eq


%%%%%%%%%%%%%%%%%% Numerazione verso il futuro ed eventuali paragrafi
%%%%%%%      precedenti non inseriti nel file da compilare
\def\include#1{
\openin13=#1.aux \ifeof13 \relax \else
\input #1.aux \closein13 \fi}
\openin14=\jobname.aux \ifeof14 \relax \else
\input \jobname.aux \closein14 \fi
\openout15=\jobname.aux
%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\def\fine{\vfill\eject}
\def\sezioniseparate{%
   \def\fine{\par \vfill \supereject \end }}


\footline={\rlap{\hbox{\copy200}\ $\st[\number\pageno]$}\hss\tenrm
\foglio\hss}

%---------------- fonti disponibili ---------------------------
%
\newcount\fnts
\fnts=0
\fnts=1 %-----comment if msam, msbm, eufm are not available
%
%
%
%
\def\oq{\char96}
\def\oqq{\oq\oq}

\def\page{\vfill\eject}
\def\smallno{\smallskip\noindent}
\def\medno{\medskip\noindent}
\def\bigno{\bigskip\noindent}
\def\acapo{\hfill\break}
\def\thsp{\thinspace}
\def\x{\thinspace}
\def\tthsp{\kern .083333 em}
\def\mathindent{\parindent=50pt}

\def\club{$\clubsuit$}

%------------------------ itemizing
%
\let\itemm=\itemitem
\def\bu{\smallskip\item{$\bullet$}}
\def\bul{\medskip\item{$\bullet$}}
\def\indbox#1{\hbox to \parindent{\hfil\ #1\hfil} }
\def\citem#1{\item{\indbox{#1}}}
\def\citemitem#1{\itemitem{\indbox{#1}}}
\def\litem#1{\item{\indbox{#1\hfill}}}

\def\ref[#1]{[#1]}

\def\beginsubsection#1\par{\bigskip\leftline{\it #1}\nobreak\smallskip
	    \noindent}

%
%
%-------------------------------------------------------------------
%.................. Se non ci sono le fonti
%
\newfam\msafam
\newfam\msbfam
\newfam\eufmfam
\ifnum\fnts=0
\def\integer{ { {\rm Z} \mskip -6.6mu {\rm Z} }  }
\def\real{{\rm I\!R}}
\def\bb{ \vrule height 6.7pt width 0.5pt depth 0pt }
\def\complex{ { {\rm C} \mskip -8mu \bb \mskip 8mu } }
\def\Ee{{\rm I\!E}}
\def\Pp{{\rm I\!P}}
\def\mbox{
\vbox{ \hrule width 6pt
   \hbox to 6pt{\vrule\vphantom{k} \hfil\vrule}
   \hrule width 6pt}
}
\def\QED{\ifhmode\unskip\nobreak\fi\quad
  \ifmmode\mbox\else$\mbox$\fi}
\let\restriction=\lceil
%
%.................. o se ci sono
%
\else
\def\hexnumber#1{%
\ifcase#1 0\or 1\or 2\or 3\or 4\or 5\or 6\or 7\or 8\or
9\or A\or B\or C\or D\or E\or F\fi}
%--------------------------------------
\font\tenmsa=msam10
\font\sevenmsa=msam7
\font\fivemsa=msam5
\textfont\msafam=\tenmsa
\scriptfont\msafam=\sevenmsa
\scriptscriptfont\msafam=\fivemsa
%
\edef\msafamhexnumber{\hexnumber\msafam}%
\mathchardef\restriction"1\msafamhexnumber16
\mathchardef\square"0\msafamhexnumber03
\def\QED{\ifhmode\unskip\nobreak\fi\quad
  \ifmmode\square\else$\square$\fi}
%--------------------------------------
%
\font\tenmsb=msbm10
\font\sevenmsb=msbm7
\font\fivemsb=msbm5
\textfont\msbfam=\tenmsb
\scriptfont\msbfam=\sevenmsb
\scriptscriptfont\msbfam=\fivemsb
\def\Bbb#1{\fam\msbfam\relax#1}
%--------------------------------------
%
\font\teneufm=eufm10
\font\seveneufm=eufm7
\font\fiveeufm=eufm5
\textfont\eufmfam=\teneufm
\scriptfont\eufmfam=\seveneufm
\scriptscriptfont\eufmfam=\fiveeufm
\def\frak#1{{\fam\eufmfam\relax#1}}
\let\goth\frak
%--------------------------------------
%
%\font\teneusb=eusb10
%\font\seveneusb=eusb7
%\font\fiveeusb=eusb5
%\newfam\eusbfam
%\textfont\eusbfam=\teneusb
%\scriptfont\eusbfam=\seveneusb
%\scriptscriptfont\eusbfam=\fiveeusb
%\def\script#1{{\fam\eusbfam\relax#1}}
%%%%%%%%%%%%%%%%%%%%
\def\integer{{\Bbb Z}}
\def\real{{\Bbb R}}
\def\complex{{\Bbb C}}
\def\Ee{{\Bbb E}}
\def\Pp{{\Bbb P}}
\def\Iidentity{{\Bbb I}}
\fi
%
%-------------------------------------------------------------------
%
\def\identity{ {1 \mskip -5mu {\rm I}}  }
\def\ie{\hbox{\it i.e.\ }}
\let\sset=\subset
\def\ssset{\subset\subset}
\let\neper=e
\let\ii=i
\let\emp=\emptyset
\let\id=\identity
\def\ov#1{{1\over#1}}
\def\Pro{\noindent{\it Proof.}}
\def\sump{\mathop{{\sum}'}}
\def\sumh{\mathop{{\sum}^{(h)}}}
\def\tr{ \mathop{\rm tr}\nolimits }
\def\intt{ \mathop{\rm int}\nolimits }
\def\ext{ \mathop{\rm ext}\nolimits }
\def\Tr{ \mathop{\rm Tr}\nolimits }
\def\dim{ \mathop{\rm dim}\nolimits }
\def\Var{ \mathop{\rm Var}\nolimits }
\def\Cov{ \mathop{\rm Cov}\nolimits }
\def\mean{ \mathop{\bf E}\nolimits }
\def\EE{ \mathop\Ee\nolimits }
\def\PP{ \mathop\Pp\nolimits }
\def\diam{\mathop{\rm diam}\nolimits}
\def\sign{\mathop{\rm sign}\nolimits}
\def\prob{\mathop{\rm Prob}\nolimits}
\def\tc{\thsp | \thsp}
\let\nea=\nearrow
\let\dnar=\downarrow
\def\norm#1{ {\Vert #1 \Vert} }
\def\inte#1{\lfloor #1 \rfloor}
\def\ceil#1{\lceil #1 \rceil}
\def\cdotss{$\cdots$}
\def\imp{\Rightarrow}
\let\de=\partial
\def\dep{\partial^+}
\def\deb{\bar\partial}
\def\intl{\int\limits}


\outer\def\nproclaim#1 [#2]#3. #4\par{\medbreak \noindent
   \talato(#2){\bf #1 \Thm[#2]#3.\enspace }%
   {\sl #4\par }\ifdim \lastskip <\medskipamount 
   \removelastskip \penalty 55\medskip \fi}

\def\thmm[#1]{#1}
\def\teo[#1]{#1}

%-------------------------------------------------------------------
%----------------- tilde
%
\def\sttilde#1{%
\dimen2=\fontdimen5\textfont0
\setbox0=\hbox{$\mathchar"7E$}
\setbox1=\hbox{$\scriptstyle #1$}
\dimen0=\wd0
\dimen1=\wd1
\advance\dimen1 by -\dimen0
\divide\dimen1 by 2
\vbox{\offinterlineskip%
   \moveright\dimen1 \box0 \kern - \dimen2\box1}
}
%
\def\ntilde#1{\mathchoice{\widetilde #1}{\widetilde #1}%
   {\sttilde #1}{\sttilde #1}}
%
%-------------------------------------------------------------------

\def\papI{{[CM]}}
\def\papII{{[CM]}}

\def\xx{ {\{x\}} }
\def\kmax{{k_{max}}}
\def\kmx{\inte{\nep{\b\z\over 20}}}

\def\Gb{\bar G}
\def\Gt{{\ntilde G}}
\def\abar{\bar \a}
\def\hb{\bar\h}
\def\hba{\bar h}
\def\Lb{\bar\L}
\def\xit{{\ntilde\xi}}
\def\xib{\bar\xi}
\def\psit{{\ntilde\psi}}
\def\what{\hat w}
\def\phh{\hat\ph}
\def\Nh{\hat N}

\def\Dir{{\cal E}}
\def\calD{{\cal D}}

\def\Con{{\rm Con}}

\let\Z=\integer
\def\Zp{{\integer_+}}
\def\ZpN{{\integer_+^N}}
\def\ZZ{{\integer^2}}
\def\ZZt{\integer^2_*}
\def\FF{{\bf F}}
\def\A{{\cal A}}
\def\B{{\cal B}}
\def\calZ{{\cal Z}}
\def\pmu{\{-1,1\}}
\def\conf{\pmu^\ZZ}
\def\confV{\pmu^V}

\def\pht{{\ntilde \ph}}
\def\phb{\bar \ph}
\def\Ot{{\ntilde \O}}
\def\mx{\setm \{x\}}
\def\Jb{\bar J}
\def\gap{  {\rm gap} }

\def\gtl{ {\ntilde \g} }
\def\gtls{\{\gtl\}}
\def\gbar{{\bar \g}}
\let\gb=\gbar
\def\gbarx{{\bar \g\mx}}
\def\gdn{\g_\dnar}

\def\etl{ {\ntilde \e} }
\def\ztl{ {\ntilde z} }
\def\wtl{{\ntilde w}}
\def\wbar{{\bar w}}
\let\wb=\wbar
\def\wbb{\overline{\overline w}}
\def\wJh{w_{J,h}}
\def\wJhtl{{\ntilde \wJh}}
\def\wtr{\wJh^{tr}}
\def\wt{w_h^{tr}}
\def\wmod{w_h^n}
\def\wkp{w_h^{k+1}}
\def\wkptl{{\ntilde\wkp}}
\def\wmodtl{{\ntilde\wmod}}
\def\hl{{h_{\l}}}

\def\Asc{ {\cors A} }
\def\Bsc{ {\cors B} }
\def\setm{\setminus}

\def\xy{ { \{x,y\} } }
\def\indh{ {\st x,y  \in V \atop\st |x-y|=1 } }
\def\indhb{ {\st  x\in V, \, y\in V^c \atop\st |x-y|=1 } }
\def\indhh{ {  x\in V } }
\def\indhpsi{{h,\psi}}
\def\indJhpsi{{J,h,\psi}}
\def\indJhpsip{{J,h,\psi'}}
\def\indJh{{J,h}}
\def\indJhn{{J,h,n}}
\def\indhn{{h,n}}
\def\vv{^{\hst,\emp}_\L}
\def\hnL{^{h,n}_\L}
\def\AWp{_{\A \in W_l^+(\L,k) }}
\def\BWp{_{\B \in W_l^+(\L,k) }}
\def\GWp{_{\G \in \Con^+(\L,k+1) }}

\def\indphOV{{\ph\in\O_V}}

\def\gg{ { \g\in\G } }
\def\ggp{ { \g\in\G' } }
\def\ggint{{\g\in\G\setm\G_{int}}}
\def\rraa{{\r\in\A}}
\def\GA{{\G\in\A}}
\def\Gext{\G_{ext}}
\def\Gg{\G\setm \{\g\}}

\def\indC(#1){ { \G\in C^*_c(V,#1) } }
\def\indCw(#1){ { \G\in C^*_w(V,#1) } }
\def\indCl(#1){ { \G\in C^*_{c,l}(V,#1) } }
\def\indW(#1){{\A\in W(V,#1)}}
\def\indWl(#1){{\A\in W_l(V,#1)}}
\def\indWl(#1){{\A\in W_l(V,#1)}}

\def\Eg{{E(\g)}}
\def\Ig{{I(\g)}}
\def\Lg{{L(\g)}}
\def\Sg{{S(\g)}}

\def\hp{^{h,\psi}}
\def\hpL{^{h,\psi}_\L}
\def\JhpL{^{J,h,\psi}_\L}
\def\HpL{H^{h,\psi}_\L}
\def\HJpL{H^{J,h,\psi}_\L}
\def\Hn{ { H^{J,h,n} } }
\def\HHk{ { H^{J,h,k}_V(\ph) } }
\def\HHn{ { H^{J,h,n}_V(\ph) } }
\def\HiL{\bar H^{h,\infty}_\L}
\def\Hbi{\bar H^{h,\infty}_V(\ph)}
\def\HbiL{\HiL(\ph)}

\def\dbarp{ \bar D^*_+(V,k,\L) }

\def\deltaV{ { \partial V } }
\def\dV{\deltaV}
\def\deltaL{ \partial \L}
\def\deL{\d \L}
\def\debL{\bar\partial \L}
\def\deV{\d V}
\def\debgb{{\deb\gb}}


\def\nep#1{ \neper^{#1}}
\def\nepm{\nep{-4 \b m}}
\def\nepn{\nep{-4 \b n}}
\def\nepk{\nep{-4 \b k}}
\def\nepmk{\nep{-4 \b (m\wedge k)}}
\def\nepnk{\nep{-4 \b (n\wedge k)}}
\def\nepml{\nep{-4 \b (m\wedge l)}}
\def\nepnl{\nep{-4 \b (n\wedge l)}}


\def\nzero{ [ \b \neper^{5 \b k} ] }

\def\mmin{\wedge}
\def\mmax{\vee}
\def\Bigcup{\bigcup}

\def\hik{h\in I_k(\b)}
\def\hkpm{h_{k+1}^-(\b)}
\def\hkpp{h_{k+1}^+(\b)}
\def\hkm{h_{k}^-(\b)}
\def\hkp{h_{k}^+(\b)}
\def\hkst{h_{k}^*(\b)}
\def\hkmst{h_{k-1}^*(\b)}
\def\hkpst{h_{k+1}^*(\b)}
\def\hst{{h^*}}
\def\crit{[\hkpp, \hkm]}
\def\hcrit{h \in\crit}

\def\Zh{\hat Z}
\def\Zhe{\hat Z_e}
\def\Zhk{\hat Z^k}
\def\Zhke{\hat Z^k_e}
\def\Zhkp{\hat Z^{k+1}}
\def\Zhn{\hat Z^n}
\def\Zk{Z^{J,h,k}}
\def\Zkp{Z^{J,h,k+1}}
\def\Zn{Z^{J,h,n}}
\def\Zm{Z^{J,h,m}}

\def\mub{\bar \mu}
\def\mun{\mu^{J,h,n}}
\def\muk{\mu^{J,h,k}}

\def\etas{\{\h\}}
\def\eetas{{\h\in\etas}}
\def\etab{{\bar \h}}

\def\zm{\z^{-1}}
\def\zer{_{(0)}}

\def\Zar{Zahradn\'\i k}

\expandafter\ifx\csname sezioniseparate\endcsname%--- non toccare
   \relax\input macro \fi                        %--- queste due righe
%
\font\ttlfnt=cmcsc10 scaled 1200 %small caps
\font\bit=cmbxti10 %bold italic text mode
%
\begingroup
\nopagenumbers
\footline={}
%
% Author. Initials then last name in upper and lower case
% Point after initials
%
\def\author#1
{\vskip 18pt\tolerance=10000
\noindent\centerline{\caps #1}\vskip 0.8truecm}
%
% Address
%
\def\address#1
{\vskip 4pt\tolerance=10000
\noindent #1\vskip 0.5truecm}
%
% Abstract
%
\def\abstract#1
{
\noindent{\bf Abstract.\ }#1\par}
%
\vskip 1cm
\centerline{\ttlfnt On the Layering Transition of an SOS
   Surface Interacting}
\centerline{\ttlfnt with a Wall. I. \caps Equilibrium Results}
\vskip 0.5truecm
\author{Filippo Cesi  $^{\dag}$ {\ninerm and} Fabio Martinelli $^{\ddag}$}
%
\address{\ninerm 
\dag Dipartimento di Fisica, 
   Universit\`a \oqq La Sapienza", P.le A. Moro 2, 00185  Roma, 
   Italy \hfill\break
\ddag  Dipartimento di Matematica, III Universit\`a, Via C. Segre 2,
   00146 Roma, Italy \hfill\break
\dag e-mail: cesi@vaxrom.roma1.infn.it \hfill\break
\ddag e-mail: martin@mat.uniroma3.it}
%
\abstract{\ninerm
We consider the model of a 2D surface above a fixed 
wall and attracted towards it by means of a positive magnetic field 
$h$ in the solid on solid (SOS) approximation, when the inverse 
temperature $\beta$ is very large
and the external 
field $h$ is exponentially small in $\b$.
We improve considerably previous results 
by Dinaburg and Mazel on the competition between the 
external field and the entropic repulsion with the wall, leading, 
in this case, to the phenomenon of layering phase transitions. 
In particular we show, using the Pirogov Sinai scheme as 
given by Zahradn\'\i k, that there exists a 
unique critical value $h^*_k(\beta)$ in the
interval $({1\over 4}e^{-4\beta k}, 4e^{-4\beta k})$ 
such that, for all $h\in (h^*_{k+1},h^*_k)$ and $\beta$ large 
enough, there exists a unique infinite volume Gibbs state.
The typical configurations are small perturbations of
the ground state represented by a surface at height $k+1$ above the 
wall. Moreover, for the same choice of the thermodynamic parameters, 
the influence of the boundary conditions of the Gibbs measure
 in a finite cube decays exponentially fast with the 
distance from the boundary.
When $h=h^*_k(\beta)$ we prove instead the convergence of the
cluster expansion for both $k$ and $k+1$ boundary conditions. This
fact signals the presence of a phase transition.
In the second paper 
of this series we will consider a Glauber dynamics for the above model 
and we will study the rate of approach to equilibrium in a 
large finite cube 
with arbitrary boundary conditions as a function of 
the external field $h$.
 Using 
the results proven in this paper we will show that there is a dramatic 
slowing down in the approach to equilibrium when the magnetic field takes one 
of the critical values and the boundary conditions are free (absent).
} 
%
\vskip 1cm
\noindent 
{\bf Key Words:}
SOS model, Layering transition, Pirogov-Sinai theory, Relaxation time

{\parindent=0pt
\footnote{}{
Work partially supported by grant SC1-CT91-0695 of the 
Commission of European Communities} 

\footnote{}{
Mathematics Subject Classification. Primary: 82B24. Secondary: 60K35}
}

\vfill\eject

\endgroup

\expandafter\ifx\csname sezioniseparate\endcsname%--- non toccare
   \relax\input macro \fi                        %--- queste due righe

\numsec=0
\numfor=1
\numtheo=1
\pgn=1

\beginsection 0. Introduction

This is the first of a series of two papers (the second part
is \ref[CM])
%---XXX will be referred to simply as \papII{}) 
where
we analyze a problem which
originates 
from the study of the rate of approach to equilibrium of 
Glauber dynamics for discrete spins systems 
on the lattice when the thermodynamic parameters, e.g. 
the temperature and the magnetic field, are in the one phase 
region of the phase diagram. It is a widespread folklore that, 
in such a case, 
the relaxation to the equilibrium Gibbs measure 
should be exponentially fast with constants very weakly 
depending on the size of the volume, e.g. a large d-dimensional 
cube, and on the boundary conditions.

In the recent years 
there has been 
considerable progress in a deeper understanding of the above 
problem; we refer the reader in particular to the series of papers 
by Stroock 
and Zegarlinski 
(see \ref[SZ] and references therein), Martinelli and 
Olivieri (\ref[MO1] and \ref[MO2]), Martinelli, 
Olivieri and Schonmann \ref[MOS], Lu and Yau \ref[LY].

In particular 
in \ref[MO1] it was shown that, for ferromagnetic Ising type models in 
arbitrary dimension, if one considers the dynamics directly in 
the infinite volume, then the relaxation to equilibrium is indeed 
exponentially fast for any temperature above the critical one or 
for small temperature and external field different from zero.

The extension of the above result to the finite volume case with 
bounds on the relevant constants 
(e.g. gap in the spectrum of generator of the dynamics or the 
logarithmic Sobolev constant) uniform in 
the size of the system and in the boundary conditions, turned out 
to be quite hard and it required \oqq mixing" hypotheses on the unique 
Gibbs state (e.g. complete analiticity in \ref[SZ] or 
{\it strong mixing} in \ref[MO1], \ref[MO2] \ref[LY]) that, 
in general, have been proved only deep inside the one 
phase region (see for more details \ref[MO1]). There is one important 
exception represented by two dimensional systems. In such cases, in 
fact, it has been proved in \ref[MOS] that the same condition on the 
unique Gibbs state that assures the exponential convergence to 
equilibrium for the Glauber dynamics directly in the infinite 
volume, also implies a uniform lower bound on the gap 
(and a uniform upper bound on the logarithmic Sobolev constant) 
for the same dynamics in any regular volume, 
e.g. a square or a rectangle.

Thus, in particular, the 
folklore mentioned at the beginning holds true for the two 
dimensional 
Ising model (see \ref[MOS] for a proof when the temperature is just 
above the critical one or it is quite low and the external field 
is different from zero, and \ref[SSh] for the remaining case).

For three 
dimensional systems the argument of \ref[MOS] breaks down and no 
\oqq finite volume results" are available near the boundary of the 
one phase region, particularly near a line of a first order phase 
transition. Already in \ref[MO1] (see also \ref[MOS]) it was discussed 
the possibility that, even if the thermodynamic parameters 
correspond 
to a unique 
phase, 
in finite volume one could have some sort of \oqq boundary 
phase transition" which could slow down dramatically the approach 
to equilibrium. Such a case was refered to in \ref[MO1] as the 
appearance of Bassuev states.\par
 In order to 
clarify the discussion, let us consider the 
three dimensional Ising model in a cube $Q$ of side L, at low 
temperature and small, positive external field $h$. As boundary 
conditions we take $-1$
on the bottom face $\cal B$ of the cube and free
(\ie absent) on the other 
faces. Since the magnetic field is positive, the typical 
configurations of the systems 
will be mostly pluses (plus phase) away from the bottom face. 
Thus there will be, with 
large probability, a unique dual contour $\Gamma$ separating the 
plus bulk phase from the minus boundary conditions on the bottom 
face, and it is quite clear 
that the statistical properties of such a contour will play an 
important role in the mixing properties of the Gibbs measure of 
the system and on the rate 
of approach to equilibrium for an associated Glauber dynamics.

In order to attack the problem one can simplify the model 
by approximating the contour $\Gamma$ with a 
two dimensional surface $\ph = \{\ph (x)\}_{x\in {\cal B}}$, where the 
random variable $\ph (x)$ represents the height of the surface at 
$x$ above the 
bottom face of the cube, and one may assume that the probability 
distribution of the surface is that of the solid on solid model (SOS)
$$
   \mu_{\cal B} (\ph )\,=\,{1\over Z_{\cal B}}
   \exp \Bigl[ -{\beta\over 2}
   \sum_{x,y\in {\cal B}; \atop \vert x-y\vert =1}
   \vert \ph (x)-\ph (y)\vert\,-\,\beta h\sum_{x\in {\cal B}}\ph (x)
   \Bigr]
   \Eq(1)
$$
where $Z_{\cal B}$ is the associated partition function; boundary 
conditions are missing here because of our particolar choice of 
free boundary conditions on 
the lateral faces of the cube $Q$, but they can be introduced 
without problems by simply adding a term 
$$
   \sum_{x\in {\cal B} ,y\notin {\cal B}; \atop \vert x-y\vert =1}
   \vert \ph (x)-\psi (y)\vert
$$
to the Hamiltonian

It is important to remember that the random variables 
$\{\ph (x)\}_{x\in {\cal B}}$ 
are constrained to be positive and therefore the above model 
is what is known in the literature as \oqq a SOS surface interacting 
with a hard wall".

For such a model, and variants of it, it was realized already 
long ago (see e.g. the important papers by Bricmont,  
El Meloukki and Fr\"ohlich \ref[BEF], Fr\"olich and Pfister \ref[FP1],
\ref[FP2]  and more recently the works by Lebowitz and Maes \ref[LM], 
Bolthausen, Zeitouni and Deuschel
\ref[BZD], Dinaburg and Mazel \ref[DM]) that the relevant 
statistical properties of the surface $\ph$ are determined 
by the competition between the attraction to the wall due to 
the external field and the entropic repulsion from the wall 
due to the wall itself. In particular in \ref[DM] (the basic 
reference for our work) it has been shown for the first 
time the phenomenon of \oqq layering phase transition":

\noindent 
if the external field $h$ is chosen suitably small with 
$\beta$, more precisely 
$$
   \nep{ -4\b k + {\b\over100}} \le \b h \le
   \nep{ -4\b (k-1) - {\b\over100}}, \qquad k=1,2,\ldots
$$
then 
\item{$(i)$}the partition 
function $Z_{\cal B}^k$ with boundary conditions identically equal to 
$k$ admits a convergent cluster expansion around the \oqq ground state" 
surface 
$$\ph_{gs}(x)\,=\,k\quad \forall \,x$$
\item{$(ii)$} there is a unique infinite volume Gibbs 
state in the class of those states constructed using 
{\it uniformly bounded boundary conditions}.

\smallno
The above result suggest that there exists a unique critical 
value of the magnetic field $h_k^*(\beta )$ in the interval 
$$
   (\nep{ -4\b k - {\b\over100}},
    \nep{ -4\b k + {\b\over100}})
$$
such that, if $h\,=\,h_k^*(\beta )$, then, in absence of 
boundary conditions, the surface $\ph$ is undecided whether 
to stay at level $k$ or at level $k+1$. Such a situation is reminiscent 
of the ordinary 2D Ising model at low 
temperature, zero external field and open boundary conditions, 
if we consider the new $\pm 1$ variables
$$
   \sigma (x) = \sign\Bigl(\ph (x) -k -{1\over 2} \Bigr)
$$
We introduce at this point a Glauber dynamics for the surface 
$\ph$ which is as close as possible to the original Glauber dynamics 
of the 3D Ising model in $Q$; namely at each updating we modify 
by only $\pm 1$ the heights $\{\ph (x)\}_{x\in {\cal B}}$ at only 
one site $x$, with rates such that the resulting Markov process 
is reversible with respect to the SOS Gibbs measure $\mu_{\cal B} (\ph )$. 
Then, keeping in mind the above analogy with the 2D Ising model, one may conjecture
that the qualitative behaviour of the time evolution of the variables $\{\s
(x)\}_{x\in {\cal B}}$ will be that of the Glauber dynamics for the 2D Ising
model in the phase coexistence region. For the latter one of
us (see \ref[M]) has shown that its relaxation time $t_{rel}$ is exponentially
large in the side of the box: $t_{rel}\,\approx\, \nep{\beta \t_\b L}$,
where $\t_\b$ denotes the surface tension in the horizontal direction.\par
Thus we expect
that, at the critical value $h_k^*(\beta)$ of the  external field $h$,
the relaxation time for both the SOS surface and 
the 3D Ising model in $Q$, will be exponentially
large in the side $L$ of $Q$. 
In analogy with the
results of \ref[M], we expect that
the constant in the exponential
is related to the so called step free energy (see e.g.
\ref[Mi]).

In this series of two papers we prove the above picture 
for the SOS model, but we do not
compute the exact asymptotics of the relaxation time as $L\to \infty$ 
and we do not go
beyond the SOS approximation, that is we do not establish any rigorous  connection
between our results and the three dimensional dynamical Ising model.

More
precisely in this paper we consider only the equilibrium problem
and we improve the results by Dinaburg and Mazel as  follows
\bigskip

\proclaim Theorem 1. 
There exists $\b_0$  such that for all $\b\ge\b_0$ 
there are positive numbers \acapo
$\{ \hkst \}_{k=1}^{\kmax}$, with
$\kmax=\inte{\nep{\b\over 20000}}$, 
such that the following holds for $k=1,\ldots,\kmax$
\smallno
\item{$(i)$}
   $ {1\over4} \nep{-4\b k} \le \b \hkst \le 4 \nep{-4\b k}$
\item{$(ii)$}  if $h^*_{k}(\b) < h < h^*_{k-1}(\b)$ 
   (define $h^*_0(\b) = +\infty$) 
   then 
\itemm{$(a)$} there exists a 
            unique Gibbs measure for the interaction \equ(1). 
\itemm{$(b)$} there exist 
    $m(\b,h)>0$, $C(\b,h)>0$ such that for any $N\geq \inte{8/h+1}$
$$
   \sup_{\psi,\psi' \in\O } 
   | E_{Q_N}^{h,\psi}\ph (0) -  E_{Q_N}^{h,\psi'} \ph (0) |
   \leq C(\b,h) \nep{ -m(\b,h) \, N}
$$
where $ E_{Q_N}^{h,\psi}(\ph (0))$ denotes the expected 
value of the height of the surface at $x=0$ in a square $Q_N$ 
of side $N$ and center at the origin, with boundary conditions $\psi$.
\item{$(iii)$} 
   if $h = \hkst$ then both partitions functions 
   $Z_{Q_N}^k$ and  $Z_{Q_N}^{k+1}$, with boundary conditions $\psi\equiv k$ 
   and $\psi\equiv k+1$ respectively, admit a convergent cluster expansion.
   Hence there are at least two distinct extreme Gibbs measures.

\medno
In \papII{}, the second paper of this series, we turn our attention to
the dynamics of the surface in a square  $Q_N$ of side $N$ with boundary
conditions
$\psi$ and magnetic  field $h$; more precisely we focus on the analysis of the 
$\hbox{gap}^{h,\psi}_{Q_N}$ in the spectrum of its generator. 
Our main result in \papII\ is

\proclaim Theorem 2. In the same setting as Theorem 1 we have
for all $k=1,\cdots,\kmax$
\smallno
\item{$(i)$}  if $h^*_{k}(\b) < h < h^*_{k-1}(\b)$ 
    then there exist $L_0(\b,h)$, $\k(\b,h)>0$ such that
$$
    \inf_{L\ge L_0} \inf_{\psi\in\O} \gap^{h,\psi}(Q_L) \ge \k(\b,h) 
$$
\item{$(ii)$}  if $h=h^*_k(\b)$, then
there exist positive constants $C_1(\b,h)$, $C_2(\b,h)$ such that for all 
$N>10/h$
$$
   C_1(\b,h) \, \nep{ -100 \b k N } \le
   \gap^{h,\emptyset}(Q_N) \le 
   C_2(\b,h) \, \nep{ -{1\over40} \b N }
$$
where $\emptyset$ means free boundary conditions.

\medno
The paper, which unfortunately contains some very technical 
parts due to the fact that the random variables we are 
dealing with are unbounded,  is organized as follows:
\item{--} In section 1 we define the model and give the main result.
\item{--} In section 2 we express the partition function as a gas of interacting
cylinders and we recall several results, essentially due to Dinaburg and Mazel, on
such models.
\item{--} In section 3 we prove some basic apriori bounds, uniformly in the boundary
conditions, on the distribution of the variables $\{\phi (x)\}$ which will be used
several times. 
\item{--} In section 4, following the approach of \Zar{} to the
Pirogov and Sinai theory \ref[Z], we prove the existence of the critical value $h_k^*(\b)$ 
via cluster
expansion methods and we prove part $(i)$, $(ii-a)$ and $(iii)$ of Theorem 1.  
\item{--}
In section 5, 6 we show that, if the external field $h$ is different from the
critical one $h_k^*(\b )$, then the influence of boundary conditions is  confined
close to the boundary {\it independently} of the their strength. 
This proves part $(ii-b)$
of Theorem 1. A corollary (weak mixing in the language of 
\ref[MO1]) of this
result is discussed in Section 7.
\item{--} Section 8 contains a sketch of the proof that, in case $(iii)$
   all translation invariant Gibbs measures are convex combinations
   of the ones given by the boundary conditions $k$ and $k+1$
\item{--} Finally in the appendix  we have collected some minor
technical results.

\vskip 0.5cm
\noindent
{\bf Acknowledgments}\par
\noindent
This work started while one of the authors (F.M) was profiting of a very
stimulating reasearch period at the Newton Institute in Cambridge in the framework
of the special semester dedicated to \oqq Spatial Structure of Random Fields". He
would like to thank the organizer for the kind invitation and the opportunity to
discuss with several specialists of the field. We would like also to
thank Mazel for interesting discussions about their work.  
\fine

\expandafter\ifx\csname sezioniseparate\endcsname\relax%
   \input macro \fi

%--------------------------------- INIZIO


\numsec=1
\numfor=1
\numtheo=1
\pgn=1

\beginsection 1. Preliminaries and results

\beginsubsection 1.1. General definitions

We consider the two dimensional lattice $\ZZ$ whose elements are
called {\it sites\/} and its dual 
$\ZZt = \ZZ + (1/2, 1/2)$. For $x,y \in \real^2$ we define two
distances
$$
  d(x,y) = |x-y| = \sum_{i=1}^2 |x_i-y_i|  \quad\hbox{and}\quad
  d_\infty(x,y) = |x-y|_\infty = \max_{i=1,2} |x_i-y_i| \,.
$$
$[x,y]$ is the {\it closed segment} with $x,y$ as its endpoints.
The {\it edges} of $\ZZ$ ($\ZZt$) are those $e=[x,y]$ with
$x,y$ nearest neighbors in $\ZZ$ ($\ZZt$).
Given $e$ edge of $\ZZ$, $e^*$ is the unique edge in $\ZZt$ that
intersects $e$.
The {\it boundary of an edge} $e=[x,y]$ is $\d e = \{x,y\}$
The {\it boundary of a subset of edges} $\a$ is the set of 
sites $\d \a$ that
belong to an odd number of edges of $\a$.
A set of edges is called {\it closed} if its boundary is empty.

\smallno
We will often consider our model on a square
$$
   Q_N = \cases{
   \vphantom{\Bigl(} 
   \bigl\{ \, (x_1,x_2) \in \ZZ : -L \le x_i \le L, \  i=1,2 \, \bigr\} &
   if $N=2L+1$ \cr
   \vphantom{\Bigl(} 
   \bigl\{ \, (x_1,x_2) \in \ZZ : -L+1 \le x_i \le L, \  i=1,2 \,  \} &
   if $N=2L$ \cr }
$$
$\L$ and $V$ will denote arbitrary subsets of $\ZZ$. If $\L$ is
finite we write $\L \ssset \ZZ$. The cardinality of $\L$ is denoted by
$|\L|$.
We define four kinds of {\it boundaries\/}
$$  
    \eqalign{
    \partial \L &= \{ x \in \L : d(x, \L^c)=1 \}  \cr
    \bar\partial \L &= \{ x \in \L : d_\infty(x, \L^c)=1 \}  \cr
    \partial^+\L &= \{ x \in \L^c : d(x, \L)=1 \}  \cr
    \d\L &= \{ e^*=[x,y]^* : \{x,y\}\cap\L\ne\emp,\  
    \{x,y\}\cap\L^c\ne\emp \} \,,
    }
$$
where $\L^c=\ZZ \setm \L$.

$(x_1,\ldots,x_n)$ is called a {\it path} from $x_1$ to $x_n$
if $|x_{i+1}-x_i|=1$ for $i=1,\ldots,n-1$.
A $*$--path is the same as a path with $|x_{i+1}-x_i|=1$ replaced
by $d_\infty(x_i,x_{i+1})=1$.
A ($*$--) path is called {\it self-avoiding\/} if $x_i\ne x_j$
for all $\{i,j\}$ such that $i\ne j$ and $\{i,j\} \ne \{1,n\}$.
If $x_1 = x_n$ the ($*$--) path is called {\it closed}.

$\L \subset \ZZ$ is said to be 
{\it connected} ($*$--connected) if for all $x,y$ in $\L$ there
exists a path ($*$--path) 
from $x$ to $y$ which is entirely contained in $\L$.
$\L\ssset\ZZ$ is called {\it simply connected} if $\L^c$ is 
$*$--connected.
A set of edges $\a$ is {\it connected} if the union of all its
edges is connected in $\real^2$.

We denote by
$C_B$ the set of all finite closed connected set of edges of $\ZZt$.
If $\a \in C_B$ then we define the 
{\it interior} of $\a$ 
(see Fig.~1)
as the set of all sites $x=(x_1, x_2)\in \ZZ$ 
such that the half line
$$
   \{x_1\} \times [x_2, +\infty)
$$
intersects $\a$ 
in an odd number of points.
The interior of $\a$ is denoted by $\bar\a$ and is always
a (possibly disconnected) simply connected subset of $\ZZ$ for
each $\a\in C_B$.
$C_B(V)$ is the set of all $\a$ in $C_B$ such that $\bar\a \subset V$.



\beginsubsection 1.2 The SOS model and results

The {\it configuration space} of the model is
$\O = \Z_+^{\ZZ}$, or
$\O_V = \Z_+^V$ for some $V\subset \ZZ$. An element of $\O_V$
will usually be denoted by $\ph = \{ \ph(x),\, x\in V \}$.
If $U\sset V \sset \ZZ$, and $\ph\in \O_V$ we denote by
$\ph_U$ the restriction of $\ph$ to the set $U$.
 
Given $V\ssset\ZZ$ and some {\it boundary condition} (b.c.) 
$\psi\in\O$,
one defines the hamiltonian as
$$
	H^{h,\psi}_V(\ph) = \ov2 \sum_\indh | \ph(x) - \ph(y) | +
		           \sum_\indhb | \ph(x) - \psi(y) |  +
		         h \sum_\indhh \ph(x) \,, 
    \Eq(1.1)
$$
for $\ph\in\O_V$. For technical reasons we will need 
to consider a more general version 
of \equ(1.1)
$$
	H^{J,h,\psi}_V(\ph) = \ov2\sum_\indh J(x,y)| \ph(x) - \ph(y) | +
		           \sum_\indhb J(x,y)| \ph(x) - \psi(y) |  +
		         h \sum_\indhh \ph(x) \,,
   \Eq(H)
$$
and we always assume $0\le J(x,y)\le 1$ for all $x,y$.
We (improperly) write $J\in\d V$ if $J(x,y)<1$ only for
the boundary terms, \ie if $J(x,y)=1$ unless $[x,y]^*\in\d V$.
If we take $J(x,y)=0$ for all boundary terms, then we have
{\it free boundary conditions} that we also denote with
$$
	  H^{h,\emp}_V(\ph) = \ov2 \sum_\indh | \ph(x) - \ph(y) | +
		         h \sum_\indhh \ph(x) \,.
    \Eq(1.20)
$$
The partition function is given by
$$	
   Z^{J,h,\psi}(V) = \sum_\indphOV 
	  \neper^{-\b H^\indJhpsi_V(\ph) } \,.
   \Eq(partfun)
$$
When $J(x,y)=1$ for all $x,y$, we drop the superscript $J$.
In what follows we assume to have chosen $\b$ large enough once
and for all, so we do not usually write  our quantities as
$\b$ dependent. If $\psi(x)=n$ for each $x$ then we say that
the system has $n$--boundary condition.
\smallno
Given any set $\a$ of dual edges (for instance $\a=\d V$) we define
$$
   |\a|_J = \sum\nolimits_{e^*=[x,y]^*\in\a} J(x,y) \,.
   \Eq(lenghtJ)
$$
(if $J=1$ everywhere this is just the ordinary {\it length\/} of
$\a$).
\smallno
For $U\sset \ZZ$,
let $\FF_U$ be the $\s$--algebra generated by the
collection of sets
$$
   \{ \ph\in\O : \ph(x)=n \}_{x\in U, n\in\Zp}
$$
(if $U$ is finite $\FF_U$ has an obvious
one--to--one correspondence with
the set of all subsets of $\O_U$), 
and let $\FF = \FF_\ZZ$.
The (finite volume) conditional Gibbs measure
on $(\O, \FF)$ associated with the Hamiltonian \equ(H) is defined as
$$
    \mu^\indJhpsi_V(\ph) = 
    \cases{ \bigl(Z^\indJhpsi(V)\bigr)^{-1}
    \neper^{-\b H^\indJhpsi_V(\ph)} & if $\ph(x) = \psi(x)$
    for all $x\in V^c$ \cr
    \vphantom{\Bigl(}
    0 & otherwise. \cr }
    \Eq(finvolmea)
$$
We also regard $\mu^{J,h,\psi}_V$  as a measure
on $\O_V$ by extending each configuration $\ph\in \O_V$ to
the whole space in such a way that it agrees with the boundary
conditions outside $V$.
The expectation with respect to the measure \equ(finvolmea)
is denoted by
$\mean^\indJhpsi_V(\cdot)$.
The set of measures \equ(finvolmea) satisfies the compatibility
conditions
$$
    \mu^\indJhpsi_\L(\ph) = 
    \sum_{\ph'\in\O}
    \mu^\indJhpsi_\L(\ph') \,
    \mu^{J,h,\ph'}_V(\ph) 
   \qquad
   {\rm for\ all\ }
   V\sset \L\ssset\ZZ  
    \Eq(DLR)
$$
A probability measure $\m$ on $(\O, \FF)$ is called a Gibbs measure
(see for instance \ref[G]) for the interaction \equ(H)
if, for each $V\ssset\ZZ$, $\ph_0\in\O_V$
$$
   \m\{ \ph\in\O : \ph=\ph_0 \hbox{ on } V 
      | \FF_{V^c} \}(\psi) =
   \m\{ \ph\in\O : \ph=\ph_0 \hbox{ on } V 
      | \ph=\psi \hbox{ on } \partial^+ V \} =
   \m^\indJhpsi_V(\ph)
$$
for $\m$--almost every $\psi$. The first equality says that $\mu$ is
a {\it Markov\/} random field.

One introduces a partial order on the $\O_V$
by saying that $\ph \le \ph'$ if $\ph(x)\le\ph'(x)$ for all $x\in V$.
A function $f:\O_V\mapsto\real$ is called {\it monotone increasing
(decreasing)\/}
if $\ph\le\ph'$ implies $f(\ph)\le f(\ph')$ ($f(\ph)\ge f(\ph')$).
An event is called {\it positive} ({\it negative}) if its
characteristic function is increasing (decreasing).
Given two probability measures $\mu$, $\mu'$ on $(\O_V, \FF_V)$,
we write $\mu \le \mu'$ if $\mu(f) \le\mu'(f)$ for all increasing
funcions $f$ (with $\mu(f)$ we denote the expectation with respect $\mu$).

In the following we will take advantage of the FKG inequalities 
\ref[FKG]
which state that
\smallno
\item{(1)} if $\psi\le\psi'$, then $\mu^{J,h,\psi}_V \le
   \mu^{J,h,\psi'}_V$
\item{(2)} if $f$ and $g$ are increasing then
   $\mean^{J,h,\psi}_V(f g) \ge
   \mean^{J,h,\psi}_V(f) \mean^{J,h,\psi}_V(g)$

\medno
Given two finite volume Gibbs measures $\mu_V^{J,h,\psi}$,
$\mu_V^{J,h,\psi'}$ there exists a coupling between them
which 
preserve the order of the b.c, \ie 
a probability measure $\nu_V^{J,h,\psi,\psi'}$
on $\O \times \O$ such that
(we drop $J,h$ for simplicity)
\smallno
\item{(1)} $\nu^{\psi,\psi'}_V \{ (\ph,\ph') : \ph = \ph_0 \} =
   \mu^{\psi}_V(\ph_0)$ for all $\ph_0\in\O_V$
\item{(2)} $\nu^{\psi,\psi'}_V \{ (\ph,\ph') : \ph' = \ph_0 \} =
   \mu^{\psi'}_V(\ph_0)$ for all $\ph_0\in\O_V$
\item{(3)} If $\psi\le\psi'$, then
   $\nu^{\psi,\psi'}_V \{ (\ph,\ph') : \ph\le\ph' \} = 1$

\medno
Finally we recall for the reader's convenience the main result
in \ref[DM]

\proclaim Theorem [DM]. There exists $\b_0$ such that
for all $\b\ge\b_0$, if
$$
   \nep{ -4\b k + {\b\over100}} \le \b h \le
   \nep{ -4\b (k-1) - {\b\over100}}, \qquad k=1,2,\ldots
$$
then 
the set of all Gibbs measures (for the interaction \equ(1.1))
which can be obtained as an infinite volume limit of finite volume
Gibbs measures with bounded boundary conditions
contains exactly one element.


\medno
In this paper we prove the following results

\nproclaim Theorem [1.1]. 
There exists $\b_0$  such that for all $\b\ge\b_0$ 
there are positive numbers $\{ \hkst \}_{k=1}^{\kmax}$, with
$\kmax=\inte{\nep{\b \over 20000}}$, 
such that the following holds for $k=1,\ldots,\kmax$
\smallno
\item{$(i)$}
   $ {1\over4} \nep{-4\b k} \le \b \hkst \le 4 \nep{-4\b k}$
\item{$(ii)$}  if $h^*_{k}(\b) < h < h^*_{k-1}(\b)$
   (define $h^*_0(\b) = +\infty$) 
   then 
\itemm{$(a)$} there exists a 
            unique Gibbs measure for the interaction \equ(1.1). 
\itemm{$(b)$} there exist 
    $m(\b,h)>0$, $C(\b,h)>0$ such that for any $N\geq \inte{8/h+1}$
$$
   \sup_{\psi,\psi' \in\O } 
   | E_{Q_N}^{h,\psi}\ph (0) -  E_{Q_N}^{h,\psi'} \ph (0) |
   \leq C(\b,h) \nep{ -m(\b,h) \, N}
   \Eq(1.30)
$$
\item{$(iii)$} 
   if $h = \hkst$ then both partitions functions 
   $Z^{h,k}(Q_N)$ and  $Z^{h,k+1}(Q_N)$, with boundary conditions $\psi\equiv k$ 
   and $\psi\equiv k+1$ respectively, admit a convergent cluster expansion.
   Hence there are at least two distinct extreme Gibbs measures.

\medno
{\it Remarks.}
\textindent{(1)}
The restriction $k\le \nep{\b\over20000}$ can
probably be eliminated at the expense of making the exposition more
awkward. Without such restriction one has to take the size of 
elementary cylinders (see Section 2) increasing with their distance
from the wall $\ph=0$ and decreasing with the magnetic field $h$.
This is the point of
view taken in \ref[DM]. To get our results in this framework however
requires  additional work.

\textindent{(2)}
In $(ii-b)$ $N$ is restricted to be greater than $\inte{8/h+1}$, because
otherwise the LHS of \equ(1.30) may be infinite
(think for instance of the case N=1). $m(\b,h)$ can
be taken equal to $\b\over 20000 \, k^2$.

\textindent{(3)}
For what concerns $(iii)$, one can prove,
using the theory of Pirogov and Sinai as given in say \ref[Z],
that the Gibbs measures constructed with
boundary conditions $k$ and $k+1$ are in fact the only
translation invariant extreme Gibbs measures.
A detailed proof of this would require us to introduce quite
a lot of extra definitions from \ref[Z].
We will limit ourselves to sketch the proof in Section 8.



\vfill\eject


%------------------------------------------------------------

\numsec=2
\numfor=1
\numtheo=1
\pgn=1

\beginsection 2. Cylinder models

{\it General remark about this section.}
All results contained in this section are essentially due to
Dinaburg and Mazel \ref[DM].
Unfortunately our future needs are such that our results
are given in a slightly different form for both hypotheses
and theses.
However {\it our} theses can be deduced from {\it our}
hypotheses using {\it their} proofs (sometime a little extra
care is required). For this reason we won't present the
proofs again. At the end of the section some remarks
will illustrate the main differences between our statements
and those in \ref[DM].

\smallno
Following \ref[DM] we are going to express the partition
function of the SOS model as a sum over collections of {\it cylinders}.
A cylinder is roughly speaking an elementary excitation of a
certain ground state.
The reason for introducing cylinders is that for large values of $\b$, our
model can be considered a gas of weakly interacting
cylinders and this representation is suitable for the cluster
expansion.
Unfortunately the correct representation
in terms of excitations with a small weight
is not linked to the ordinary partition function in any obvious way,
so one needs some preliminary work.

\medno
A {\it cylinder} is a triple $\g=(\gtl, E(\g), I(\g))$ such that
$\gtl \in C_B$ (see Section 1.1), 
and $E(\g)$, $I(\g)$ are positive integers not
equal to each other, called respectively the {\it external\/}
and the {\it internal level\/} of $\g$. $\gtl$ is the {\it base\/}
of the cylinder. We also set $L(\g)=|I(\g) -E(\g)|$, and 
$S(\g)= sign(I(\g) - E(\g))$.
$\bar \g$ is the {\it interior} of $\gtl$ (see Section 1.1).
The collection of all cylinders is denoted by $C$,
while $C(V)$ stands for the set of all cylinders $\g$, such that
$\bar \g \subset V$, and $C(V,n)$
is the set of all $\g\in C(V)$ such that $\Eg=n$.

According to \ref[DM] one defines the notion of compatibility
of two cylinders in such a way to have a one--to--one correspondence
between the set of configuration $\O_V$ and the set of all
compatible collections of cylinders.

\smallno
$\g, \g'$ are {\it weakly compatible}
(see Fig.~2) if either (1) or (2) hold
\smallno
\item{(1)}
   $\Sg = S(\g')$, $\gb\ne\gb'$ and \acapo
   either $\gb\cap\gb' = \emp$ and $\gtl\cap\gtl' = \emp$ \acapo
   or $\gb\sset\gb'$ \acapo
   or $\gb'\sset\gb$
\item{(2)}
   $\Sg = -S(\g')$, $\gb\ne\gb'$ and \acapo
   either $\gb\cap\gb' = \emp$  \acapo
   or $\gb\sset\gb'$ and $\gtl\cap\gtl' = \emp$ \acapo
   or $\gb'\sset\gb$ and $\gtl\cap\gtl' = \emp$

\medno
$\g, \g'$ are {\it compatible} if, in addition,
\smallno
\item{(3)}
   $\Eg = E(\g')$ if $\gb\cap\gb'=\emp$ \acapo
   $\Eg = I(\g')$ if $\gb\sset\gb'$ \acapo
   $\Ig = E(\g')$ if $\gb'\sset\gb$

\medno
{\it (Hopefully) harmless notation ambiguity.}
Being $\gtl$, $\gtl'$ collections of dual edges, $\gtl\cap\gtl'$
would usually denotes the set of common edges.
But when we write $\gtl\cap\gtl'=\emp$ ($\ne\emp$)
we {\it always\/} mean that $\gtl\cup\gtl'$ is connected (disconnected)
as it was defined in Section 1.1. In other words if
$\gtl$, $\gtl'$, considered as subsets of $\real^2$, have just
one point in common, then we write $\gtl\cap\gtl'\ne\emp$.

\medno
Two cylinders $\g',\g''$ are said to be {\it separated\/} by a cylinder $\g$
if $\gb'\ne\gb\ne\gb''$ and
$$
\vbox{
\settabs 2 \columns
\+ either $\gb'\sset\gb\sset\gb''$ &
 or $\gb''\sset\gb\sset\gb'$ \cr
\+ or $\gb'\sset\gb$ and $\gb''\sset\gb^c$ &
 or $\gb''\sset\gb$ and $\gb'\sset\gb^c$ \cr
}
$$
Given a collection of cylinders $\G = \{\g\}$, 
we say that $\g', \g'' \in \G$ are
{\it neighbors}
in $\G$ if there is no $\g\in\G$ separating $\g'$ and $\g''$.
$\G$ is a {\it (weakly) compatible collection of cylinders} 
if all pairs
of neighbors in $\G$ are (weakly) compatible.
It is easy to see that if $\G$ is a weakly compatible
collection of cylinders then each pair $\g,\g'\in\G$ is
weakly compatible (not just the pairs of neighbors).
$\G_{ext}$ denotes the set of all external cylinders in $\G$,
\ie the set of all $\gg$ such that $\bar\g$ is not contained in the
interior of any other cylinder in $\G$.
We write $E(\G)=n$ if $\Eg=n$ for all $\g\in\Gext$.

\smallno
We define
\smallno
\item{$\bullet$}
$C^*_c(V,n)$ as the set of all finite 
compatible collections of cylinders
$\G \subset C(V)$ such that $E(\G)=n$ 
\item{$\bullet$}
$C^*_w(V,n)$ as the set of all finite 
weakly compatible collections of cylinders
$\G \subset C(V)$ such that $E(\g)=n$ for all $\g\in\G$.
\smallno
The first result we present says that the partition function with
constant boundary conditions can be expressed, apart from
a trivial \oqq ground state energy'' term, as a sum over
compatible collections of cylinders with suitable weights.
So, given $V\ssset\ZZ$ and weights $z: C(V) \mapsto \complex$ we define
$$
   \hat Z^n(V,z) = 
   \sum_{\indC(n)}  \prod_\gg z(\g) 
   \Eq(zhat)
$$
and we always assume
$$
   \sum_{\indC(n)}  \prod_\gg |z(\g)| < \infty
   \Eq(2.as)
$$
We then have (\ref[DM])

\nproclaim Proposition [2.1]. 
Let $Z^{J,h,n}(V)$ be the partition function defined in
\equ(partfun).
If $V \ssset \ZZ$ is simply connected, then there is a one--to--one
correspondence between $\O_V$ and $C^*_c(V,n)$, and
$$ 
   Z^{J,h,n}(V) = \neper^{-\b h n |V| } \, \hat Z^n(V,w_{J,h}) \,, 
$$
where
$$ \eqalignno{
   w_{J,h}(\g) &= \exp[-\b |\gtl|_J L(\g) - \b h S(\g) |\bar\g| L(\g)
   \, ]
   \cr
   |\gtl|_J &= \sum_{[x,y]^*\in\gtl} J(x,y) \,.
   \cr }
$$

\medno
If $\G\in C^*_c(V,n)$ 
is the collection of cylinders corresponding to the
configuration $\ph$, then we write
$\ph \sim \G$. In Fig.~3 we give an example of
how a certain configuration $\ph$
is obtained as a compatible collection of cylinders.

In the next three propositions
we give a constructive characterization
of the collection $\G$ of compatible cylinders corresponding to a 
certain configuration $\ph$, and state without proof
some more or less obvious
properties of $\G$.

\nproclaim Proposition [2.1.1]. 
Let $V \ssset \ZZ$ be simply connected. Choose $n\in\Zp$, 
$\ph\in\O_V$
and let $\G\in C^*_c(V,n)$
such that $\G\sim\ph$.
For each $m= 3/2, 5/2, 7/2, \ldots$, let
$$
   U^m = \cases{ 
   \vphantom{\bigl(}
   \{ x \in V : \ph(x) < m \} &if\ \ $1 < m < n$ \cr
   \vphantom{\bigl(}
    \{ x \in V : \ph(x) > m \} &if\ \ $m > n$ . \cr }
$$
Let's write now
$$
   \d U^m = \a^m_1 \cup \ldots \cup \a^m_{r(m)},
$$
where $\a^m_i \in C_B(V)$ are the connected components of $\d U^m$.
Then we have
\smallno
\item{$(a)$}
for each $m,i$ either $\ph(x)>m$ for all $x\in \deb \bar\a^m_i$
or  $\ph(x)<m$ for all $x\in \deb \bar\a^m_i$.
Accordingly we call $\a^m_i$ positive or negative.
\item{$(b)$}
a cylinder $\g=(\gtl,\Eg,\Ig)$ such that $\Ig>\Eg$ belongs to $\G$ 
if and only if
$$
   \{ s : \gtl = \a^s_i \hbox{\rm\ for some $i$, $\a^s_i$
   positive } \} = \{\Eg+ {1/2}, \ldots, \Ig -{1/ 2} \}
$$
\item{$(c)$}
a cylinder $\g=(\gtl,\Eg,\Ig)$ such that $\Ig<\Eg$ belongs to $\G$ 
if and only if
$$
   \{ s : \gtl = \a^s_i \hbox{\rm\ for some $i$, $\a^s_i$
   negative } \} = \{\Ig + {1/2}, \ldots, \Eg - {1/2} \}
$$

\nproclaim Proposition [2.1.2].
Under the same hypotheses as in the previous proposition,
let $x,y$ be nearest neighbors in $V$, 
and let $e^*$ be the edge dual to $[x,y]$.
Assume $\ph(x)<\ph(y)$
and let $\gg$ be such that
$\gtl\ni\e^*$.
Then
\smallno
\item{$(a)$}
   if $\gbar\ni x$, then $\Sg = -1$ and
   $\ph(x)\le\Ig<\Eg\le\ph(y)$ 
\item{$(b)$}
   if $\gbar\ni y$, then $\Sg = +1$ and
   $\ph(x)\le\Eg<\Ig\le\ph(y)$ 

\nproclaim Proposition [2.1.3].
Under the same hypotheses as in the previous proposition,
let $x\in \deltaV$, $y\in V^c$ be nearest neighbors,
and let $e^*$ be the edge
dual to $[x,y]$. Assume $\ph(x)>n$
and let $\gg$ be such that
$\gtl\ni\e^*$.
Then,
\smallno
\item{} $\Sg =+1$ and $n\le\Eg<\Ig\le\ph(x)$ 


\medno
The representation of the partition function given in Proposition 
\thm[2.1]
has the drawback of incorporating a very complicated constraint
hidden inside the notion of compatibility between cylinders.
The standard trick is then to define a new {\it renormalized
weight\/} of cylinders in such a way that the partition function
can be expressed as a sum over collections of {\it weakly\/} compatible 
cylinders (much easier to handle) 
with a renormalized weight. 
With this in mind we are going to swallow some more
notation.

First of all we need to consider the cylinder partition function 
\equ(zhat) with the additional constraint that all the external
cylinders belong to some prescribed set.
For this reason,
if $\Pi\sset C$ is an arbitrary set of cylinders we define
$$	
  \hat Z^n(V,z,\Pi) = 
  \sum_{\st \indC(n) \atop\st\G_{ext} \subset \Pi}
	 \prod_\gg z(\g)	
$$
The constraints on the partition function naturally arise as
compatibility conditions between cylinders. Thus,
given an arbitrary collection of cylinders $\G$, it is convenient
to set
$$
   \Pi(\G) = \{ \g\in C : {\rm \g\ is\ weakly\ compatible\ 
   with\ every\ cylinder\ in\ \G } \} \,.
$$
Since weak compatibility does not involve the $\Lg$'s, 
$\Pi(\G)$ {\it only depends on the bases and signs of the cylinders 
in\/}
$\G$.
When $\G$ consists of just one cylinder we can use
the following more compact
notation:
if $V\ssset \ZZ$ 
is the interior of some cylinder $\g$
($V=\gb$) then we define
$$
   \hat Z^n(V,z,\pm) = \hat Z^n(V,z,\Pi(\{\g'\}))
$$
where $\g'=(\gtl, n, n\pm1)$.
We can also write the {\it signed} partition function as a sum
over particular configurations $\ph$
$$
   Z^{J,h,n}(V,\pm) = \nep{-\b h n |V|} 
   \Zh^n(V,w_{J,h},\pm) =
   \sum_{\ph\in\O_V^{n,\pm}}
   \nep{ -\b H^{J,hn}_V(\ph) } 
   \Eq(signed)
$$
where
$$
   \O_V^{n,+} =
   \left\{ \ph\in\O_V :
   \vcenter {\hbox{\rm $\ph(y)\ge n$ for all $y\in\deb V$ and}
   \hbox{\rm there exists $x\in\deb V$ such that $\ph(x) = n$} }
   \right\} 
   \Eq(2.os)
$$
and $\O_V^{n,-}$ is defined in a similar way
(replace $\ge$ with $\le$). The reason for introducing the
signed partition function becomes clear if we write
$$
   \Zh^n(V,z) =
   \sum_{\G\in C^*_{c,ext}(V,n)}
   \prod_\gg z(\g) \,
   \Zh^\Ig(\gb,z,\Sg)
   \Eq(2.zz)
$$
where $C^*_{c,ext}(V,n)$ is the set of all $\G\in C^*_c(V,n)$
such that $\G$ contains only external cylinders.
Given a set of weights $z(\g)$ we define the {\it renormalized weight\/}
of $\g$ as
$$
   \ztl(\g) = z(\g) \ {\Zh^\Ig(\gb,z,\Sg) \over \Zh^\Eg(\gb,z,\Sg) }.
   \Eq(2.ztd)
$$
Iterating \equ(2.zz) it's not difficult to show that (see \ref[DM])

\nproclaim Proposition [2.1.3.1].
If $V\ssset\ZZ$ and $z$ is a set of weights such that
\equ(2.as) holds, then
$$ 
  \hat Z^n(V,z,\Pi) = 
	 \sum_{\st \indCw(n) 
  \atop\st \G_{ext}\subset\Pi} \prod_\gg \ztl(\g)
  \Eq(w)
$$

\smallno
Before stating the next results, we want to briefly
explain what the goal of the rest of this section is.
The importance of the previous proposition is the following:
$\G$ is an element $C^*_w(V,n)$ if and only if
\item{(1)}
   for each $\g\in\G$, $\Eg=n$ and $\gb\sset V$
\item{(2)}
   each pair of cylinders in $\G$ is weakly compatible
\smallno
This means that the partition function \equ(w) is already
in a form which is suitable for cluster expansion in the version
given say in \ref[KP]. The whole point is then to prove
that the renormalized weights $\wtl_{J,h}$ are small,
\ie $\wtl_{J,h}(\g) \le \exp( - c \b |\gtl|_J \Lg )$ for some $c$.
This will turn out to be true of course only for those cylinders
whose external level $\Eg=k$ is in the \oqq right phase'', that is
only if there is a Gibbs state \oqq close'' to the constant
configuration $\ph=k$. On the other side, in order to
estimate the renormalized weight of a cylinder starting from the right phase
$k$, one has to estimate the quotient in \equ(2.ztd)
whose numerator is a partition function with boundary
conditions $\Ig$ which may very well be in the \oqq wrong''
or \oqq unstable'' phase. This partition function will then
contain unstable cylinders, \ie cylinders whose renormalized
weight is large. For this reason one cannot hope to
use directly cluster expansion in order to estimate the
quotient in \equ(2.ztd).
The standard solution for this kind of problem
is to study first a modified partition function which
contains only {\it elementary\/} cylinders, that is cylinders
which are {\it small enough to guarantee that they are all stable\/}
(their renormalized weight is small), 
{\it independently of their
external level.} 
The study of the elementary 
partition functions for all b.c.  
will tell us what the right phase is 
(Lemma \thf[2.3]) 
at least if the magnetic field is such that
we are not too close to a phase transition
($h\in I_k(\b)$ given in \eqv(2.ik)).
After that, one expresses the full partition function
as a sum over collections of large cylinders (grouped into
{\it contours\/}) on top of which one can have arbitrary
collections of elementary cylinders
(Proposition \thf[2.2]). The overall effect of
the elementary cylinders will be a so called
\oqq entropic repulsion'' which acts as a magnetic field
pushing the surface away from the wall.
The combination of the
\oqq entropic field'' and the ordinary field $h$ 
forces the surface to stay on the right phase
(Corollary \thf[2.4]). In Section 4 we will finally complete
our program and will prove a cluster expansion for
\equ(w) with the b.c. $n$ equal to the right phase,
even close to (and at) the phase transition.

\medno
Throughout this paper we will need many times some small constant
independent of everything else. We call it $\z$ and its value
is fixed to
$$
   \z={1\over1000}.
$$
A cylinder $\g$ is called {\it elementary\/} if
$\diam \gtl \le \th(\b) =\exp({\b\z\over10})$
(the diameter is taken in the $d(\cdot,\cdot)$ distance).
The set of all elementary cylinders
in $C(V)$ is denoted by $C_e(V)$.
The partition function
in which all external cylinders must be elementary is
denoted with
$$
    \hat Z^n_e(V,z,\Pi) = \hat Z^n(V,z,\Pi\cap C_e(V)) =
	 \sum_{\st \indCw(n) 
  \atop\st \G_{ext}\subset\Pi \cap C_e(V)} 
  \prod_\gg \ztl(\g)
$$
Given $\G\in C^*_c(V,n)$ we now define $\G_l \subset \G$
($l$ means {\it large\/}), as the collection of
cylinders obtained by removing
from $\G$ all 
those cylinders which are either elementary or contained
(in the sense $\gb\sset \gb'$) in an elementary cylinder of $\G$.
The reason for this definition is that in the future we consider
elementary cylinders whose maximum size depends on $\Eg$,
so that a cylinder can be non elementary, but contained in an 
elementary one.

$\G_l$ is still a 
(possibly empty) compatible collection of
cylinders,
because the operation of removing from $\G$
a cylinder together with all the other cylinders contained in it
does not spoil the compatibility.

Given $\ph\in \O_V$ (and a reference level $n$),
$\ph_l$ stands for the unique configuration such that $\ph \sim \G$
and $\ph_l \sim \G_l$.
We set
$$
    C^*_{c,l}(V,n) = \{ \G\in C^*_c(V,n)  : \G = \G_l \}.
$$
The map $\ph \mapsto \G_l$ induces a 
probability measure on $C^*_{c,l}(V,n)$,
by setting
$$
   \bar\mu^\indJhn_V(\G') = \mu^\indJhn \{ \ph\in V : \G_l(\ph) = \G' \}
   \Eq(mubar)
$$
Let now $\G\in C^*_{c,l}(V,n)$. Then it is possible to write $\G$ as
the disjoint union
$$
   \G = \G_1 \cup \ldots \cup \G_r
   \Eq(decompo)
$$
in such a way that, for each $i$,
\item{$(i)$}
   $\G_i \in C_{c,l}^*(V,n)$ and 
   there exists a unique cylinder which is external in $\G_i$
\item{$(ii)$}
   if $\g\in\G_i$ is not external then $E(\g) \neq E(\G_i) = n$
\item{$(iii)$}
   if $\g\in \G_i$ and $I(\g)=n$, then there is no other $\g'\in \G_i$
   such that $\bar\g' \subset \bar \g$.

\smallno
The decomposition \equ(decompo) is unique.
Collections of cylinders $\G\in C^*_{c,l}(V,n)$ that satisfy $(i-iii)$
are
called {\it contours\/}. 
Fig.~3d shows a
configuration which consists of 4 contours, (assuming all
cylinders are non elementary) separated by the white 
regions where $\ph=k$.
We set
$$
   \Con(V,k) = \{ \G \in C^*_{c,l}(V,k) : 
   \G\rm\ is\ a\ contour \}.
$$
For a contour $\G$ we define
$$
   \eqalign{
   \G_{int} &= 
   \{ \g\in \G : I(\g)=E(\G) \}
   \cr
   v(\G,\g) &= 
   \cases{\bar\g \setm \bigcup\nolimits_{\g'\in\G, \g'\neq\g} \bar\g'
   &if $\g\in\G\setm\G_{int}$ \cr
   \emp &if $\g\in\G_{int}$ \cr}
   \cr
   v(\G) &=
   \bigcup\nolimits_{\gg} v(\G,\g).
   \cr 
   \G_\partial &= 
   \G_{ext} \cup  \G_{int}
   \cr
   }
$$
Obviously
$$
   \d v(\G) = \bigcup_{\g\in\G_\partial} \gtl \,.
$$
We also let $E(\G) = E(\Gext)$ and $S(\G) = S(\Gext)$.
Two contours $\G$, $\G'$ are said to be {\it weakly compatible} if
\item{$(i)$}
   $v(\G) \cap v(\G') = \emptyset$
\item{$(ii)$}
   if $\g\in\G_\partial$, $\g'\in\G'_\partial$, then $\g$,
   $\g'$ are
   weakly compatible (which, together with $(i)$, implies that
   each cylinder in $\G$ is weakly compatible with every cylinder
   in $\G'$).

\smallno
A contours $\G$ and an elementary cylinder $\e$
are said  to be {\it weakly compatible} if every 
$\g\in\G_\partial$
is weakly compatible with $\e$.

Finally we denote by  
$W(V,n)$ the set of all finite weakly compatible collections 
$$   \A= (\{ \G\}, \{ \e \} )
$$ 
of contours and elementary cylinders such
that $\G\in\Con(V,n)$ and $\e\in C_e(V,n)$ for all $\G,\e\in\A$.
$W_l(V,n)$ stands for the set of all $\A\in W(V,n)$ such that
$\A$ contains only contours. $W_l(V,n)$ has a trivial one--to--one
correspondence with $C^*_{c,l}(V,n)$ given by
$$
   \A \to \bigcup\nolimits_\GA \G \,.
$$
If we define the renormalized weight of a contour as
$$
   \ztl(\G) =
   { \prod_\gg z(\g) \, 
   \hat Z^\Ig_e( v(\G,\g),z,\Pi(\G) )
   \over \hat Z^{E(\G)}_e( v(\G),z,\Pi(\G_\partial) )
   } 
   \Eq(ren)
$$
and sets $v(\A) = \cup_{\G\in\A} v(\G)$ and
$\A_\de = \cup_{\G\in\A} \G_\de$,
then one gets (see [DM])

\nproclaim Proposition [2.2].
If $V\ssset\ZZ$ and $z$ is a set of weights such that
\equ(2.as) holds, then
$$
   \eqalignno{
   \hat Z^n(V,z) &=
   \sum_\indWl(n)    
   \hat Z^{n}_e( V \setm v(\A),z,\Pi(\A) ) 
   \prod_\GA \prod_\gg z(\g) \, 
   \hat Z^\Ig_e( v(\G,\g),z,\Pi(\A) ) = \cr
   & =
   \sum_\indWl(n)    \hat Z^{n}_e( V,z,\Pi(\A_\de) ) 
   \prod_\GA \ztl(\G) =
   \sum_\indW(n) \prod_\rraa \ztl(\r) \,,
   & \eq(mix)
   \cr
   }
$$
where $\ztl(\r)$ is given by \equ(2.ztd) if $\r$ is elementary,
and by \equ(ren) if $\r$ is a contour.

\medno
Thanks to Proposition \thm[2.2] we can 
use the one--to--one correspondence between $C_{c,l}(V,n)$
and $W_l(V,n)$ and write (see \equ(mubar))
$$
   \bar \mu^\indJhn_V(\A) = 
   { \hat Z^{n}_e( V,w_{J,h},\Pi(\A_\de) ) 
   \over \hat Z^n(V,w_{J,h}) } 
   \prod_\GA \wtl_{J,h}(\G)
   \qquad
   \A\in W_l(V,n)
   \Eq(2.10) 
$$
Now we want to introduce an hypothesis which allows us to
keep the effects of $J$ under control.
So, given $\L\ssset \ZZ$ and $0 \le t\le 1$, 
we say that $J$ satisfies the hypothesis
$H(\L,t)$ if
\smallno
\item{$(i)$} $J\in\d\L$ 
\item{$(ii)$}
   $|\a|_J \ge t |\a|$ for all $\a\in C_B(\L)$

\smallno
We also define
$$
   \D(J) = \{ \hbox{\rm $x\in \ZZ : 
   J(x,y) \ne 1$ for some $y\in\ZZ$} \}
   \Eq(2.dej)
$$
If $H(\L,t)$ holds for $J$ then, clearly, for each $V\sset\L$,
$$
   | \D(J) \cap V | \le |\de V | \le |\d V|
   \Eq(2.d)
$$
We will start the analysis of the SOS model, by taking
$h$ in certain intervals $I_k(\b)$, ($k=1,2,3, \ldots$)
where the behavior of the system is easier to study, because
the energy--entropy competition has a clear output.
So we let, for $k\in \Zp$,
$$
   \txt
   I_k(\b) = [ \hkm, \hkp ] \x, 
   \quad \hkm = {4\over\b} \nep{-4\b k} \x,
   \quad \hkp = {1\over 4\b} \nep{-4\b (k-1)} \x,
   \quad h_1^+ = {1\over \b} \nep{ -{\b\over 25}J} \x.
   \Eq(2.ik)
$$
For simplicity we also let
$$
   l=l(b,h) = -{1\over 4\b} \log(\b h)
   \Eq(2.lbh)
$$
The following is a fundamental result in \ref[DM]

\nproclaim Lemma [2.3].
Assume $\b$ is large enough and $h\le h_1^+(\b)$.
Let $V\ssset\ZZ$, 
and suppose $H(V,\z)$ holds for $J$ ($\z = 1000^{-1}$).
Let $V_0 = V\setm\bar\partial V$.
Let $\Pi$ be a set of cylinders with the following properties
\smallno
\item{(a)} if $\g\in\Pi$ and $\g'$ is a vertical translate
   of $\g$ (\ie $\g' = (\gtl,\Eg +s, \Ig+s)$ with 
   $s\ge -(\Eg\mmin\Ig) +1$), then $\g'\in\Pi$
\item{(b)} if $\gb\sset V_0$ then $\g\in\Pi$.
\smallno
Then ($l$ is given by \equ(2.lbh))
\item{$(i)$}
   if $\e$ is an elementary cilinder with $\bar\e\subset V$, then
   $$  \wtl_\indJh(\e) \le \nep{ -(\b-1) |\etl|_J L(\e) } $$
\item{$(ii)$}
   if $0 < m < n$, then
   $$  
       \eqalign{
       & \exp \left[ |V_0| \nepm - |V| \nepml \nep{ -{\b\over4}} -
       |V\cap\D(J)| \nep{ -4\b\z(m\mmin l) - {\b\z\over4} }
       \right] \le
       \cr
       & {\hat Z^n_e(V,w_\indJh,\Pi) \over 
       \hat Z^m_e(V,w_\indJh,\Pi)} \le
       \exp \left[|V| \nepm + |V| \nepml \nep{-{\b\over4}} +
       |V\cap \D(J)| \nep{ -{\b\z\over4}}  \right] 
       \cr }
   $$
\item{$(iii)$}
   if $h\in I_k(\b)$ and $n\neq k$, then
   $$
   \nep{-(n-k)\b h |V| } 
   {\hat Z^n_e(V,w_\indJh,\Pi) \over 
    \hat Z^k_e(V,w_\indJh,\Pi)} \le
   \exp\left[ -{1\over 2} \b h |V| |n-k| + 
   |\d V| \nep{-{\b\z\over5}} \right]
   $$
\item{$(iv)$}
   if $h\in [\hkpp,\hkm]$ and $n\notin\{k,k+1\}$, then
   $$
   \nep{-(n-k-1)\b h |V| } 
   {\hat Z^n_e(V,w_\indJh,\Pi) \over 
   \hat Z^{k+1}_e(V,w_\indJh,\Pi)} \le
   \exp\left[ -{1\over 2} \b h |V| |n-k-1| + 
   |\d V| \nep{-{\b\z\over5}} \right]
   $$

\medno

\nproclaim Corollary [2.4]. 
Let $\b$ be large enough, $\hik$.
Let $V\ssset\ZZ$,
and suppose $H(V,\z)$ holds for $J$ ($\z = 1000^{-1}$).
Then
$$
   \hat Z^k(V,w_\indJh) =  \sum_\indW(k) \prod_\rraa \wtl_\indJh(\r)
$$
and
\item{$(i)$}
   if $\r=\e$ is an elementary cylinder, then
   $$ \wtl_\indJh(\e) \le \exp\left[ -(\b-1) |\etl|_J L(\e) \right]  $$
\item{$(ii)$} if $\r=\G$ is a contour, then
   $$ \wtl_\indJh(\G) \le 
   \prod_\gg \exp \Bigl[ -(\b-1) |\gtl|_J L(\g) 
   - {\b h\over 2} |v(\G,\g)| | \Ig-k|
   \Bigr] \,.
   $$

\noindent
{\it Proof of the Corollary.}
Part $(i)$ was proved in Lemma \thm[2.3]. 
To prove
part $(ii)$ we recall the definition \equ(ren) and observe
that
$$
   \hat Z^{E(\G)}_e( v(\G),z,\Pi(\G_\partial) ) \ge
   \hat Z^{E(\G)}_e( v(\G),z,\Pi(\G) ) \ge
   \prod_\gg \hat Z^{E(\G)}_e( v(\G,\g),z,\Pi(\G) ) \,.
$$
Then
we apply part $(iii)$ of Lemma \thm[2.3] to each
$V=v(\G,g)$
(since
$\Pi(\G)$ satisfies $(a)$ and $(b)$).
Thus $(ii)$ follows
from the inequality
$$
   \nep{ -{\b\z\over5}}
   \sum_\gg |\d v(\G,\g)| \le 
   \nep{ -{\b\z\over5}}
   2 \sum_\gg |\gtl| \le 
   \sum_\gg |\gtl|_J
   \QED
$$

\smallno
An inportant consequence of Corollary \thm[2.4] is  that
the sum of the weight all contours whose support contains
a given site is \oqq small''. We state this results in a
more general form in order to meet our future needs.

\nproclaim Proposition [2.5].
Let $\b$ be large enough, $V\ssset\ZZ$ and $x\in V$. Then
\item{$(i)$}
   for all $c>{\z\over10}$,
$$
   \sum_{\st \e\in C_e(V,k) \atop 
   \st | \etl |\ge s, \ \bar\e\ni x }
   \nep{ -c \b |\etl| L(\e) } \le
   \nep{ -{2\over3} c s \b }
$$
\item{$(ii)$} 
for $n\in\Zp$, let $\bar\th(\b,h,n)$, $\bar h_n$ be such that
$$
   \b \bar h_n \ge \nep{ - {c\over25} \b \bar\th(\b,h,n) } \,.
   \Eq(2.hn)
$$
let $Y$ be the set of all $\G\in C^*_c(V,k)$ such that
\itemitem{(a)} there is a unique cylinder which is external in $\G$
\itemitem{(b)} $\G$ satisfies $(ii)$ and $(iii)$ in the definition
   of contours
\itemitem{(c)} for each $\g\in\G$ such that $\gtl\cap\d V =\emp$,
   $\diam\gtl \le \bar\th(\b,h,\Eg)$
\item{}
Then, for all $c>{\z\over10}$, $c'>{\z\over10}$,
$$
   \sum_{\st \G\in Y \atop 
   \st | \tilde\Gext |\ge s, \ \bar\Gext\ni x }
   \prod_\gg \exp \left[ - c \b |\gtl| L(\g) 
   - c' \b \bar h_\Ig \, |v(\G,\g)| \, | \Ig-k| \, \right] \le
   \nep{ -{2\over3} c s \b }
   \Eq(2.31)
$$

\smallno
{\it Remarks.}
\textindent{(1)}
The first inequality is an easy consequence of the fact that
the number of $\gtl$ with lenght $n$ is less than $K^n$
for some fixed number $K$.

\textindent{(2)}
The second inequality is trickier and relies on a construction
in which one associates to each contour $\G$ a tree $T(\G)$
(see \ref[DM]).

\textindent{(3)}
$(ii)$ clearly holds if one takes $\bar\th(\b,h,n) = \th(\b) =
\nep{ \b\z\over 10}$ (and so $Y\supset \Con(V,k)$), and
$\bar h(n) = h$ with
$$
   l=l(b,h) = -{1\over 4\b} \log(\b h) \le 2\kmax 
   \equiv 2\kmx
   \,.
   \Eq(2.kmax)
$$
Together with Corollary \thm[2.4], this implies that the 
RHS of \equ(2.31) is an upper bound for the sum
of the weight of all contours whose interior contains $x$
and such that $| \tilde\Gext |\ge s$.


\medno
{\it Main differences with \ref[DM].}

\textindent{(1)}
First of all in \ref[DM] elementary cylinders are those with
$\diam\gtl \le 100 \, (k\mmin\Eg)$. In this way their results
are valid for $h$ arbitrarily small (see also the remark after
Theorem \thm[1.1]), while we have sometimes to assume \equ(2.kmax).

\textindent{(2)}
They always have $J=1$, but taking $J$ arbitrary is not a real
complication

\textindent{(3)}
Statement $(ii)$ of Lemma \thm[2.3]
is given with $|V|$ instead of $|V_0|$ in the LHS.
With $|V|$ the statement is false because in the estimate
of the {\it entropic repulsion} one cannot count for sure on
those cyliders which touch the boundary of $V$. These, in fact,
could be forbidden by the compatibility rules at the boundary.
If one takes for instance $V=\xx$, then
$$
       {\hat Z^n_e(V,w_\indJh,+) \over 
       \hat Z^m_e(V,w_\indJh,+)} = 1 
$$
which is compatible with $(ii)$ if one uses $|V_0|$.

Having $|V_0|$ instead of $|V|$ is the origin of the
boundary term in the RHS of $(iii)$. This term is
harmless for the estimate of the weight of contours given
in Corollary \thm[2.4]
(it just turns $\b$ into $\b-1$), 
but causes a good deal of trouble
in Section 5 (Subsection 5.3 would be unnecessary in absence of
this boundary term).

\textindent{(4)}
Statement $(iii)$ of Lemma \thm[2.3] is given for
$$
   \nep{ -4\b k + {\b\over 100} } \le \b h \le
   \nep{ -4\b (k-1) - {\b\over 100} } \,,
$$
but one can easily check (given $(ii)$)
that it is still valid for $\hik$

\textindent{(5)}
Statement $(ii)$ of
Proposition \thm[2.5] is given (with $2/3$ replaced by $1/2$)
in the case of $c=\ov2$, $c'=\ov4$,
$$
   \bar h(n) = \nep{ -4\b(n\mmin k) } \quad 
   {\rm and} \quad
   \bar\th(\b,h,n) = 100 (n\mmin k) \,,
$$
but the same proof proves our version.

\fine
\expandafter\ifx\csname sezioniseparate\endcsname\relax%
   \input macro \fi

%--------------------------------- INIZIO

\numsec=3
\numfor=1
\numtheo=1
\pgn=1

\beginsection 3. A priori bounds

We collect in this section some basic estimates that will be
useful in the future.

\beginsubsection 3.1 Bounds uniform in the boundary conditions

Often we are going to assume that our volume is large
enough, so we set $N_1=\lfloor 8/h + 1 \rfloor$.
Let
$$
	  \bar H^{h,\infty}_V(\ph) 
   = \ov2 \sum_\indh | \ph(x) - \ph(y) | 
		          - \sum_\indhb \ph(x)   +
		         h \sum_\indhh \ph(x).  
    \Eq(3.1)
$$
Then we have, for all $J\in\d V$,
$$
   (n-1) \, |\deV|_J + H^{J,h,1}_V(\ph) \ge H^{J,h,n}_V(\ph) \ge
   (n-1) \, |\deV|_J + \bar H^{h,\infty}_V(\ph)
   \Eq(Hb)
$$
where $|\d V|_J$ was defined in \equ(lenghtJ) and $J\in\d V$ was
defined in Section 1.2.

\nproclaim Proposition [6.1b].
Let $\b,h>0$, $V=Q_N$ with $N\ge N_1 = \inte{8/h+1}$,
and let $l(x)\ge0$ for each $x\in V$.
Then
$$
   G_N(l) \equiv
   \sum_{\ph\in\O_V} \prod_{x\in V} \ph(x)^{l(x)}
   \nep{ -\b \Hbi} < \infty.
$$

\Pro\
We can write
$$
   \Hbi = H_V^{(h)}(\ph) + H_V^{(v)}(\ph)
$$
where
$$
   H_V^{(h)}(\ph) =
   \ov2 \sumh_\indh | \ph(x) - \ph(y) | 
		          - \sumh_\indhb \ph(x)   +
		         {h\over 2} \sum_\indhh \ph(x)
$$
and the $\sum^{(h)}$ is the sum over all horizontal bonds
($H_V^{(v)}$ is defined in the same way with vertical
bonds replacing horizontal ones).
By the Schwarz inequality
$$
   \eqalign{
   &
   G_N(l) \le 
   \Bigl[
   \sum_{\ph\in\O_V} \prod_{x\in V} \ph(x)^{l(x)}
   \nep{ -2\b H_V^{(h)}(\ph) }
   \Bigr]^{1\over2}
   \Bigl[
   \sum_{\ph\in\O_V} \prod_{x\in V} \ph(x)^{l(x)}
   \nep{ -2\b H_V^{(v)}(\ph) }
   \Bigr]^{1\over2} \equiv \cr
   & \equiv
   \sqrt{ G_N^{(h)}(l) \, G_N^{(v)}(l)  } \cr
   }
$$
Since both $G_N^{(h)}(l)$ and $G_N^{(v)}(l)$ factorize as product
of $1$--dimensional partition functions, all we have to do,
in order to prove the Proposition, is to show that each of these
factors is finite, \ie that
$$
   \Gb_N(l) = \sum_{a\in\ZpN} \prod_{i=1}^N a_i^{l_i}
   \nep{ -2\b H_N(a) } < \infty
   \Eq(Gb)
$$
where we have set
$$
   H_N(a) = -(a_1 + a_N) + 
   \sum_{i=1}^{N-1} |a_{i+1} - a_i|
   + {h\over2} \sum_{i=1}^N a_i \,.
   \Eq(3.30)
$$
Notice that \equ(Gb) is false if $N$ is small (just sum
over all constant configurations).
Let then 
$$
   \bar a = \min_{1\le i\le N} a_i \,.
$$
Then 

\kern -30pt
$$
   \sum_{i=1}^{N-1} |a_{i+1} - a_i| \ge (a_1 + a_N) - 2 \bar a \,,
$$
and so, if $N\ge N_1$,

\kern -30pt
$$
   H_N(a) \ge -2 \bar a + {h\over4} N \bar a +
   + {h\over4} \sum_{i=1}^N a_i \ge
  {h\over4} \sum_{i=1}^N a_i \,.
$$
In this way we get

\kern -20pt
$$
   \Gb_N(l) = \prod_{i=1}^N 
   \sum_{a_i = 1}^\infty
   a_i^{l_i} \, 
   \nep{ -\ov2 \b h a_i} < \infty \,.
$$


\nproclaim Proposition [6.2b].
For each $\b,h>0$, $s\ge0$, there exist constants 
$b_1(\b,h,s)$, $b_2(\b,h)>0$ such that
for all $\L\ssset\ZZ$, for all $J\in\d\L$, we have
($N_1(h) =\inte{8/h+1}$)
\item{$(i)$}
   for each $x\in\L$ such that there
   exists a square $\L' = Q_{N_1} + y$, with
   $x\in\L'\sset\L$ and for all $s\ge 0$,
$$
   \sup_{\psi\in\O}
   \mean^{J, h,\psi}_\L \ph(x)^s \le b_1(\b,h,s)
$$
\item{$(ii)$}
   for each $V\sset\L$ such that there
   exists a square $\L' = Q_{N_1} + y $ with
   $V\sset\L'\sset\L$
$$
   \inf_{\psi\in\O}
   \mu^{J, h,\psi}_\L
   \{ \ph(x) = 1 \ \forall x\in V \} \ge b_2(\b,h) 
$$

\Pro\
By \equ(DLR) and the FKG and Markov properties,
$$
   \eqalign{
   &
   \mean^{J,h,\psi}_\L \ph(x)^s =
   \sum_{\psi'\in\O} \mu^{J,h,\psi}_\L(\psi')
   \mean^{J,h,\psi'}_{\L'} \ph(x)^s \le
   \sup_{\psi'\in\O}    \mean^{J,h,\psi'}_{\L'} \ph(x)^s = \cr
   & =
   \sup_{n\in\Zp}    \mean^{J,h,n}_{\L'} \ph(x)^s \le
   \Bigl[ \sum_{\ph\in\O_{\L'}} \nep{-\b H^{J,h,1}_{\L'}(\ph) }
   \Bigr]^{-1}
   \sum_{\ph\in\O_{\L'}} 
   \ph(x)^s
   \nep{-\b \bar H^{h,\infty}_{\L'}(\ph) } \le b_1(\b,h,n) \cr
   }
$$
where we have used \equ(Hb) and Proposition \thm[6.1b].
The proof of the second statement is similar:
$$
   \eqalign{
   &
   \mu^{J,h,\psi}_\L 
   \{ \ph(x) = 1 \ \forall x\in V \} = \cr
   & =
   \sum_{\psi'\in\O} \mu^{J,h,\psi}_\L(\psi')
   \mu^{J,h,\psi'}_{\L'} 
   \{ \ph(x) = j \ \forall x\in V \} \ge
   \inf_{\psi'\in\O}    
   \mu^{J,h,\psi'}_{\L'}  
   \{ \ph(x) = 1 \ \forall x\in \L' \} = \cr
   & =
   \inf_{n\in\Zp}    
   \mu^{J,h,n}_{\L'}  
   \{ \ph(x) = 1 \ \forall x\in \L' \} \ge
   \Bigl[ \sum_{\ph\in\O_{\L'}} 
   \nep{-\b \bar H^{h,\infty}_{\L'}(\ph) }
   \Bigr]^{-1}
   \nep{ - \b h |\L'| } = b_2(\b,h) \cr
   }
$$

\beginsubsection 3.2. The Peierls argument

We present here two inequalities which we will use
several times, and which can be morally ascribed to Peierls.

\nproclaim Proposition [3.4a].
Let $\O$ be any countable set
and let $w : \O\mapsto [0,\infty)$ be
such that $Z=\sum_{i\in\O} w(i) < \infty$.
Define a probability measure $\mu$ on $\O$ by setting
$$
  \mu(X) = {\sum_{i\in X} w(i) \over Z} \x, \quad X\sset\O \x.
$$
Assume there exists an arbitrary set $\Ot$, with weights
$\wbar : \Ot \mapsto [0,\infty)$ and two maps
$f : \O \mapsto \Ot$, $g: \O\mapsto\O$ such that
\smallno
\item{(1)}
   $f(i)=f(j)$ and $g(i)=g(j)$ implies $i=j$
\item{(2)}
   $w(i) \le \wbar(f(i)) \, w(g(i))$ for each $i\in\O$.
\smallno
Then, if $X\sset\O$,
\smallno
\item{$(i)$}

\kern -30pt
$$\mu(X) \le \mu(g(X)) \sum_{j\in f(X)} \wbar(j)$$

\item{$(ii)$}

\kern -20pt
$$\mu(X) \le \sup_{i\in\O} 
   \sum_{j\in f(X\cap g^{-1}(i))} \wbar(j)$$

\noindent
{\it Remark.}
Notice that $f$ and $g$ need to be defined only on $X$ and not
on the whole space $\O$.

\smallno
\Pro\
In fact we have
$$
   \eqalign{
   &
   \mu(X) = 
   \sum_{j\in f(X)} \sum_{i\in X : f(i)=j} \mu(i) \le
   \sum_{j\in f(X)} \wbar(j) \sum_{i\in X : f(i)=j} \mu(g(i)) \le \cr
   & \le
   \mu(g(X)) \sum_{j\in f(X)} \wbar(j)  \cr }
$$
where we have used (2) in the first inequality and (1) in the
second one.
Analogously
$$
   \mu(X) \le 
   \sum_{i\in g(X)} \mu(i) \sum_{j\in X : g(j)=i} \wbar(f(j)) \le
   \sup_{i\in\O} \sum_{m\in f(X\cap g^{-1}(i))} \wbar(m)
   \QED
$$


\noindent
An immediate consequence of previous proposition is

\nproclaim Proposition [3.5a].
Let $\b,h >0$,
$V\ssset\ZZ$ simply connected, and $k\in\Zp$.
Then for any $J$ and any $\{\G_1,\ldots,\G_s\} \sset \Con(V,k)$
we have
$$
   \mu^{J,h,k}_V\{ \ph\in\O_V : 
   \{\G_1,\ldots,\G_s\} \sset \A^{\ph_l} \} \equiv
   \mub^{J,h,k}_V\{ \A :
   \{\G_1,\ldots,\G_s\} \sset \A \} \le
   \prod_{i=1}^s \wtl_{J,h}(\G_i)
$$
where $A^{\ph_l}$ is the collection of contours $\A$ such that
$\A\sim\ph_l$ ($\ph_l$ was defined right before \equ(mubar)).

\Pro\
Take as Peierls maps $f(\A) = \{\G_1,\ldots,\G_s\}$,
and $g(A) = \A\setm \{\G_1,\ldots,\G_s\} $.
Choose 
$$
   \wbar(f(\A)) = \prod_{i=1}^s \wtl_{J,h}(\G_i) \x.
$$
Use the representation on the LHS of \equ(mix) for the partition function
and notice that 
$$
   \Pi(\A_\de) \sset \Pi(g(\A)_\de).
$$
Both (1) and (2) in Proposition \thm[3.4a] then follow.
\QED

\beginsubsection 3.3. The distribution of $\ph$ when $\hik$

We want to prove the following

\nproclaim Proposition [3.6a].
Let $\b$ be large enough and $\hik$ with $1\le k\le 2\kmax$
($\kmax = \kmx$). Let $V\ssset\ZZ$ be simply
connected. Assume that 
$H(V,t)$ holds for $J$ with $t\ge\z\equiv 1000^{-1}$.
Let $U\sset V$ be such that
$$
   |U\cap\gb| \le |\gtl| \x  \quad \forall \g\in C(V,k) \x.
   \Eq(2a.u)
$$
Then, for all $c>\z$,
$$
   \mu^{J,h,k}_V \Bigl\{ \ph\in\O_V :
   \sum_{x\in U} |\ph(x) - k| \ge c|U| \Bigr\} \le
   \nep{ - \ov5 \b t c |U| } \x.
$$

\Pro\
For each $\G\in C^*_c(V,k)$ we define
\item{$\bullet$}
   $\G_{e,U}$ as
   the set of all $\gg$ such that
   $\gb\sset\gb'$ for some elementary $\g'$ with
   $\gb'\cap U \ne\emp$ ($\g'$ may coincide with $\g$. Notice
   that $\g$ itself doesn't have to intersects $U$)
\item{$\bullet$}
   $\G_{l,U}$ as 
   the set of all $\g\in \G_l$ such that $\gb\cap U\ne\emp$
   and $\Ig\ne k$

\smallno
If $\ph\in\O_V$ we let $\G^\ph \in C^*_c(V,k)$  be
such that $\ph\sim\G^\ph$.
Then we have, using also \equ(2a.u)
$$
   \eqalign{
   &
   \sum_{x\in U} |\ph(x)-k| \le
   \sum_{x\in U} 
   \sum_{\st \g\in \G^{\ph} \, : \, \gb \ni x \atop\st \Ig\ne k} 
   \Lg \le \cr
   & \le
   \sum_{\g\in \G^{\ph} \,:\, \Ig\ne k} |\gb\cap U| \, L(\g) \le
   \sum_{\g\in \G^{\ph}_{l,U}} |\gtl| L(\g) +
   \sum_{\g\in \G^{\ph}_{e,U}} |\gtl| L(\g)  \,. \cr }
$$
Hence
$$
   \eqalign{
   &
   \mu^{J,h,k}_V \bigl\{
   \sum_{x\in U} |\ph(x) - k| \ge c|U| \bigr\} \le \cr
   & \le
   \mu^{J,h,k}_V \bigl\{
   \sum_{\g\in \G^{\ph}_{l,U}} 
   |\gtl| L(\g) \ge {c\over2} |U| \bigr\} +
   \mu^{J,h,k}_V \bigl\{
   \sum_{\g\in \G^{\ph}_{e,U}} 
   |\gtl| L(\g)  \ge {c\over2} |U| \bigr\} =
   \mu_1 + \mu_2
   \cr }
   \Eq(2a.00)
$$
where $\mu_1$ and $\mu_2$ are defined in the obvious way.
To evaluate the first term we observe that if
$$
   \sum_{\g\in \G^{\ph}_{l,U}} 
   |\gtl| L(\g) \ge {c\over2} |U|
$$
then, by regarding $\G^{\ph}_l$ as a collection of
contours $\A^{\ph_l}$, there exists $s=1,\ldots,|U|$,
and a collection of contours $\{\G_1, \ldots, \G_s\} \sset \A^{\ph_l}$
such that 
\smallno
\item{$(i)$} $v(\G_i)\cap U\ne\emp$ for $i=1,\ldots,s$ 
\item{$(ii)$} $\sum_{i=1}^s p(\G_i) \ge {c\over2} |U|$
\smallno
where

\kern -10pt
$$
   p(\G_i) = \sum_{\g\in\G_i} |\gtl| \Lg \x.
$$
By Proposition \thm[3.5a], we find
$$
   \mu_1 \le 
   \sum_{s=1}^{|U|}
   \sump_{\{\G_1,\ldots,\G_s\}\sset \Con(V,k)} \prod_{i=1}^s \wJhtl(\G_i)
$$
where $\sump$ means the sum must be taken over all collections
of contours satisfying $(i)$ and $(ii)$.
Now we can use Corollary \thm[2.4], Proposition \thm[2.5] 
(see the following Remark (3)) and the hypothesis on $J$, and get
$$
   \eqalign{
   &
   \mu_1 \le
   \nep{ -{c\over4} t \b |U| }
   \sum_{s=1}^{|U|}
   { |U| \choose s } 
   \Bigl[ \sup_{x\in U}
   \sum_{\st \G\in\Con(V,k) \atop 
   \st \bar\G\ni x }
   \prod_\gg \nep{ - {\b\over3} |\gtl|_J L(\g) 
   - \ov2 \b h |v(\G,\g)| | \Ig-k| }
   \Bigr]^s \le \cr
   & \le
   \nep{ -{c\over4} t \b |U| }
   \sum_{s=1}^{|U|}
   { |U| \choose s } 
   \nep{ -{2\over9} \b t s } \le
   \nep{ -{c\over4} t \b |U| } \ 2^{|U|} \x. \cr }
   \Eq(2a.0)
$$
To evaluate $\mu_2$, we write instead
$$
   \hat Z^k(V,\wJh) = \sum_{\indC(k)} \prod_\gg \wJh(\g) \x.
$$
Now we use the Peierls argument with $f(\G) = \G_{e,U}$,
$g(\G)= \G\setm \G_{e,U}$ (these are well defined)
and $\wbar(\G_{e,U}) = \prod_{\g\in\G_{e,U}} \wJh(\g)$. 
By Proposition \thm[3.4a] we get
$$
   \mu_2 \le \sup_{\G'\in C^*_c(V,k)}
   \sump_{\st \G\in C^*_c(V,k) \atop\st
   \G\setm\G_{e,U} = \G'} \prod_{\g\in\G_{e,U}}
   \wJh(\g) 
$$
where $\sump$ means that the sum is restricted to those
$\G$ such that
$$
   \sum_{\g\in\G_{e,U}} |\gtl| \Lg \ge {c\over2} |U| \x.
$$
For each collection of positive integers $n=\{ n(x) \}_{x\in U}$
we define $Y(n)$ as the set of all $\G$ such that
\item{$(a)$}
   $\G$ is a compatible collection of elementary cylinders
\item{$(b)$}
   $\gb\cap U\ne\emp$ for each $\g\in\Gext$
\item{$(c)$}
   if $\g\in\Gext$ and $\gb\ni x$ for some $x\in U$, then
   $\Eg = n(x)$
\item{$(d)$}
   $\sum_{\g\in\G} |\gtl| \Lg \ge {c\over2} |U|$.
\smallno
Then it is clear that
$$
   \mu_2 \le
   \sup_n \sum_{\G\in Y(n)} \prod_\gg \wJh(\g) \x.
   \Eq(2a.mu2)
$$
Since $\diam |\gtl| \le \th = \nep{\b\z\over10}$, we have
$
   \b h |\gb| \le \b h \th^2 \le 1
$,
so
$$
   \wJh(\g) \le \nep{ - (\b-1) |\gtl|_J \Lg } \x.
$$
Because of this, the fact that $H(V,t)$ holds for $J$
and property $(d)$ of $Y(n)$,we get 
$$   
   \sum_{\G\in Y(n)} \prod_\gg \wJh(\g) \le
   \nep{ - {c\over4} t (\b-1) |U| }
   \sum_{\G\in Y(n)} \prod_\gg
   \nep{ -\ov2(\b-1) |\gtl|_J \Lg } \x.
   \Eq(2a.2)
$$ 
We perform the sum in the following way.
Since the level of the external cylinders is fixed, an element
$\G\in Y(n)$ is completely determined by a set of bases
$\{\gtl\}$, signs $\{ \Sg\}$, and heights $\{\Lg\}$
(some choices of the above quantities may not
correspond to a compatible set of cylinders, but if we sum over
all of them we get an upper bound).
After we sum over the possible values of $\{\Sg\}$ and $\{\Lg\}$,
we get
$$
   \sum_{\G\in Y(n)} \prod_\gg \wJh(\g) \le
   \nep{ - {c\over4} t (\b-1) |U| }
   \sump_{ \gtls } \prod_{\gtl\in\gtls}
   \nep{ -\ov3 \b |\gtl|_J } \x.
   \Eq(2a.3)
$$
where $\sump$ means that $\gtls$ is the set of bases of
some $\G\in Y(n)$.
In order to sum over all $\gtls$ we first fix the external ones
and get
$$
   \sump_{ \gtls } \prod_{\gtl\in\gtls}
   \nep{ -\ov3 \b |\gtl|_J } \le
   \sump_{\st \gtls\atop\st {\rm\ external}}
   \prod_{\gtl\in\gtls} \nep{ -\ov3 \b |\gtl|_J } B(\gtl) 
   \Eq(2a.1)
$$
where, using Proposition \thf[A.2] and the subsequent Remark,
$$
   \eqalign{
   &
   B(\gtl) =
   \sum_{\st \{\gtl'\} \, :\,  
   \gb'\sset\gb 
   \atop\st \ {\rm for\ each\ } \gtl'\in\{\gtl'\} }
   \prod_{\gtl'\in\{\gtl'\}} \nep{ -\ov3 \b |\gtl'|_J } \le \cr
   & \le 
   \exp\left[ |\gb| \nep{ - t \b } \right] \le
   \exp\left[ \th^2 \nep{ - t \b } \right] \le
   \exp\left[ \nep{ - \ov2 t \b } \right] \le 3 \x. \cr }
$$
Substituting back in the previous equation,
$$
   {\rm LHS\ of\ \equ(2a.1)} \le
   \sump_{\st \gtls\atop\st {\rm\ external}}
   \prod_{\gtl\in\gtls} \nep{ -\ov4 \b |\gtl|_J } \x.
   \Eq(2a.4)
$$
Because the $\gtls$ are external, their interiors $\{\gb\}$
are pairwise disjoint. This, together with property (b)
of $Y(n)$ allows us to use Proposition \thf[A.2] (and
subsequent Remark), which, since $|\gtl|_J \ge t |\gtl|$ and
$|\gtl|\ge 4$, implies
$$
   \sump_{\st \gtls\atop\st {\rm\ external}}
   \prod_{\gtl\in\gtls} \nep{ -\ov4 \b |\gtl|_J } \le
   \exp\left[ |U| \nep{ -{3\over4} \b t } \right] \x.
$$
Combining this with \equ(2a.mu2), \equ(2a.3), \equ(2a.1),
\equ(2a.4), and using $c\ge\z$, we get
$$
   \mu_2 \le 
   \exp\left[ - {c\over4} t (\b-1) |U| + |U| \nep{ -{3\over4} \b t }
   \right] \le
   \exp\left[ - {c\over4} t (\b-2) |U| 
   \right]
$$
which, together with \equ(2a.00), \equ(2a.0) gives the Proposition.
\QED

\smallno
A straightforward consequence of the previous proposition is

\nproclaim Proposition [3.7a].
Let $\b$, $h$, $V$ and $J$ as in Proposition \thm[3.6a].
Then
$$
   \mean^{J,h,k}_V |\ph(x) - k| \le \nep{ -\ov4 \b t} \qquad
   \forall x\in V \,.
$$

\fine
\expandafter\ifx\csname sezioniseparate\endcsname\relax%
   \input macro \fi

%----------------------------------------------------------

\numsec=4
\numfor=1
\numtheo=1
\pgn=1
\beginsection 4. Cluster expansion

\beginsubsection 4.1. Main results

Propositions \thm[2.1], \thm[2.2] say that if $V$ is a simply
connected finite volume, then the partition function
can be written as
$$
  Z^{J,h,k}(V) = \nep{ -\b h k |V|} \hat Z^k(V,\wJh) =
  \nep{ -\b h k |V|}
	 \sum_{\indCw(k)} \prod_\gg \wJhtl(\g) 
$$
where the renormalized weights are given by \equ(2.ztd).
We want to show that for each integer $k\ge 1$ there exists 
$\hkst\in\crit$
such that
$\Zhk$ has a cluster expansion for $h\in [\hkst, h^*_{k-1}(\b)]$
(when $k=1$ we prove cluster expansion for
$h\in[h^*_1(\b), h_1^+(\b)]$). In particular if $h=\hkst$,
then both $\Zh^k$ and $\Zh^{k+1}$ have a cluster expansion
which implies the existence of at least two distinct
Gibbs measures.

Given a cylinder $\g$, we define its
{\it truncated weights} in the spirit of \Zar's
version \ref[Z] of the the Pirogov--Sinai theory 
$$
   \wtr(\g) = \wJhtl(\g) \mmin \exp 
   \left[ -{\b \over 2} |\gtl|_J \Lg  
   \right] \,.
$$
A cylinder $\g$ is called {\it stable\/} if 
$\wtr(\g) = \wJhtl(\g)$.
Accordingly we define  the truncated partition function
$$
  Z^{J,h,n}_{tr}(V) =
  \nep{ -\b h n |V|} \,
  \Zh^{n}_{tr}(V,w_{J,h}) =
  \nep{ -\b h n |V|}
	 \sum_{\indCw(n)} \prod_\gg \wtr(\g)
$$
and the truncated free energy
$$
   f^n_{tr}(\b,h) = \lim_{N \to \infty}
   |Q_N|^{-1} \log  Z^{h,n}_{tr}(Q_N)
   \Eq(fe)
$$
(remember that absence of the superscript $J$ means
$J(x,y)=1$ for all $x,y$). Let
$$
   a_k(\b, h) = f^{k}_{tr}(\b,h) - f^{k+1}_{tr}(\b,h).
   \Eq(4z.a)
$$
The main results in this section are the following

\nproclaim Theorem [4.1].
Let $\b$ be large enough, $V \ssset\ZZ$ simply connected,
and let $J$ be such that
$H(V,t)$ holds with $t\ge 10\z$ ($\z=1000^{-1}$).
If $1\le k\le\kmax = \kmx$, then
\smallno
\item{$(i)$}
   there exists a unique $\hkst\in\crit$ such that
   $a_k(\b,\hkst) = 0$
\item{$(ii)$}
   if $h\in [\hkst, \hkp]$, then all cylinders $\g\in C(V,k)$
   are stable
\item{$(iii)$}
   if $h\in [\hkpp, \hkst]$, then all cylinders $\g\in C(V,k+1)$
   are stable
\item{$(iv)$}
   if $h\in [\hkpp, \hkm]$, then all cylinders 
   $\g\in C(V,k) \cup C(V,k+1) $ with \acapo
   $\diam \gtl \le |a_k(\b,h)|^{-1}$
   are stable

\noindent
{\it Remark.}
The typical situation for what concerns $J$ is
$J=1$ everywhere with the possible exception of the boundary
of a square $\L$, where $\sum_{e^*\in\d\L} J(e) \ge t|\d\L|$
holds.
   
\nproclaim Corollary [4.2].
Under the same hypotheses,
$$
   |\log  Z^{J,\hkst,k}(V) - \log  Z^{J,\hkst,k+1}(V) |
   \le |\deV| \nep{- \ov4 \b\z} \,.
$$

\smallno
The third and last result needs some definitions.
Given $\ph\in\O$
we set
$$
   \s(x) = \sign ( \ph(x) - k - 1/2 ) 
$$
and, for $U\ssset \ZZ$

\kern -20pt
$$ \eqalign{
   M_U(\s) &= M_U(\s(\ph)) = \sum\nolimits_{x\in U} \s(x) \cr
   m_U(\s) &= m_U(\s(\ph)) = |U|^{-1} M_U(\s) \,.\cr }
$$
Then we have

\begingroup  %-----------------------------------------------------

\def\muu{\mu^{\hst,k}_V}
\def\E{\mean^{\hst,k}_V}

\nproclaim Corollary [8.1]. 
Under the hypotheses of Theorem \thm[4.1], 
if $U\sset V$ is such that
$$
   |U \cap \bar\a| \le {1\over2} |\a|
   \qquad {\rm for\ all\ } \a\in C_B(V) 
   \Eq(U)
$$
then, for $m$ such that  $\z<m< 1-\z$ we have
$$\eqalign{
   \mu^{\hkst,k}_V \{ m_U(\ph) \ge -m \} &\le
   \nep{-{4\over9} \b t (1-m) |U|} \cr
   \mu^{\hkst,k+1}_V \{ m_U(\ph) \le m \} &\le
   \nep{-{4\over9} \b t (1-m) |U|} \cr }
$$

\endgroup  %-------------------------------------------------------


\beginsubsection 4.2. General results in cluster expansion
theory

Before proving Theorem \thm[4.1] we present some standard results
in cluster expansion theory adapted to our cylinder model.
For this purpose, 
given a set of weights
$$
   z : C(\ZZ,k) \mapsto \complex 
$$
and an arbitrary {\it finite\/} subset $\xi$ of $C(\ZZ,k)$,
we consider a generic partition function
$$
   \calZ(\xi, z) = \sum_{\st \G\in C^*_w(\ZZ,k) \atop \st
   \G\sset \xi} \prod_\gg z(\g) 
$$
(one should think of $z$ as of the renormalized weight).
A finite subset $\xi$ of $C(\ZZ,k)$
is called a {\it cluster} if it cannot be decomposed
into a union of two nonempty subsets $\xi = \xi_1 \cup\xi_2$,
such that every cylinder in $\xi_1$ is weakly compatible
with every cylinder in $\xi_2$.

\smallno
For $\xi$ finite subset of $C(\ZZ,k)$, we let
$$
   \norm\xi = \sum_{\g\in\xi} |\gtl|\Lg \qquad
   \xit = \cup_{\g\in\xi} \gtl \qquad
   \xib = \cup_{\g\in\xi} \gb 
   \Eq(4.10)
$$
With a little abuse of notation we also set, for each $V\ssset\ZZ$,
$$
   \calZ(V,z) = \calZ( C(V,k), z )
$$
($C(V,k)$ is an infinite set, but this won't cause any problem).


\nproclaim Theorem [CE].
Let $c>0$. There exists $\b_0(c)$ such that if $\b\ge\b_0(c)$
and
$$
   |z(\g)| \le \nep{- c\b|\gtl|\Lg} \,, \qquad \forall \g\in C(\ZZ,k)
$$
then, if $V$ is any finite subset of $\ZZ$, we have
\item{(1)}
   $\calZ(\xi,z) \ne 0$ for all $\xi\ssset C(\ZZ,k)$ and
   $\calZ(V,z)\ne0$
\item{(2)}

\kern -20pt
$$
\eqalign{
   &
   \log \calZ(\xi,z) =
   \sum_{\xi'\sset \xi} \Phi^T(\xi',z) 
   \quad \forall\xi\ssset C(\ZZ,k) \cr
   &
   \log \calZ(V,z) =
   \sum_{\xi\ssset C(V,k)} \Phi^T(\xi,z)  \cr }
$$
\item{} 
   where $\Phi^T(\xi,z)=0$ unless $\xi$ is a cluster, in which case
$$
   \Phi^T(\xi,z) = \sum_{\xi'\sset\xi} (-1)^{|\xi|-|\xi'|}
   \log \calZ(\xi',z) 
$$
\item{(3)} denoting by $[\g]$ the set of all cylinders in
   $C(\ZZ,k)$ which are not weakly compatible with $\g$, we have
$$
   \sum_{\st \xi\ssset C(\ZZ,k)\atop\st \xi\cap [\g]\ne\emp} 
   |\Phi^T(\xi,z)| \nep{ {3\over4} c \b \norm\xi } \le
   \ov{100} |\gtl| \,,\qquad \forall\g\in C(\ZZ,k)
$$
\item{(4)} for each dual edge $e^*$,
$$
   \sum_{\st \xi\ssset C(\ZZ,k)\atop\st \xit \ni e^*} 
   |\Phi^T(\xi,z)| \nep{ {3\over4} c \b \norm\xi} \le
   1 
$$
\item{(5)} if, for any finite volume $\L$, we set
$$
   \Phi^k(\L,z) = \sum_{\st\xi\ssset C(\ZZ,k)
   \atop\st \xib = \L} \Phi^T(\xi,z) 
$$
then
$$
   \log \calZ(V,z) = \sum_{\L\sset V} \Phi^k(\L,z) 
$$
and \ $|\Phi^k(\L,z)| \le \exp( -{2\over3} c\b K(\L) )$, where
$$
   K(\L) \equiv \min \{ \norm\xi : \hbox{\rm $\xi$ is a cluster and
   $\xib=\L$} \} \ge |\d\L|
$$
\item{(6)}
$$
   \sum_{\st \L\ssset\ZZ \atop \st \L\ni x, \, K(\L)\ge s}
   |\Phi^k(\L,z)| \le \nep{ -{c\over2}\b s }
$$
\item{(7)} if the weights $z(\g)$ are translation invariant, then
$$
   |\log \calZ(V,z) - |V| f(z) | \le
   |\d V| \nep{ - 2 c \b } 
$$
where
$$
   f(z) = \sum_{ 0\in\L\ssset\ZZ} {\Phi^k(\L,z)\over|\L|} 
$$

\smallno
{\it Remarks.}
Statements (1), (2) and (3) follow from the Koteck\'y and
Preiss cluster expansion theory \ref[KP], after having
checked that their hypothesis (1) in the main theorem is
verified with $a(\g) = |\gtl|/(100)$ and
$d(\g) = {3\over4} \b c |\gtl| \Lg$.
The only problem here is that $C(V,k)$ is an infinite set,
so one first defines
$$
   \calZ_n(V,z) = 
   \sum_{\st \G\in C^*_w(V,k) \atop \st
   \Lg \le n\ \forall\g\in\G} \prod_\gg z(\g) 
$$
proves (1) and (2) for $\calZ_n$ and then extends it to
$\calZ$ taking the $n\to\infty$ limit.
Statements (4)--(7) follows from the first three
(see, for instance \ref[DKS]).


\beginsubsection 4.3. Preliminary results

We give now some results which will be needed in the
proof of Theorem \thm[4.1].

\smallno
Sometime it will be useful to modify the strenght of the interaction
$J$ at the boundary of a certain volume $V$, so, given $J$ and
a real number $b$, we define
$$
   \Jb(b,\deV)(x,y) = \cases{
   b J(x,y) & if $[x,y]^*\in \deV$ \cr
   J(x,y) & otherwise \cr }
$$

\nproclaim Proposition [4.3].
Let $\b,h>0$, $V\ssset \ZZ$, $0<b<1$, and let $\Jb = \Jb(b,\d V)$. 
Then for all $m,n \in\Zp$,
$$
   {\Zn(V)\over\Zm(V)} \le
   \exp\Bigl[ \Bigl( b \b |n-m| + (1-b) \b \sup_{x\in\dV} 
   \mean^{\Jb,h,m}_V |\ph(x)-m| \Bigr) |\deV|_J \Bigr]
$$

\Pro\
In fact
$$
   {\Zn(V)\over \Zm(V)} \le {Z^{\Jb,h,n}(V) \over \Zm(V)} \le
   \exp\Bigl[ \, \b \sum_{[x,y]^*\in\deV} \Jb(x,y) |n-m| \Bigr] \,
   {Z^{\Jb,h,m}(V) \over \Zm(V) }.
$$
But

\kern -20pt
$$
   \sum_{[x,y]^*\in\deV} \Jb(x,y) =
   b|\deV|_J 
$$
and

\kern -20pt
$$
   H^{J,h,m}_V(\ph) - H^{\Jb,h,m}_V(\ph) =
   \sum_{[x,y]^*\in\deV :\, x\in V} J(x,y) (1-b) |\ph(x)-m| \,.
$$
So, by the Jensen inequality,
$$
   \eqalign{
   {Z^{\Jb,h,m}(V) \over \Zm(V) } & =
   \left( { \Zm(V)\over Z^{\Jb,h,m}(V) } \right)^{-1} =
   \left[
   \mean^{\Jb,h,m}_V 
   \exp[ -\b ( H^{J,h,m}_V(\ph) - H^{\Jb,h,m}_V(\ph) ) 
   \right]^{-1} \le
   \cr
   & \le
   \exp\, \mean^{\Jb,h,m}_V \bigl( \,
   \b H^{J,h,m}_V(\ph) - \b H^{\Jb,h,m}_V(\ph) \, \bigr)  \le \cr
   & \le
   \exp \Bigl[
   \b (1-b)  |\d V|_J \sup_{x\in\dV}
   \mean^{\Jb,h,m}_V |\ph(x)-m| \Bigr] 
   \QED
   \cr
   }
$$


\nproclaim Proposition [4.4].
Let $\b$ be large enough and $\hik$ with $1\le k\le 2\kmax$.
If $V$ is a simply connected finite
volume and $H(V, 10\z)$ holds for $J$, then, for each $n>0$,
$$
  {\Zn(V)\over\Zk(V)} \le
   \nep{ 0.11\b |n-k| |\deV|_J }.
$$

\Pro\
Let $ \Jb = \Jb(b,\deV)$ with $b=1/10$. Then $H(V,\z)$ holds
for $\Jb$, so, by Proposition \thm[3.7a],
$$
   \mean^{\Jb,h,k}_V |\ph(x) - k| \le {1\over100} \qquad
   \forall x\in V.
$$
Apply now Proposition \thm[4.3].
\QED

\noindent
The previous result \oqq almost'' says that, if $\hik$,
then cylinders starting from level $k$ are stable. 
Unfortunately in the renormalized weight there is a
quotient of \oqq signed'' partition functions. So we
want to express \oqq signed'' partition functions in
terms of unsigned ones

\nproclaim Proposition [4.5].
For any cylinder $\g$, if we let $\gb_x = \gb\mx$, then
\smallno
\item{$(a)$}
$
 \ds  \Zn(\gbar,\pm) \le \sum_{x\in\deb\gbar} \Zn(\gb_x)
$
\item{$(b)$}
$
 \ds  \Zn(\gbar,+) \ge \nep{-\b h n} \sup_{x\in\deb\gbar}
   \Zn(\gb_x)
   \prod_{y\in\deb\gb\mx} \mun_{\gb_x} \{ \ph(y) \ge n \} 
$
\item{$(c)$}
$
   \ds  \Zn(\gbar,-) \ge \nep{-\b h n} \sup_{x\in\deb\gbar}
   \Zn(\gb_x)
   \prod_{y\in\deb\gb\mx} \mun_{\gb_x} \{ \ph(y) \le n \}
$

\Pro\

\textindent{$(a)$}
By \equ(signed)
$$
   {\Zn(\gb,+) \over \Zn(\gb)} =
   \mun_\gb 
   ( \O_\gb^{n,+} )
   \Eq(+)
$$
If we call $X$ the RHS of \equ(+), then
$$
   \eqalign{
   &
   X\le
   \mun_\gb \left\{ \ph\in\O_V :
   \hbox{\rm $\exists x \in\debgb ,\,\ph(x) = n$} 
   \right\} \le
   \sum_{x\in\debgb}
   \mun_\gb \{ \ph(x) = n \} = \cr
   & =
   \bigl(\Zn(\gb)\bigr)^{-1} 
   \sum_{x\in\debgb} \sum_{\st\ph\in\O_{\gb_x}\atop\st\ph(x)=n}
   \nep{ -\b H^{J,h,n}_\gb (\ph)} \le
   \bigl(\Zn(\gb)\bigr)^{-1} 
   \sum_{x\in\debgb} \Zn(\gb_x) \cr
   }
$$

\textindent{$(b)$}
On the other side, by \equ(DLR) and the FKG property,
$$
   \eqalign{
   &
   X\ge
   \sup_{x\in\debgb} \mun_{\gb} \{ \ph(x)=n,\ \ph(y) \ge n
   \ \forall y\in\debgb \} = \cr
   & =
   \sup_{x\in\debgb} \mun_{\gb} \{ \ph(x)=n \} \,
   \mun_{\gb_x} \{ \ph(y) \ge n
   \ \forall y\in\debgb \} \ge \cr
   & \ge
   \sup_{x\in\debgb} 
   \bigl(\Zn(\gb)\bigr)^{-1} 
   \Zn(\gb_x) \nep{-\b h n}
   \prod_{y\in\debgb\mx} \mun_{\gb_x} \{ \ph(y) \ge n \} \cr }
$$

\textindent{$(c)$}
can be obtained in the same way.
\QED
   
   
\nproclaim Proposition [4.6].
Let $\b$ be large enough and  $\hik$ with $1\le k \le 2\kmax$.
If $V$ is a finite, simply connected
volume, and $H(V,10 \z)$ holds for $J$, then, for each
$\g\in C(V)$ with $\Eg=k$ we have
$$
   \wJhtl(\g) \le \nep{ - {2\over3} \b |\gtl|_J \Lg} <
   \wtr(\g) 
$$
hence $\g$ is stable.

\Pro\
If $\diam \gtl\le \zm$, then $\g$ is elementary and the
statement follows from Lemma \thm[2.3].
Let, then $\diam \gtl >\zm $ and
assume $\Sg = +1$ (the opposite case is analogous).
Set also $n=\Ig$.
By Proposition \thm[4.5]
$$
   {\Zn(\gb,+)\over\Zk(\gb,+)} \le
   \nep{\b h k }
   \sum_{x\in\debgb} {\Zn(\gb_x)\over\Zk(\gb_x)}
   \Bigl(\prod_{y\in\debgb\mx} \muk_{\gb_x} \{ \ph(y) \ge k \} 
   \Bigr)^{-1}
   \Eq(4.6.1)
$$
By Proposition \thm[3.6a], we know that
$$
   \Bigl(\prod_{y\in\debgb\mx} \muk_{\gb_x} \{ \ph(y)=k \} 
   \Bigr)^{-1} \le 
   \Bigl(1-\nep{- \ov5\b\z}\Bigr)^{-|\debgb|} \le
   \exp\Bigl[ 12 |\gtl| \nep{ -\ov5\b\z} \Bigr] 
   \le \nep{ |\gtl| } \,.
$$
Moreover, if $x\in\debgb$, $\gb_x$ is simply connected, so
we apply Proposition \thm[4.4] and obtain
$$
   {\Zn(\gb_x)\over\Zk(\gb_x)} \le
   \nep{ 0.11 \b |n-k| |\d (\gb_x)|_J } \,.
$$
But, since $\diam \gtl > \zm$ and $H(V,10 \z)$ holds for $J$,
we have
$$
   |\d (\gb_x)|_J \le |\gtl|_J +4 \le |\gtl|_J + 4 \z |\gtl|
   \le  1.4 \,  |\gtl|_J \,.
   \Eq(4.1.4)
$$
Hence
$$
   {\Zn(\gb,+)\over\Zk(\gb,+)} \le
   |\debgb| \nep{ 0.2 \b |n-k| |\gtl|_J + |\gtl| + \b h k } \le
   \nep{ 0.3 \b |\gtl|_J \Lg } 
$$
and the results follows from the definition of renormalized
weights \equ(2.ztd).
\QED

\nproclaim Proposition [4.7].
Let $\b$, $V$ and $J$ satisfy the hypotheses
of Theorem \thm[4.1].
With reference to the notation introduced
in Theorem \thm[CE] we have, for each $h>0$, $k\in\Zp$
$$
   f^k_{tr}(\b,h) = 
   -\b h k + \sum_{ 0\in\L\ssset\ZZ} {\Phi^k(\L,w^{tr}_h)\over|\L|} 
$$
and
$$
   |\log Z^{J,h,k}_{tr}(V) - |V| f^k_{tr}(h) | \le
   |\d V| \nep{ - \ov2 \b\z } 
$$

\Pro\
By definition of truncated weights, we can apply the results of
Theorem \thm[CE]
to both $Z^{h,k}_{tr}(V)$ and $Z^{J,h,k}_{tr}(V)$.
If $J=1$ we are in the translation
invariant case, so, by (7) of  Theorem \thm[CE], we have
$$
   \Bigl|\log Z^{h,k}_{tr}(V) +
   \b h k - \sum_{ 0\in\L\ssset\ZZ} {\Phi^k(\L,w^{tr}_h)\over|\L|} 
   \Bigr|
   \le \nep{ -\b } \,.
$$
On the other side, since 
$\Phi^k(\L,w^{tr}_h) = \Phi^k(\L, \wtr)$, unless $\L$ intersects
$\D(J)$ (see \equ(2.dej)), by 
(5) and (6) of Theorem \thm[CE]
we have
$$
   \eqalign{
   &
   |\log Z^{h,k}_{tr}(V) - \log Z^{J,h,k}_{tr}(V) | \le
   \sum_{\L\sset V} 
   | \Phi^k(\L,w^{tr}_h) - \Phi^k(\L, \wtr) | \le \cr
   & \le
   \sum_{x\in\D(J)}
   \sum_{\L\ni x} \left[
   | \Phi^k(\L,w^{tr}_h)| + |\Phi^k(\L, \wtr) | \right] \le
   2 |\d V| \nep{ - \b\z } 
   \QED \cr
   }
$$


\begingroup
\def\gx{\gb_x}
\beginsubsection 4.4. Proof of Theorem \thm[4.1] and
Corollary \thm[4.2]

We set $\hst = \hkst$ and $a(h) = a_k(\b,h)$.
The free energy is given
$$
   f(h) = 
   \lim_{N \to \infty}
   |Q_N|^{-1} \log  Z^{h,n}(Q_N) 
$$
and clearly does not depend on $n$.
Proposition \thm[4.6] implies, for each $N$
$$
   Z^{\hkm,k}_{tr}(Q_N) =    Z^{\hkm,k}(Q_N) \,, \qquad
   Z^{\hkpp,k+1}_{tr}(Q_N) =    Z^{\hkpp,k+1}(Q_N) 
$$
which gives
$$
   f^{k}_{tr}(\hkm) = f(\hkm) \ge f^{k+1}_{tr}(\hkm)
$$
and then
$$
   a(\hkm) \ge 0.
$$
In the same way one obtains $a(\hkpp) \le 0$.
Moreover a standard calculation (see for instance
Proposition \teo[1.9] in [Z]) gives
$$
   {\de f^n_{tr}(h) \over \de h_\pm } =
   - \b n + \a_n(\b)
$$
where $\lim_{\b\to\infty} \a_n(\b) = 0$. So $a(h)$ has a right
and left derivative and both of them are greater
than say $\b/2$. This implies the strict monotonicity of
$a(h)$ in the interval $[\hkpp,\hkm]$, and, by consequence, $(i)$.

In the following we will make use of the fact that, for
$0<m<n$,
$$
   {d\over dh} {Z^{J,h,n}(V)\over Z^{J,h,m}(V)} =
   \sum_{x\in V} \left[ \mean^{J,h,n}_V \ph(x) -
   \mean^{J,h,m}_V \ph(x) \right] \ge 0 \,
   \Eq(4.fkg)
$$
because of FKG.

\medno
We are now going to prove $(ii)$, $(iii)$ and $(iv)$ by induction.
Let
$$
   \hbox{\sl
   $(A_s)$\ :\qquad
   $(ii)$, $(iii)$, $(iv)$ hold for all cylinders $\g$ such that
   $|\gb|\le s$
   }
$$
$A_1$ is true because of $(i)$ of Lemma \thm[2.3].
Let's assume then $A_s$
and we'll show that $A_{s+1}$ follows. Actually we'll prove
only statement $(ii)$ and $(iv)$, since
$(iii)$ can be obtained in the same way as $(ii)$.
\medno
Choose a cylinder $\g$ with $|\gb|=s+1$, $\Eg=k$,
$\Ig = n$ and let $\g'$ be another cylinder with the same basis
$\gtl'=\gtl$ and $E(\g')=k+1$, $I(\g')= m$.
Let $\gb_x = \gb\mx$.
The proof can be conveniently broken into the following steps
\smallno
\item{(1)}
   $ \ds \bigl | \log
   Z^{J,\hst,k}(\gx) - \log Z^{J,\hst,k+1}(\gx)
   \bigr | \le |\gtl| \nep{ -\ov4 \b\z} 
   \qquad \forall x\in\deb\gb
   $
%\item{(2)}
%   $$ \left | \log
%   {Z^{J,\hst,k}(\gb,\pm)\over Z^{J,\hst,k+1}(\gb,\pm)}
%   \right | \le |\gtl| \nep{ -\ov4 \b\z }
%   $$
\smallno
\item{(2)}
   If $h\in [\hst,\hkm]$, then
   $ \ds \left | \log
   Z^{J,h,k}(\gb,+) -\log Z^{J,h,k}(\gb,-)
   \right | \le  |\gtl| \nep{ -\ov4 \b\z }
   $
\smallno
\item{(3)}
   If $h\in [\hst,\hkm]$, then for any $n$,
   $$ \log
   {Z^{J,h,n}(\gx)\over Z^{J,h,k}(\gx)}
   \le 0.2 \b |n-k| |\gtl|_J
   \qquad \forall x\in\deb\gb
   $$
\item{(4)}   
   If $h\in [\hst,\hkm]$, then $\g$ is stable
\smallno
\item{(5)}
   if $h\in [\hkpp, \hkm]$
   and $\diam \gtl \le |a(\b,h)|^{-1}$, then both $\g$ and
   $\g'$ are stable
 

\medno
{\it Proof of $(1)$.}
Since $|\gx|=s$ by induction all cylinders contributing to the
two partition functions are stable, so
$$
   Z^{J,\hst,i}_{tr}(\gx) =
   Z^{J,\hst,i}(\gx) \qquad i=k,k+1 \,.
$$
Since $\gb_x$ 
is simply connected and since the property $H(V, t)$ is
inherited by all subsets of $V$
we can apply
Proposition \thm[4.7] to $\gb_x$
and use the fact that $a(\hst)=0$ to obtain $(1)$.

%\medno
%{\it Proof of (2).}
%Since $Z^{J,h,n}(\gb)$ only involves cylinders $\g'$ such that
%$|\gb'|\le s$ we can proceed as in (1).

\medno
{\it Proof of $(2)$.}
Both partition functions are sums over collection of
cylinders $\g'$ with $|\gb'|\le s$, which are
stable by induction. So, setting $\gb_0 = \gb\setm\debgb$, we obtain
$$
   \Zk_{tr}(\gb_0) \nep{ -\b h k |\debgb|}
   \le 
   \Zk(\gb,\pm) =
   \Zk_{tr}(\gb,\pm) \le
   \Zk_{tr}(\gb) \,.
$$
By Proposition \thm[4.7]
$$
   | \log \Zk_{tr}(\gb_0) - \log \Zk_{tr}(\gb) | \le
   \bigl(|\d \gb_0 | + |\gtl|\bigr) \nep{ -\ov2 \b\z} +
   |\debgb| f^k_{tr}(h) \le |\gtl| \nep{ - \ov3 \b\z } 
$$
which implies
$$
   | \log \Zk(\gb,+) - \log \Zk(\gb,-) | \le
   |\gtl| \nep{-\ov3\b\z} + \b h k |\debgb| \le
   |\gtl| \nep{ -\ov4\b\z} \,.
$$

\medno
{\it Proof of $(3)$.}
We consider 3 cases
\smallno
\textindent{$(a)$}
If $\diam \gtl \le \nep{ \b\z\over 10 }$ then 
$$
   Z^{J,h,m}(\gx) = Z^{J,h,m}_e(\gx) =
   \nep{ -\b h m |\gx| } \Zh^m_e(\gx,w_{J,h}) \,, \qquad
   \forall m 
$$
so we can use \equ(4.fkg), (1) and Lemma \thm[2.3]--$(iv)$, and get
$$
   \eqalign{
   &
   {\Zn(\gx) \over \Zk(\gx)} \le
   {\Zn_e(\gx) \over \Zkp_e(\gx)} \,
   {Z^{J,\hst,k+1}(\gx) \over Z^{J,\hst,k}(\gx) } \le \cr
   &
   \exp \left[ |\d\gx| 
   \bigl( \nep{-\ov4\b\z} + \nep{-\ov5\b\z} \bigr) \right] \le
   \nep{ 0.2 \b |n-k| |\gtl|_J }  \cr }
$$
\smallno
\textindent{$(b)$}
If $\diam \gtl > \nep{ \b\z\over 10 }$ and $n<k$ then
$|\d\gx|_J \le 1.1 |\gtl|_J$, so, by \equ(4.fkg) and
Proposition \thm[4.4]
$$
   {\Zn(\gx)\over \Zk(\gx)} \le
   {Z^{J,\hkm,n}(\gx) \over Z^{J,\hkm,k}(\gx)} \le
   \nep{ 0.11 \b |n-k| |\d(\gx)|_J }\le
   \nep{ 0.2 \b |n-k| |\gtl|_J }.
$$

\smallno
\textindent{$(c)$}
If $\diam \gtl > \nep{ \b\z\over 10 }$ and $n\ge k+1$ we proceed
in a similar way
$$
   \eqalign{
   &
   {\Zn(\gx) \over \Zk(\gx)} \le
   {Z^{J,\hkpp,n}(\gx) \over Z^{J,\hkpp,k+1}(\gx) }  \,
   {Z^{J,\hst,k+1}(\gx) \over Z^{J,\hst,k}(\gx) } \le \cr
   & \le
   \exp\left[ 0.2 \b |n-k-1| |\gtl|_J + \nep{-\ov4 \b\z} |\gtl|
   \right] \le
   \nep{ 0.2 \b |n-k| |\gtl|_J } \,. \cr }
$$

\medno
{\it Proof of $(4)$.}

\textindent{$(a)$}
If $n>k$ then, by Proposition \thm[4.5]
$$
   \wtl_{J,h}(\g) = 
   \nep{ -\b |\gtl|_J \Lg }
   { \Zn(\gb,+) \over \Zk(\gb,+) } \le
   \nep{ -\b |\gtl|_J \Lg } R_1 R_2,
$$
where
$$
   R_1 = \sup_{x\in\debgb} 
   {\Zn(\gb_x)\over\Zk(\gx)} \le
   \nep{ 0.2 \b |n-k| |\gtl|_J },
$$
by (3), and
$$
   R_2 = 
   |\gb|
   \sup_{x\in\debgb}
   \Bigl(\prod_{y\in\debgb\mx} \muk_{\gx} \{ \ph(y)\ge k \} 
   \Bigr)^{-1}
   \nep{\b h k } \,.
$$
To estimate $R_2$ we first use FKG to replace $h$ with
$\hkm$ in $\muk_{\gx}$ and then proceed as in the proof
of Proposition \thm[4.6], obtaining
$$
   R_2 \le |\gb| \nep{ |\gtl| + \b h k } \le
   \nep{ 0.01 \b |\gtl|_J } \,.
$$
Thus we find
$$
   \wJhtl(\g) \le \nep{ 0.79 \b |\gtl|_J \Lg } < \wtr(\g) 
   \Eq(4.a)
$$
that is the cylinder is stable.

\smallno
\textindent{$(b)$}
If $n<k$ it is just a bit trickier,
$$
   \wtl_{J,h}(\g) = 
   \nep{ -\b |\gtl|_J \Lg }
   { \Zn(\gb,-) \over \Zk(\gb,+) } \,
   { \Zk(\gb,+) \over \Zk(\gb,-) } \le
   \exp\left[ -\b |\gtl|_J \Lg + \nep{-\ov4 \b\z}|\gtl|
   \right] R_1 R_2 
$$
where we have used (2) and
$R_1$, $R_2$ are the same as in $(a)$. Hence
$$
   \wJhtl(\g) \le \nep{ 0.78 \b |\gtl|_J \Lg } < \wtr(\g) \,.
   \Eq(4.b)
$$


\medno
{\it Proof of $(5)$.}
We already know that $\g$ is stable if $h\in[\hkst,\hkm]$.
Here we will show that $\g'$ is stable for $h$ in the same
interval. The proof when $h\in[\hkpp,\hkst]$ is identical.
If $m\ne k+1$, $S=\pm1$, then, by \equ(4.a) and \equ(4.b),
$$
   {\Zm(\gb,S) \over\Zkp(\gb,S)} =
   {\Zm(\gb,S) \over\Zk(\gb,S)} \,
   {\Zk(\gb,S) \over\Zkp(\gb,S)}  \le
   \nep{ 0.22 \b |\gtl|_J |m-k| }
   {\Zk(\gb,S) \over\Zkp(\gb,S)} \,.
   \Eq(4.22)
$$
Furthermore we know that
$$
   \Zk(\gb,S) = \Zk_{tr}(\gb,S) \le \Zk_{tr}(\gb) \,
$$
and that
$$
   \Zkp(\gb,S) \ge \nep{ -\b h |\debgb| (k+1) } \, \Zkp(\gb_0) \ge 
   \nep{ - \z |\gtl| } \Zkp_{tr}(\gb_0) 
$$
where $\gb_0= \gb\setm\debgb$. Now, using Proposition \thm[4.7], 
we can write
$$
   \eqalign{
   &
   \log \Zk(\gb,S) - \log \Zkp(\gb,S) \le
   \log \Zk_{tr}(\gb) - \log \Zkp_{tr}(\gb_0) + |\gtl| \le\cr
   & \le
   \bigl| \log\Zk_{tr}(\gb) -|\gb| f^k_{tr} \bigr| +
   \bigl| \log\Zkp_{tr}(\gb_0) -|\gb_0| f^{k+1}_{tr} \bigr| +
   \bigl| |\gb| f^k_{tr} | -|\gb_0| f^{k+1}_{tr} \bigr| + 
   |\gtl| \le\cr
   & \le 2 |\gtl| + a(h) |\gb| \,. \cr }
$$
But, since $\diam \gtl \le |a(h)|^{-1}$, we get
$$
   a(h) |\gb| \le 
   a(h) |\gtl| \, \diam\gtl \le 
  |\gtl|
   \,.
$$
So
$$
   {\Zm(\gb,S) \over\Zkp(\gb,S)} \le
   \nep{ 0.22 \b |\gtl|_J |m-k| + 3|\gtl| } \le
   \nep{ 0.23 \b |\gtl|_J |m-k| } \le
   \nep{ 0.46 \b |\gtl|_J |m-(k+1)| } 
$$
which means that $\g'$ is stable.
\QED

\medno
{\it Proof of Corollary \thm[4.2].}
Same as the proof of $(1)$.
\QED

\endgroup  %-------------------------------------------------------


\begingroup  %-------------------------------------------------------

\def\muu{\mu^{\hst,k}_V}
\def\E{\mean^{\hst,k}_V}
\beginsubsection 4.5. Proof of Corollary \thm[8.1]

Given $\ph\in\O_V$, let $\G_\ph\in C^*_c(V,k)$ be the collection
of compatible cylinders corresponding to $\ph$, \ie $\G_\ph \sim \ph$.
Let
$$
   A(\ph) = \{ x\in V : x \in \gbar
   \hbox{\rm\ for some $\g\in\G_\ph$ } \}.
$$
Then, by Chebyshev inequality,
$$
   \eqalignno{
   &
   \muu\{ \ph\in\O_V : m_U(\ph) \ge -m \} \le
   \muu\Bigl\{ |A(\ph) \cap U| \ge {1\over2} (1-m) |U| \Bigr\} \le \cr
   & \le
   \nep{ - c \b {(1-m)\over2} |U| }
   \E( \nep{ c\b |A(\ph)\cap U| } )
   &\eq(muu) \cr }
$$
for all $c$ such that the expectation is finite. 
The idea now is to introduce modified cylinder weights
that allow us to express the expectation in \equ(muu) as
a quotient of partition functions. This quotient will
be estimated by cluster expansion.

So we let, for a cylinder $\g$,
$$
   w_h^U(\g) =
   w_h(\g) \, \nep{ c\b|\gb\cap U| }.
$$
Then
$$
   \E( \nep{ c\b |A(\ph)\cap U| } ) =
   (\Zh^k(V,w_\hst) )^{-1} X
$$
where
$$
   \eqalign{
   &
   X = \sum_\indC(k) \prod_{\g\in\Gext} w^U_\hst(\g)
   \prod_{\g\in\G\setm\Gext} w_\hst(\g) = \cr
   & =
   \sum_\indCw(k) \prod_{\g\in\Gext} \wtl_\hst(\g) \,
   \nep{ c\b|\gb\cap U| }
   \prod_{\g\in\G\setm\Gext} \wtl_\hst(\g) \le \cr
   & \le
   \sum_\indCw(k) \prod_\gg \wtl_\hst(\g) \,\nep{ c\b|\gb \cap U| } =
   \sum_\indCw(k) \prod_\gg \wbar^U_\hst(\g) \cr
   }
$$
with
$$
   \wbar^U_\hst(\g) = \wtl_\hst(\g) \,\nep{ c\b|\gb\cap U| } \,.
$$
So we can write
$$
   \E( \nep{ c\b |A(\ph)\cap U| } ) \le
   {\sum_\indCw(k) \prod_\gg \wbar^U_\hst(\g) \over
   \sum_\indCw(k) \prod_\gg \wtl_\hst(\g) } \,.
   \Eq(E)
$$
Now we can use cluster expansion for both numerator
and denominator if $c$ is small enough. In fact, by 
Theorem \thm[4.1], we know that
$$
   \wtl_\hst(\g) \le \nep{ - {\b\over2} t |\gtl| \Lg }
$$
and, on the other side, using \equ(U),
$$
   \wbar^U_h(\g) \le \nep{ - {1\over2} \b (t-c) |\gtl| \Lg } \le
   \nep{ - 0.01 t |\gtl| \Lg }
$$
if $c \le 0.98 t$. 
By Theorem \thm[CE] we get
$$
   \eqalign{
   &
   \log {\rm RHS\ of\ \equ(E)} \le
   \sum_{ \L \sset V }
   \left| \Phi^k(\L, \wb^U_\hst) - \Phi^k(\L,\wtl_\hst)
   \right| \le \cr
   & \le
   \sum_{\st \L \sset V \atop\st \L\cap U\ne\emp }
   \left| \Phi^k(\L, \wb^U_\hst) - \Phi^k(\L,\wtl_\hst)
   \right| \le 
   |U| \nep{ - \ov{200} t \b } \cr }
$$
Together with \equ(muu) this gives (take $c = 0.98 t$)
$$
   \muu\{ m_U(\ph) \ge -m \} \le 
   \nep{ -{4\over 9} \b t (1-m) |U| } \,.
$$
In the same way one proves
$$
   \mu^{\hst,k+1}_V \{ m_U(\ph) \le m \} \le
   \nep{-{4\over9} \b t (1-m) |U|} 
   \QED
$$


\endgroup  %-------------------------------------------------------


\fine

\expandafter\ifx\csname sezioniseparate\endcsname\relax%
   \input macro \fi

%----------------------------------------------------------

\numsec=5
\numfor=1
\numtheo=1
\pgn=1
\beginsection 5. Arbitrary boundary condition I. Away from
the phase transition

Throughout most of this section we assume
\smallno
\item{($K_1$)} $\b$ is large enough
\item{($K_2$)}
   $\hik = [\hkm, \hkp]$ (see \equ(2.ik)) with
   $k=1,\ldots, \kmax = \kmx$
   and $\z=1000^{-1}$
\item{($K_3$)}
   $\L=Q_{N}$ with $N\ge N_0 =\lfloor (\z^3 h)^{-1}\rfloor$
\item{($K_4$)}
   $\L' = Q_{N'}$ where $N' = N - 2\lfloor N/4 \rfloor$

\medno
Our goal is to prove that {\it boundary conditions do not percolate
inside the bulk}.
So, for $\ph\in\O_\L$, we give a name
to the set of clusters of the region where $\ph$ is at least $j$
which are attached to the
boundary 
$$
   R_+(\L,j,\ph) =
   \left\{ x\in\L :
   \vcenter{\rm 
   \hbox{ there exists a path $(x=x_1, \ldots, x_s)$ 
   such that }
   \hbox{$x_s\in\deltaL$ and $\ph(x_i)\ge j$ for each $i$}
   }
   \right\}.
$$
$R_-(\L,j,\ph)$ is defined in the same way with
$\ge j$ replaced by $\le j$.
We also define
$$
   \eqalign{
   S_\pm(\L,j,\L') &= \{ \ph\in\O_\L : R_\pm(\L,j,\ph) \cap \L' \neq
   \emptyset \}
   \cr
   S^0_\pm(\L,j,\L') &= S_\pm(\L,j,\L') \setm S_\pm(\L,j\pm 1,\L') \cr }
$$
The goal of this section is to prove the following two results

\nproclaim Theorem [3.5].
Assume $(K_1)$--$(K_4)$.
Then for each $j>0$ and for all $\psi\in\O$
$$
   \m^{h,\psi}_\L
   \bigl( \, S_+(\L,k+j,\L') \cup S_-(\L,k-j,\L') \,
   \bigr) \le
   \nep{ -\z \b N j /k^2 } \,.
   \Eq(perc)
$$

\nproclaim Theorem [fbc].
Assume $(K_1)$--$(K_2)$ and let $\L=Q_N$ with $N\ge 10 h^{-1}$.
Then for each $j>0$ and for all $x\in \L$,
$$
   \m^{h,\emp}_\L
   \bigl( \,S_+(\L,k+j,\xx) \cup S_-(\L,k-j,\xx) \,
   \bigr) \le
   \nep{ - \z \b j d(x,\L^c) } \,.
$$

\noindent
{\it Remark.} Notice that with $n$ b.c. we are saying
that there is no percolation al level (say) at least $k+1$
reaching a distance greater than a certain constant divided by
$h$. On the other side, if we have free b.c. one expects
$\ph(x)=k$ right {\it at} the boundary $\de\L$.


\beginsubsection 5.1.
Percolation in terms of contours

We are going to
\smallno
\textindent{$\bullet$}
   define an event slightly larger than
   $S_+(\L,k+j,\L') \cup S_-(\L,k-j,\L')$,
   but with
   the advantage of being defined directly in terms of contours

\textindent{$\bullet$}
   define a representation of the partition function
   $\Zh^n$
   analogous to \equ(mix), but with contours starting from the
   ``right phase'' $k$.
   In this representation, weights of contours, that
   must be modified to take into account b.c., are not small
   enough to guarantee cluster expansions, nevertheless
   they provide bound \equ(perc)
\smallno
For reasons that will become more apparent shortly
we don't want the boundary conditions
to affect the weight of elementary cylinders, so we issue
the following
\smallno
{\it Warning.}
In this section we modify the notion of {\it elementary cylinder}
by considering as elementary only those cylinders $\g$ such that
\smallno
\item{$(i)$} $\diam \gtl \le \th = \nep{ \z\b \over 10}$
\item{$(ii)$} $| \gtl \cap \d\L | = 0$
\smallno
{\it Remark.} Changing the definition of elementary cylinders
is in principle a rather dangerous thing to do, since it
is a very \oqq low level'' definition and may affect
a whole lot of things. We observe here that in our
case the main statement in Section 2, \ie Corollary
\thm[2.4] is still valid with exactly the same proof.
Also the hypothesis $(c)$ in part $(ii)$ of
Proposition \thm[2.5] is given in
such a way to include the present definition of elementary
cylinders.

\smallno
The idea for proving Theorem \thm[3.5]
is to replace $\ph$ with $\ph_l$ (defined in Section 2),
by eliminating
all elementary cylinders first, and then use \equ(2.10) in order
to estimate the induced probability. We then start by
defining
$$
   \eqalign{
   S_{\pm,l}(\L,j,\L') &= \{ \A\in W_l(\L,k) : 
   R_\pm(\L,j,\ph) \cap \L' \neq
   \emptyset,\ {\rm where\ } \ph\sim\A \} 
   \cr
   S^0_{\pm,l}(\L,j,\L') &= S_{\pm,l}(\L,j,\L') 
   \setm S_{\pm,l}(\L,j\pm 1)
   \cr }
$$
and showing that

\nproclaim Lemma [3.1].
If $\L=Q_{N}$, $\L'\sset\L$, then for all $\b,h,j,n,N$
$$
   \mu\hnL (S_\pm(\L, j,\L')) \le 
   \mu\hnL \{ \ph : \ph_l\in S_\pm(\L, j,\L')) \equiv
   \mub\hnL(S_{\pm,l}(\L, j,\L')) .
$$

\Pro\
We will actually show that
$$
   R_+(\L,j,\ph) \sset R_+(\L,j,\ph_l)
   \Eq(3.phl)
$$
which implies the thesis.

Let $x\in R_+(\L,j,\ph)$, and let $(x_1,\ldots,x_s)$ be
a path connecting $x=x_1$ with $x_s\in\de\L$ such that
$\ph(x_i)\ge j$ for all $i$.
Let $\G,\G_l$ be the collections of cylinders in $C^*_c(\L,k)$
corresponding respectively to $\ph$ and $\ph_l$.
Thus $\G_l$ is obtained by $\G$ by removing all elementary
cylinders.
Take any site $x_i$ along the path. If there are no
elementary cylinders $\g$ such that $\gb\ni x_i$, then
$\ph_l(x_i) = \ph(x_i) \ge j$. If, on the contrary, $x_i$
is contained in the interior of some elementary cylinder, then
$$
   \ph_l(x_i) = E(\g_*)
$$
where $\g_*$ is the most external elementary cylinder in $\G$
such that $\gb_*\ni x_i$.

But we know that $\gb_* \not\ni x_s$  because
otherwise $\gtl_*$ would have at least one edge in common
with $\d\L$ and by consequence would not be elementary, by
property $(ii)$.
So, there exists $j\in\{i,\ldots,s-1\}$ such that
$x_j\in\gb_*$ and $x_{j+1}\notin \gb_*$, so that
$[x_j,x_{j+1}]^* \in \gtl_*$. Hence, by Proposition \thm[2.1.2],
$$
   E(\g_*) \ge \ph(x_j) \mmin \ph(x_{j+1}) \ge j.
$$
So $\ph_l(x_i)\ge j$ for all $i$, which implies \equ(3.phl).
Analogously one proves that
$R_-(\L,j,\ph) \sset R_-(\L,j,\ph_l)$ \QED

\medno
In order to find a bound on $\mub(S_{\pm,l}(\L,j,\L'))$,
it is useful to express the partition function
with $n$ boundary condition as a sum over cylinders
starting from $k$ (the right phase) whose weight is modified
if they touch the boundary.
If one sets
$$ \wmod(\g) = 
   w_h(\g)\,\nep{2\b q(\g) L_n(\g)} =
   \exp\bigl[-\b |\gtl| L(\g) + 2\b q(\g) L_n(\g)
   + \b h S(\g) |\bar\g| L(\g) \bigr]
   \Eq(5.20)
$$
where
$q(\g) = |\gtl \cap \d\L |$ and
$$
   L_n(\g) = | [k,n] \cap [\Eg, \Ig] | \>
   \c \{ \hbox{sign}(n-k)(\Ig-\Eg) = 1 \}
   \Eq(5.21)
$$
then the partition function with $n$ b.c. can be written as 
$$ Z^{h,n}(\L) = \neper^{-\b h k |\L| -  \b |n-k||\d\L| }
   \hat Z^k(\L,\wmod) 
   \Eq(n2.1)
$$
Also, by Proposition \thm[2.2] 
$$
   \hat Z^k(\L,\wmod) =
   \sum_{\A\in W_l(\L,k)} 
   \wmod(\A)
   \Eq(n2.2)
$$
where 
$$
   \wmod(\A) = 
   \hat Z^{k}_e( \L \setm v(\A),w_h,\Pi(\A) ) 
   \prod_\GA \prod_\gg 
   \left[ \wmod(\g) \, 
   \hat Z^\Ig_e( v(\G,\g), w_h,\Pi(\A) ) 
   \right]
   \Eq(n2.3)
$$
Notice that the elementary partition functions have $w_h$ and
not $\wmod$ because elementary cylinders don't touch $\d\L$,
and so for them $q(\g)=0$.
On the other side, for the same reason
if $\G$ is a contour, then
it may contain arbitrarily small cylinders touching the
boundary of $\L$.
As we will see they are not dangerous in
our construction.
By \equ(n2.1), \equ(n2.2) we get
$$
   \mub^\indhn_\L(\A) \equiv
   \mu^\indhn_\L \{ \ph\in\O_\L : \ph_l \sim \A \} =
   { \wmod(\A) \over \hat Z^k(\L,\wmod) } \,.
   \Eq(3.mub)
$$

\beginsubsection 5.2. The cut and paste operation

In this subsection we want to find an upper bound for
$\mub\hnL(S_{+,l}(\L,k+j,\L') )$. 
The most natural approach leads one to try to estimate this quantity
with
Peierls-like sums like
$$
   \sum_{\st \G\in \Con(\L,k) \atop \st 
   v(\G)\cap\de\L\ne\emp, \,
   v(\G)\cap\L'\ne\emp}
   \wmodtl(\G).
$$
Unfortunately the structure of contours is quite complicated
and those techniques which yield for instance Proposition \thm[2.5]
are inadeguate in presence of an arbitrary b.c. because of
the potentially dangerous factor $q(\g) L_n(\g)$ in the modified
weight.
In the following we'll see how the above sum can be
replaced by another one containing {\it very simple} contours.
\smallno
Define
$$
   \Con^\pm(\L,k) =
   \{ \G \in \Con(\L,k) : \forall \gg,\ 
   \{\Eg, \Ig\} \sset \{k,k\pm1\} \} \,.
$$
and
$$
   W_l^\pm(\L,k) =
   \{ \A\in W_l(\L,k) : \forall \GA,\ \G\in\Con^\pm(\L,k),
   \     v(\G)\cap\de\L\ne\emp, \,
   v(\G)\cap\L'\ne\emp
   \}
   \Eq(W+)
$$
The structure of these  contours is fairly simple. 
In fact, if
$\G\in\Con^+(\L,k)$, then
\smallno
\item{$(i)$}
   if $\g_0$ is the external cylinder in $\G$, then
   $E(\g_0) = k$, $I(\g_0)=k+1$
\item{$(ii)$}
   all the others $\gg$ have $\Eg=k+1$, $\Ig=k$ and there is
   no other $\g'$ such that $\gb\sset\gb'\sset\gb_0$
\item{$(iii)$}
   if $\g\ne\g_0$, then $q(\g)=0$, because of the compatibility
   with $\g_0$.

\medno
The key result for proving the $+$ half of Theorem \thm[3.5] is

\nproclaim Lemma [3.2].
Assume $(K_1)$--$(K_4)$.
Then for each $n>k$, $j>k$
$$
\bar \mu^\indhn_\L( S^0_{+,l}(\L,j,\L')) \, \le \,
\bar \mu^\indhn_\L( S^0_{+,l}(\L,j-1,\L')) \kern -10pt
\sum\AWp\wbar(\A)
$$
where
$$ 
   \wbar(\A) = \prod_\GA \wbar(\G) \quad {\rm and}\quad
   \wbar(\G) = 
   \nep{ -{\b h\over 3} |v(\G)| }
   \prod_\gg \nep{-\b ( |\gtl| -2 q(\g))} 
$$

\noindent
{\it Remark.}
The above lemma is unfortunately false for $S^0_{-,l}(\L,j,\L')$
with $n<k$, $j<k$. The \oqq negative'' case is slightly
trickier to handle and will be treated separately.

\medno
\Pro\
Thanks to Proposition \thm[3.4a] $(i)$
and to \equ(n2.2), \equ(n2.3), \equ(3.mub), in order to prove
Lemma \thm[3.2] it is sufficient to find two maps $f$, $g$
defined on $W_l(\L,k)$, such that
\smallno
\item{($h_1$)}
   $f$ maps $S^0_{+,l}(\L,j,\L')$ into $W^+_l(\L,k)$ and
   $g$ maps $S^0_{+,l}(\L,j,\L')$ into $S^0_{+,l}(\L,j-1,\L')$
\item{($h_2$)}
   if $f(\A)=f(\B)$, $g(\A)=g(\B)$, then $\A=\B$
\item{($h_3$)}
   $\wmod(\A) \le \wmod(g(\A)) \, \wbar(f(\A))$

\smallno
We set for simplicity $\A'=f(\A)$ and $\A''=g(\A)$.
Roughly speaking we want to define $\A'$ and $\A''$ as follows:
let $\A \in S^0_{+,l}(\L,j,\L')$. This means the the corresponding
configuration $\ph\sim \A$ percolates from $\deltaL$ to
$\L'$ at level $j$ but not at $j+1$. 
Then one could define a new configuration
$\ph''$ which is equal to $\ph-1$ on $R_+(\L,k+1, \ph)$
and equal to $\ph$ on the rest. In this way $\ph''$ percolates
from $\deltaL$ to $\L'$ only at level $j-1$. Define now
$\ph' = k + \ph - \ph''$, $\A' \sim \ph'$, $\A'' \sim\ph''$
and more or less we are done. In other words $\A'$
is the portion of the slice $\ph = k+1$ which is connected
to $\deltaL$, and $\A''$ is what we get by pasting together
what remains after extracting that slice.

Things are a little more complicated because we want
to define $\A'$ and $\A''$ directly in terms of cylinders,
the reason being that it will be much easier to prove
properties ($h_1$), ($h_2$) ($h_3$).
So, we are going to mess around with cylinders a little bit,
with the idea of reproducing a result similar to the one stated
above.

We first define the {\it prime\/} and {\it double prime\/}
operations on contours and then they will be extended
to collections of contours. So, let $\G\in\Con^+(\L,k)$
with $S(\G_{ext}) = +1$.
Then set
$$
  \G = \{ \g_0 \} \cup \G_a \cup \G_b \cup\G_c
$$
where $\g_0$ is the unique external cylinder in $\G$ and
$$
   \eqalign{
   \G_c &= \{ \gg : \hbox{\rm
   $\Ig\le k$, there is no other $\g'\in\G$ s.t. $I(\g')\le k$
   and $\bar \g' \supset \gbar$} \}
   \cr
   \G_b &= \{ \g\in\G\setm\G_c : 
   \hbox{\rm there is $\g'\in\G_c$ such that
   $\bar \g'\supset\gbar$} \}
   \cr
   \G_a &= \{ \g\in\G\setm(\G_c \cup \G_b \cup \{ \g_0 \}) :
   \Ig  \ge k+1 \}
   \cr
   }
$$
Define also, for any cylinder $\g=(\gtl,E,I)$
$$
   \g_- =(\gtl,E-1,I-1) \qquad
   \gdn =(\gtl,E,I-1) \qquad
   \g_\mmax =(\gtl,E-1,I)
$$
Now we let (see also Fig.~4)
$$
   \eqalign{
   \G' &= \{ (\tilde \g_0,k,k+1)\} \cup
          \{ (\gtl, k+1, k) : \g\in\G_c \} \cr
   \G'' &= 
   (\g_0)_\dnar                 \cup
   \{ \g_- : \g\in \G_a \}      \cup
   \{ \g_\mmax : \g\in \G_c \}  \cup
   \G_b
   \cr }
$$
{\it Remarks.}
\smallno
\bu
Some cylinders in $\{ \g_\mmax : \g\in \G_c \} 
    \cup \{ (\g_0)_\dnar \}$ may have
$\Ig=\Eg$. It is understood that these zero height cylinders
are not included in $\G''$.
\bu
In general $\G''$ is not a contour but it splits into
a collection of compatible contours as it appears in
the example in Fig.~4, where $\G''$ consists of two contours.

\smallno
If $\A \in W_l(\L,k)$, then let $\A_0$ be the subset of $\A$
containing all those $\G$ such that $S(\G_{ext})=+1$ and
$v(\G')\cap\de\L\ne \emp$, 
$v(\G')\cap\L'\ne \emp$. We then define
$$
   \eqalign{
   \A' &= \{ \G' : \G\in \A_0 \} \cr
   \A'' &= \{ \G'' : \G\in \A_0 \} \cup (\A\setm\A_0) \cr }
   \Eq(3.AA)
$$

\nproclaim Proposition [3.7].
Let $\A\in S^0_{+,l}(\L,j,\L')$, $j>k$ and let $\ph\sim\A$, 
$\ph'\sim\A'$, 
$\ph''\sim\A''$. Then
\smallno
\item{$(i)$}
$$
   \ph'(x) = \cases{ k+1 &if $x\in v(\A')$ \cr
                      k  &if $x\notin v(\A')$ \cr }
$$
\item{$(ii)$}
$$
   \ph''(x) = \cases{ \ph(x)-1 &if $x\in v(\A')$ \cr
                      \ph(x)  &if $x\notin v(\A')$ \cr }
$$
\item{$(iii)$}
   if $B$ is a connected cluster of $R_+(\L,k+1,\ph)$ such that
   $B$ intersects both $\de\L$ and $\L'$, 
   there exists $\G\in A$, such that $S(\G)=+1$ and
   $B\sset v(\G')$, \ie $B\sset v(\A')$.

\Pro\
Parts $(i)$ and $(ii)$ are direct consequences of the definitions.
>From Proposition \thm[2.1.1], it is clear that there exists a
contour $\G$ 
whose external
cylinder $\g_0$ satisfies $\gb_0\supset B$, $S(\g_0) = +1$.

In order to prove that $B \sset v(\G')$ we must show
that $B$ does not intersect the interior of any cylinder
in $\G_c$.
Let then $x\in B$, then we claim that
there is no cylinder $\g\in\G$
with $\gbar\in x$ such that $\Sg=-1$ and $\Ig\le k$. In fact
assume there is such a cylinder. Then, by Proposition \thm[2.1.1],
we have
$$
   \ph(y) \le k, \quad \forall y\in \deb\gbar
$$
and so there is a connected set surrounding $x$ where $\ph\le k$,
which contradicts our hypotheses.

This means no $x\in B$ can be contained in the interior of
a cylinder $\g\in\G_c$, so, by consequence, $B\sset v(\G')$.
\QED

\nproclaim Proposition [3.8].
Assume $(K_1)$--$(K_4)$.
Then for all $n,j>k$ 
properties $(h_1)$, $(h_2)$ and $(h_3)$ hold.


\Pro\

\textindent{$(h_1)$}
$\A' \in W_l^+(\L,k)$
by definition.
Moreover, it should be fairly easy to
convince oneself that $\A''$ is a compatible collection
of contours.
Take now $\ph, \ph''\in\O_\L$ such that $\ph\sim\A$
and $\ph''\sim\A''$. Since $\ph$ percolates from $\deltaL$ to $\L'$
at level $j$ (but not $j+1$), and since $\ph''\ge\ph-1$,
$\ph''$ does percolate al level $j-1$.
In order to prove that $\ph''$ does not percolate at level $j$
it is sufficient to observe that, by Proposition \thm[3.7], 
$\ph'' = \ph-1$ on a set 
which includes all clusters of
$R_+(\L,k+1,\ph)$ touching $\L'$.
So, we have $\A'' \in S^0_{+,l}(\L,j-1,\L')$.
\smallno 
$(h_2)$ follows from $(i)$ and $(ii)$ of Proposition \thm[3.7].
\smallno
We are left with the proof of property $(h_3)$. 
>From \equ(n2.3) we get
$$
   {\wmod(\A) \over \wmod(\A'')} = R_1 \, R_2 
$$
where
$$
   R_1 = {
   \prod_\GA \prod_\gg
   \wmod(\g)
   \over
   \prod_{\G\in\A''} \prod_\gg
   \wmod(\g)
   } 
$$
and
$$
   R_2 = {
   \hat Z^{k}_e( \L \setm v(\A),w_h,\Pi(\A) ) 
   \prod_\GA \prod_\gg 
   \hat Z^\Ig_e( v(\G,\g), w_h,\Pi(\A) ) 
   \over
   \hat Z^{k}_e( \L \setm v(\A''),w_h,\Pi(\A'') ) 
   \prod_{\G\in\A''} \prod_\gg
   \hat Z^\Ig_e( v(\G,\g), w_h,\Pi(\A'') ) 
   }
$$
>From the definition of $\A''$, keeping in mind that
\smallno
\item{$(a)$} if $\g\in\G_a$, and so both $\Eg, \Ig$
   are at least $k+1$, then $L_n(\g) \le L_n(\g_-)$, so
   \acapo 
   $\wmod(\g) \le \wmod(\g_-)$
\item{$(b)$} $\wmod(\g_0) \le \wmod( (\g_0)_\dnar) \, 
   \wmod((\gtl_0, k, k+1))$
\item{$(c)$}
   if $\g\in\G_c$, then $w_h(\g) = w_h(\g_\mmax) \,
   w_h((\gtl,k+1, k))$. (In this case since $\Sg =-1$, $\wmod$
   coincides with the unmodified weigth $w_h$).
\item{$(d)$} for every contour $\G$ with $S(\G)=+1$
$$
   v(\G') = \gb_0 \setm \cup_{\g\in\G_c} \gb =
   \cup_{\g\in \{\g_0\} \cup\G_a} v(\G,\g) 
$$
\smallno
one easily gets
$$
   R_1 \le
   \prod_{\G\in\A_0} 
   \Bigl[ \wmod((\g_0, k, k+1)) \prod_{\g\in\G_c} w_h((\gtl, k+1, k))
   \Bigr] =
   \prod_{\G\in\A_0} 
   \prod_\ggp 
   \nep{-\b (|\g| - 2 q(\g))} \nep{ - \b h v(\G') } \,.
$$
For what concerns $R_2$ we claim that
$$
   R_2 \le
   \prod_{\G\in\A_0} 
   \prod_{\g\in \{\g_0\} \cup\G_a}
   { \Zhe^\Ig( v(\G,\g), w_h, \Pi(\A) ) \over
   \Zhe^{\Ig-1}( v(\G,\g), w_h, \Pi(\A) ) } \,.
   \Eq(n2.4)
$$
Given \equ(n2.4) (we'll prove it in a moment), and using
Lemma \thm[2.3] $(ii)$ to evaluate each quotient
(remember that $\Ig\ge k+1$ for all 
$\g\in \{\g_0\} \cup\G_a$ and that $\D(J)=\emp$), we obtain
$$  \eqalignno{
    &{\wmod(\A)\over \wmod(\A'')} \le
   \prod_{\G\in\A_0} 
   \Bigl[ 
   \exp\bigl[ \,  |v(\G')| \,
   \bigl(\, 1.1\nep{-4\b k}+ \b h\nep{ -{\b\over4}}
   \, \bigr) \, \bigr]
   \prod_\ggp \nep{-\b |\gtl| + 2 \b q(\g)} \nep{ - \b h |v(\G')| }
   \, \Bigr]
   \cr
   &\le \prod_{\G\in\A_0} 
   \Bigl[ 
   \nep{ - {1\over 3}\b h |v(\G')| }
   \prod_\ggp \nep{-\b |\gtl| + 2 \b q(\g)} 
   \Bigr] 
   = \wbar(\A') 
   &\eq(ratio)
   \cr }
$$
which concludes the proof of Proposition \thm[3.8] and Lemma \thm[3.2].

\smallno
{\it Proof of claim \equ(n2.4).}
We observe that
\smallno
\item{$(e)$} for each cylinder $\g$ in $\A''$ (or more properly
   in some $\G\in\A''$), there is a cylinder $\g'$ in $\A$ with
   the same base and the same sign as $\g$. Thus if a cylinder
   is weakly compatible with every cylinder in $\A$, it is
   also weakly compatible with every cylinder in $\A''$. In other
   words $\Pi(\A) \sset \Pi(\A'')$, which implies
$$
   \Zhe^n(V,w_h, \Pi(\A'')) \ge \Zhe^n(V,w_h, \Pi(\A))
   \qquad \forall V\sset\L
$$
\item{$(f)$}
   for the same reason the partition of $\L$
$$
   \L = (\L\setm v(\A)) \cup \bigcup_\GA \bigcup_\gg v(\G,\g) 
   \equiv \bigcup_i v_i
$$
induced by the set of all cylinders in $\A$ is a refinement of the
analogous partition of $\L$ induced by the cylinders in $\A''$
$$
   \L = (\L\setm v(\A'')) \cup \bigcup_{\G\in\A''} 
   \bigcup_\gg v(\G,\g) 
   \equiv \bigcup_j \hat v_j \,.
$$
Thus
$\hat v_j = \cup_{i\in c(j)} v_i$ for some $c(j)=\{i_1,i_2,\ldots\}$.

\smallno
In this way we have obtained
for each factor  appearing in the denominator of $R_2$
$$
   \Zhe^{m_j}(\hat v_j, w_h, \Pi(\A'')) \ge
   \Zhe^{m_j}(\hat v_j, w_h, \Pi(\A)) \ge 
   \prod_{i\in c(j)}
   \Zhe^{m_j}(v_i, w_h, \Pi(\A)) \,.
$$
By consequence,
$$
   R_2 \le
   \prod_i {
   \Zhe^{n_i}(v_i, w_h, \Pi(\A)) \over
   \Zhe^{\bar n_i}(v_i, w_h, \Pi(\A)) } 
$$
where $\bar n_i$ is equal to either $n_i$ or to $n_i-1$ and,
because of the definition of $\A''$,
$$
   \{ v_i : \bar n_i = n_i-1 \} =
   \{ v(\G,\g) : \G \in\A_0\ {\rm and\ }
   \g\in \{\g_0(\G)\} \cup \G_a \} 
$$
which proves the claim.
\QED

\medno
At this point we are almost done with
the estimate of 
$\mu^{h,n}_\L(\, S_+(\L,k+j,\L') \, )$ 
(\oqq half'' of Theorem \thm[3.5]).
What is left is


\nproclaim Lemma [3.3].
Assume $(K_1)$--$(K_4)$ and
let 
$$
   \wbar(\A) = \prod_\GA \Bigl[ \nep{ - \ov3 \b h |v(\G)| }
   \prod_\gg 
   \nep{-\b ( |\gtl| -2 q(\g))} \Bigr] \,.
$$
Then
$$
   \sum\AWp \wbar(\A) \le
   \nep{ - \ov{30} \b N }
   \Eq(5.wp)
$$

\Pro\
We  recall that
>From the definition of $\Con^+(\L,k)$ it follows that
$q(\g)$ is nonzero only if
$\g$ is the external cylinder in $\G$. 
Given $\A\in W_l^+(\L,k)$, consider the set
$$
   U = \Bigl( \bigcup\nolimits_\GA v(\G) \Bigr)^c =
   v(\A)^c
$$
and write its boundary as a union of connected components
$$
   \d U = \h_1 \cup\ldots\cup \h_r =
   \etas \,.
$$
In this way, to each $\A$ we can associate a collection $\etas$ of
closed sets of dual edges $\h\in C_B(\L)$. It is easy to check that
\smallno
\item{$(i)$}
   if $\h_1, \h_2 \in \{\h\}$
   with $\h_1\ne\h_2$, then $\bar \h_1 \cap \bar \h_2 = \emp$
\item{$(ii)$}
   if $\h \cap \deL = \emp$ then $|\h| \ge  \th$, where
   $\th = \nep{ \b\z\over 10 }$ is the maximum diameter for
   an elementary cylinder
\item{$(iii)$} for each $\A\in W^+_l(\L,k)$
$$
   \eqalignno{
   &
   \sum_\GA \sum_\gg (|\gtl| -2q(\g))   =
   \sum_{\h\in\etas} |\h| - |\deL|
   &\eq(g-e) \cr
   &
   \wbar(\A) =
   \exp
   \Bigl[
   \b |\deL| - \b\sum_\eetas |\h| -{\b h\over3} 
   ( |\L| - \sum_\eetas |\etab| ) \bigl) 
   \Bigr] \,. 
   &
   \eq(eta) \cr }
$$
\item{$(iv)$}
   $\etas$ determines $\A$  in a unique way, \ie 
   distincts $\A$'s produce distinct $\etas$'s.

\medno
We denote by $Y$ the set of all collections $\etas$
which satisfy $(i)$ and $(ii)$.

Let's divide the $\A$'s in $W^+_l(\L,k)$ into 2 groups,
depending on whether $|v(\A)|\ge \z^2 |\L|$
or $|v(\A)| < \z^2 |\L|$.
We call $S_1$ ($S_2$)
the contribution of the first (second) group to the sum \equ(5.wp).

\smallno
By definition of $Y$, Proposition \thf[A.2] and subsequent remark
$$
   \sum_{ \etas\in Y} \prod_{\h\in\etas} \nep{ - \b |\h|}
   \le
   \exp\left[ 4N \nep{-3 \b} + N^2 \nep{ -{3\over4}\b\th}
   \right] \,.
$$
Then, using $(iii)$,
$$   \eqalign{
   &
   S_1 \le
   \nep{ -\b {h \over3} \z^2 |\L| + \b|\deL| }
   \sum_{\etas\in Y} \exp\Bigl[
   -\b \sum_\eetas |\h| \Bigr] \le \cr
   &
   \exp\left[|\L| \Bigl( - {\b h \over3} \z^2 + 
   \nep{-{3\over4} \b \th}
   \Bigr)
    + |\deL| \bigl( \b + \nep{-3 \b}\bigr)  \right] \le 
   \exp\left[ -{\b h \over4} \z^2 |\L|
    + 2 \b |\deL|  \right] 
   \le \nep{-2\b |\deL|} \,. \cr }
$$
We have used the inequalities
$ \b h\z^2 > 100 \nep{-{1\over2}\b\th}$,
$N \ge 64 h^{-1} \z^{-2}$,
and the fact that $\b$ is large enough. 

\smallno
If $|v(\A)| < \z^2 |\L|$ then,
by Proposition \thf[3.10] we know that
$
   |\d U| = \sum_\eetas |\h| \ge 4.2 N
$.
Furthermore, since
$\sum_\GA \sum_\gg q(\g) \le 4N$, \equ(g-e) implies
$$ 
   \sum_\GA \sum_\gg (|\gtl|-2q(\g)) \ge 0.2 N 
   \Eq(3.4.9)
$$
and
$$ 
   \sum_\GA \sum_\gg |\gtl| \ge
   2 \sum_\GA \sum_\gg q(\g) + 0.2 N \ge 
   2.05 \sum_\GA \sum_\gg q(\g) \,.
   \Eq(3.5)
$$
>From \equ(3.4.9), \equ(3.5) we get
$$
   \sum_\GA \sum_\gg (|\gtl|-2q(\g)) \ge
   {N\over10} + 
   \ov2 \sum_\GA \sum_\gg (|\gtl|-2q(\g)) \ge
   {N\over10} + 
   \ov{100}\sum_\GA \sum_\gg |\gtl|
$$
and then
$$
   \wbar(\A) \le 
   \nep{ -{\b\over10} N }  
   \prod_\GA \Bigl[ \nep{ -\ov3 \b h |v(\G)| }
   \prod_\gg 
   \nep{- {\b\over100} |\gtl|} \Bigr] \,.
$$
Therefore one finds
$$ 
   \eqalign{
   &
   S_2 \le 
   \nep{ -{\b\over10} N } 
   \sum_{\A \in W^+_l(\L,k)}
   \prod_\GA \Bigl[ \nep{ -\ov3 \b h |v(\G)| }
   \prod_\gg 
   \nep{- {\b\over100} |\gtl|} \Bigr] 
   =\cr
   & =
   \nep{ -{\b\over10} N } 
   \sum_{\A \in W^+_l(\L,k)}
   \prod_\GA
   \prod_\gg \nep{ -{\b\over100} |\gtl|_J L(\g) 
   - {\b h\over 3} |v(\G,\g)| | \Ig-k| } \le \cr
   & \le
   \nep{ -{\b\over10} N } 
   \sump_{\st \A \in W_l(\L,k)}
   \prod_\GA
   \prod_\gg \nep{ -{\b\over100} |\gtl|_J L(\g) 
   - {\b h\over 3} |v(\G,\g)| | \Ig-k| } 
   \cr 
   }
$$
where $\sump$ means that the sum is restricted to those $\A$'s
such that
$$
    v(\G) \cap\de\L\ne\emp\quad
   {\rm and} \quad
   |\tilde\Gext|\ge N/4
   \qquad 
   \forall\G\in \A 
$$
because, if $\A\in W_l^+(\L,k)$, each $\G\in\A$ must intersect
both $\de\L$ and $\L'$.
We now
proceed  as in the proof
of  Proposition \thf[A.2] and, using Proposition \thm[2.5],
we find
$$
   S_2 \le
   \nep{ -{\b\over10} N }  
   \exp\left[ |\de\L| \nep{ -{\b\over900} N} \right] \le
   \nep{ -{\b\over20} N } \,. 
$$
So we have obtained
$$
\sum_{\A \in W_l^+(\L,k)} \wbar(\A) \le S_1 + S_2 \le
\nep{ - {\b\over30} N }
\QED 
$$


\beginsubsection 5.3. Bounds on
the probability of percolation below $k$ and proof of
Theorem \thm[3.5]

The arguments given above are not sufficient unfortunately 
to treat the negative case, \ie to provide a good upper
bound on the probability that a boundary condition $n<k$
percolates well inside the bulk.
Our goal is then to add a few fixes and show that

\nproclaim Lemma [3.4].
Assume $(K_1)$--$(K_4)$. Then for all $n<k$
$$
   \bar \mu^{h,n}_\L( S_{-,l}(\L,k-1,\L')) \le
   \nep{ - {1\over 800 k} \b N }.
$$

\smallno
The reason why our previous arguments need to be modified is the
following: in \equ(ratio) there is a term
$$
   \exp\bigl[ -\b h |v(\G')| +
   |v(\G')| \bigl( 1.1 \nep{ -4\b k } +
   + \b h \nep{- {\b\over4} } \bigr)
   \bigr]
$$
which, because $\hik$, is smaller than
$
   \nep{ - {\b h\over3} |v(\G')| }
$,
and this is enough to allow us to sum over contours.
When we do the same with negative contours, the analogous
term, because of Lemma \thm[2.3], becomes
$$
   \exp\bigl[ \b h |v(\G')| 
   - |v_0(\G')| \nep{ -4\b(k-1) } +
   |v(\G')| \nep{ -4\b(k-1) - {\b\over4} }
   \bigr]
$$
where we have set
$$
   v_{0}(\G') = \bigcup_{\g\in \{\g_0\}\cup\G_a } v_{0}(\G,\g)
   \quad
   {\rm and\ } v_0(\G,\g) = v(\G,\g)\setm \deb v(\G,\g) \,.
   \Eq(vv0)
$$
The second term is usually dominant because of the factor
$\exp[ -4 \b (k-1) ]$ which is larger than $\b h$, but
the trouble is that there are contours such that
$$
   |v_{0}(\G')| \ll |v(\G')| \,.
$$
Think for instance of something like a negative pyramid
obtained as a collection of centered cylinders, with
square basis of sides $s,s-2, s-4, s-6, \ldots, r$.
In this case $|v(\G')|=s^2$, while $|v_{0}(\G')| \le r^2$.
For this kind of contours the operation of cut and paste 
is not useful, because one can have
$$
   {\wmod(\A) \over \wmod(\A'')} > 1  \,.
$$
So our idea is to \oqq cut and paste'' those contours for which, say
$|v_0(\G')| \ge  \ov2 |v(\G')|$. As for the other contours,
they are supposedly very depressed because they have a lot of
boundary, so it should not be too difficult to sum their
weights directly.

\nproclaim Proposition [3.11].
Assume $(K_1)$--$(K_4)$.
If $\G\in\Con(\L,k)$ with $S(\G)=-1$ and
$v(\G')\cap\deltaL\ne\emp$,
$v(\G')\cap\L'\ne\emp$,
then one of the following
assertions holds
\smallno
\item{(1)}
   $ \vphantom{\Bigl[} \sum_\gg |\gtl| \ge 4 k |\deL| $
\item{(2)}
   $ \vphantom{\Bigl[} |v_0(\G')| \ge  \ov2 |v(\G')|$,
   where $|v_0(\G')|$ is given by \equ(vv0)
\item{(3)}
   $ \vphantom{\Bigl[} \sum_\ggp ( |\gtl| - 2q(\g)) \ge 
   {1\over 160 k} (\sum_\ggp |\gtl| + {1\over12} |v(\G')| ).$

\Pro\
If $x\in v(\G')\setm v_0(\G')$, then there exists $\gg$ such
that $x \in \deb v(\G,\g)$, so there exists $\g'\in \G$ such that
$d_\infty(\gtl', x) = 1/2$. On the other side, for each dual edge
$e^*$ there are 6 lattice sites whose 
$\infty$--distance from $e^*$ is $1/2$.
This implies
$$
   |v(\G')\setm v_0(\G')| \le 6 \sum_\gg |\gtl|.
$$
If one assumes now that both $(1)$ and $(2)$ fail, one gets
$$
   |v(\G')| \le 2 |v(\G')\setm v_0(\G')| \le 12 \sum_\gg |\gtl| \le
   48 k |\deL| \le \z^2 |\L| \,.
$$
On the other side, by applying Proposition \thf[3.10] to
$U = \L\setm v(\G')$ (see the proof of Lemma \thm[3.3]) and using
the assumption that $(1)$ fails, we obtain
$$
   \sum_\ggp( |\gtl| -2q(\g)) \ge {1\over 20} |\deL|
   \ge {1\over 40\cdot 48 k} |v(\G')| + 
   {1\over 40\cdot 4 k} \sum_\gg |\gtl|
   \QED
$$

\medno
{\it Proof of Lemma \thm[3.4].}
The proof is quite similar to the one of Lemma \thm[3.2] (plus
the estimate of Lemma \thm[3.3]). So we are going to define two
maps $\A\mapsto f(\A) = \A'$ and $\A\mapsto g(\A)=\A''$ in such
a way that we can use Proposition \thm[3.4a] successfully.
The main differences with Lemma \thm[3.2] are
\item{$(a)$} $g$ maps $S_{-,l}(\L,k-1,\L')$ into the whole space
   $W_l(\L,k)$, so we cannot iterate the inequality
\item{$(b)$} the definition of both $f$ and $g$ will depend on which
   condition in Proposition \thm[3.11] is satisfied
\item{$(c)$} in Lemma \thm[3.2] $g$ is defined by modifying {\it all}
   contours $\G$ such that $v(\G')$ intersects
   both $\de\L$ and $\L'$, because
   we wanted to make sure that $g$ mapped $S^0_{+,l}(\L,j,\L')$ into
   $S^0_{+,l}(\L,j-1,\L')$. Here we cannot get that anyway,
   so we modify only the \oqq first'' contour 
   which has a nonempty
   intersection with both $\de\L$ and $\L'$.

\smallno
Here is how it works. 
Let
$$
   Y= \{ \G\in\Con(\L,k) : S(\G)=-1
   {\rm\ and\ }
   v(\G')\cap\de\L\ne\emp\,,
   v(\G')\cap\L'\ne\emp \,
   \}
$$
If $\A \in S_{-,l}(\L,k-1,\L')$ we choose $\G_*\in\A$ as the 
\oqq first'' contour in $\A \cap Y$
(Proposition \thm[3.7] $(iii)$ shows that there exists at least
one such contour, and one can choose the first by ordering
the set of all contours in any arbitrary way).
We then define (for any contour $\G\in Y$)
$\G_a$, $\G_b$, $\G_c$, $\G'$, $\G''$ 
exactly as in Lemma \thm[3.2], 
but with {\it all signs reversed} (each $\le$ is replaced
by a $\ge$, each $+$ by a $-$ and viceversa). 


Then we write
$$
   Y = Y_1 \cup Y_2 \cup Y_3
$$
in such a way that the statement $(j)$ of Proposition \thm[3.11] holds for
all $\G\in Y_j$ for $j=1,2,3$
(by taking differences one can assume that the $Y_j$'s are pairwise
disjoint).
Accordingly, we define the maps $f$ and
$g$ as
$$
   \hbox{
   $
   f(\A) = \cases{
   \G_* & if $\G_*\in Y_1$ \cr
   \G'_* & if $\G_*\in Y_2 \cup Y_3$ \cr } $}
   \quad \hbox{\rm and} \quad
   \hbox{ $
   g(\A) = \cases{
   \A\setm\{\G_*\} & if $\G\in Y_1$ \cr
   \A\setm\{\G_*\}\cup\G_*'' & if $\G\in Y_2 \cup Y_3$,\cr } $}
$$
Now we want $Y'$ to contain the image of $S_{-,l}(\L,k-1,\L')$ under $f$.
So we set
$$
   \eqalign{
   &
   Y'_1 = Y_1, \quad Y'_i = \{ \G' : \G\in Y_i \},\ i=2,3 \cr
   &
   Y' = Y'_1 \cup Y'_2 \cup Y'_3 \,\cr }
$$
(by taking differences again we assume that the $Y'_i$'s are
pairwise disjoint).
If $\A \in S_{-,l}(\L,k-1,\L')$, then $f(\A)\in Y'$.
We claim that
$$
   \wmod(\A) \le \wmod(g(\A)) \, \wbar(f(\A)) 
   \Eq(claim1)
$$
where, for any $\G\in Y'$,
$$
   \wbar(\G) = 
   \cases{ \vphantom{\Biggl[}
   \nep{ - \ov2\b k |\deL|} \prod_\gg 
   \exp\Bigl[ -{\b\over5} |\gtl| \Lg - {1\over3} \b h |v(\G,\g)|
   |\Ig-k| \Bigr] 
   & if $\G\in Y'_1$ \cr
   \vphantom{\Bigl[}
   \exp\Bigl[ -\ov5 \b h |v(\G)| -
   \b \sum_\gg (|\gtl| -2q(\g)) \Bigr]
   & if $\G\in Y'_2$ \cr
   \vphantom{\Biggl[}
   \exp\Bigl[ -
   {\b \over 160 k} \Bigl({1\over15} |v(\G)| + 
   \sum_\gg |\gtl| \Bigr) \Bigr]
   & if $\G\in Y'_3$. \cr }
   \Eq(claim2)
$$
Once we believe in \equ(claim1), \equ(claim2), by Proposition
\thm[3.4a] we get
$$
   \mub\hnL( S_{-,l}(\L,k-1,\L') ) \le \sum_{\G\in Y'} \wbar(\G)
   \Eq(come3.2)
$$
We are going to estimate the RHS of \equ(come3.2) first,
and then we'll prove \equ(claim1), \equ(claim2).
\medno
We write
$$
   \sum_{\G\in Y'} \wbar(\G) = X_1 + X_2 + X_3
$$
where
$ X_i = \sum_{\G\in Y'_i} \wbar(\G) $.
Then
$$
   \eqalign{
   &
   X_1 \le 
   \nep{ -\ov 2 \b k |\deL|} 
   \sum_{\st\G\in \Con(\L,k) \atop \st v(\G)\cap\deltaL\ne\emp}
   \prod_\gg 
   \exp\left[ -{\b\over5} |\gtl| \Lg - {1\over3} \b h  |v(\G,\g)|
   |\Ig-k| \right] \le \cr
   & \le
   \nep{ -\ov2\b k |\deL|} |\deltaL|
   \sum_{\st\G\in \Con(\L,k) \atop \st v(\G)\ni 0}
   \prod_\gg 
   \exp\left[ -{\b\over5} |\gtl| \Lg - {1\over3}\b h |v(\G,\g)|
   |\Ig-k| \right] \le
   \nep{ -\ov3\b k |\deL|}  \cr
   }
$$
by Proposition \thm[2.5]. To estimate $X_2$ we use
Lemma \thm[3.3] (replacing $\b h\over 3$ with
$\b h\over 5$ does not change the result nor the proof) and we get
$$
   X_2 \le
   \sum_{\A \in W_l^-(\L,k)}
   \nep{ -\ov5\b h |v(\G)| }
   \prod_\gg \nep{-\b (|\gtl| -2q(\g))}  \le
   \nep{ - \ov{30} \b N }
$$
As for $X_3$ we observe that $X_3 \sset \Con^-(\L,k)$, so, if 
$\G\in X_3$
$$
   |v(\G)| = \sum_\gg |v(\G,g)| \, |\Ig-k| \,.
$$
Moreover each contour in $X_3$ intersects $\de\L$ and $\L'$
which implies
$|\widetilde\Gext|\ge N/2$. Thus by Proposition \thm[2.5]
$$
   X_3 \le
   \sum_{\st\G\in \Con(\L,k) \atop \st v(\G)\cap\deltaL\ne\emp,
   \ |\tilde\Gext| \ge N/2 }
   \prod_\gg
   \exp\left[ -
   {\b\over 160 k}  
   \Bigl( |\gtl| + {1\over15} |v(\G, \g)| \, |\Ig-k|
   \Bigr) \right] \le
   |\de\L| \nep{ - { \b N \over 700 k } } \,.
$$
Adding up all terms, we obtain
$$
   \mub\hnL( S_{-,l}(\L,k-1,\L') ) \le \sum_{\G\in Y'} \wbar(\G) \le
   \nep{ -{1\over 800 k} \b N }.
$$
Let's now go back and prove \equ(claim1), \equ(claim2).
\smallno
\bu $\G\in Y_1$.
\smallno
Since $\A'' = \A\setm \G_*$, we have
$\Pi(\A''_\de) \supset \Pi(\A_\de)$, so, by \equ(n2.3) and \equ(ren)
$$
   \wmod(\A) = 
   \hat Z^{k}_e( \L,w_h,\Pi(\A_\de) ) \, 
   \prod_\GA \wmodtl(\G)   \le
   \wmod(\A'') \, \wmodtl(\G_*) 
$$
and, by $(ii)$ of  Corollary \thm[2.4],
$$
   {\wmod(\A) \over \wmod(\A'')} \le
   \prod_{\g\in\G_*} 
   \exp\Bigl[ -(\b-1)|\gtl| L(\g) +  2\b q(\g) L_n(\g)  - 
   {1\over 3} \b h |v(\G,\g)| |\Ig-k| 
   \Bigr] \,
$$
By observing that, since $S(\Gext) = -1$,
$$
   \sum_{\g\in\G_*} 2 q(\g) L_n(\g) \le 2 k |\deL| \quad
   {\rm and}\quad
   \sum_{\g\in\G_*} |\gtl| \ge 4 k |\deL|
$$
we get
$$
    \sum_{\g\in\G_*} \left[ |\gtl| L(\g)- 2q(\g) L_n(\g) \right] \ge
    k |\deL| + {1\over 4} \sum_{\g\in\G_*} |\gtl| \Lg 
$$
hence
$$
   {\wmod(\A) \over \wmod(\A'')} \le
   \nep{ {\b\over2} k |\deL| }
   \prod_{\g\in\G_*} 
   \exp\Bigl[ - {\b\over5} |\gtl| L(\g) - 
   {1\over 3} \b h |v(\G,\g)| |\Ig - k| \Bigr] \,.
$$
\bu $\G\in Y_2$.
\smallno
In this case, by definition of $Y_2$, we have
$|v_0(\G')| \ge \ov2 |v(\G')|$. 
Thus one can proceed as in the proof of Proposition \thm[3.8] and
get
$$
   {\wmod(\A) \over \wmod(\A'')} = R_1 \, R_2 
$$
where, letting $\g_0$ be the external cylinder in $\G_*$,
$$
   R_1 \le
   \Bigl[ \wmod((\g_0, k, k-1)) 
   \prod_{\g\in(\G_*)_c} w_h((\gtl, k-1, k))
   \Bigr] =
   \nep{ - \b h v(\G'_*) }
   \prod_{\g\in\G'_*}
   \nep{-\b (|\gtl| - 2 q(\g))} 
$$
and
$$
   R_2 \le
   \prod_{\g\in \{\g_0\} \cup (\G_*)_a}
   { \Zhe^\Ig( v(\G,\g), w_h, \Pi(\A) ) \over
   \Zhe^{\Ig+1}( v(\G,\g), w_h, \Pi(\A) ) } \,.
$$
Using $(ii)$ of Lemma \thm[2.3], since
since $\b h \le {1\over4} \nep{-4\b (k-1)}$, one gets
$$
   \eqalign{
   &
   {\wmod(\A)J\over\wmod(\A'')} \le
   \exp \left[ \b h |v(\G'_*)| -
   |v_{0}(\G'_*)| \nep{-4\b (k-1)} +
   |v(\G'_*)| \nep{ -4 \b (k-1) - {\b\over4} } \right] 
   \kern -4pt \prod_{\g\in\G'_*} \nep{-\b |\gtl| + 2 \b q(\g)} \le\cr
   &
   \exp \bigl[ \, \b h |v(\G'_*)| -
   0.49 |v(\G'_*)| \nep{-4\b (k-1)} \, \bigr] \kern -3pt
   \prod_{\g\in\G'_*} \nep{-\b |\gtl| + 2 \b q(\g)} \le \kern -3pt
   \prod_{\g\in\G'_*} 
   \nep{-\b |\gtl| + 2 \b q(\g) - \ov5 \b h |v(\G'_*)| } \,. \cr
  }
$$
\bu $\G\in Y_3$.
\smallno
This case is similar to the previous one. Using (3) of Proposition
\thm[3.11] we obtain
$$
   \eqalign{
   &
   {\wmod(\A)\over\wmod(\A'')} 
   \le
   \exp \left[ \b h |v(\G'_*)| -
   |v_{0}(\G'_*)| \nep{-4\b (k-1)} +
   |v(\G'_*)| \nep{ -4 \b (k-1) - {\b\over4} } \right] 
   \kern -4pt \prod_{\g\in\G'_*} \nep{-\b |\gtl| + 2 \b q(\g)} \le\cr
   & \le
   \exp \left[ |v(\G'_*)| 
   ( \b h^+_1(\b) + \nep{-{\b\over4}} )
   \right] 
   \prod_{\g\in\G'_*} \nep{-\b |\gtl| + 2 \b q(\g)} \le\
   \prod_{\g\in\G'_*}
   \nep{
    -{\b\over 160 k} 
   (|\gtl| + {1\over15} |v(\G'_*)| )
   }  \QED \cr
   }
$$

\medno
We can finally give the

\medno
{\it Proof of Theorem \thm[3.5].}
\smallno
Let $n=\sup_{x\in\de^+\L} \psi(x)$. By FKG,
$$
   \m^{h,\psi}_\L
   \bigl( S_+(\L,k+j,\L') \bigr) \le
   \m^{h,n}_\L
   \bigl( S_+(\L,k+j,\L') \bigr) \le
   \lim_{n\to\infty}
   \m^{h,n}_\L
   \bigl( S_+(\L,k+j,\L') \bigr) \,.
$$
By Lemma \thm[3.1], Lemma \thm[3.2] and Lemma \thm[3.3], we have,
for all $n>k$,
$$
\eqalign{
   &
   \m^{h,n}_\L
   \bigl( S_+(\L,k+j,\L') \bigr) \le
   \mub^{h,n}_\L
   \bigl( S_{+,l}(\L,k+j,\L') \bigr) = \cr
   & =
   \sum_{m=j}^\infty
   \mub^{h,n}_\L
   \bigl( S^0_{+,l}(\L,k+m,\L') \bigr) \le 
   \sum_{m=j}^\infty
   \mub^{h,n}_\L
   \bigl( S^0_{+,l}(\L,k,\L') \bigr) \,
   \nep{-\ov{30} \b N m} \le 
   \nep{-\ov{50} \b N j} \,. \cr }
$$
On the other side, by FKG, Lemma \thm[3.1] and Lemma \thm[3.4]
$$
   \m^{h,\psi}_\L
   \bigl( S_-(\L,k-j,\L') 
   \bigr) \le
   \m^{h,1}_\L
   \bigl( S_-(\L,k-j,\L') 
   \bigr) \le
   \nep{ - {1\over 800\, k} \b N } \,
   \QED
$$


\beginsubsection 5.4. Free boundary conditions. Proof
of Theorem \thm[fbc]

We prove the Theorem only for $S_+$, since the other case
is identical.

As we did for $n$ b.c.
we express the partition function with free b.c. by means
of cylinders starting from level $k$ 
whose weight is modified at the
boundary
$$ 
   w_h^\emp(\g) = \exp\bigl[\, -\b |\gtl| \Lg + \b q(\g) L(\g) 
   - \b h S(\g) |\bar\g| L(\g) \, \bigr] 
$$
where $q(\g) = |\gtl\cap\d\L|$.
Thanks to Lemma \thm[3.1] we know that for any $x\in\L$
$$
   \mu^{h,\emp}_\L (\, S_+(\L, j,\xx) \,) \le 
   \mub^{h,\emp}_\L(\, S_{+,l}(\L, j,\xx) \,) \,.
   \Eq(5z.6)
$$
Furthermore, if $\A\in S_{+,l}(\L, j,\xx)$, then
there exists a unique $\G\in\A$ such that 
$$
   R_+(\L,j,\ph_\G) \ni x
$$
where $\ph_\G$ is the configuration corresponding to $\G$.
In other words there is a unique contour $\G\in\A$ which
is \oqq responsible'' for the percolation 
from the boundary to $x$ at level (at least) $j$.
Thus, using Proposition \thm[3.5a], we obtain
$$
   \mub^{h,\emp}_\L(\, S_{+,l}(\L, j,\xx) \, ) \le
   \sum_{ \G :\, R_+(\L,j,\ph_\G) \ni x } \wtl_h^\emp(\G) \,.
$$
By Corollary \thm[2.4] we can write for all $\G\in\Con(\L,k)$
$$
   \wtl_h^\emp(\G) \le \wb(\G) \equiv
   \prod_\gg \exp 
   \left[ 
   -(\b-1) |\gtl| \Lg  
   + \b q(\g) \Lg 
   -  {\b h\over 2} |v(\G,\g)| | \Ig-k| \, 
   \right] \,.
$$
We now want to give an alternative expression for
$\wb(\G)$ which corresponds to slicing the (positive and negative)
skyscrapers into (possibly disconnected)
slices of thickness one.
Take then the sets $U^m$, $m=3/2, 5/2, \ldots$
defined in Proposition \thm[2.1.1]. It is clear that
$$
   \wb(\G) = \prod_{m=3/2}^\infty
   \exp\left[ -(\b-1)|\d U^m \setm \d\L| -
   {\b h\over2} |U^m| \, \right] \,,
$$
(only a finite number of terms are different from $1$).
Now we want to show that if $N h \ge 10$, then
$$
   (\b-1) \, |\d U^m \setm \d\L| + 
   {\b h\over2} |U^m|   \ge
   {\b\over11}|\d U^m| + {\b h\over4} |U^m| \,.
   \Eq(5z.10)
$$
Assume in fact that $|\d U^m\setm\d\L| \le {1\over10} |\d U^m|$.
Then $|\d U^m \cap\d\L| \ge {9\over10} |\d U^m|$, and,
by Proposition \thf[A.3],
$$
   |U^m| \ge \ov6 |\d U^m| N \,.
$$
Thus
$$
   {\b h\over 2} |U^m| \ge 
   {\b h\over 4} |U^m| + 
   \ov{24} \b h N |\d U^m| \ge
   {\b h\over 4} |U^m| + 
   \ov{11} \b |\d U^m| \,,
$$
which implies \equ(5z.10).
Moreover if $R_+(\L,j,\ph_\G) \ni x$ then there is a $*$--path
from $\de\L$ to $x$ which is contained in each $U^m$
for $m=k+1/2, \ldots, k+j-1/2$.
Hence
$$
   \sum_{m=3/2}^{\infty} 
   {\b\over11}|\d U^m| + {\b h\over4} |U^m| \ge
   {\b\over22} d(\L^c,x) j + 
   \sum_{m=3/2}^{\infty} \Bigl[ \,
   {\b\over22}|\d U^m| + {\b h\over4} |U^m|  \, \Bigr]
    \,.
$$
Going back to the standard representation in terms of cylinders
we find that for all $\G$ such that $R_+(\L,j,\ph_\G) \ni x$,
$$
   \wb(\G) \le
   \nep{ -\ov{22} \b d(\L^c,x) j }
   \prod_\gg \exp \left[ -{\b\over 22}
   |\gtl| L(\g) 
   -  {\b h\over 4} |v(\G,\g)| | \Ig-k|
   \right] \,.
$$
Collecting all the pieces together, and using Proposition
\thm[2.5] to sum over contours we finally obtain
$$
   \mu^{h,\emp}_\L ( \, S_+(\L, j,\xx) \, ) \le 
   \nep{ -\ov{22} \b j  d(\L^c,x) } \,
   \QED
$$

  
\fine




\expandafter\ifx\csname sezioniseparate\endcsname\relax%
   \input macro \fi

%----------------------------------------------------------

\numsec=6
\numfor=1
\numtheo=1
\pgn=1
\beginsection 6. Arbitrary boundary condition II. Close to
the phase transition

Now we want to extend the validity of
Theorem \thm[3.5] to the intervals $h\in(\hkst,\hkmst)$, provided
that the size $N$ of the box is large enough. In particular
$N$ has to go to infinity when $h$ tends to one of the two
endpoints $\hkst, \hkmst$.
If we let (remember \equ(4z.a)) for each $k$
$$
   \bar N(\b,h) = \cases{ N_0(h) = (\z^3 h)^{-1} 
   & if $\hik$ \cr
   \max\{ N_0(h), \, \b\, (\z^3 |a_k(\b,h)|)^{-1} \}
   & if $h\in (\hkpp,\hkm)$ \cr }
   \Eq(w.40)
$$
we have

\nproclaim Theorem [6.1].
Let $\b$ be large enough and $h\in(\hkst,\hkmst)$,
with $1 \le k\le \kmax = \kmx$.
If $\L=Q_N$ with 
$N> \bar N(\b,h)$,
and $\L' = Q_{N'}$ with $N' = N - 2 \lfloor 2N/5 \rfloor$, then
(letting $\z=1000^{-1}$)
$$
   \sup_{\psi\in\O}
   \m^{h,\psi}_\L
   ( \, S_+(\L,k+j,\L') \cup S_-(\L, k-j,\L') \, ) \le
   \nep{ -{\z \b\over 10 k^2} N j } \,.
   \Eq(w.th)
$$


\nproclaim Corollary [6.2].
Let $\b$, $h$, $\z$ be as in Theorem \thm[6.1].
Then there exists
$C(\b,h)$ such that for all $\L = Q_N$
with $N \ge N_1 = \inte{8/h+1}$,
$$
   \sup_{\psi,\psi'\in\O} 
   |\mean^{h,\psi}_\L \ph(0) -
   \mean^{h,\psi'}_\L \ph(0)|
   \le C(\b,h) \, \nep{ -{\b\z\over 20 k^2} N }
$$

\beginsubsection 6.1. Proof of Theorem \thm[6.1]

In Theorem \thm[3.5] we have already treated the case $h\in I_k(\b)$
for $k=1,\ldots,\kmax$; thus we now assume
$$
   h \in \cup_{k=1}^\kmax 
   \bigl( (\hkst, \hkm] \cup [\hkp, \hkmst) \bigr) \,.
$$
The interval $[h_1^+(\b) , h_0^*(\b) )$ is somewhat special,
because $h_0^*(\b) = +\infty$, but it is also the easiest to
deal with. In fact for $h$ in this interval, we can choose any
$\hba \in I_1(\b)$, so that, by FKG and Theorem \thm[3.5], 
the LHS of \equ(w.th) can
be bounded by
$$
   \sup_{\psi\in\O}
   \m^{h,\psi}_\L
   ( \, S_+(\L,1+j,\L') \, ) \le
   \sup_{\psi\in\O}
   \m^{\hba,\psi}_\L
   ( \, S_+(\L,1+j,\L') \, ) \le
   \nep{ -{\z \b\over k^2} N j } \,.
$$
Since the case 
$h\in[\hkp,\hkmst)$ is similar to 
the case $h\in(\hkst,\hkm]$, we will only consider this last
possibility and choose then $h\in(\hkst,\hkm]$.
We also let $a(h)=a_k(\b,h)$.

The difficulty we are going to face is the following:
as long as $\hik$ we know, by Lemma \thm[2.3]--$(iii)$ that
$$
   {Z^{h,n}_e(V) \over Z^{h,k}_e(V)} \sim \nep{-\ov2 \b h |V| } 
   \qquad \forall n\ne k
$$
and this yields a bound on the weights on contours (Corollary
\thm[2.4]) such that they can be summed (Proposition \thm[2.5]).
On the other side we know from
Theorem \thm[4.1] that, if $h \in (\hkst,\hkm]$ and
we include in the partition function only cylinders whose
diameter is less then $1\over  |a(h)|$, then all cylinders
starting from $k$ or $k+1$ are stable, so
$$
   {Z^{h,k+1}_e(V) \over Z^{h,k}_e(V)} \sim \nep{- a(h) |V| } \,.
$$
This means that the bound for the weight of a contour
given in Corollary \thm[2.4] will be replaced by
$$
   \wtl_h(\G) \le 
   \prod_\gg \exp \left[ -(\b-1) |\gtl|_J L(\g) 
   - {\b\over2} h'(\Ig)\, |v(\G,\g)|\, | \Ig-k|
   \right] 
$$
where $h'(n)=h$ except when $n=k+1$ in which case
$h' \sim a(h)/\b$.
The problem is that, since $a(h) \searrow 0$ when $h\to \hkst$,
then $h'$ will be too small to
\oqq beat'' the entropy given by the sum over cylinders
whose minimun diameter is fixed, if $h$ is too close to $\hkst$.
\smallno
To fix this we {\it modify the definition of elementary
cylinders}. A cylinder $\g$ is here called elementary if
does not touch the boundary $\d\L$ (as in Section 5) and
$$
   \diam \gtl \le \th'(\b,h,\Eg) 
$$
where 
$$
   \th'(\b,h,n) = \cases{
   \th(\b) = \nep{\b\z\over10} & if $n\notin\{k,k+1\}$ \cr
   ( |a(h)|)^{-1} & if $n=k,k+1 \,.$ \cr }
$$
This modification does of course affect the definition of many
objects, like
$$
   C_e(V,k),\ \G_l, \ \ph_l,\ C^*_{c,l}(V,k),\ W(V,k),\ W_l(V,k),\
   \Con(V,k) 
$$
which, when we use the new definition of elementary cylinder, will
be respectively denoted by
$$
   C_{e'}(V,k),\ \G_{l'}, \ \ph_{l'},\ 
   C^*_{c,l'}(V,k),\ W'(V,k),\ W_{l'}(V,k),\
   \Con'(V,k) \,.
$$
Let also define
$$
   h'(n) = \cases{ h & if $n\ne k+1$ \cr
   |a(h)|/\b & if $n=k+1$. \cr }
$$
We observe that 
$$
   \th'(n) \ge \th\,\quad{\rm for\ all \ } n \,.
   \Eq(w.1)
$$
In fact, by (7) of Theorem \thm[CE] we have
$$
   a(h) = \b h + \sum_{\L\ni 0} \left[
   {\Phi^k(\L,w^{tr}_h) \over |\L|}  - 
   {\Phi^{k+1}(\L,w^{tr}_h) \over |\L|}
   \right] 
$$
and, by (6) of the same Theorem
$$
   |a(h)| \le \b h + \sum_{\L\ni 0} \left[
   |\Phi^k(\L,w^{tr}_h)| + |\Phi^{k+1}(\L,w^{tr}_h)|
   \right] \le \b h_1^-(\b) + 2 \nep{-\b} \le \nep{-{\b\over2}} \,.
$$
We now claim

\nproclaim Proposition [6.3].
Let $\b$ be large enough and $h\in(\hkst,\hkm]$
with $1 \le k\le \kmax = \kmx$.
If $\Pi$ is as in Lemma \thm[2.3],
then for each
simply connected finite $V$, $n\ne k$,
$$
   \nep{-(n-k)\b h |V| } \,
   {\hat Z^n_{e'}(V,w_h,\Pi) \over 
    \hat Z^k_{e'}(V,w_h,\Pi)} \le
   \exp\left[ -{1\over 4} \b h'(n) |V| |n-k| + 
   |\d V| \nep{-{\b\z\over6}} \right] 
$$
and for each $\G\in\Con'(\L,k)$
$$ \wtl_h(\G) \le 
   \prod_\gg \exp \Bigl[ -(\b-1) |\gtl| L(\g) 
   - {1\over 4} \b h'(\Ig) \, |v(\G,\g)| \,| \Ig-k|
   \Bigr] \,.
$$

\noindent
{\it Proof of Theorem \thm[6.1] given Proposition \thm[6.3].}
Let $h\in (\hkst, \hkm]$.
Then, by FKG, and Theorem \thm[3.5]
$$
   \mu^{h,\psi}_\L ( S_-(\L,k-j,\L') ) \le
   \mu^{\hkm,\psi}_\L ( S_-(\L,k-j,\L') ) \le 
   \nep{ -{\z\over k^2} \b N j } \qquad \forall j>0 \,.
$$
Similarly, if $j\ge 2$, 
$$
   \mu_\L^{h,\psi} ( S_+(\L,k+j,\L') ) \le
   \mu_\L^{\hkpp,\psi} ( S_+(\L,k+j,\L') ) \le 
   \nep{ -{\z\over (k+1)^2} \b N (j-1) } \,.
   \Eq(w.41)
$$
So the only interesting part is proving that there is no
percolation at level $k+1$.
The idea is the following: we define a square $\L''$ 
such that $\L'\sset\L''\sset\L$. Then we know that (with
high probability) the
b.c. don't percolate from $\de\L$ to $\L''$ at level $k+2$. 
>From this it will follow that on the $\de^+\L''$
we have \oqq almost'' $k+1$ b.c. 
Then, all we have to do is to treat the case $\psi=k+1$.
\smallno
Let then $\L''= Q_{N''}$, where $N'' = N- 2\lfloor N/4 \rfloor - 2$,
and consider the event
$$
   F = S_+(\L,k+2, \de^+\L'') \,.
$$
By \equ(w.41), Proposition \thf[A.1],
$$
   \eqalign{
   &
   \mu_\L^{h,\psi} ( S_+(\L,k+1,\L') ) \le
   \mu_\L^{h,\psi} ( S_+(\L,k+1,\L') \tc F^c) 
   + \nep{ -{\z\over (k+1)^2} \b N } \le \cr
   & \le
   \nep{ -{\z\over (k+1)^2} \b N } +
   \sup_{\st V : \L''\sset V \sset \L \atop
   {V \rm\ connected\ and
   \atop
   \rm simply\ connected } }
   \mu_V^{h,k+1} ( S_+(\L'',k+1,\L') )  \cr }
   \Eq(w.8.4)
$$
so we have to estimate the second term. Let now
$$
   G = \Bigl\{ \ph\in\O_{\L} : 
   \sum_{x\in \de^+ \L''} \bigl(\,\ph(x)-(k+1) \,\bigr)_+
   \le \z |\de^+ \L''| 
   \Bigr\}  
$$
where $(A)_+$ means $\max\{A,0\}$, and, as usual $\z=1000^{-1}$.
Obviously $G$ is a negative event
Thanks to 
FKG and Proposition \thm[3.6a]
(notice that $\de^+\L''$ does satisfy the hypotheses)
we know that, for any simply connected $V$,
$$
   \mu_V^{h,k+1}(G^c) \le 
   \mu_V^{\hkpp,k+1}(G^c) 
   \le
   \nep{ -{4\over5000} \b N'' } \le
   \nep{ -\ov{700} \b N }
   \Eq(w.8.5)
$$
On the other side, using FKG again
$$
   \mu_V^{h,k+1} ( S_+(\L'',k+1,\L') \tc G ) \le
   \sup_{\psi\in G} 
   \mu_{\L''}^{h,\psit} ( S_+(\L'',k+1,\L') ) 
   \Eq(w.9)
$$
where
$$
   \psit(x) = \psi(x) \mmax (k+1) \,.
$$
Clearly
$$
   \sum_{x\in \de^+ \L''} | \psit(x) - (k+1) | \le
   \z |\de^+ \L''|  \qquad
   \forall \psi\in G 
$$
so, regarding the probability as a quotient of two
partition functions,
$$
   \sup_{\psi\in G} 
   \mu_{\L''}^{h,\psit} ( S_+(\L'',k+1,\L') ) \le
   \nep{ \ov{50} \b N'' }
   \mu_{\L''}^{h,k+1} ( S_+(\L'',k+1,\L') ) \,.
   \Eq(w.9c)
$$
As we did in Section 5, we express the partition function with
$k+1$ b.c. as a sum over collection of contours starting from level
$k$ and whose weight is modified at the boundary
because of the b.c.
So we write
$$ 
   Z^{h,k+1}(\L'') = 
   \nep{ -\b h k |\L''| -  \b |\d\L'' |}
   \hat Z^k(\L,\wkp) 
$$
where
$$
   \hat Z^k(\L,\wkp) =
   \sum_{\A\in W_{l'}(\L,k)} 
   \hat Z^{k}_{e'}( \L, w_h,\Pi(\A_\de) ) 
   \prod_\GA \wkptl(\G) 
$$
and the modified weight for a cylinder $\wkp(\g)$ is defined
in \equ(5.20), \equ(5.21).
Given a contour $\G$, we now define $\G'$ as in Section 5.2.
Then, letting
$$
   Y = 
   \{ \G\in \Con'(\L'',k) : 
   S(\G)=+1,\, 
   v(\G')\cap\de\L''\ne\emp ,\,
   v(\G')\cap\L'\ne\emp
   \}
$$
we claim that
$$
   \mu_{\L''}^{h,k+1} ( S_+(\L'',k+1,\L') ) \le
   \sum_{\G\in Y}
   \wkptl(\G) \,. 
   \Eq(w.10)
$$
In fact, Lemma \thm[3.1] and statement $(iii)$ of
Proposition \thm[3.7]
imply
$$
   \eqalign{
   &
   \mu_{\L''}^{h,k+1} ( S_+(\L'',k+1,\L') ) \le 
   \mub_{\L''}^{h,k+1} ( S_{+,l} (\L'',k+1,\L') ) \le \cr
   & \le
   \mub_{\L''}^{h,k+1} \{ 
   \A\in W_{l'}(\L'',k+1) :
   \exists \G\in \A, \, \G\in Y \} \le \cr
   & \le
   \sum_{\st \G\in Y}
   \mub_{\L''}^{h,k+1} \{ \A\in W_{l'}(\L'',k+1) :
   \A\ni\G \} \,. \cr }
$$
\equ(w.10) now follows from Proposition \thm[3.5a].
>From the definition of $\wkp(\g)$, it is clear that,
given a contour $\G$ with $S(\G)=+1$, only the weight
of its external cylinder is affected
by the modification at the boundary. Thus, if $\g_*$ is the
external cylinder in $\G$, we have
$$
   \wkp(\g_*) = w_h(\g_*) \, \nep{ 2 \b q(\g_*) } 
$$
while $\wkp(\g)=w_h(\g)$ for all the other cylinders in $\G$.
So, by Proposition \thm[6.3]
$$
   \wkptl(\G) \le 
   \nep{ 2 \b q(\g_*) } \, \wb(\G, \b-1 ,{\b\over4})
   \qquad
   \forall \G\in \Con'(\L'',k)
$$
where we have set
$$
   \wb(\G,c,c') = 
   \prod_\gg \exp \left[ - c |\gtl| L(\g) 
   - c' h'(\Ig) |v(\G,\g)| | \Ig-k| \right] \,.
$$
We also observe that, because of Proposition \thm[2.5] 
we get
$$
   \sum_{\st \G\in\Con'(\L'',k) \atop 
   \st \bar\G\ni x }
   \wb(\G,{\b\over200},{\b\over8}) 
   \le 1
   \qquad \forall x\in\L'' \,.
   \Eq(w.10a)
$$
At this point we proceed roughly as in the proof of Lemma \thm[3.3],
\ie we divide the terms in the sum \equ(w.10) into two groups:
those with $|v(\G)|\ge\z^2|\L''|$ and the others.
Let's call $Y_1$ the first group and $Y_2$ the second.
Since for each $\G\in Y_1$ we have
$$
   \wb(\G,\b-1,{\b\over4}) \le 
   \nep{- \ov8 \b h_m \z^2 |\L''|}
   \wb(\G,\b-1, {\b\over8}) 
$$
where $h_m = \min\{ h, h'(k+1)\}$, thus, taking into account that
$N''\ge 200 (\z^2 h_m)^{-1}$ and $q(\g_*) \le |\d\L''|$, 
and using \equ(w.10a), we find
$$
   \sum_{\G\in Y_1} \wkptl(\G) \le
   |\d\L''| \,
   \nep{- \ov8 \b h_m \z^2 |\L''| + 2 \b |\d\L''|}
    \le
   \nep{ - \b |\d\L''|} \le \nep{ - 2 \b N} \,.
   \Eq(w.11)
$$
If $\G\in Y_2$, then we claim
$$
   (\b-1)  \sum_\gg |\gtl|\Lg - 2 \b q(\g_*) 
   \ge {\b\over11} N'' + {\b\over200} \sum_\gg |\gtl| \Lg \,.
   \Eq(w.11c)
$$
If one believes it for a second, then one gets
$$
   \sum_{\G\in Y_2} \wkptl(\G) \le
   \nep{- \ov{11} \b N''} 
   \sum_{\G\in Y_2} \wb(\G,{\b\over200}, {\b\over4}) \le
   |\d\L''|
   \nep{- \ov{11} \b N''} \le
   \nep{- \ov{22} \b N} \,.
   \Eq(w.12)
$$
To prove \equ(w.11c) we write, for $\G\in Y_2$,
$$
   \sum_\gg |\gtl|\Lg = \sum_\ggp |\gtl| + R 
   \Eq(w.12c)
$$
where $R\ge 0$. But, since
$|v(\G')|\le |v(\G)| \le \z^2 |\L''|$,
$v(\G')\cap\de\L''\ne\emp$
and $v(\G')\cap\L'\ne\emp$,
we can use the argument in the proof of Lemma \thm[3.3] 
and get ($q(\g_*) = q(\Gext')$)
$$
   \sum_\ggp |\gtl| -2 q(\g_*) \ge \ov{10} N'' + 
   \ov{100} \sum_\ggp |\gtl| 
$$
which, together with \equ(w.12c), implies \equ(w.11c).

\smallno
>From \equ(w.9), \equ(w.9c), \equ(w.10), \equ(w.11), \equ(w.12)
we see that, for each symply connected $V$ such that
$\L''\sset V$,
$$
   \mu_V^{h,k+1} ( S_+(\L'',k+1,\L') \tc G ) \le
   \nep{ - \ov{50} \b N } 
$$
which, together with \equ(w.8.4), \equ(w.8.5), gives
$$
   \mu_\L^{h,\psi} ( S_+(\L,k+1,\L') ) \le
   \nep{ -{\z\over 2(k+1)^2} \b N }
   \QED
$$


\medno
{\it Proof of Proposition \thm[6.3].}
Let $V$ be a simply connected finite volume.
By Theorem \thm[4.1] all cylinders with $\Eg=k$ are stable,
as well as those with $\Eg=k+1$ and $\diam \g \le \th'(k+1)$.
So
$$
   Z^{h,k}(V) = Z^{h,k}_{tr}(V) \quad{\rm and}\quad
   Z^{h,k+1}_{e'}(V) = Z^{h,k+1}_{e',tr}(V) 
$$
where we have set
$$
   Z^{h,n}_{e',tr}(V) = \nep{-\b h n |V|} \,
   \Zh^n_{e'}(V,w^{tr}_h) \,.
$$
Then we have
$$
%   \eqalign{
%   &
   {Z^{h,k+1}_{e'}(V)\over Z^{h,k}_{e'}(V)} = 
   {Z^{h,k+1}_{e',tr}(V)\over Z^{h,k}_{e',tr}(V)} \le
   {Z^{h,k+1}_{tr}(V)\over Z^{h,k}_{e',tr}(V)} = 
%   & =
   {Z^{h,k+1}_{tr}(V)\over Z^{h,k}_{tr}(V)} \,
   {Z^{h,k}_{tr}(V)\over Z^{h,k}_{e',tr}(V)} \,. 
%\cr }
$$
Using the cluster expansion for the truncated
partition function we get, for $n>0$,
$$
   \log Z^{h,n}_{tr}(V) - \log Z^{h,n}_{e',tr}(V) =
   \sum_{\st \L\sset V\atop\st\diam\L >\th'(n)} 
   \Phi^n(\L,\wt) \le |V| \nep{-\ov4\b\th'(n)} 
   \Eq(w.3)
$$
where we have used Theorem \thm[CE]--(6).
Also, by Proposition \thm[4.7]
$$
   |\log Z^{h,k+1}_{tr}(V) - \log Z^{h,k}_{tr}(V) +a(h)| \le
   |\d V| \nep{-\ov3 \b \z} \,.
   \Eq(w.4)
$$
So we have obtained
$$
   \eqalign{
   &
   {Z^{h,k+1}_{e'}(V)\over Z^{h,k}_{e'}(V)} \le
   \exp\left[ -|V| \bigl( a(h) - \nep{-\ov4\b\th'(k)} \bigr)
   + |\d V| \nep{-\ov3\b\z} \right] \le \cr
   &
   \exp\left[ -\ov2 a(h) |V|  
   + |\d V| \nep{-\ov3\b\z} \right] \,. \cr }
$$
Furthermore, if $n\ne k, k+1$, then, 
$\th'(n)=\th(n)$ while $\th'(k+1)\ge \th(k+1)$ by \equ(w.1).
Thus,
by $(iv)$ of Lemma \thm[2.3],
$$
   \eqalign{
   &
   {Z^{h,n}_{e'}(V)\over Z^{h,k}_{e'}(V)} = 
   {Z^{h,n}_{e'}(V)\over Z^{h,k+1}_{e'}(V)}  \,
   {Z^{h,k+1}_{e'}(V)\over Z^{h,k}_{e'}(V)} \le 
   {Z^{h,n}_{e}(V)\over Z^{h,k+1}_{e}(V)}  \,
   {Z^{h,k+1}_{e'}(V)\over Z^{h,k}_{e'}(V)} \le \cr
   & \le
   \exp\left[ -\ov2 \b h |V| |n-(k+1)| +
   |\d V| \bigl( \nep{ -\ov5\b\z} + \nep{-\ov3\b\z} \bigr) 
   \right] \le \cr
   & \le
   \exp\left[ -\ov4 \b h |V| |n-k| +
   |\d V| \nep{ -\ov6\b\z} \right] \,. \cr }
$$
The second statement follows easily from the first (see the
proof of Corollary \thm[2.4]).
\QED

\begingroup
\def\dww{{d\over d\l} \wtl_\hl(\g)}
\def\dwwm{\left| {d\over d\l} \wtl_\hl(\g) \right |}

\def\mmnl{\mean^{\hl,n}_V}
\def\mmkl{\mean^{\hl,k}_V}
\def\mmn{\mean^{\h,n}_V}
\def\mmk{\mean^{\h,k}_V}
\def\ddl{{d\over d\l}}


\beginsubsection 6.2. A cluster expansion for $\mean \ph(0)$.

Here we want to find a formula for $\mean_V^{h,k} \ph(0)$,
based on cluster expansion that will be crucial in
the proof of Corollary \thm[6.2].
\smallno
We introduce a modification of the
magnetic field at $x=0$ and define for $\l\in\real$,
$$
   \hl(x) = \cases{ h & if $x\ne0$ \cr
   {h - \l/\b} & if $x=0$. \cr }
$$
In this way, the weight of a cylinder $\g$ such that $\gb\ni 0$
is given by
$$
   w_\hl(\g) = w_h(\g) \, \nep{ \l \Sg \Lg } 
$$
while $w_\hl(\g)=w_h(\g)$ for cylinders whose interior does not
contain the origin. The partition function can be written
as
$$
   Z^{\hl,k}(V) = \nep{- \b \hl k |V| } \Zh^k(V, w_\hl) \,
$$
where
$$
   \Zh^k(V,w_\hl) = \sum_{\G\in C^*_w(V,k)} \prod_\gg
   \wtl_\hl(\g) \,.
$$
We want to prove the following

\nproclaim Proposition [6.4].
Let $\b$ be large enough, $h\in(\hkst, \hkmst)$
with $k\le k_{max} = \kmx $.
Then there exists $\l_0 = \l_0(\b,h)>0$ such that
$\wtl_\hl(\g)$ is differentiable with respect to $\l$
in the interval $|\l|<\l_0$, and, 
for each cylinder $\g$ with $\Eg=k$
$$
   \eqalignno{
   &
   \wtl_\hl(\g) \le \nep{ -\ov2 \b |\gtl| \Lg } 
   &\eq(w.17) \cr
   &
   \left| {d\over d\l} \wtl_\hl(\g) \right | \le
   \nep{ -\ov3 \b |\gtl| \Lg } , 
   &\eq(w.18) \cr 
   }
$$
for all $|\l|<\l_0$.
Furthermore for each simply connected finite
$V$ containing the origin
$$
   \mean_V^{h,k} \ph(0) =
   k + \sum_{\st \g\in C(V,k) \atop\st \gb\ni 0}
   \dww \Bigr|_{\l=0}
   \exp\Bigl( - 
   \sum_{\st \xi\ssset C(V,k)\atop\st \xi\cap [\g]\ne\emp} 
   \Phi^T(\xi,\wtl_h)
   \Bigr) 
   \Eq(w.19)
$$
where $[\g]$ is the set of all cylinders which are not weakly
compatible with $\g$ and $\Phi^T$ is defined in Theorem
\thm[CE].

\noindent
An important consequence of this Proposition is the following

\nproclaim Corollary [6.5].
Let $\b,h$ be as above. Take $\L = Q_N$ and $V\ssset\ZZ$
simply connected such that $V\supset \L$.
Then
$$
   \left|\mean_V^{h,k} \ph(0) - \mean_\L^{h,k} \ph(0) 
   \right| \le
   \nep{ -\ov{15} \b N} \,.
$$

\Pro\
Let
$$
   g_V(\g) =
   \exp\Bigl( - 
   \sum_{\st \xi\ssset C(V,k)\atop\st \xi\cap [\g]\ne\emp} 
   \Phi^T(\xi,\wtl_h)
   \Bigr) \,.
$$
Then, by Proposition \thm[6.4]
$$
   \eqalign{
   &
   \left|\mean_V^{h,k} \ph(0) - \mean_\L^{h,k} \ph(0) 
   \right| \le
   \sum_{\st \g\in C(V,k)\setm C(\L,k) \atop\st \gb\ni 0}
   \Bigl|\dww \Bigr|_{\l=0}
   | g_V(\g) | + \cr
   & +
   \sum_{\st \g\in C(\L,k) \atop\st \gb\ni 0}
   \Bigl|\dww \Bigr|_{\l=0}
   | g_V(\g) |\, |1 - \nep{ X(\g) } | 
   =
    S_1 + S_2  \cr }
   \Eq(w.20)
$$
where $S_1$, $S_2$ are the values of the two sums, and
$$
   X(\g) = \log {g_\L(\g) \over g_V(\g)} =
   \sum_{\st \xi\ssset C(V,k)\atop\st
   \xi\not\sset C(\L,k),\, \xi\cap [\g]\ne\emp} 
   \Phi^T(\xi,\wtl_h) \,.
   \Eq(w.21)
$$
Since $|g_V(\g)|\le 1$, then first term in \equ(w.20)
can be (upper) bounded by
$$
   S_1 \le
   \sum_{\st \g\in C(V,k) \atop\st \gb\ni 0, \, |\gtl|\ge N/2}
   \Bigl|\dww \Bigr|_{\l=0} \le
   \nep{ -\ov8 \b N} 
   \Eq(w.22)
$$
thanks to \equ(w.18).
As for the second term in \equ(w.20), we observe that
each $\xi$ appearing in the sum \equ(w.21) has 
$\xib\cap (V\setm\L)\ne\emp$. Also, since it contains
at least one cylinder $\g'$ which is not weakly
compatible with $\g$, we have
$$
   d(\xib,\gb) \le 2 
$$
and so (see \equ(4.10))
$$
   \norm{\xi} \ge d( \gb,\de\L ) \,.
$$
By consequence, using (3) of Theorem \thm[CE]
(remember that the weights $\wtl_h(\g)$ satisfy Theorem's
hypotheses with $c=1/2$), we obtain
$$
   X(\g) \le
   \nep{ -{3\over8} \b d(\gb,\de\L) }
   \sum_{\st \xi\ssset C(V,k)\atop\st
   \xi\cap [\g]\ne\emp} 
   |\Phi^T(\xi,\wtl_h)| 
   \nep{ {3\over8} \b \norm{\xi} } \le
   |\gtl|
   \nep{ -{3\over8} \b d(\gb,\de\L) } \,.
   \Eq(w.29)
$$
We now divide the terms contributing to $S_2$ into two groups:
$Y'$ is the set of all cylinders $\g$ such that $d(\gb,\de\L)\ge N/4$
(and $\gb\ni 0$), while $Y''$ contains those $\g$
with $d(\gb,\de\L)<N/4$ (and $\gb\ni 0$).
Accordingly we write $S_2 = S_2' + S_2''$. 
If $\g\in Y'$, then, since $|\gtl|\le 4 N^2$, we find 
$X(\g)\le \ov{10}$,
and so
$$
   \bigl|1 - \nep{X(\g)} \bigr| \le 2|X(\g)| \le
   8 N^2
   \nep{ -{3\over8} \b d(\gb,\de\L) } \le
   \nep{ -\ov3 \b d(\gb,\de\L) } \,.
$$
Hence, considering that $d(\gb,\de\L) + |\gtl| \ge N/2$
and using \equ(w.19), we find
$$
   \eqalign{
   &
   S_2' \le
   \sum_{\g\in Y'}
   \nep{ -\ov3 \b d(\gb,\de\L) } 
   \nep{ -\ov3 \b |\gtl| \Lg } \le
   \sum_{\st \a\in C_B(\L) \atop\st \bar\a\ni 0}
   \nep{ -\ov3 \b d(\bar\a,\de\L) } 
   \nep{ -\ov4 \b |\a| } \le \cr
   & \le
   \nep{ - \ov9 \b N }
   \sum_{\st \a\in C_B(\L) \atop\st \bar\a\ni 0}
   \nep{ -\ov{100} |\a| } \le 
   \nep{ - \ov9 \b N } \,. \cr }
$$
If, on the contrary, $\g\in Y''$, then $|\gtl|\ge N/4$ and
$$
   \bigl|1 - \nep{X(\g)} \bigr| \le
   \nep{ X(\g) } \le \nep{ |\gtl| } \,.
$$
Thus
$$
   S_2'' \le
   \sum_{\st  \g\in C(\L,k) \atop \st
   \gb\ni0,\, |\gtl|\ge N/4 }
   \nep{ -\ov3\b |\gtl|\Lg + |\gtl| } \le
   \nep{ -\ov{13} \b N } \,.
$$
At last
$$
   \left|\mean_V^{h,k} \ph(0) - \mean_\L^{h,k} \ph(0) 
   \right| \le S_1 + S_2' + S_2'' \le
   \nep{ -\ov{15} \b N } 
   \QED
$$

\medno
Before starting with the proof of Proposition \thm[6.4] it
is convenient to present some simple facts as Lemmas.

\nproclaim Lemma [6.6].
Let $\b,h>0$. Then there exists $\l_0(\b,h)>0$ such that
if $|\l|<\l_0$ then,
\item{$(i)$}
for all
$V\ssset\ZZ$ such that $V\ni0$ and for all $n>0$
$$
   \mean^{\hl,n}_V \ph(0) = 
   \ddl
   \log Z^{\hl,n}(V) \,.
$$
\item{$(ii)$} for each cylinder $\g$ such that $\gb\ni0$
and for all $n>0$ (remember \equ(2.os))
$$
   \mean^{\hl,n}_V (\ph(0) \tc \O_{\gb}^{n,\pm}) = 
   \ddl
   \log Z^{\hl,n}(\gb,\pm) \,.
$$

\Pro\
The only thing to check (remember \equ(signed))
is that the quantities
$$
   \sum_{\ph\in\O_V} \nep{ -\b H^{\hl,n}_V(\ph) } \qquad
   \sum_{\ph\in\O_{\gb}^{n,\pm} } \nep{ -\b H^{\hl,n}_V(\ph) } 
$$
can be differentiated term by term. For this to be true it
is sufficient to check that for instance
$$
   \sum_{\ph\in\O_V} 
   \sup_{|\l|<\l_0}
   \Bigl| \ddl \nep{ -\b H^{\hl,n}_V(\ph) }
   \Bigr|  \le
   \sum_{\ph\in\O_V} 
   \ph(0) \,
   \nep{ -\b H^{h(\l_0),n}_V(\ph) } < \infty 
   \QED
$$


\nproclaim Lemma [6.7].
Let $\b$ be large enough, $h\in(\hkst, \hkmst)$
with $1 \le k \le \kmax$.
Then there exists $\l_0 = \l_0(\b,h) >0$ such that
if $|\l|<\l_0$, then for all cylinders $\g$
such that $\gb\ni0$, for all $n>0$, $S=\pm1$,
$$
   \mean^{\hl,n}_\gb( \ph(0) \tc \O_\gb^{n,S} ) \le
   n + k + 1
$$

\Pro\
Let
$$
   G =
   \{ \ph\in \O_\gb : 
   \ph(y) \ge n\ {\rm for\ all\ } y\in\gb \} \,.
$$
Using an opportune coupling of two Glauber dynamics it is easy
to show that
$$
   \mu^{\hl,n}_\gb(\cdot \tc \O_\gb^{n,S} ) \le
   \mu^{\hl,n}_\gb(\cdot \tc G ) 
   \Eq(w.50)
$$
in the FKG sense.
The proof is quite standard and one can see for instance
Theorem \teo[2.9] in Chapter II of \ref[L]. 
That theorem deals with $\{0,1\}$ random 
variables and with the probability measures which assign a positive
probability to each configuration, but it is not too difficult
to modify the proof in such a way that our situation can fit in.
One can take for instance the {\it standard coupling\/} \ref[L] of
two \oqq Metropolis'' dynamics reversible with respect to
the two probability measures appearing in \equ(w.50).
In this way one avoids any occurence of zero denominators in the
transition rates.


Thus by just changing variables $\ph(x) \to \ph(x)+(n-1)$,
we get
$$
   \mean^{\hl,n}_\gb( \ph(0) \tc G )  =
   \mean^{\hl,1}_\gb( \ph(0) + (n-1) ) \,.
$$
If we now choose some $\hba\in I_{k+1}(\b)$, by FKG
and Proposition \thm[3.7a], we have
$$
   \mean^{\hl,1}_\gb( \ph(0) + (n-1) ) \le
   n-1 + \mean^{\hba,\, k+1}_\gb \ph(0) \le
   n - 1 + k +2 = n + k + 1 
   \QED
$$


\smallno   
We now go back to the
\smallno
{\it Proof of Proposition \thm[6.4].}
Choose $\l_0$ such that $h\pm\l_0\in(\hkst,\hkmst)$ and let
$\g$ be a cylinder with $\Eg=k$, $\Ig=n$, $\Sg=S$ and
such that $\gb\ni0$.
To show that 
$$
   \wtl_\hl(\g) \le \nep{ -\ov2 \b |\gtl| \Lg } 
$$
one can repeat the proof of Theorem \thm[4.1] step by step,
replacing in the steps
(2), (3) and (4) the hypotesis $h\in[\hkst,\hkm]$
with $\tilde h(x) \in[\hkst,\hkm]$ for all $x$,
where $\tilde h$ is now a variable
magnetic field.
There is only one thing to change: in the proof of (3)
we consider apart the case of elementary cylinders in order
to avoid the possibility that
$$
   |\d\gb_x|_J >> |\gtl|_J 
$$
(it could happen that $J(e)=\z$ for all $e\in\gtl$, but
$J=1$ on $\d\gb_x\setm\gtl$),
and make an explicit appeal to $(iv)$ of Lemma \thm[2.3].
In our case, however $J=1$ everywhere, so we always have
$$
   |\d\gb_x| \le |\gtl|+4 \le 2 |\gtl| \,.
$$
Therefore we can treat small cylinders together with the
large ones, suppress case $(a)$ in the proof of (3), and
avoid any reference to Lemma \thm[2.3]
(of course Lemma \thm[2.3] {\it is still valid\/} in presence
of a small enough $\l$, but we don't want to dig that deep
into the proof).
\smallno
In order to prove the second bound \equ(w.18), we notice that
$\wtl_\hl(\g)$ is differentiable because both $w_\hl(\g)$
and $Z^{\hl,n}(\gb,\pm)$ (Lemma \thm[6.6]) are.
Moreover
$$
   \eqalign{
   &
   \dww = 
   \wtl_\hl(\g) \ddl \log { Z^{\hl,n}(\gb,S) \over
   Z^{\hl,k}(\gb,S) } = \cr
   & =
   \wtl_\hl(\g) \left[
   \mean^{\hl,n}_\gb (\ph(0) \tc \O_\gb^{n,S} ) -
   \mean^{\hl,k}_\gb (\ph(0) \tc \O_\gb^{n,S} )
   \right] \,. \cr }
$$
By Lemma \thm[6.7] 
$$
   \eqalign{
   &
   \left| \dww \right| \le
   (n+k+1) \nep{ -\ov2 \b |\gtl| \Lg } \le \cr
   & \le
   (\Lg + 2 \kmax + 1 ) \nep{ -\ov2 \b |\gtl| \Lg } \le 
   \nep{ -\ov3\b |\gtl|\Lg }  \cr }
$$
Let now $V$ be a simply connected finite volume containing
the origin. We have to prove \equ(w.19).
Since
$$
   \eqalign{
   &
   \sum_{\G\in C^*_w(V,k)} 
   \sup_{|\l|<\l_0}
   \Bigl| \ddl \prod_{\gg} \wtl_\hl(\g) \Bigr| \le
   \sum_{\G\in C^*_w(V,k)} 
   \sum_{\gg} 
   \sup_{|\l|<\l_0}
   \Bigl| \ddl \wtl_\hl(\g) \Bigr|
   \prod_{\g'\in\Gg} \wtl_\hl(\g)
   \le \cr
   & \le
   \sum_{\g \in C(V,k)} 
   \sup_{|\l|<\l_0}
   \Bigl| \ddl \wtl_\hl(\g) \Bigr|
   \sum_{\st \G\in C^*_w(V,k) \atop\st \G\ni\g} 
   \prod_{\g'\in\Gg} \wtl_\hl(\g) \le \cr
   & \le
   \Zh^k(V,\wtl_\hl)
   \sum_{\g \in C(V,k)} 
   \nep{ -\ov3\b |\gtl| \Lg } < \infty 
   \cr }
$$
then the quantity
$$
   \sum_{\G\in C^*_w(V,k)} 
   \prod_{\gg} \wtl_\hl(\g) 
$$
can be differentiated term by term, and a similar computation
shows that
$$
   \ddl \log Z^{\hl,k}(V) =
   k + \ddl \log \Zh^k(V, w_\hl) =
   k +
   \sum_{\g \in C(V,k)}
   g_V(\g,\l)
   \ddl \wtl_\hl(\g) 
$$
where
$$
   g_V(\g,\l) =
   \left( Z^{\hl,k}(V) \right)^{-1} \mkern -20mu
   \sum_{\st \G\in C^*_w(V,k) \atop\st \G\ni\g} 
   \prod_{\g'\in\Gg} \wtl_\hl(\g) =
   \left( Z^{\hl,k}(V) \right)^{-1} \mkern -20mu
   \sum_{\st \G\in C^*_w(V,k) \atop\st \G\cap[\g]=\emp} 
   \prod_{\g'\in\G} \wtl_\hl(\g) \,.
$$
Because of \equ(w.17) we can use cluster expansion
(Theorem \thm[CE] with $c=1/2$) and obtain 
$$
   \eqalign{
   &
   \log g_V(\g,\l) =
   \sum_{\st \xi\ssset C(V,k)\atop\st
   \xi\cap [\g]=\emp} \Phi^T(\xi,\wtl_\hl) -
   \sum_{\st \xi\ssset C(V,k)}
   \Phi^T(\xi,\wtl_\hl) = \cr
   & =
   - \sum_{\st \xi\ssset C(V,k)\atop\st
   \xi\cap [\g]\ne\emp} \Phi^T(\xi,\wtl_\hl) \QED \cr }
$$



\endgroup

\beginsubsection 6.3. Proof of Corollary \thm[6.2]

If $\L=Q_N$ with $N_1(h) \le N \le \bar N(\b,h)$, then,
by Proposition \thm[6.2b]
$$
   |\mean^{h,\psi}_\L \ph(0) -
   \mean^{h,\psi'}_\L \ph(0)| \le
   b_1(\b,h,2) 
   \qquad \forall \psi,\psi'\in\O \,.
$$
Assume now that $N > \bar N(\b,h)$ and
take another square $\L'$ inside $\L$, given by
$\L' = Q_{N'}$, with $N' = N - 2 \inte{2N/5}-2$.
Let
$$
   n = \sup \{ \psi(x) \mmax \psi'(x) : x \in \de^+\L \}.
$$
Then, by FKG and Markov property
$$
   |\mean^{h,\psi}_\L \ph(0) -
   \mean^{h,\psi'}_\L \ph(0)| \le
   \mean^{h,n}_\L \ph(0) -
   \mean^{h,1}_\L \ph(0).
$$
If we let
$$
   S_\pm = S_\pm(\L,k\pm 1,\de^+\L') 
$$
we have
$$
   \mean^{h,n}_\L \ph(0) \le
   \mean^{h,n}_\L (\, \ph(0) \,  \c \{ \ph\in S_+ \}\, ) +
   \mean^{h,n}_\L (\, \ph(0) \tc S_+^c \,) 
$$
($\c$ is the characteristic function).
By Proposition \thf[A.1], we have
$$
   \mean^{h,n}_\L (\,  \ph(0) \tc S_+^c \, ) \le
   \sup_{\st V : \L'\sset V \sset \L \atop
   {V \rm\ connected\ and
   \atop
   \rm simply\ connected } }
   \mean_V^{h,k} \ph(0) \,.
$$
Moreover, by Schwarz inequality, 
Proposition \thm[6.2b] and Theorem \thm[6.1], 
$$
   \eqalign{
   &
   \mean^{h,n}_\L ( \ph(0) \, \c \{ \ph\in S_+ \} ) \le
   \left( \mean^{h,n}_\L ( \ph(0)^2 ) \right)^{1/2}
   \left(\mu^{h,n}_\L ( S_+ ) \right)^{1/2} \le \cr
   & \le
   (b_1(\b,h,2))^{1/2} \, \nep{ -{\z\over 20 k^2}\b N } \,.
   \cr }
$$
On the other side we get
$$
   \mean^{h,1}_\L \ph(0) \ge
   \mean^{h,1}_\L ( \, \ph(0) \tc S_-^c \,) \,
   \mu^{h,1}_\L (\, S_-^c \,)
   \ge 
   \left( 1 - \nep{ -{\z\over 10 k^2} \b N } \right) 
   \inf_{\st V : \L'\sset V \sset \L \atop
   {V \rm\ connected\ and
   \atop
   \rm simply\ connected } }
   \mean_V^{h,k} \ph(0) \,.
$$
By FKG and Proposition \thm[3.6a],
$$
   \mean_V^{h,k} \ph(0) \le 
   \mean_V^{\hkpp, \, k+1} \ph(0) \le 
   k+2, \qquad
   \hbox{\rm for all simply connected $V\ssset\ZZ$}.
$$
Furthermore, by Corollary \thm[6.5],
if $V$ is a simply
connected finite volume such that $\L'\sset V$,
$$
   |\mean_V^{h,k} \ph(0) - \mean_{\L'}^{h,k} \ph(0) | \le
   \nep{ -\ov{15} \b N' } \le \nep{ -\ov{100} \b N }
$$
In this way we have found 
$$
   \eqalign{
   &
   |\mean^{h,\psi}_\L \ph(0) -
   \mean^{h,\psi'}_\L \ph(0)| \le \cr
   & \le
   \nep{ -\ov{100} \b N } +
   \bigl(k+2+(b_1(\b,h,2))^{1/2}\bigr) 
   \nep{ -{\z\over 20 k^2} \b N} \le
   C(\b,h)  \,  \nep{ -{\z\over 20 k^2} \b N} 
   \QED \cr }
$$


\fine

\expandafter\ifx\csname sezioniseparate\endcsname\relax%
   \input macro \fi

\begingroup

\def \Gt {\tilde G}
\def\Gb{\bar G}
\def\Hbi{\bar H^{h,\infty}_V(\ph)}
\def\Z{\integer}
\def\ZpN{\Z_+^N}

%----------------------------------------------------------

\numsec=7
\numfor=1
\numtheo=1
\pgn=1
\beginsection 7. Weak mixing and uniqueness of the
Gibbs measure for $h\ne \hkst$

An important consequence of Corollary \thm[6.2] is
the weak mixing property
discussed in \ref[MO1], \ref[MOS] which in turn implies the uniqueness
of the Gibbs measure.

In order to state 
it we first need one additional definition. We will say 
that a set $\L\ssset\ZZ$ is $h$-admissible 
if for each $x\in \L$ there exists a square $Q_{N_1}+y$ of 
side $N_1(h) =\lfloor 8/h + 1 \rfloor$ contained in $\L$
such that $x\in Q_{N_1}$. Then we have:

\nproclaim Proposition [6.1a] {\it (Weak Mixing)}.
Let $\b$ be large enough and $h\in(\hkst,\hkmst)$,
with $1 \le k\le \kmax =\kmx$.
Then
there exists $C(\b,h)$ such that
for each $h$-admissible finite volume $\L$ and for each
$\D \sset \L$
$$
   \sup_{\psi ,\psi' \in \O}\sup_{A\in \FF_{\D}}\vert 
   \mu_{\L}^{h,\psi}(A) - \mu_{\L}^{h,\psi'}(A)\vert 
   \leq C(\b,h)
   \sum_{x\in \Delta}\nep{ -m_0(\b,h) \, d(x,\partial \L) }
$$
where $m_0(\b,h) = {\b\z\over 10 k^2}$.

\Pro\
Using the coupling $\nu_{\L}^{h,\psi ,\psi '}$  
defined in Section 1.2
between the two Gibbs measures $\mu_{\L}^{h,\psi}$, 
$\mu_{\L}^{h,\psi '}$ we write
$$
   \eqalign{
   &
   \vert \mu_{\L}^{h,\psi}(A)\,-\,\mu_{\L}^{h,\psi '}(A)\vert \le
   \max\Bigl\{
   \sum_{\ph \in A,\, \ph '\notin A}
   \nu_{\L}^{h,\psi ,\psi '} (\ph ,\ph ') \,, \,
   \sum_{\ph \notin A, \, \ph '\in A}
   \nu_{\L}^{h,\psi ,\psi '} (\ph ,\ph ')
   \Bigr\}
   \leq \cr
   & \le
   \sum_{x\in \Delta}\sup_n\nu_{\L}^{h,n ,1} 
   (\ph (x)\neq\ph '(x)) \cr }
   \Eq(6.1bis)
$$
Since the coupling measure $\nu_{\L}^{h,n,1}$ is above the 
diagonal, 
$$
   \eqalign{
   &
   \nu_{\L}^{h,n,1} (\ph (x)>\ph '(x))
   = \sum_k\nu_{\L}^{h,n,1} (\ph (x)=k, \, \ph '(x)<k)\cr 
   & \le
   \sum_k \nu_{\L}^{h,n,1} (\ph (x)\geq k,\,\ph '(x)<k) = 
   \sum_k \bigl[
   \nu_{\L}^{h,n,1} (\ph (x)\geq k) - 
   \nu_{\L}^{h,n,1} (\ph'(x)\geq k) 
   \bigr] = \cr 
   & =
   \mean^{h,n}_{\L}\ph (x) -
   \mean^{h,1}_{\L}\ph (x) 
   \cr }
   \Eq(6.1tris)
$$
Let us now first suppose that $d(x,\partial \L)\geq N_1(h)$
(see \equ(w.40))
and let $Q(x)$ be the largest square centered at $x$ and contained 
in $\L$. Then we use \equ(DLR)
and Corollary \thm[6.2] to get
$$
   \sup_n\mean^{h,n}_{\L}\ph (x) -
   \mean^{h,1}_{\L}\ph (x)\,\leq\, 
   \sup_{\psi,\psi'\in\O}
   |\mean^{h,\psi}_{Q(x)}\ph (x) -
   \mean^{h,\psi'}_{Q(x)}\ph (x)|  \le C(\b,h) \,
   \nep{ - m_0 \, d(x,\partial \L)}
   \Eq(6.1.4)
$$
If instead $d(x,\partial \L) < N_1(h)$, we use the fact that 
the set $\L$ is $h$-admissible and Proposition
\thm[6.2b]
$$
   \sup_n
   \mean^{h,n}_{\L}\ph (x) -
   \mean^{h,1}_{\L}\ph (x) \le
   \sup_n
   \mean^{h,n}_{\L}\ph (x) \le
   b_1(\b ,h,1)
   \Eq(6.1.5)
$$
Clearly \equ(6.1bis) \dots \equ(6.1.5) 
prove our statement provided we redefine $C(\b,h)$ in a suitable
way.
\QED

\medno
We can now prove that if $\b$ and $h$ are as in the previous
proposition, then there is a unique Gibbs measure for the
interaction \equ(1.1).
Assume in fact that $\mu_1$ and $\mu_2$ are both Gibbs measures
for such an interaction. Let $V\ssset\ZZ$ and $X\in\FF_V$.
Then, by definition of Gibbs measure, we have for all
squares $\L=Q_N$ with $N\ge N_1(h)$ such that
$\L \supset V$
$$
   |\mu_1(X) - \mu_2(X) | \le
   \int_{\O \times \O}
   \mu_1(d\ph) \,
   \mu_2(d\ph') \,
   | \mu_\L^\ph(X) - \mu_\L^{\ph'}(X) | \le
   C \, |V| \, \nep{ - m \, d(V, \de\L) } \,.
$$
The argument is completed
by letting $N$ go to $\infty$.

\endgroup

\vfill\eject

\numsec=8
\numfor=1
\numtheo=1
\pgn=1

\beginsection 8. A comment on the completeness of the
phase diagram

As we remarked after the statement of Theorem \thm[1.1], using
the techniques developed in \ref[Z] one can prove that 
if $h=\hkst$ with $1\le k\le\kmax$, then
$$
   \vcenter{
   \hbox{\rm\sl all translation invariant Gibbs measures are} 
   \hbox{\rm\sl convex combinations of $\mu^k$ and $\mu^{k+1}$}
   } \Eq(8b.1)
$$
where
$$
   \mu^n = \mathop{\rm weak\ lim}_{N \to \infty}
   \mu_{Q_N}^n \qquad n=k,\, k+1 \,.
   \Eq(8b.10)
$$
($\b$ large enough and $h =\hkst$ have been chosen).
Unfortunately \ref[Z] deals with systems of random variables
$\ph(x)$ which can take only a finite number of values.
Thus if one can show that
\item{(1)}
   the results of \ref[Z] can be applied to our model
\item{(2)}
   $k$ and $k+1$ are the only {\it stable} values in the
   sense of \Zar
\smallno
then \equ(8b.1) would follow from Corollary \teo[3.2] in \ref[Z].

\medno   
We claim here that \Zar's theory can be used in our case
thanks to the following facts

\textindent{$\bullet$}
In \ref[Z], 
with the exception of Section 3.2, 
one  never
takes into account the boundary term in the hamiltonian. For
this reason the only problem caused by having an infinite number
of values for $\ph(x)$ is due to the following:
the basic assumption in \ref[Z] is that {\it contours\/}
(we are talking of \Zar's contours and
in the rest of this discussion we use \Zar's
notation) have a weight which is bounded by an exponential of 
the volume of their
support
$$
   {\rm weight\ of\ } \G^q = 
   \exp( - \Phi(\G^q))  \le 
   \exp( -\t |{\rm supp} \, \G^q| )
   \Eq(8b.2)
$$
for some large enough $\t$. This bound is clearly ineffectual
when one has to sum over an infinite number of contours with
the same support. But it is not difficult to realize that all results
in \ref[Z]
(except those in Section 3.2)
are still valid if one drops the assumption of a finite single
spin state space and replaces
the above
condition with the following
$$
   \sum_{\G^q : \, {\rm supp} \, \G^q = A}
   \nep{ - \Phi(\G^q) } \le
   \nep{ - \t \, |A| }
   \qquad\forall A\ssset\ZZ \,.
   \Eq(8b.3)
$$
\equ(8b.3) can be easily verified in our case.

\smallno
\textindent{$\bullet$}
In Section 3.2 of \ref[Z] the boundedness of the interaction
(that we don't have) is used to prove Theorem \teo[3.2].
This theorem
implies that the expectation of the number of {\it unstable
points\/} in a volume $\L$ is of the order of the boundary of $\L$.
Showing that the number of unstable points grows like
$|\L|^\a$ with $\a\le 1$ is, in turn, the key ingredient for proving the main
result, namely Corollary \teo[3.2], which says that every
translation invariant Gibbs measure is a convex combination
of those Gibbs measures given by \oqq stable''
boundary conditions. 

Let then $X_\L(\ph)$ be
the number of $x\in\L$ such that $x$ is
$\L$--unstable for $\ph$. 
We now sketch how to prove that, if $\L=Q_N$ and
$\D = Q_{N+4}$, then for all $N$ large enough
$$
   \sup_{\psi\in\O}
   \mean_{\D}^\psi( X_\L ) \le 
   2 N^{5\over3} \,.
   \Eq(8b.4)
$$
\equ(8b.4) is enough to prove Corollary \teo[3.2] of \ref[Z].
To get \equ(8b.4) we are going to use the fact that, on
$\de\D$, thanks to Proposition \thm[6.2b], the configuration 
is likely to stay below say $\sqrt{N}$. Let $\L'=Q_{N+2}$,
and consider the event
$$
   F =
   \{ \ph \in\O : \ph(x) \le \sqrt{N} \quad \forall x\in \de\D \} \,.
$$
Then
$$
   \mean_{\D}^\psi( X_\L ) \le
   \mean_{\D}^\psi( X_\L \tc F)  +
   |\L| \, 
   \mu_{\D}^\psi(F^c) \,.
$$
Then, by Proposition \thm[6.2b] and Chebyshev inequality, we have
$$
   \mu_{\D}^\psi(F^c) \le
   |\de \D| \, {b_1(\b,h, 4) \over N^2 } \le {c\over N} \,.
$$
As for the other term, we get
$$
   \mean_{\D}^\psi( X_\L \tc F)  \le
   N^{5\over3} + N^2 \, 
   \mu_{\D}^\psi( X_\L\ge N^{5\over3} \tc F) 
$$
and, using \equ(DLR) 
$$
   \mu_{\D}^\psi( X_\L\ge N^{5\over3} \tc F) \le
   \sup_{\ph\in F} \, 
   \mu_{\L'}^\ph( X_\L\ge N^{5\over3} ) 
$$
Moreover we notice that for each $\ph, \h\in \O$
$$
   H^1_{\L'}(\h) -
   \sum_{\st x\in\L' , \, y\in (\L')^c \atop\st
   |x-y|=1 } |\ph(y)-1 | \le
   H^\ph_{\L'}(\h) \le
   H^1_{\L'}(\h) + 
   \sum_{\st x\in\L' , \, y\in (\L')^c \atop\st
   |x-y|=1 } |\ph(y)-1| \,.
$$
Thus, if $\ph\in F$, taking into account that
$X_\L$ is $\FF_{\L'}$--measurable, we have
$$
   \mu_{\L'}^\ph( X_\L\ge N^{5\over3} ) \le
   \nep{ 32 \b (N+2) \sqrt{N} } \,
   \mu_{\L'}^1( X_\L\ge N^{5\over3} ) \,.
$$
In this way we have gotten rid of the arbitrary boundary
conditions. So we can
use Proposition \teo[3.1] of \ref[Z] to estimate the last term, and we
get
$$
   \mu_{\D}^\psi( X_\L\ge N^{5\over3} \tc F) \le
   \nep{ c' N^{3\over2} } \,
   \nep{ -\a N^{5\over3} + c'' N^{3\over2} }
$$
for some $\a(\b,h) >0$, $c''(\b,h)>0$.
We have thus obtained
$$
   \mean_{\D}^\psi( X_\L ) \le
   c N + N^{5\over3} + N^2 \,
   \nep{ c' N^{3\over2} } \,
   \nep{ -\a N^{5\over3} + c'' N^{3\over2} } 
   \le
   2 N^{5\over3} 
$$
if $N$ is large enough. This proves \equ(8b.4) and
by consequence Corollary \teo[3.2] of \ref[Z]. Hence
every translation invariant Gibbs measure is a convex
combination of the Gibbs measure produced by \oqq stable''
boundary conditions.
So the last thing to observe in order to prove \equ(8b.1) is that
$k$ and $k+1$ are the only stable values in the sense of \Zar.
Assume in fact that there exists another $n \notin \{k,k+1\}$
such that $n$ is stable. By Corollary \teo[1.7] of \ref[Z]
there should be a Gibbs state which is a perturbation of
the configuration $\ph \equiv n$. But this is impossible
because, by FKG, Corollary \thm[6.2] and
Proposition \thm[3.7a] one easily gets, for $N$ large enough,
$$
   \txt
   k- \ov{100} \le \mean^\psi_{Q_N} \ph(0) \le k+1 + \ov{100}
   \qquad\forall\psi\in\O \,.
$$
So the only values that can be stable are $k$ and $k+1$.
If only one of them, say $k$, is stable, then we should have
$\mu^k = \mu^{k+1}$. But this again can't be, because of,
for instance, Corollary \thm[8.1].

\fine






\expandafter\ifx\csname sezioniseparate\endcsname\relax%
   \input macro \fi

%--------------------------------- INIZIO


\numsec=-1
\numfor=1
\numtheo=1
\pgn=1

\beginsection Appendix A1

\nproclaim Proposition [A.1].
Let $\L = Q_N$ and let $\L'$ be a connected
subset of $\L$ such that $d(\L^c, \L') \ge 2$. Consider the event
$$
   Y = \left\{
   \ph\in\O_\L : \vcenter{
   \hbox{there exists a path $(x_1,\ldots,x_n)$ from
   $\de\L$ to $\de^+\L'$}
   \hbox{such that $\ph(x_i) > k$ for all $i$}
   }
   \right\}.
$$
Then, for any positive event $X\in\FF_{\L'}$, 
for all $\psi\in\O$, we have
$$
   \mu^{h,\psi}_\L (X \tc Y^c) \le
   \sup_{\st V : \L'\sset V \sset \L \atop
   {V \rm\ connected\ and
   \atop
   \rm simply\ connected } }
   \mu_V^{h,k}(X).
$$

\Pro\
This is a more or less straightforward consequence
of FKG and Markov properties of our Gibbs measures, but
its proof requires some care, so we give the details.

Given $A\ssset\ZZ$ we define $\ext(A)$ as the unique
infinite connected component of $A^c$
and we let $\intt(A) = A^c\setm\ext(A)$.
If $\ph\in Y^c$, then there must exists $V$ 
such that 
\item{(1)} $\L' \sset V \sset (\L\setm\de\L)$
\item{(2)} $V$ is connected and simply connected
\item{(3)} $\ph(y) \le k$ for all $y\in \de^+ V$

\smallno
Furthermore there is a unique \oqq largest'' $V$ among those
satisfying (1), (2) and (3), meaning a unique $V$
for which
\item{(4)} $V$ is not a proper subset of any $U$ which also
   satisfies (1), (2) and (3). 

\smallno
If we assume in fact that $V_1$ and $V_2$ both satisfy (1)--(4)
with $V_1 \ne V_2$, then it will follow that
$$
   U = V_1 \cup V_2 \cup \intt(V_1 \cup V_2)
$$
satisfies (1)--(3) which is a contradiction, because either
$V_1$ or $V_2$ is a proper subset of $U$.

Clearly $\L'\sset U \sset (\L\setm\de\L)$.
Since $V_1$, $V_2$ have a nonempty intersection (they both
contain $\L'$), $U$ is connected.
Moreover $U^c = \ext(V_1 \cup V_2)$, so $U^c$ is connected
which implies that $U$ is simply connected.
To prove (3) we observe that
$$
   \de^+\intt(V_1 \cup V_2) \sset V_1 \cup V_2 
$$
and, by consequence,
$$
   \de^+ U = \de^+ U \setm (V_1 \cup V_2) \sset
   \de^+ (V_1 \cup V_2) \sset \de^+ V_1 \cup \de^+ V_2 \,.
$$
In this way we have shown that, given $\ph\in Y^c$,
there is a unique set $\bar V(\ph)$ such that (1)--(4) hold.
So, if we let $G$ be the set of all
$V$'s which satisfy (1) and (2),
we can write $Y^c$ as a union of disjoint
events
$$
   Y^c = \bigcup_{V \in G} Y^c(V),
$$
where
$$
   Y^c(V) = \{ \ph\in\O_\L : \bar V(\ph) = V \}.
$$
The reason for using 
the \oqq largest'' $V$ is that
$Y^c(V) \in \FF_{V^c}$ which 
implies for any event $X$
$$
   \mu^{h,\ph}_{V} (X \cap Y^c(V)) =
   \mu^{h,\ph}_{V} (X) \, \c\{ \ph\in Y^c(V) \} \,.
   \Eq(A.1)
$$
So, if $X$ is a positive event in $\FF_{\L'}$, 
using \equ(A.1), \equ(DLR),
the Markov property and the
FKG inequality, we get
$$
   \eqalign{
   &
   \mu^{h,\psi}_\L(X \cap Y^c) = 
   \sum_{V\in G} \mu^{h,\psi}_\L(X\cap Y^c(V) ) = \cr
   & =
   \sum_{V\in G} \sum_{\ph\in\O} \mu^{h,\psi}_\L(\ph) \,
   \mu_{V}^{h, \ph} (X\cap Y^c(V)) \le
   \sum_{V \in G}  \mu^{h,\psi}_\L( Y^c(V))
   \sup_{\ph\in Y^c(V)} \,
   \mu_{V}^{h, \ph} (X) \le \cr
   & \le
   \sum_{V \in G}  \mu^{h,\psi}_\L( Y^c(V)) \,
   \mu_{V}^{h, k} (X) \le 
   \mu^{h,\psi}_\L(Y^c) \,
   \sup_{\st V : \L'\sset V \sset \L \atop
   {V \rm\ connected\ and
   \atop
   \rm simply\ connected } }
   \mu_V^{h,k}(X) \QED \cr }
$$

\nproclaim Proposition [A.2].
Let $\b$ be large enough.
Let $V\ssset\ZZ$ and let $Y$ be a set of finite collections
$\etas \sset C_B$. Assume that
\smallno
\item{$(i)$}
   for each $\{\h_1,\ldots,\h_n\}\in Y$ there exists
   $\{x_1,\ldots,x_n\}\sset V$ with $|\{x_1,\ldots,x_n\}|=n$
   and such that $\etab_i \ni x_i$ for
   all $i$'s
\item{$(ii)$}
   for each $\etas\in Y$ and for each  $\eetas$ we have $|\h|\ge M$
\smallno
Then 
$$
   \sum_{ \etas\in Y} \prod_{\h\in\etas} \nep{ - \b |\h|}
   \le
   \exp\left[ |V| \nep{ -{3\over4} \b M}
   \right]
$$

\noindent
{\it Remark.}
Hypothesis $(i)$ holds in the following two particular cases
\item{(1)}
   the $\etas$ are the bases $\{\gtl\}$ of a compatible or
   weakly compatible
   collection $\{\g\}$ of cylinders such that $\gb\sset V$
   for each $\g\in \{\g\}$
\item{(2)}
   the $\etas$ have pairwise disjoint interiors and
   $\etab\cap V\ne\emp$ for all $\eetas$.

\Pro\
Remembering that there exists a fixed constant $K$ such that
the number of $\h$'s of length $l$ such that $\etab\ni x$
is bounded by $K^l$, we get
$$\eqalign{
   &
   \sum_{ \etas\in Y} \prod_{\h\in\etas} \nep{ - \b |\h|}
   =
   \sum_{s=0}^{|V|}
   \sum_{\st \etas\in Y \atop\st 
   |\etas|=s} 
   \prod_{\h\in\etas} \nep{ -\b |\h|} \le
   \cr
   & \le
   \sum_{s=0}^{|V|} \sum_{ \{x_1,\ldots,x_s\} \sset V }
   \prod_{i=1}^{s} \Bigl[ 
   \sum_{\st \h\in C_B : \atop\st \bar\h\ni x_i \x,\x |\h|\ge M} 
   \nep{ -\b|\h|} \Bigr] 
   \le
   \sum_{s=0}^{|V|} { |V| \choose s}
   \left[ \sum_{l=M}^{\infty} K^l \nep{ - \b l} \right]^s \le \cr
   & \le
   \sum_{s=0}^{|V|} { |V| \choose s}
   \left[ \nep{ -{3\over 4}\b M} \right]^s =
   \left[ 1 + \nep{ -{3\over4}\b M} \right]^{|V|} 
   \le
   \exp\left[ |V| \nep{ -{3\over4}\b M}
   \right]  \QED \cr }
$$

\nproclaim Proposition [A.3]
Let $\L=Q_N$ and $U\sset \L$. If 
$$
   |\d U \cap \d\L| \ge {9\over10} |\d U| 
$$
then
$$
   |U| \ge {24\over25} |\L|  \quad {\rm and } \quad
   |U| \ge {1\over6} |\d U| N \,. 
$$

\Pro\
Let $V=\L\setm U$.
Since
$$
   \d U \setm \d\L = \d V \setm \d\L 
$$
and
$$
   (\d U \cap \d\L) \cup (\d V \cap \d\L) = \d\L 
$$
we get
$$
   |\d U | - 2 |\d U\cap\d\L| = |\d V| - |\d\L| \,.
   \Eq(A.10)
$$
If $|\d U \cap \d\L| \ge {9\over10} |\d U|$, then $\d U$ must
intersects all 4 sides of $\d\L$, so
$$
   |\d U| \ge 4N \,.
$$
By consequence, using \equ(A.10),
$$
   |\d V| \le |\d U| - {18\over 10}|\d U|  +|\d\L| \le
   {1\over5} |\d\L| 
$$
which implies
$$
   |V| \le \left( \ov4 |\d V| \right)^2 \le \ov{25} N^2 \,.
$$
The second statement follows from the first and the inequality
$$
   |\d U| \le {10\over 9} |\d U\cap\d\L| \le {40\over9} N \QED
$$

   

\nproclaim Proposition [3.10].
Let $\L=Q_N$, $\L'\sset\L$. 
Let $U\sset \L$ be such that
\smallno
\item{$(i)$} $ |U| \ge (1-\e^2) |\L| $
   for some $\e>0$
\item{$(ii)$} there exists a $*$--path from $\L'$ to $\de\L$
   which does not intersect $U$
\item{$(iii)$} $ 2\e N \le d(\L',\deL)$.
\medno
Then
$$
   |\d U| \ge |\d\L| + d(\L',\deL) - 11\e N - 11.
$$

\Pro\
For further convenience we translate $Q_N$ in such a way that
it coincides with the square
$$
   \{ x = (x_1, x_2) \in\ZZ : 1 \le x_i \le N,\  i=1,2 \} \,.
$$
Let then $L = N - 2l$, with $l = \lfloor \e N + 1 \rfloor$ and let
$\Lb = Q_L +(l,l)$, so that $\L$ and $\Lb$ have the same center.

For each $e\in \d\Lb$, we denote with $e'$
the unique dual edge in $\d\L$ such
that $d(e,e')=l$. If now $(x_1,\ldots,x_l)$ is
the unique (straight) path of length $l$ such that
$d(x_1,e)=d(x_l,e')={1\over2}$, we set (see Fig.~5)
$$
   S(e) = \{ x_1,\ldots, x_l \}.
$$
Because of hypothesis $(i)$ we have
$$
   \# \{ e\in\d\Lb : S(e)\cap U = \emp \} \le l.
   \Eq(7.ed)
$$
On the other side, for each $S(e)$ which intersects $U$
there is at least one edge $[x_i,x_{i+1}]^*$ which
belongs to $\d U$ (by $x_{l+1}$ we mean
the unique $x\in\L^c$ with $d(x_l,x_{l+1})=1$).


\medno
By $(ii)$ there is a $*$--path $(y_1,\ldots,y_q)$
such that $y_1\in\L'$, $y_q\in \de\L$ and
$$
   y_i \notin U, \quad i=1,\ldots,q.
$$
Let
$$
   p = \min \{ i=1,\ldots,q : y_i \in \de\Lb \},
$$
in such a way that $y_i \in\Lb$ for each $i=1,\ldots,p$.
We can assume that 
$y_p$ belongs to the bottom side $\de_1\Lb$ of $\Lb$, \ie that
$$
   y_p\in \de_1\Lb = 
   \{ x=(x_1,x_2) \in \Lb : x_2 = l+1 \}.
$$
Let $n=d(y_1, \de_1\Lb)$ + 1, and, for $i=1,\ldots,n$, let
$$
   T_i =
   \{ x=(x_1,x_2) \in \Lb : x_2 = l+i \}.
$$
Each $T_i$ must intersects at least one $y_j$ with $j\le p$.
Moreover $y_j\notin U$,
so either $T_i \cap U =\emp$ or there is one edge $[x,y]^* \in \d U$
such that $\{x,y\}\sset T_i$. But again, because of $(i)$,
$$
   \# \{ i = 1,\ldots,n : T_i\cap U = \emp \} \le l.
$$
Together with \equ(7.ed) this implies
$$
   |\d U | \ge |\d \Lb| - l + n - l =
   |\d\L| + n - 10 l \ge |\d\L| + d(\L',\de\L) - 11\e N - 11
   \QED
$$


\vfill\eject

%----------------------------------------------------------
\beginsection References

\frenchspacing
\item{[BEF]} 
   J.~Bricmont, A.~El Mellouki and J.~Fr\"olich:
   Random surfaces in statistical mechanics: Roughening,
   Rounding, Wetting, \dots
   J. Stat. Phys {\bf 42}, Nos 5/6, 743 (1986)
\item{[BZD]}
   E.~Bolthausen, O.~Zeitouni and J.~Deuschel:
   Entropy repulsion of the lattice free field.
   To appear in Commun. Math. Phys.
\item{[CM]}
   F. Cesi and F. Martinelli:
   On the layering transition of an SOS surface interacting with a wall II.
   The Glauber dynamics.
   Submitted to Commun. Math. Phys.
\item{[DKS]} 
   R.~Dobrushin, R.~Koteck\'y and S.~Shlosman:
   {\it Wulff construction. A global shape from local interaction},
   Translation of Mathematical Monographs, Vol. 104,
   AMS, 1992
\item{[DM]} 		
    E.~I.~Dinaburg and A.~E.~Mazel: Layering transition
    in SOS model with external magnetic field.
   J. Stat. Phys. {\bf 74} Nos 3/4, 533 (1994)
\item{[FKG]} 
    C.~M.~Fortuin, P.~W.~Kasteleyn and J.~Ginibre:
    Correlation inequalities on some partially ordered sets.
    Commun. Math. Phys. {\bf 22}, 89 (1971)
\item{[FP1]} 
   J.~Fr\"olich and C.~Pfister:
   Semi--inifinite Ising model. I.
   Commun. Math. Phys. {\bf 109}, 493 (1987)
\item{[FP2]} 
   J.~Fr\"olich and C.~Pfister:
   Semi--inifinite Ising model. II.
   Commun. Math. Phys. {\bf 112}, 51 (1987)
\item{[G]} 
   H.~O.~Georgii:
   {\it Gibbs measures and phase transitions}.
    Walter de Gruiter, 1988
\item{[KP]} 
   R.~Koteck\'y and D.~Preiss:
   Cluster expansion for abstract polymer models.
   Commun. Math. Phys. {\bf 103}, 491 (1986)
\item{[L]} 
   T.~M.~Ligget: {\it Interacting particles systems\/}.
   Sringer--Verlag (1985)
\item{[LM]} 
   C. Maes and J. Lebowitz:
   The effect of an external field on an interface, entropic repulsion.
   J. Stat. Phys. {\bf 46} No 1/2, 39 (1987)
\item{[LY]}    
  S.Lu and H.T.Yau: 
  Spectral gap and logarithmic Sobolev inequality for Kawasaki and Glauber 
  dynamics. Commun. Math. Phys. {\bf 156}, 399 (1993)
\item{[M]} 
   F.~Martinelli:
   On the two dimensional dynamical Ising model in 
   the phase coexistence region.  
   J. Stat. Phys. {\bf 76},  No. 5/6, 1179 (1994)
\item{[Mi]} 
   S. Miracle-Sole:
   Surface tension, step free enrgy and facets in the equilibrium crystal.
   Preprint (1994)
\item{[MO1]}
   F. Martinelli and E. Olivieri: 
   Approach to equilibrium of Glauber dynamics in the one phase region I: 
   The attractive case.
   Commun. Math. Phys. {\bf 161}, (1994)
\item{[MO2]}
   F. Martinelli and E. Olivieri:
   Approach to equilibrium of Glauber dynamics in
   the one phase region II: The general case.
   Commun. Math. Phys.{\bf 161}, (1994)
\item{[MOS]}
   F. Martinelli, E. Olivieri and R.H.Schonmann: 
   For Gibbs state of 2D lattice spin systems 
   weak mixing implies strong mixing.
   Commun. Math. Phys. {\bf 165}, 33 (1994)
\item{[SSh]} 
   R.~H.~Schonmann and S.~B.~Shlosman :
   Complete analiticity for 2D Ising model completed. Preprint (1994)
\item{[SZ]}
   D. W. Stroock B. Zegarlinski: 
   The logarithmic Sobolev inequality for discrete spin on a lattice. 
   Commun. Math. Phys. {\bf 149}, 175 (1992)
\item{[Z]} M.~\Zar: An alternate version of Pigorov--Sinai Theory. 
   Commun. Math. Phys. {\bf 93}, 559 (1984)



\fine


\beginsection Figure captions

\item{(1)} 
   The interior $\bar \a$ of an element $\a\in C_B$
\smallno
\item{(2)} 
   Four pairs of compatible cylinders
\smallno
\item{(3)} 
   The configuration in $(d)$ is constructed by successive
   addition of compatible cylinders.
   Each figure shows the internal level of the cylinders, while the
   external level can be deduced from the figure preceeding the
   first one where the cylinder appears. All cylinders in $(a)$
   have external level equal to $k$.
\smallno
\item{(4)} 
   An example of how the {\it prime\/} and {\it double prime\/}
   maps act on contours. Notice that $\G''$ is not a contour,
   but it consists of two compatible contours.
\smallno
\item{(5)} 
   Proof of Proposition \thm[3.10]

\fine



\message{******** Run TeX twice to resolve cross-references}
\message{******** Run TeX twice to resolve cross-references}
\message{******** Run TeX twice to resolve cross-references}
\message{******** Run TeX twice to resolve cross-references}

\bye

