You are on page 1of 176

Im

jk ω0t
e
kω0t

3 Re

There was a celebrated Fourier at the Academy of Science,


whom posterity has forgotten; and in some garret an
obscure Fourier, whom the future will recall.
Victor Hugo Les Misèrables

Fourier Analysis and Synthesis


3.1 Introduction 3.9 Applications
3.2 Fourier Series Spectrogram
3.3 Fourier Transform FFT Based Digital Filters
3.4 Discrete Fourier Transform Digital BASS for Audio
3.5 Short Time Fourier Transform Radar Signal Processing
3.6 Fast Fourier Transform Pitch Modification
3.7 2-D Discrete Fourier Transform Image Compression
3.8 Discrete Cosine Transfrom Watermarking
Bibliography, Exercises

J ean Baptiste Joseph Fourier (1768-1830) studied the mathematical theory of


heat conduction in his major work, The Analytic Theory of Heat, (Théorie
analytique de la chaleur). He established the partial differential equation
governing heat diffusion and solved it using an infinite series of trigonometric
functions. The description of a signal in terms of elementary trigonometric
functions had a profound effect on the way signals are analysed. The Fourier
method is the most extensively applied signal-processing tool. This is because the
transform output lends itself to easy interpretation and manipulation, and leads to
the concept of frequency analysis. Furthermore even biological systems such as
the human auditory system perform some form of frequency analysis of the input
signals. This chapter begins with an introduction to the complex Fourier series and
the Fourier transform, and then considers the discrete Fourier transform, the Fast
Fourier transform, the 2-D Fourier transform and the discrete cosine transform.
Important engineering issues such as the trade-off between the time and frequency
resolutions, problems with finite data length, windowing and spectral leakage are
considered. The applications of the Fourier transform include filtering.
telecommunication, music processing, pitch modification, signal coding and signal
synthesis feature extraction for pattern identification as in speech recognition,
image processing, spectral analysis in astrophysics, radar signal processing.
2 Chap.3 Fourier Analysis and Synthesis

3.1 Introduction

The objective of signal transformation is to express a signal as a combination of a


set of basic “building block” signals, known as the basis functions. The transform
output should lend itself to convenient analysis, interpretation and manipulation.
A useful consequence of transforms, such as the Fourier and the Laplace, is that
differential analysis on the time domain signal become simple algebraic operations
on the transformed signal. In the Fourier transform the basic building block
signals are sinusoidal signals with different periods giving rise to the concept of
frequency. In Fourier analysis a signal is decomposed into its constituent
sinusoids, i.e. frequencies, the amplitudes of various frequencies form the so-
called frequency spectrum of the signal. In an inverse Fourier transform operation
the signal can be synthesised by adding up its constituent frequencies. It turns out
that many signals that we encounter in daily life such as speech, car engine noise,
bird songs, music etc. have a periodic or quasi-periodic structure, and that the
cochlea in the human hearing system performs a kind of harmonic analysis of the
input audio signals. Therefore the concept of frequency is not a purely
mathematical abstraction in that biological and physical systems have also evolved
to make use of the frequency analysis concept.
The power of the Fourier transform in signal analysis and pattern recognition is its
ability to reveals spectral structures that may be used to characterise a signal. This
is illustrated in Fig. 3.1 for the two extreme cases of a sine wave and a purely
random signal. For a periodic signal the power is concentrated in extremely
narrow bands of frequencies indicating the existence of structure and the
predictable character of the signal. In the case of a pure sine wave as shown in Fig.
3.1.a the signal power is concentrated in one frequency. For a purely random
signal as shown in Fig 3.1.b the signal power is spread equally in the frequency
domain indicating the lack of structure in the signal.

x(t) P XX (f)

t
(a)

P XX (f)
x(t)

(b)

Figure 3.1 The concentration or spread of power in frequency indicates the correlated or
random character of a signal: (a) a predictable signal, (b) a random signal.
Sec. 3.2 Fourier Series 3

Notation: In this chapter the symbols t and m denote continuous and discrete
time variables, and f and k denote continuous and discrete frequency variables
respectively. The variable ω=2πf denotes the angular frequency in units of rad/s
and is used interchangably (within a scaling of factor of 2π) with the frequency
variable f in units of Hz.

3.2 Fourier Series: Representation of Periodic Signals

The following three sinusoidal functions form the basis functions for the Fourier
analysis
x1 (t ) = cosω 0 t (3.1)
x 2 (t ) = sinω 0 t (3.2)
(3.3)
x3 (t ) = cosω 0 t + j sinω 0 t = e jω0t

Fig. 3.2.a shows the cosine and the sine components of the complex exponential
(cisoidal) signal of Eq. (3.3), and Fig. 3.2.b shows a vector representation of the
complex exponential in a complex plane with real (Re) and imaginary (Im)
dimensions. The Fourier basis functions are periodic with an angular frequency of
ω0 rad/s and a period of T0=2π/ω0=1/F0 seconds, where F0 is the frequency in
Hz. The following properties make the sinusoids the ideal choice as the
elementary building block basis functions for signal analysis and synthesis:

(i) Orthogonality; two sinusoidal functions of different frequencies have the


following orthogonal property :

Im

sin(kωot) cos(kωot)
jk ω0t
e
kω0t

Re

T0

(a) (b)

Figure 3.2 - Fourier basis functions: (a) real and imaginary parts of a complex sinusoid,
(b) vector representation of a complex exponential.
4 Chap.3 Fourier Analysis and Synthesis

∞ ∞ ∞
1 1
∫−∞sin(ω1t ) sin(ω 2 t ) dt = − 2 −∫∞cos(ω1 + ω 2 )t dt + 2 −∫∞cos(ω1 − ω 2 )t dt = 0
(3.4)

For harmonically related sinusoids the integration can be taken over one period.
Similar equations can be derived for the product of cosines, or sine and cosine,
of different frequencies. Orthogonality implies that the sinusoidal basis
functions are independent and can be processed independently. For example in
a graphic equaliser we can change the relative amplitudes of one set of
frequencies, such as the bass, without affecting other frequencies, and in
subband coding different frequency bands are coded independently and
allocated different number of bits.
(ii) Sinusoidal functions are infinitely differentiable. This is important, as most
signal analysis, synthesis and manipulation methods require the signals to be
differentiable.
(iii) Sine and cosine signals of the same frequency have only a phase difference of
π/2 or equivalently a relative time delay of a quarter of one period i.e. T0/4.

Associated with the complex exponential function e jω 0 t is a set of harmonically


related complex exponential of the form

[1, e ± jω 0 t
,e ± j2ω 0t ,e ± j3ω 0t , K ] (3.5)

The set of exponential signals in Eq. (3.5) are periodic with a fundamental
frequency ω0=2π/T0=2πF0 where T0 is the period and F0 is the fundamental
frequency. These signals form the set of basis functions for the Fourier analysis.
Any linear combination of these signals of the form

∑c e
k = −∞
k
jkω 0t
(3.6)

is also periodic with a period of T0. Conversely any periodic signal x(t) can be
synthesised from a linear combination of harmonically related exponentials.
The Fourier series representation of a periodic signal are given by the following
synthesis and analysis equations:


x(t ) = ∑c e
k = −∞
k
jkω 0t
k = L − 1,0,1,L Synthesis equation (3.7)
Sec. 3.2 Fourier Series 5

T0 / 2
1
∫ x(t )e
− jkω 0t
ck = dt k = L − 1,0,1,L Analysis equation (3.8)
T0 −T0 / 2

The complex-valued coefficient ck conveys the amplitude (a measure of the


strength) and the phase of the frequency content of the signal at kω0 Hz. Note from
the analysis Eq. (3.8), that the coefficient ck may be interpreted as a measure of
− jkω t
the correlation of the signal x(t) and the complex exponential e 0 .
The set of complex coefficients … c−1, c0, c1, … are known as the signal spectrum.
Eq. (3.7) is referred to as the synthesis equation, and can be used as a frequency
synthesizer (as in music synthesizers) to generate a signal as a weighted
combination of its elementary frequencies. The representation of a signal in the
form of Eq. (3.7) as the sum of its constituent harmonics is also referred to as the
complex Fourier series representation. Note from Eqs. (3.7) and (3.8) that the
complex exponentials that form a periodic signal occur only at discrete frequencies
which are integer multiples, i.e. harmonics, of the fundamental frequency ω0.
Therefore the spectrum of a periodic signal, with a period of T0, is discrete in
frequency with discrete spectral lines spaced at integer multiples of ω0=2π/T0.

Example 3.1 Given the Fourier synthesis Eq. (3.7), obtain the frequency analysis
Eq. (3.8).
Solution: Multiply both sides of Eq. (3.7) by e − jmω0t and integrate over one period
to obtain

T0 / 2 ∞ T0 / 2 ∞ T0 / 2

∫ x(t )e
− jmω 0t
dt = ∑ c ∫e
k = −∞
k
jkω 0t
e − jmω 0t
dt = ∑ c ∫e
k = −∞
k
j( k − m )ω 0t
dt (3.9)
−T0 / 2 −T0 / 2 −T0 / 2

From the orthogonality principle the integral in the r.h.s of Eq. (3.9) is zero unless
k=m in which case the integral is equal to T0. Hence

T0 / 2
1
∫ x(t )e
− jmω 0t
cm = dt (3.10)
T0 −T0 / 2
6 Chap.3 Fourier Analysis and Synthesis

x(t) | ck |

t -1 1 k
-103 103 f H
T0=1 ms

(a) (b)

Figure 3.3 - A sinewave and its magnitude spectrum.

Example 3.2 Find the frequency spectrum of a 1 kHz sinewave shown in Fig
3.3.a
x(t ) = sin( 2000πt ) − ∞<t <∞ (3.11)

Solution A: The Fourier synthesis Eq. (3.7) can be written as



x(t ) = ∑c e
k = −∞
k
jk 2000πt
= L + c −1e − j2000πt + c0 + c1e j2000πt + L (3.12)

now the sine wave can be expressed as


1 1
x(t ) = sin(2000πt ) = e j2000πt − e − j2000πt (3.13)
2j 2j

Equating the coefficients of Eqs. (3.12) and (3.13) yields

1 1
c1 = , c −1 = − and c k ≠ ±1 = 0 ( 3.14)
2j 2j
Fig 3.3.b shows the magnitude spectrum of the sinewave, where the spectral lines
c1 and c−1 correspond to the 1 kHz and −1 kHz frequencies respectively.

1 j2000πt 1 − j2000πt
Solution B: Substituting sin( 2000πt ) = e − e in the Fourier
2j 2j
analysis Eq. (3.8) yields
T0 / 2
1  1 j 2000πt 1 − j2000πt  − jk 2000πt
ck =
T0 ∫  e
−T0 / 2 
2j
− e
2j
 e

dt

T0 / 2 T0 / 2
1 1
∫ e j (1− k ) 2000πt dt − ∫e
− j(1+ k ) 2000πt (3.15)
= dt
2 jT0 −T0 / 2
2 jT0 −T0 / 2
Sec. 3.2 Fourier Series 7

Since sine and cosine functions are positive-valued over one half a period and
negative-valued over the other half, it follows that Eq. (3.15) is zero unless k=1 or
k=−1.
1 1
c1 = and c −1 = − and c k ≠ ±1 = 0 (3.16)
2j 2j

Example 3.3 Find the frequency spectrum of a periodic train of pulses with
amplitude of 1.0, a period of 1.o kHz and a pulse 'on' duration of 0.3 milliseconds.

Solution: The pulse period T0=1/F0=0.001 s, and the angular frequency


ω0=2πF0=2000π rad/s. Substituting the pulse signal in the Fourier analysis Eq.
(3.8) gives
T0 / 2 0.00015
1 1
ck =
T0 ∫
−T0 / 2
x(t ) e − jkω 0t dt = ∫ e − jk 2000πt dt
0.001 −0.00015
(3.17)
t = 0.00015
e − jk 2000πt e j0.3πk − e − j0.3πk sin(0.3πk )
= = =
− j2πk t = −0.00015
j2πk πk

For k=0 as c0=sin(0)/0 is undefined, differentiate the numerator and denominator


of Eq. (3.17) w.r.t. to the variable k (strictly this can only be done for a continuous
variable k i.e. when the period T0 tends to infinity) to obtain

0.3π cos(0.3π 0) (3.18


c0 = = 0.3
π

x(t)

t
c(k)
0 .3

0 .2 5

0 .2

0 .1 5

0 .1

0 .0 5

0
1 2
-0 .0 5
k
-0 .1

Figure 3.4 - A rectangular pulse train and its discrete frequency ‘line’ spectrum.
8 Chap.3 Fourier Analysis and Synthesis

Example 3.4 For the example 3.3 write the formula for synthesising the signal up
to the Nth harmonic, and plot a few examples for the increasing number of
harmonics.
Solution: The equation for the synthesis of a signal upto the Nth harmonic content
is given by
N N N
x(t ) = ∑c
k =− N
ke
jkω 0 t
= c0 + ∑c e
k =1
k
jkω 0 t
+ ∑c
k =1
−k e
− jkω 0 t

N
= c0 + ∑ [Re(c
k =1
k ) + j Im(c k )][cos(kω 0 t ) + j sin( kω 0 t )]

N
+ ∑ [Re(c
k =1
k ) − j Im(c k )][cos(kω 0 t ) − j sin(kω 0 t )]

N
= c0 + ∑ [2 Re(c
k =1
k ) cos(kω 0 t ) − 2 Im(c k ) sin( kω 0 t )] (3.19)

The following MatLab code generates a synthesised pulse train composed of N


harmonics. In this example there are 5 cycles in an array of 1000 samples. Fig. 3.5
shows the waveform for the number of harmonics equal to; 1,3,6, and 100.

NHarmonics=100; Ncycles=5; Nsamples=1000;


y(1:Nsamples)=0.3; j=1:Nsamples;
for k=1:NHarmonics
x(j)=(2*sin(0.3*pi*k)/(pi*k))*cos(k*2*pi*Ncycles*j/Nsamples);
y=y+x;
plot(y); pause;
end

x(t) x(t)

(a) (b)

t t
x(t) x(t)

(c) (d)

t t
Figure 3.5 Illustration of the Fourier synthesis of a periodic pulse train, and the Gibbs
phenomenon, with the increasing number of harmonics in the Fourier synthesis:
(a) N=1, (b) N=3, (c) N=6, and (d) N=100.
Sec. 3.3 Fourier Transform 9

3.2.1 Fourier Synthesis of Discontinuous Signals:


Gibbs Phenomenon

The sinusoidal basis functions of the Fourier transform are smooth and infinitely
differentiable. In the vicinity of a discontinuity the Fourier synthesis of a signal
exhibits ripples as shown in the Fig 3.5. The peak amplitude of the ripples does
not decrease as the number of harmonics used in the signal synthesis increases.
This behaviour is known as the Gibbs phenomenon. For a discontinuity of unity
height, the partial sum of the harmonics exhibits a maximum value of 1.09 (that is
an overshoot of 9%) irrespective of the number of harmonics used in the Fourier
series. As the number of harmonics used in the signal synthesis increases, the
ripples become compressed toward the discontinuity but the peak amplitude of the
ripples remains constant.

3.3 Fourier Transform: Representation of Aperiodic Signals

The Fourier series representation of periodic signals consist of harmonically


related spectral lines spaced at the integer multiples of the fundamental frequency.
The Fourier representation of aperiodic signals can be developed by regarding an
aperiodic signal as a special case of a periodic signal with an infinite period. If the
period of a signal is infinite, then the signal does not repeat itself and is aperiodic.
Now consider the discrete spectra of a periodic signal with a period of T0, as

c(k)
x(t)
Ton

Toff t 1
(a) T0 k
T0=Ton+Toff

X(f)
x(t)

Toff = ∞
(b) t
f
Figure 3.6 – (a) A periodic pulse train and its line spectrum, (b) a single pulse from the
periodic train in (a) with an imagined ‘off’ duration of infinity; its spectrum is the envelope
of the spectrum of the periodic signal in (a).
10 Chap.3 Fourier Analysis and Synthesis

shown in Fig. 3.6.a. As the period T0 is increased, the fundamental


frequency F0=1/T0 decreases, and successive spectral lines become more closely
spaced. In the limit as the period tends to infinity (i.e. as the signal becomes
aperiodic) the discrete spectral lines merge and form a continuous spectrum.
Therefore the Fourier equations for an aperiodic signal, (known as the Fourier
transform), must reflect the fact that the frequency spectrum of an aperiodic signal
is continuous. Hence to obtain the Fourier transform relation the discrete-
frequency variables and operations in the Fourier series Eqs. (3.7) and (3.8) should
be replaced by their continuous-frequency counterparts. That is the discrete
summation sign Σ should be replaced by the continuous summation integral ∫ ,
the discrete harmonics of the fundamental frequency kF0 should be replaced by the
continuous frequency variable f, and the discrete frequency spectrum ck must be
replaced by a continuous frequency spectrum say X ( f ) . The Fourier synthesis
and analysis equations for aperiodic signals, the so-called Fourier transform pair,
are given by

∫ X ( f )e
j2πft
x(t ) = df (3.20)
−∞

−∞

X ( f ) = x(t )e − j2πft dt (3.21)

Note from Eq. (3.21), that X ( f ) may be interpreted as a measure of the


− j2πft
correlation of the signal x(t) and the complex sinusoid e .
The condition for existence and computability of the Fourier transform integral of
a signal x(t) is that the signal must have finite energy


2
x(t ) dt < ∞ (3.22)
−∞

Example 3.5 Derivation of inverse Fourier transform Given the Fourier


transform Eq. (3.21) derive the Fourier synthesis Eq. (3.20).

Solution: Consider the Fourier analysis Eq. (3.8) for a periodic signal and Eq.
(3.21) for its non-periodic version (consisting of one period only). Comparing
these equations reproduced below

T0 / 2 ∞
1
ck =
T0 ∫ x(t )e − j2πkF0 t dt
− T0 / 2

X ( f ) = x(t )e − j2πft dt
−∞

we have
Sec. 3.3 Fourier Transform 11

1 (3.23)
ck = X (kF0 ) as T0 → ∞
T0

where F0=1/T0. Using Eq. (3.23) the Fourier synthesis Eq. (3.7) for a periodic
signal can be rewritten as

x(t ) = ∑ X ( k / T )e
k = −∞
0
j2πkF0 t
∆F (3.24)

where ∆F=1/T0=F0 is the frequency spacing between successive spectral lines of


the spectrum of a periodic signal as shown in Fig. 3.6. Now as the period T0 tends
to infinity, ∆F=1/T0 tends to zero, then the discrete frequency variables kF0 and
∆F should be replaced by a continuous frequency variable f, and the discrete
summation sign by the continuous integral sign. Thus Eq. (3.24) becomes

∫ X ( f )e
j2πft
x(t ) ⇒ df (3.25)
T0 →∞
−∞

Example 3.6 The spectrum of an Impulse Function

Consider the unit-area pulse p(t) shown in Fig 3.7.a. As the pulse width ∆ tends to
zero the pulse tends to an impulse. The impulse function shown in Fig 3.7.b is
defined as a pulse with an infinitesimal time width as

1 / ∆ t ≤ ∆ / 2
δ (t ) = limit p (t ) =  (3.26)
∆→0  0 t > ∆ / 2

p(t) δ(t) ∆(f)


1/∆
As ∆ 0

∆ t t f
(a) (b) (c)
Figure 3.7 (a) A unit-area pulse, (b) the pulse becomes an impulse as ∆ → 0 , (c) the
spectrum of the impulse function.
12 Chap.3 Fourier Analysis and Synthesis

It is easy to see that the integral of the impulse function is given by


1
∫ δ (t )dt = ∆ × ∆ =1
−∞
(3.27)

The important sampling property of the impulse function is defined as

∫ x(t )δ (t − T ) dt = x(T )
−∞
(3.28)

The Fourier transform of the impulse function is obtained as


∆ ( f ) = δ (t )e − j 2πft dt = e 0 = 1
−∞
(3.29)

The impulse function is used as a test function to obtain the impulse response of a
system. This is because as shown in Fig 3.7.c an impulse is a spectrally rich signal
containing all frequencies in equal amounts.

Example 3.7 Find the spectrum of the 10 kHz periodic pulse train shown in Fig.
3.8.a with an amplitude of 1 mV and expressed as

∞ ∞
x(t ) = ∑
m = −∞
A× limit p(t − mT0 ) × ∆ =
∆ →0
∑ A δ (t − mT )
m = −∞
0 (3.30)

where p(t) is a unit-area pulse with width ∆ as shown in Fig. 3.7.a, and the
function δ(t-mT0) is now assumed to have a unit amplitude representing the area
under the impulse.
Solution: T0=1/F0=0.1 ms and A=1 mV. For the time interval −T0/2<t<T0/2
x(t)=Aδ(t), hence we have

ck
x(t )

... ...
T0 t 1/T0 k
(a) (b)
Figure 3.8 A periodic impulse train x(t) and its Fourier series spectrum ck.
Sec. 3.3 Fourier Transform 13

T0 / 2 T0 / 2
1 1 A
∫ x(t )e ∫ Aδ (t )e
− jkω 0t − jkω 0t
ck = dt = dt = = 10 V (3.31)
T0 −T0 / 2
T0 −T0 / 2
T0

As shown in Fig. 3.8.b the spectrum of a periodic impulse train in time is a


periodic impulse train in frequency

Example 3.8 The Spectrum of a Rectangular Function: Sinc Function

The rectangular pulse is particularly important in digital signal analysis and digital
communication. For example, the spectrum of a rectangular pulse can be used to
calculate the bandwidth required by pulse radar systems or communication
systems that transmit pulses. The Fourier transform of a rectangular pulse Fig.
3.9.a of duration T seconds is obtained as

∞ T /2
R ( f ) = ∫ r (t ) e − j2πft dt = ∫ 1.e
− j2πft
dt
−∞ −T / 2
(3.32)
e j2πfT / 2 − e − j2πfT / 2 sin(πfT )
= =T = T sinc(πfT )
j2πf πfT

Fig. 3.9.b shows the spectrum of the rectangular pulse. Note that most of the pulse
energy is concentrated in the main lobe within a bandwidth of 2/T. However there
are pulse energy in the side lobes that may interfere with other electronic devices
operating at the side lobe frequencies.
Matlab code for drawing the spectrum of a rectangular pulse.

% Pulsewidth T, Number of frequency samples N, Frequency resolution for plot df.


T=.001;df=10; N=1000;
for i=1:N
if (i~=N/2)x(i)=T*sin(2*pi*df*T*(i-N/2))/(2*pi*df*T*(i-N/2));end
end
x(N/2)=T; plot(x);

R(f)
r(t)
T

-2 -1 1 2 3
t T T T T T
f
T
(a) (b)
Figure 3.9 A rectangular pulse and its spectrum.
14 Chap.3 Fourier Analysis and Synthesis

e–σtIm[e–j2πft] e–σtIm[e–j2πmf] e–σtIm[e–j2πmf]

m m m

σ>0 σ =0 σ <0
Figure 3.10 – The Laplace basis functions.

3.3.1 The Relation Between the Laplace and the Fourier Transforms

The Laplace transform of x(t) is given by the integral


X ( s ) = ∫ x(t )e − st dt (3.33)
0−

where the complex variable s=σ+jω, and the lower limit of t=0− allows the
possibility that the signal x(t) may include an impulse. The inverse Laplace
transform is defined by
σ 1 + j∞

∫ X (s)e
st
x(t ) = ds (3.34)
σ1 − j∞

where σ1 is selected so that X(s) is analytic (no singularities) for s>σ1. The basis
functions for the Laplace transform are damped or growing sinusoids of the form
e − st = e −σt e − jωt as shown in Fig. 3.10. These are particularly suitable for transient
signal analysis. The Fourier basis functions are steady complex exponential, e − jωt ,
of time-invariant amplitudes and phase, suitable for steady state or time-invariant
signal analysis.
The Laplace transform is a one-sided transform with the lower limit of integration
at t = 0 − , whereas the Fourier transform Eq. (3.21) is a two-sided transform with
the lower limit of integration at t = −∞ . However for a one-sided signal, which is
zero-valued for t < 0 − , the limits of integration for the Laplace and the Fourier
transforms are identical. In that case if the variable s in the Laplace transform is
replaced with the frequency variable jω then the Laplace integral becomes the
Fourier integral. Hence for a one-sided signal, the Fourier transform is a special
case of the Laplace transform corresponding to s=jω and σ=0. The relation
between the Fourier and the Laplace transforms are discussed further in Chapter 4.
3.3.2 Properties of the Fourier Transform
Sec. 3.3 Fourier Transform 15

There are a number of Fourier Transform properties that provide further insight
into the transform and are useful in reducing the complexity of the solutions of
Fourier transforms and inverse transforms. These are:

Linearity
The Fourier transform is a linear operation, this mean the principle of
superposition applies. Hence
if:
z (t ) = ax(t )+by (t ) (3.35)
then
Z ( f ) = aX ( f )+bY ( f ) (3.36)
Symmetry
This property states that if the time domain signal x(t) is real (as is often the case
in practice) then
X ( f ) = X * (− f ) (3.37)

Where the superscript asterisk * denotes the complex conjugate operation. From
Eq. (3.37) it follows that Re{ X ( f ) } is an even function of f and Im{ X ( f ) } is an
odd function of f. Similarly the magnitude of X ( f ) is an even function and the
phase angle is an odd function.

Time Shifting and Frequency Modulation (FM)


Let X ( f ) = F [ x(t ) ] be the Fourier transform of x(t). If the time domain signal x(t)
is delayed by an amount T0, the effect on its spectrum X ( f ) is a phase shift of
e − j2πT0 f as
F [x(t − T0 )] = e − j2πfT 0
X(f ) (3.38)

Conversely if X(f) is shifted by an amount F0, the effect is

F −1 [X ( f − F0 )] =e j2πF0t x(t ) (3.39)

Note that the modulation Eq. (3.39) states that multiplying a signal x(t) by e j 2πF0t
translates the spectrum of x(t) onto the frequency F0, this is the frequency
modulation (FM) principle.

Differentiation and Integration


Let x(t) be a continuous time signal with Fourier transform X ( f ) .

∫ X ( f )e
j2πft
x(t ) = df (3.40)
−∞
16 Chap.3 Fourier Analysis and Synthesis

Then by differentiating both sides of the Fourier transform Eq. (3.40) we obtain


d x(t )
dt ∫
= j2πf X ( f ) e j2πft df
−∞
14243
(3.41)
FourierTransform
of d x ( t ) / dt

That is multiplication of X ( f ) by the factor j2πf in the frequency domain is


equivalent to differentiation of x(t) in time. Similarly division of X ( f ) by j2πf is
equivalent to integration of the function of time x(t)

t
F 1
∫ x(τ )dτ ←→ j2πf X ( f )+πX (0)δ ( f )
−∞
(3.42)

Where the impulse term on the right-hand side reflects the dc or average value that
can result from the integration.

Time and Frequency Scaling


If x(t) and X(f) are Fourier transform pairs then

F 1 f
x(αt ) ←→ X  (3.43)
α α 

For example try to say something very slowly, then α >1, your voice spectrum
will be compressed and you may sound like a slowed down tape or disc, you can
do the reverse and the spectrum would be expanded and your voice shifts to higher
frequencies, This property is further illustrated in section 3.9.4.

Convolution
The convolution integral of two signals x(t) and h(t) is defined as


y (t ) = x(τ ) h(t − τ )dτ
−∞
(3.44)

The convolution integral is also written as

y (t ) = x(t ) * h(t ) (3.45)

where asterisk * denotes the convolution operation. The convolution integral is


used to obtain the time-domain response of linear systems to arbitrary inputs as
will be discussed in later sections.
Sec. 3.3 Fourier Transform 17

The Convolution Property of the Fourier Transform. It can be shown that


convolution of two signals in the time domain corresponds to multiplication of the
signals in the frequency domain, and conversely multiplication in the time domain
corresponds to convolution in the frequency domain. To derive the convolutional
property of the Fourier transform take the Fourier transform of the convolution of
the signals x(t) and h(t) as


∞  ∞ ∞
 x(τ )h(t − τ )dτ  e − j2πft dt = x(τ ) e − j2πfτ dτ h(t − τ ) e − j2πf (t −τ ) dt
∫ ∫

−∞  −∞

 −∞
∫ −∞

(3.46)
= X ( f )H ( f )

Duality
Comparing the Fourier transform and the inverse Fourier transform relations we
observe a symmetric relation between them. In fact the main difference between
Eqs. (3.20) and (3.21) is a negative sign in the exponent of e − j2πft in Eq (3.21).
This symmetry leads to a property of Fourier transform known as the duality
principle and stated as
F
x(t ) ←→ X ( f )
F (3.47)
X (t ) ←→ x( f )

As illustrated in Fig 3.11. the Fourier transform of a rectangular function of time


r(t) has the form of a sinc pulse function of frequency sinc( f ) . From the duality

X (f)
x(t)
T

-2 -1 1 2 3
T T T T T
f
T t

X (t) x(f)

-1 1
t T1 T1 f
T1

Figure 3.11 Illustration of the principle of duality.

principle the Fourier transform of a sinc function of time sinc(t) is a rectangular


function of frequency R(f).
18 Chap.3 Fourier Analysis and Synthesis

Parseval's Theorem: Energy Relationship in Time and Frequency

Parseval’s relation states that the energy of a signal can be computed by


integrating the squared magnitude of the signal either over the time domain or over
the frequency domain. If x(t) and X(f) are a Fourier transform pair, then

∞ ∞
Energy = ∫
−∞ −∞

| x(t ) | 2 dt = | X ( f ) | 2 df (3.48)

This expression referred to as Parseval's relation follows from a direct application


of the Fourier transform.

Example 3.9 The Spectrum of a Finite Duration Signal

Find and sketch the frequency spectrum of the following finite duration signal

x(t ) = sin( 2πF0 t ) − NT0 / 2 ≤ t ≤ NT0 / 2 (3.49)

where T0=1/F0 is the period and ω0= 2π/T0.

Solution: Substitute for x(t) and its non-zero valued limits in the Fourier transform
Eq. (3.21)

NT0 / 2

∫ sin(2πF t )e
− j 2πft
X(f ) = 0 dt
− NT0 / 2
(3.50)

substituting sin(2πF0 t ) = (e j2πF0t − e − j2πF0t ) / 2 j in (3.50) gives

NT0 / 2
e j2πF0t − e − j2πF0t − j2πft
X(f ) = ∫
− NT0 /2
2 j
e dt

NT0 / 2 NT0 / 2
e − j2π ( f − F0 )t e − j2π ( f + F0 )t
= ∫
− NT0 /2
2j
dt −
− NT
∫ /2
2j
dt
0 (3.51)

Evaluating the integrals yields


Sec. 3.3 Fourier Transform 19

e− jπ ( f − F0 ) NT0 − e jπ ( f − F0 ) NT0 e− jπ ( f + F0 ) NT0 − e jπ ( f + F0 ) NT0


X(f ) = −
4π ( f − F0 ) 4π ( f + F0 )
−j j
= sin (π ( f − F0 ) NT0 ) + sin (π ( f + F0 ) NT0 )
2π( f − F0 ) 2π( f + F0 )
(3.52)

Matlab code for drawing the spectrum of a finite duration sinwave.


% Sinewave Period T0, Number of Cycles in the window N

T0=.001; F0=1/T0; N=2000;


for Nc=1:4;
for f=1:999
if ((f-f0)~=0)
x(Nc,f)=Nc*T0*sin(pi*(f-F0)*T0*Nc)/(pi*(f-F0)*T0*Nc); end
end
x(Nc,1000)=Nc*T0;
end plot(x);

X(f)

Nc=4

Nc=2

Nc=1

F0
f

Nc=3
Figure 3.12 The spectrum of a finite duration sine wave with the increasing length of
observation. Nc is the number of cycles in the observation window. Note that the
width of the main lobe depends inversely on the duration of the signal.
The signal spectrum can be expressed as the sum of two shifted sinc functions.

X ( f ) = − jNT0 sinc(π ( f − F0 ) NT0 ) + j NT0 sinc(π ( f + F0 ) NT0 ) (3.53)

Note that energy of a finite duration sinewave is spread in frequency between the
main lobe and the side lobes of the sinc function. Fig. 3.12 demonstrates that as
the window length increases the energy becomes more concentrated in the main
lobe and in the limit for an infinite duration window the spectrum tends to an
impulse positioned at the frequency F0.
20 Chap.3 Fourier Analysis and Synthesis

Example 3.10 Calculation of the bandwidth for transmission of data at a rate of


rb bits per second. In its simplest form binary data can be represented as a
sequence of amplitude modulated pulses as

N −1
x(t ) = ∑ A(m) p (t − mTb ) ()
m =0

where A(m) may be +1 or a –1 and

1 t ≤ Tb / 2
p (t ) =  ()
0 t >0

The Fourier transform of x(t) is given by

N −1 N −1
X ( f ) = ∑ A(m) P( f )e − j 2πmTb f = P( f ) ∑ A(m)e − j 2πmTb f ()
m=0 m=0

The power spectrum of this signal is obtained as

 ∞ ∞

E [X ( f ) X * ( f )] = E  ∑ A(m) P( f )e − j 2πmTb f ∑ A(n) P * ( f )e j 2πmTb f 
 m = −∞ n = −∞  ()
N −1 N −1

∑ ∑ E[ A(m) A(n)]e
2 − j 2π ( m − n )Tb f
= P( f )
m =0 n =0

Now assuming that the data is uncorrelated we have

1 m=n
E[ A(m) A(n)] =  ()
0 m≠n

Substituting Equations () in () we have

E [ X ( f ) X * ( f )] = N P ( f )
2
()

From Equation () the bandwidth required from a sequence of pulses is basically


the same as the bandwidth of a single pulse. From Figure (3.11) the main lobe
width is 2rb.
Sec. 3.3 Fourier Transform 21

3.3.3 Fourier Transform of a Sampled Signal v

A sampled signal x(m) can be modelled as


x ( m) = ∑ x(t )δ (t − mT ) s
m = −∞ (3.54)

where m is the discrete time variable and Ts is the sampling period. The Fourier
transform of x(m), a sampled version of a continuous signal x(t), can be obtained
from Eq. (3.21) as

∞ ∞ ∞ ∞
X ( f )= ∫ ∑ x(t )δ (t − m)e − j 2πft dt = ∑ ∫ x(t )δ (t − mT )e s
− j 2πft
dt
−∞ m = −∞ m = −∞ −∞

= ∑ x(mT )e
m = −∞
s
− j 2πmf / Fs
(3.55)

For convenience of notation and without loss of generality it is often assumed that
sampling frequency Fs=1/Ts=1, hence


Xs( f ) = ∑ x(m)e − j 2πmf

m = −∞ (3.56)

The inverse Fourier transform of a sampled signal is defined as

1/ 2
x ( m) = ∫X
−1 / 2
s ( f ) e j2πfm df (3.57)

Note that x(m) and X s ( f ) are equivalent in that they contain the same
information in different domains. In particular, as expressed by the Parseval's
theorem, the energy of the signal may be computed either in the time or in the
frequency domain a
∞ 1/ 2
Signal Energy = ∑ x 2 (m) = ∫ | X s ( f ) |2 df
m = −∞
(3.58)
−1 / 2

Example 3.10 Show that the spectrum of a sampled signal is periodic with a
period equal to the sampling frequency Fs.
22 Chap.3 Fourier Analysis and Synthesis

Solution: substitute f+kFs for the frequency variable f in Eq. (3.56)

∞ ( f + kFs ) ∞ f kFs
− j2πm − j2πm − j2πm
X ( f + kFs ) = ∑ x(mT )e
m = −∞
s
Fs
= ∑ x(mT )e
m = −∞
s
Fs
e1 3= X(f )
424
Fs

=1 (3.59)

Fig. 3.13.a shows the spectrum of a band-limited continuous-time signal. As


shown in Fig. 3.13.b after the signal is sampled its spectrum becomes periodic.

X(f) Xs(f)

... ...
0 -2Fs -Fs 0 Fs 2Fs
f f
(a) (b)
Figure 3.13 The spectrum of : (a) a continuous signal, and (b) its sampled version.

x(0) X(0)
x(1) Discrete Fourier X(1)
x(2) Transform X(2)
. N–1 2 π kn .
–j
.
. X(k) = ∑ x(m) e N
.
.
x(N–2) m=0 X(N – 2)
x(N – 1) X(N– 1)

Figure 3.14 Illustration of the DFT as a parallel-input parallel-output signal processor.


Sec. 3.5 Short-Time Fourier Transform 23

3.4 Discrete Fourier Transform (DFT)

When a non-periodic signal is sampled, its Fourier transform becomes a periodic


but continuous function of frequency, as shown in Eq. (3.59). The discrete Fourier
transform (DFT) is derived from sampling the Fourier transform of a discrete-time
signal. For a finite duration discrete-time signal x(m) of length N samples, the
discrete Fourier transform (DFT) is defined as N uniformly spaced spectral
samples

N −1 2π
−j mk
X ( k ) = ∑ x ( m) e N k = 0, . . ., N−1 (3.60)
m=0

Comparing Eqs. (3.60) and (3.56) we see that the DFT consists of N equi-spaced
samples taken from one period (2π) of the continuous spectrum of the discrete
time signal x(m). The inverse discrete Fourier transform (IDFT) is given by


1 N −1 j mk
x ( m) = ∑
N k =0
X (k ) e N m= 0, . . ., N−1 (3.61)

A periodic signal has a discrete spectrum. Conversely any discrete frequency


spectrum belongs to a periodic signal. Hence the implicit assumption in the DFT
theory, is that the input signal x(m) is periodic with a period equal to the
observation window length of N samples.

Example: Derivation of inverse discrete Fourier transform Obtain the inverse


DFT from the DFT equation. The discrete Fourier transform (DFT) is given
by

N −1 2π
−j km
X ( k ) = ∑ x ( m) e N k = 0, . . ., N−1
m =0

Multiply both sides of the DFT equation by e-j2πkn/N and take the summation
as
24 Chap.3 Fourier Analysis and Synthesis

N −1 2π N −1 N −1 2π 2π
+j kn −j km +j kn
∑ X (k ) e
k =0
N
= ∑∑ x(m) e
k =0 m=0
N
e N

N −1 N −1 2π
−j k ( m−n)
= ∑ x ( m) ∑ e N
k =0 m=0
14 4244
3
N if m = n
0 otherwise

Using the orthogonality principle,the inverse DFT equation can be derived


as

1 N −1 −j km
x ( m) = ∑ X ( k ) e N
N k =0

3.4.1 Time and Frequency Resolutions: The Uncertainty Principle

Signals such as speech, music or image are composed of nonstationary  i.e.


time-varying and/or space varying  events. For example speech is composed of
a string of short-duration sounds called phonemes, and an image is composed of
various objects. When using the DFT it is desirable to have a high enough time
and space resolution in order to obtain the spectral characteristics of each
individual elementary event or object in the input signal. However there is a
fundamental trade-off between the length, i.e. the time or space resolution, of the
input signal and the frequency resolution of the output spectrum. The DFT takes
as the input a window of N uniformly spaced time domain samples [x(0), x(1), …,
x(N−1)] of duration ∆T=N.Ts, and outputs N spectral samples [X(0), X(1), …,
X(N−1)] spaced uniformly between zero Hz and the sampling frequency Fs=1/Ts
Hz. Hence the frequency resolution of the DFT spectrum ∆f, i.e. the space between
successive frequency samples, is given by

1 1 F
∆f = = = s (3.62)
∆T NTs N

Note that the frequency resolution ∆f and the time resolution ∆T are inversely
proportional in that they can not both be simultanously increased, in fact ∆T∆f=1.
This is known as the uncertainty principle.

Example 3.11 A DFT is used in a DSP system for the analysis of an analog
signal with a frequency content of up to 10 kHz. Calculate: (i) the minimum
sampling rate Fs required, and (ii) the number of samples required for the DFT to
achieve a frequency resolution of 10 Hz at the minimum sampling rate.
Sec. 3.5 Short-Time Fourier Transform 25

Solution:
(i) Sampling rate > 2×10 kHz, say 22 kHz, and

Fs 22000
(ii) ∆f = 10 = N ≥ 2200 .
N N

Example 3.12 Write a MATLAB program to explore the spectral resolution of a


signal consisting of two sinewaves, closely spaced in frequency, with the varying
length of the observation window.

Solution:
In the following program the two sinwaves have frequencies of 100 Hz and 110
Hz, and the sampling rate is 1 kHz. We experiment with two time windows of
length N1=1024 with a theoretical frequency resolution of ∆f=1000/1024=0.98 Hz,
and N2=64 with a theoretical frequency resolution ∆f=1000/64=15.7 Hz.

2
Amplitude

- 1

- 2
0 2 0 0 4 0 0 6 0 0 8 0 0 1 0 0 0
T im e

(a)
80 450
Amplitude

Amplitude

60
300

40

150
20

0 10 20 30 40 50 60 70 0 100 200 300 400 500 600


Feq k Feq k

(b) (c)
Figure 3.15 Illustration of time and frequency resolutions: (a) sum of two sinewaves with 10
Hz difference in their frequencies, (b) the spectrum of a segment of 64 samples from
demonstrating insufficient frequency resolution to separate the sinewaves, (c) the spectrum of
a segment of 1024 samples has sufficient resolution to show the two sinewaves.

Fs=1000; F1=100; F2=110;


N=1:1024; N1=1024; N2=64;
x1=sin(2*pi*F1*N/Fs); x2=sin(2*pi*F2*N/Fs); y=x1+x2;
26 Chap.3 Fourier Analysis and Synthesis

Y1=abs(fft(y(1:N1)));Y2=abs(fft(y(1:N2)));
figure(1); plot(y); figure(2); plot(Y1(1:N1/2)); figure(3); plot(Y2(1:N2/2));

3.4.2 The Effect of Finite Length Data on DFT (Windowing)

In a practical situation we have either with a short length signal, or with a long
signal of which the DFT can only handle one segment at a time. Having a short
segment of N samples of a signal or taking a slice of N samples from a signal is
equivalent to multiplying the signal by a unit-amplitude rectangular pulse window
of N samples. Therefore an N-sample segment of a signal x(m) is equivalent to

x w (m) = w(m) x(m) (3.63)

where w(m) is a rectangular pulse of N samples duration given is

1 0≤m ≤ N − 1
w(m)= (3.64)
0 otherwise

Multiplying two signals in time is equivalent to the convolution of their frequency


spectra. Thus the spectrum of a short segment of a signal is convolved with the
spectrum of a rectangular pulse as
X w (k ) = W (k ) * X (k ) (3.65)
The result of this convolution is some spreading of the signal energy in the
frequency domain as illustrated in the next example.

Example 3.13 Find the DFT of a rectangular window given by

1 0 ≤ m ≤ N − 1
w(m)= (3.66)
0 otherwise

Solution: Taking the DFT of w(m), and using the convergence formula for the
partial sum of a geomertic series, described in the appendix A, we have

2π ( N −1)
N −1 −j mk 1 − e − j2πk −j πk sin(πk )
W (k ) = ∑
m =0
w(m)e N =
−j

k
=e N
sin(πk / N )
(3.67)
1− e N

Note that for the integer values of k, w(k) is zero except for k=0.

Example 3.14 Find the spectrum of an N-sample segment of a complex sinewave


with a fundamental frequency F0=1/T0.
Sec. 3.5 Short-Time Fourier Transform 27

Solution: Taking the DFT of x(m) = e − j 2πF0 m we have

N −1 2π N −1 − j2π ( F − k ) m
−j mk
∑e − j2πF0 m

0
X (k ) = e N = e N

m =0 m =0
(3.68)
( N −1)
1 − e − j2π ( NF0 − k ) −j π ( NF0 − k ) sin(π ( NF0 − k ))
= − j2π ( NF0 − k ) / N
=e N
1− e sin(π ( NF0 − k ) / N )

Note that for integer values of k, X(k) is zero at all samples but one k=0.

3.4.3 End-Point Effects in DFT; Spectral Energy Leakage and


Windowing

In DFT the input signal is assumed to be periodic, with a period equal to the length
of the observation window of N samples. Now, for a sinusoidal input signal if
there is an integer number of cycles within the observation window, as in Fig.
3.16.a, then the assumed periodic waveform is the same as an infinite length pure
sinusoid. But if the observation window contains a non-integer number of cycles
of a sinusoid then the assumed periodic waveform will not be a pure sine wave and
will have end-point discontinuities. The spectrum of the signal then differs from
the spectrum of sinewave as illustrated in Fig. 3.16.b. The overall effects of finite
length window and end-point discontinuities are:

time time

2 cycles 2.25 cycles

F0 Frequency F0 Frequency

(a) (b)
Figure 3.16 The DFT spectrum of exp(j2πfm) : (a) an integer number of cycles with in the
N-sample analysis window, (b) a non-integer number of cycles in the window.

1. The spectral energy which could have been concentrated at a single point, or
in a narrow band of frequencies is spread over a larger band of frequencies.
28 Chap.3 Fourier Analysis and Synthesis

2. A smaller amplitude signal, located in frequency near a larger amplitude


signal, may be obscured by one of the larger signal’s side-lobes. That is side-
lobes of a large amplitude signal may interfere with the main-lobe of a nearby
small amplitude signal.

The end-point problems may be alleviated using a window that gently drops to
zero. One such window is a raised cosine window of the form

 2πm
α − (1 − α ) cos 0≤m≤ N − 1
w(m) =  N (3.69)
 0 otherwise

For α=0.5 we have the Hanning window also known as the raised cosine window

2πm
wHan (m) = 0.5−0.5cos 0≤m≤ N − 1 (3.70)
N
For α=0.54 we have the Hamming window

2πm
wHam (m) = 0.54 − 0.46 cos 0 ≤ m ≤ N −1 (3.71)
N

-5
-1 0
-1 5

-2 0
-2 5
-3 0
0 T im e 6 4 0 F re q u en c y F s /2
0
-1 0

-2 0

-3 0
-4 0

-5 0
-6 0
0 6 4 0 F s /2
0
-1 0
-2 0
-3 0
-4 0
-5 0
-6 0
-7 0
-8 0
0 6 4 0 F s /2

Figure 3.17 (a) Rectangular window frequency response, (b) Hamming window frequency
response, (c) Hanning window frequency response.

3.4.3 Spectral Smoothing


Sec. 3.5 Short-Time Fourier Transform 29

The spectrum of a short length signal can be interpolated to obtain a smoother


spectrum. Interpolation of the frequency spectrum X(k) is achieved by zero-
padding of the time domain signal x(m). Consider a signal of length N samples
[x(0), . . ., x(N−1)]. Increase the signal length from N to 2N samples by padding N
zeros to obtain the padded sequence [x(0), . . ., x(N−1), 0, . . ., 0]. The DFT of the
padded signal is given by

2 N −1 2π
−j mk
X (k ) = ∑ x ( m) e
m=0
2N

k = 0, . . ., 2N−1 (3.72)
N −1 π
−j mk
= ∑ x ( m) e
m =0
N

The spectrum of the zero-padded signal, Eq. (3.72), is composed of 2N spectral


samples; N of which, [X(0), X(2), X(4), X(6), . . . X(2N−2)] are the same as those
that would be obtained from a DFT of the original N samples, and the other N
samples [X(1), X(3), X(5), X(6), . . . X(2N−1)] are interpolated spectral lines that
result from zero-padding. Note that zero padding does not increase the spectral
resolution, it merely has an interpolating or smoothing effect in the frequency
domain, as illustrated in Fig 3.18.

r(m) |R(f)|

without zero padding


Padded zero’s

Time Frequency
|R(f)| |R(f)|

with 10 padded zeros with 20 padded zeros

Frequency Frequency
Figure 3.18 Illustration of the interpolating effect, in the frequency domain, of zero
padding a signal in the time domain.
30 Chap.3 Fourier Analysis and Synthesis

time

Figure 3.19 - Segmentation of speech using Hamming window for STFT.

3.5 Short-Time Fourier Transform

In Fourier transform it is assumed that the signal is stationary, meaning the signal
statistics, such as the mean, the power, and the power spectrum, are time-invariant.
Most real life signals such as speech, music and image signals are nonstationary in
that their amplitude, power, spectral composition and other features changes
continuously with time. To apply Fourier transform to nonstationary signals the
signal is divided into appropriately short-time windows, such that within each
window the signal can be assumed to be time-invariant. The Fourier transform
applied to the short signal segment within each window is known as the short-time
Fourier Transform. Fig. 3.19 illustrates the segmentation of a speech signal into a
sequence of overlapping, hamming windowed, short segments. The choice of
window length is a compromise between the time resolution and the frequency
resolution. For Audio signals a time window of about 25 ms, corresponding to a
frequency resolution of 40 Hz is normally adopted.
walker.qxp 3/24/98 2:16 PM Page 658

Fourier Analysis
and Wavelet
Analysis
James S. Walker

I
n this article we will compare the classical Frequency Information, Denoising
methods of Fourier analysis with the newer As an example of the importance of frequency in-
methods of wavelet analysis. Given a sig- formation, we will examine how Fourier analysis can
nal, say a sound or an image, Fourier analy- be used for removing noise from signals. Consider
sis easily calculates the frequencies and a signal f (x) defined over the unit interval (where here
the amplitudes of those frequencies which make x stands for time). The periodP1 Fourier series ex-
up the signal. This provides a broad overview of i2π nx , with
the characteristics of the signal, which is im- R 1 of f is defined by
pansion n∈Z cn e
cn = 0 f (x)e−i2π nx dx. Each Fourier coefficient, cn , is
portant for theoretical considerations. However,
an amplitude associated with the frequency n of the
although Fourier inversion is possible under
exponential ei2π nx. Although each of these expo-
certain circumstances, Fourier methods are not
nentials has a precise frequency, they all suffer from
always a good tool to recapture the signal, par-
a complete absence of time localization in that their
ticularly if it is highly nonsmooth: too much
magnitudes, |ei2π nx | , equal 1 for all time x .
Fourier information is needed to reconstruct
the signal locally. In these cases, wavelet analy- To see the importance of frequency information,
sis is often very effective because it provides a let us examine a problem in noise removal. In
simple approach for dealing with local aspects Figure 1(a)[top] we show the graph of the signal
of a signal. Wavelet analysis also provides us with
(1) f (x) =
new methods for removing noise from signals
2
that complement the classical methods of (5 cos 2π νx) [ e−640π (x−1/8)
Fourier analysis. These two methodologies are 2 2
+ e−640π (x−3/8) + e−640π (x−4/8)
major elements in a powerful set of tools for the-
2 2
oretical and applied analysis. + e−640π (x−6/8) + e−640π (x−7/8) ]
This article contains many graphs of discrete
signals. These graphs were created by the com- where the frequency, ν , of the cosine factor is 280 .
puter program FAWAV, A Fourier–Wavelet An- Such a signal might be used by a modem for trans-
alyzer, being developed by the author. mitting the bit sequence 1 0 1 1 0 1 1 . The Fourier co-
efficients for this signal are shown in Figure 1(b)[top].
The highest magnitude coefficients are concentrated
around the frequencies ±280. Suppose that when this
James S. Walker is professor of mathematics at the
University of Wisconsin-Eau Claire. His e-mail address signal is received, it is severely distorted by added
is walkerjs@uwec.edu. noise; see Figure 1(a)[middle]. Using Fourier analy-
The author would like to thank Hugo Rossi, Steven
sis, we can remove most of this noise. Computing the
Krantz, his colleague Marc Goulet, and two anony- noisy signal’s Fourier coefficients, we obtain the
mous reviewers for their helpful comments during the graph shown in Figure 1(b)[middle]. The original sig-
writing of this article. nal’s largest magnitude Fourier coefficients are clus-

658 NOTICES OF THE AMS VOLUME 44, NUMBER 6


walker.qxp 3/24/98 2:16 PM Page 659

Figure 1. (a)[top] Signal. (b)[top] Fourier coefficients of signal. (a)[middle] Signal after adding noise.
(b)[middle] Fourier coefficients of noisy signal and filter function. (b)[bottom] Fourier coefficients
after multiplication by filter function. (a)[bottom] Recovered signal.

tered around the frequency positions ±280. The for n = − 12 M + 1, . . . , 0, . . . , 12 M . The discrete
Fourier coefficients of the added noise are lo- Fourier coefficients f̂n can be calculated by a fast
calized around the origin, and they decrease in Fourier transform (FFT) algorithm and are the
magnitude until they are essentially zero near discrete analog of the Fourier coefficients cn
the frequencies ±280 . Thus, the original sig- for F , when fj = F(j/M) . Moreover, f̂n is just a
nal’s coefficients and the noise’s coefficients Riemann sum approximation of the integral that
are well separated. To remove the noise from the defines cn .1 The magnitudes of the discrete
signal, we multiply the noisy signal’s coefficients Fourier coefficients for this transient damp down
by a filter function, which is 1 where the signal’s to zero very slowly (their graph is a very wide
coefficients are concentrated and 0 where the bell-shaped curve with maximum at the origin).
noise’s coefficients are concentrated. We then re- Consequently, to represent the transient well, one
cover essentially all of the signal’s coefficients; must retain most if not all of these Fourier co-
see Figure 1(b)[bottom]. Performing a Fourier efficients. In Figure 2(a)[bottom] we show the re-
series partial sum with these recovered coeffi- sults obtained from trying to compress the tran-
cients, we obtain the denoised signal, which is sient
P104 by computing a discrete partial sum
shown in Figure 1(a)[bottom]. Clearly, the bit se- i2π nj using only one-fifth of the
n=−104 f̂n e
quence 1 0 1 1 0 1 1 can now be determined from Fourier coefficients.2 Clearly, even a moderate
the denoised signal, and the denoised signal is compression ratio of 5:1 is not effective.
a close match of the original signal. In the sec- Wavelets, however, are often very effective at
tion “Signal Denoising” we shall look at another representing transients. This is because they are
example of this method and also discuss how designed to capture information over a large
wavelets can be used for noise removal. range of scales. A wavelet series expansion of a
function f is defined by
Signal Compression X
As the example above shows, Fourier analysis is βnk2
n/2
ψ (2n x − k)
very effective in problems dealing with frequency n,k∈Z
location. However, it is often very ineffective at Z∞
with
representing functions. In particular, there are βn f (x) 2n/2 ψ (2n x − k) dx .
k =
severe problems with trying to analyze tran- −∞
sient signals using classical Fourier methods.
For example, in Figure 2(a)[top] we show a dis- The function ψ (x) is called the wavelet, and the
crete signal obtained from M = 1024 values coefficients βn
k are called the wavelet coeffi-
{fj = F(j/M)}M−1 of the function F(x) = cients. The function 2n/2 ψ (2n x − k) is the
j=0
5 2
e−10 π (x−.6) . For this example, we compute the 1For further discussion of discrete Fourier coefficients,
discrete Fourier series coefficients f̂n defined by see [2] or [11].
P512
P
−1 M−1
2The sum
n=−511 f̂n e
i2π nj , which uses all of the dis-
f̂n = M j=0 fj e−i2π nj/M crete Fourier coefficients, equals fj.

JUNE/JULY 1997 NOTICES OF THE AMS 659


walker.qxp 3/24/98 2:17 PM Page 660

Figure 2. (a)[top] Signal. (a)[bottom] Fourier series using 205 coefficients, 5:1 compression. (b)[top]
Wavelet coefficients for signal. (b)[bottom] Wavelet series using only largest 4% in magnitude of
wavelet coefficients, 25:1 compression.

wavelet shrunk by a factor of 2n if n is positive The Haar Wavelet


(magnified by a factor of 2−n if n is negative) and In order to understand how wavelet analysis
shifted by k2−n units. The factor 2n/2 in the ex- works, it is best to begin with the simplest
pression 2n/2 ψ (2n x − k) preserves the L2-norm.
wavelet, the Haar wavelet. Let 1A (x) denote the
Since the wavelet series depends on two pa-
indicator function of the set A , defined by
rameters of scale and translation, it can often be
very effective in analyzing signals. These para- 1A (x) = 1 if x ∈ A and 1A (x) = 0 if x ∈ / A . The
meters make it possible to analyze a signal’s Haar wavelet ψ is defined by
behavior at a dense set of time locations and with ψ (x) = 1[0, 1 ) (x) − 1[ 1 ,1) (x) . It is 0 outside of
2 2
respect to a vast range of scales, thus providing [0, 1), so it is well localized in time, and it sat-
the ability to zoom in on the transient behavior isfies
of the signal. For example, let us examine the ear- Z∞ Z∞
lier transient using a discretized version of a ψ (x) dx = 0, |ψ (x)|2 dx = 1.
wavelet series. We shall use a Daubechies order −∞ −∞
4 wavelet (Daub4 for short; see the section The Haar wavelet ψ (x) is closely related to the
“Daubechies Wavelets”). In Figure 2(b)[top] we
function φ(x) defined by φ(x) = 1[0,1) (x) . This
show all of the 1024 wavelet coefficients of this
function φ(x) is called the Haar scaling function.
transient and observe that most of these coef-
ficients are close to 0 in magnitude. Conse- Clearly, the Haar wavelet and scaling function
quently, by retaining only the largest magnitude satisfy the identities
coefficients for use in a wavelet series, we ob-
tain significant compression. In Figure 2(b)[bot-
ψ (x) = φ(2x) − φ(2x − 1),
(2)
tom] we show the reconstruction of the transient φ(x) = φ(2x) + φ(2x − 1),
using only the top 4% in magnitude of the wavelet
and the scaling function satisfies
coefficients, a 25:1 compression ratio. Notice
how accurately the transient is represented. In Z∞ Z∞
fact, the maximum error at all computed points φ(x) dx = 1, |φ(x)|2 dx = 1.
is less than 9.95 × 10−14 . There is an important −∞ −∞
application here to the field of signal transmis-
The Haar wavelet ψ (x) generates the system
sion. By transmitting only these 4% of the wavelet
of functions {2n/2 ψ (2n x − k)} . It is possible to
coefficients, the information in the signal can be
show directly that {2n/2 ψ (2n x − k)} is an or-
transmitted 25 times faster than if we transmit-
ted all of the original signal. This provides a con- thonormal basis for L2 (R), but it is more illu-
siderable boost in efficiency of transmission. minating to put the discussion on an axiomatic
We shall look at more examples of com- level. This axiomatic approach leads to the
pression in the section “Compression of Sig- Daubechies wavelets and many other wavelets
nals”, but first we shall describe how wavelet as well. We begin by defining the subspaces
analysis works. {Vn }n∈Z of L2 (R) in the following way:

660 NOTICES OF THE AMS VOLUME 44, NUMBER 6


walker.qxp 3/24/98 2:17 PM Page 661

n
Vn = step functions in L2 (R), constant Note that these wavelets have period 1 . Fur-
o thermore, ψ̃n,k ≡ 0 for n < 0 , and
k k+1
on the intervals [ , ), k ∈ Z . ψ̃n,k+2n = ψ̃n,k for all k ∈ Z and n ≥ 0. On the in-
2n 2n
terval [0, 1), the periodic Haar wavelets ψ̃n,k sat-
This set of subspaces {Vn }n∈Z satisfies the fol-
lowing five axioms [6]: isfy ψ̃n,k (x) = 2n/2 ψ (2n x − k) for n ≥ 0 and
Axioms for a Multi-Resolution Analysis k = 0, 1, . . . , 2n − 1. So we have the following the-
orem as a consequence of Theorem 1.
(MRA)
Scaling: f (x) ∈ Vn if and only if f (2x) ∈ Vn+1. Theorem 2. The functions 1 and ψ̃n,k for n ≥ 0
and k = 0, 1, . . . , 2n − 1 are an orthonormal basis
Inclusion: Vn ⊂ Vn+1, for each n.
  for L2 [0, 1) .
S
Density: closure Vn = L2 (R) .
T n∈Z
Remark. In the section “Daubechies Wavelets”
Maximality: Vn = {0}.
n∈Z we will make use of periodized scaling func-
Basis: ∃φ(x) such that {φ(x − k)}k∈Z is an tions, φ̃n,k, defined by
orthonormal basis for V0 .
To satisfy the basis axiom, we shall use the X 
(4) φ̃n,k (x) = 2n/2 φ 2n (x + j) − k
Haar scaling function φ defined above. Then, by j∈Z
combining the scaling axiom with the basis
axiom, we find that {2n/2 φ(2n x − k)}k∈Z is an
for n ≥ 0 and k = 0, 1, . . . , 2n − 1.
orthonormal basis for Vn . But the totality of all
these orthonormal bases, consisting of the set
{2n/2 φ(2n x − k)}k,n∈Z, is not an orthonormal
Fast Haar Transform
basis for L2 (R) because the spaces Vn are not The relation between the Haar scaling function
mutually orthogonal. To remedy this difficulty, φ and wavelet ψ leads to a beautiful set of re-
we need what are called wavelet subspaces. De- lations between their coefficients as bases. Let
fine the wavelet subspace Wn to be the orthog- {αkn } and {βnk } be defined by
onal complement of Vn in Vn+1 . That is, Wn sat- Z∞
isfies the equation Vn+1 = Vn ⊕ Wn where ⊕
αkn = f (x) 2n/2 φ(2n x − k) dx,
denotes the sum of mutually orthogonal sub- −∞
(5) Z∞
spaces. From the density axiom and repeated ap-
plication ofLthe last equation, we obtain βn
k = f (x) 2n/2 ψ (2n x − k) dx.
−∞
L2 (R) = V0 ⊕ ∞ n=0 Wn . Decomposing
L V0 in a
similar way, we obtain L2 (R) = n∈Z Wn . Thus, Substituting 2n x in place of x in the identities
L2 (R) is an orthogonal sum of the wavelet sub- in (2), we obtain
spaces Wn.
Using (2) and the MRA axioms, it is easy to 1 n+1
2n/2 φ(2n x) = √ [2 2 φ(2n+1 x)]
prove the following lemma. 2
1 n+1
Lemma 1. The functions {ψ (x − k)}k∈Z are an + √ [2 2 φ(2n+1 x − 1)]
2
orthonormal basis for the subspace W0 .
It follows from the scaling axiom that 1 n+1

{2n/2 ψ (2n x − k)}k∈Z is an orthonormal basis 2n/2 ψ (2n x) = √ [2 2 φ(2n+1 x)]


2
for Wn. Therefore, since L2 (R) is the orthogonal 1 n+1
sum of all the wavelet subspaces Wn, we have − √ [2 2 φ(2n+1 x − 1)].
2
obtained the following result.
Theorem 1. The functions It then follows that

{2n/2 ψ (2n x − k)}k,n∈Z 1 n+1 1 n+1


αkn = √ α2k + √ α2k+1 ,
2 2
are an orthonormal basis for L2 (R). (6)
1 n+1 1 n+1
This orthonormal basis is the Haar basis for βn
k =
√ α2k − √ α2k+1 .
2 2
L2 (R). There is also a Haar basis for L2 [0, 1). To
obtain it, we first define periodic wavelets ψ̃n,k
by This result shows that the nth level coefficients
αkn and βn st
k are obtained from the (n + 1) level
X  n+1
(3) ψ̃n,k (x) = 2n/2 ψ 2n (x + j) − k . coefficients αk through multiplication by the
j∈Z following orthogonal matrix:

JUNE/JULY 1997 NOTICES OF THE AMS 661


walker.qxp 3/24/98 2:17 PM Page 662

  cient α00 and a single wavelet coefficient β00 ,


√1 √1
 2 2  and at this last step the permutation P2 is un-
(7) O= .
−1 necessary. The complete transformation, de-
√1 √
2 2 noted by H , satisfies

H = (H2 ⊕ IM−2 )
Successively applying this orthogonal matrix O ,
we obtain {αkn } and {βn · · · (PM/2 ⊕ IM/2 ) (HM/2 ⊕ IM/2 ) PM HM
k } starting from some
highest level coefficients {αkN } for some large where IN is the N × N identity matrix.
N . Because of the density axiom, N can be cho- These matrix multiplications can be per-
sen
P large enough to approximate f by formed rapidly on a computer. Multiplying by
N N/2
k∈Z αk 2 φ(2N x − k) in L2-norm as closely HM requires only O(M) operations, since HM
as desired. consists mostly of zeroes. Similarly, the per-
Let us now discretize these results. Suppose mutation PM requires O(M) operations. There-
that we are working with data {fj }M−1
j=0 associ- fore, the whole transformation requires
M−1 O(M) + O(M/2) + · · · + O(2) = O(M) operations.
ated with the time values {xj = j/M}j=0 on the
unit interval. If we shrink the Haar scaling func- The transformation H is called a fast Haar
tion φ(x) = 1[0,1) (x) enough, it covers only the transform. It should be noted that FFTs, which
first point, x0 = 0 . Consequently, by choosing a have revolutionized scientific practice during
large enough N , we may assume that our scal- the last thirty years, are O(M log M) algorithms.
ing coefficients {αkN } satisfy αkN = fk , for Since each Hk is an orthogonal matrix, and
k = 0, 1, . . . , M − 1 . Assuming that M is a power so is every permutation Pk , it follows that H is
of 2 , say M = 2R , it follows that N = R . invertible. Its inverse is
The next step involves expressing the coeffi-
H −1 = HM
T T T
PM (HM/2 T
⊕ IM/2 ) (PM/2 ⊕ IM/2 )
cient relations in (6) in a matrix form. Let A ⊕ B
stand for the orthogonal  of the matrices A
 sum · · · (H2T ⊕ IM−2 ).
A0
and B, that is, A ⊕ B = 0 B . Now let HM denote
Therefore, the inverse operation is also an O( M )
the M × M orthogonal matrix defined by
operation.
HM = O ⊕ O ⊕ · · · ⊕ O , where the orthogonal
matrix sums are applied M/2 times and O is the Discrete Haar Series
matrix defined in (7). Then, by applying the co-
The fast Haar transform can be used for com-
efficient relations in (6) and using the fact that
puting partial sums of the discretized version
fk = αkR, we obtain
of the following Haar wavelet series in L2 [0, 1) :
HM [f0 , f1 , . . . , fM−1 ]T
h ∞ 2X
X
n
−1
= α0R−1 , βR−10 , α1R−1 , βR−1
1 , (8) α00 + βn
k2
n/2
ψ (2n x − k).
T n=0 k=0
. . . , αR−1
1 , βR−11 .
2
M−1 2
M−1 Let us assume, as in the previous section, that
we have a discrete signal {fj }M−1
j=0 associated
To sort the coefficients properly into two groups, with the time values {xj = j/M}M−1
j=0 on the unit
we apply an M × M permutation matrix PM as interval. Substituting these time values into (8)
follows: and restricting the upper limit of n, we obtain
 T
PM α0R−1 , βR−1
0 , . . . , α R−1
1 , βR−1
1 n
−1
2
M−1 2
M−1 X 2X
R−1
 T fj = α00 CM + βn n/2
ψ (2n xj − k).
k CM 2
= α0R−1 , . . . , αR−1
1 , βR−1
0 , . . . , βR−1
1 . n=0 k=0
2
M−1 2
M−1

The right side of this equation is just the trans-


If we go to the next lower level, the transfor- formation H −1 H applied to {fj } . The first
mations just described are repeated, only now part of this transformation, H {fj }, produces the
the matrices used are HM/2 and PM/2 , and they 0 0 1 1 R−1
coefficients α0 , β0 , β0 , β1 , . . . , β 1 , and the
operate only on the M/2 -length vector 2
M−1
second part, the application of H −1 , repro-
{α0R−1 , ... , αR−1 } to obtain the next level
1
2
M−1 duces the original data {fj } . The constant CM
R−2 R−2
wavelet coefficients {β0 , . . . , β 1 M−1 } and is a scale factor which ensures that the constant
4
vector CM and the vectors {CM 2n/2 ψ (2n xj − k)}
scaling coefficients {α0R−2 , . . . , αR−2 } . These are unit vectors in RM , using the
p standard inner
1
4
M−1
operations continue until we can no longer product. Consequently, CM = 1/M .
divide the number of components by 2 . At the There are many ways of forming partial sums
R = log2 M step, we obtain a single scale coeffi- of discretized Haar series. The simplest ones con-

662 NOTICES OF THE AMS VOLUME 44, NUMBER 6


walker.qxp 3/24/98 2:17 PM Page 663

Figure 3. (a)[top] Haar series partial sum, 229 terms. (b)[top] Fourier series partial sum, 229 terms.
(a)[bottom] Haar series partial sum, 92 terms. (b)[bottom] Daub4 series partial sum, 22 terms.

sist of multiplying the data by H , then setting created by the energy method, which contains
some of the resulting coefficients equal to 0 , and 99.5% of the energy of this signal. This partial
then multiplying by H −1 . A widely used method sum, which used 229 coefficients out of a pos-
involves specifying a threshold. All coefficients sible 8192, provides an acceptable visual repre-
whose magnitudes lie below this threshold are sentation of the signal. In fact, the sum of the
set equal to 0 . This method is frequently used squares of the errors is 2.0 × 10−3 . By compar-
for noise removal, where coefficients whose ison a 229 coefficient Fourier series partial sum
magnitudes are significant only because of the suffers from serious drawbacks (see Figure
added noise will often lie below a well-chosen 3(b)[top]). The sum of the squares of the errors
threshold. We shall give an example of this in the is 4.5 × 10−1 , and there is severe oscillation and
section “Signal Denoising”. A second method a Gibbs’ effect near x = 0.5 . Although these lat-
keeps only the largest magnitude coefficients, ter two defects could be ameliorated using other
while setting the rest equal to 0 . This method summation methods ([11], Ch. 4), there would
is convenient for making comparisons when it still be a significant deviation from the original
is known in advance how many terms are needed. signal (especially near x = 0.5 ).
We used it in the compression example in the sec- This example illustrates how wavelet analy-
tion “Signal Compression”. A third method, sis homes right in on regions of high variability
which we shall call the energy method, involves of signals and that Fourier methods try to
specifying a fraction of the signal’s energy, where smooth them out. The size of a function’s Fourier
the energy is the square root of the sum of the coefficients is related to the frequency content
squares of the coefficients.3 We then retain the of the function, which is measured by integra-
least number of the largest magnitude coeffi- tion of the function against completely unlo-
cients whose energy exceeds this fraction of the calized basis functions. For a function having a
signal’s energy and set all other coefficients discontinuity, or some type of transient behav-
equal to 0 . The energy method is useful for the- ior, this produces Fourier coefficients that de-
oretical purposes: it is clearly helpful to be able crease in magnitude at a very slow rate. Conse-
to specify in advance what fraction of the sig- quently, a large number of Fourier coefficients
nal’s energy is contained in a partial sum. We are needed to accurately represent such sig-
shall use the energy method frequently below. nals.4 Wavelet series, however, use compactly
Let us look at an example. Suppose our sig- supported basis functions which, at increasing
nal is levels of resolution, have rapidly decreasing sup-
{fj = F(j/8192)}8191
j=0
ports and can zoom in on transient behavior. The
transient behaviors contribute to the magnitude
where F(x) = x1[0,.5) (x) + (x − 1)1[.5,1) (x) . In Fig- of only a small portion of the wavelet coefficients.
ure 3(a)[top] we show a Haar series partial sum,
4In recent years, though, significant improvements
3The Haar transform is orthogonal, so it makes sense
have been achieved using local cosine bases [3, 7,
to specify energy in this way. 9, 5, 1].

JUNE/JULY 1997 NOTICES OF THE AMS 663


walker.qxp 3/24/98 2:17 PM Page 664

Figure 4. (a) Magnitudes of highest level coefficients for a function F: [top] Haar coefficients, [middle]
Daub4 coefficients; [bottom] Graph of F. (b) Sums of squares of all coefficients: [top] Haar coefficients,
[middle] Daub4 coefficients; [bottom] Graph of F. Vertical scales for highest level coefficients and sums
of squares are logarithmic.
Consequently, a small number of wavelet coeffi- Daub4R ∞wavelet is supported R ∞ on [0, 3) and satis-
cients are needed to accurately represent such sig- fies −∞ ψ (x) dx = 0 and −∞ xψ (x) dx = 0. Con-
nals. sequently, if the signal is constant or linear over
The Haar system performs well when the signal an interval [a, b) which contains
is constant over long stretches. This is because the [k2−n , 3(k + 1)2−n ) , then the wavelet coefficient
Haar wavelet is supported on R ∞[0, 1) and satisfies a βnk will equal 0. In Figure 4(a) we show graphs
0th order moment condition, −∞ ψ (x) dx = 0 . There- of the magnitudes of the highest level Haar co-
fore, if the signal {fj } is constant over an interval efficients and Daub4 coefficients. Each magni-
a ≤ xj < b such that [k2−n , (k + 1)2−n ) ⊂ [a, b) , then tude |β12k | is plotted at the x -coordinate k2
−12
n 12
for k = 0, 1, . . . , 2 − 1 . These graphs show that
the wavelet coefficient βk equals 0 . For example, sup-
the highest level Haar coefficients are near 0 over
pose {fj = F(j/8192)}8191
j=0 where the constant parts of F , while the highest level
F(x) = (8x − 1)1[.125,.25) (x) Daub4 coefficients are near 0 over the constant
and linear parts of F . In Figure 4(b) we show
+ 1[.25,.75) (x) + (7 − 8x)1[.75,.875) (x). graphs of the sums of the squares of all the co-
efficients, which show that almost all the Daub4
In Figure 3(a)[bottom] we show a Haar series partial coefficients are near 0 over the constant and lin-
sum which contains 99.5% of the energy of this sig- ear parts of F , while the Haar coefficients are
nal and uses only 92 coefficients out of a possible near 0 only over the constant parts of F . Fur-
8192. The fact that the signal is constant over three thermore, the largest magnitude Daub4 coeffi-
large subintervals of [0, 1) accounts for the excellent cients are concentrated around the locations of
compression in this example. In order to obtain the points of nondifferentiability of F . This kind
wavelet bases that provide considerably more com- of local analysis illustrates one of the powerful
pression, we need a compactly supported wavelet features of wavelet analysis.
ψ (x) which has more moments equal to zero. That Looking again at Figure 3(b)[bottom], we see
is, we want that the most serious defects of the Daub4 com-
Z∞ pressed signal are near the points where F is non-
differentiable. If, however, we consider the in-
(9) xj ψ (x) dx = 0, for j = 0, 1, . . . , L − 1
−∞ terval [0.4, 0.6] where F is constant, the Daub4
compressed signal values differ from the values
for an integer L ≥ 2 . We say that such a wavelet has of F by no more than 1.2 × 10−15 at all of the
its first L moments equal to zero. For example, a 1641 discrete values of x in this interval. In
Daub4 wavelet has its first 2 moments equal to zero. contrast, a Fourier series partial sum using 23
Using a Daub4 wavelet series for the signal above, it coefficients differs by more than 10−3 at 1441
is possible to capture 99.5% of the energy using only of these 1641 values of x . The Fourier series par-
22 coefficients! See Figure 3(b)[bottom]. This im- tial sum exhibits oscillations of amplitude
provement in compression is due to the fact that the 6.5 × 10−3 around the value 1 over this subin-

664 NOTICES OF THE AMS VOLUME 44, NUMBER 6


walker.qxp 3/24/98 2:18 PM Page 665

Figure 5. (a)[top] Signal. (b)[top] 37-term Daub4 approximation. (a)[bottom] 257-term Fourier cosine
series approximation. (b)[bottom] Highest level Daub4 wavelet coefficients of signal.

terval. Because the Fourier coefficients for F are The MRA axioms tell us that φ(x) must gener-
only O (n−2 ) , using just the first 23 coefficients ate a subspace V0 and that V0 ⊂ V1 . Therefore,
produces an oscillatory approximation to F over
all of [0, 1), including the subinterval [0.4, 0.6]. X p
(11) φ(x) = ck 2 φ(2x − k)
The highest magnitude wavelet coefficients,
k∈Z
however, are concentrated at the corner points
for F , and their terms affect only a small por- for some constants {ck } . A wavelet ψ (x) , for
tion of the partial sum (since their basis func- which {ψ (x − k)} spans the wavelet subspace
tions are compactly supported). Consequently, W0 , can be defined by5
the wavelet series provides an extremely close X p
approximation of F over the subinterval (12) ψ (x) = (−1)k c1−k 2 φ(2x − k).
[0.4, 0.6]. k∈Z
A major defect of the Haar wavelet is its dis-
continuity. For one thing, it is unsatisfying to use Equations (11) and (12) generalize the equations
discontinuous functions to approximate con- in (2) for the Haar case. The orthogonality of φ
tinuous ones. Even with discrete signals there can and ψ leads to the following equation
be undesirable jumps in Haar series partial sum
values (see Figure 3(a)[bottom]). Therefore, we X
want to have a wavelet that is continuous. In the (13) (−1)k c1−k ck = 0.
k∈Z
next section we will describe the Daubechies
wavelets, which have their first L ≥ 2 moments This equation, and the second equation in (14)
equal to zero and are continuous. below, imply the orthogonality of the matrices,
WN, used in the fast wavelet transform which we
Daubechies Wavelets shall discuss later in this section.
It is possible to generalize the construction of Combining (11) with the first two integrals in
the Haar wavelet so as to obtain a continuous (10), it follows that
scaling function φ(x) and a continuous wavelet
ψ (x) . Moreover, Daubechies has shown how to X p X
make them compactly supported. We will briefly (14) ck = 2, |ck |2 = 1.
k∈Z k∈Z
sketch the main ideas; more details can be found
in [4, 5, 8, 10]. Similarly, assuming that L = 2 , the equations in
Generalizing from the case of the Haar (9) combined with (12) imply
wavelets, we require that φ(x) and ψ (x) satisfy
X X
Z∞ Z∞ (15) (−1)k ck = 0, k(−1)k ck = 0.
k∈Z k∈Z
φ(x) dx = 1, |φ(x)|2 dx = 1,
−∞ −∞
(10) Z∞ 5 A simple proof, based on the MRA axioms, that

|ψ (x)|2 dx = 1. {ψ (x − k)} spans W0 can be found in [10].


−∞

JUNE/JULY 1997 NOTICES OF THE AMS 665


walker.qxp 3/24/98 2:18 PM Page 666

R1
And, for L > 2 , equations (9) and (12) yield ad- α̃kn by α̃kn = 0 f (x)φ̃n,k (x) dx . And, we periodi-
ditional equations similar to the ones in (15).
cally extend f with period 1 , also denoting this
There is a finite set of coefficients that solves
periodic extension by f . Then, for n ≥ 0 and
the equations in (14) and (15), namely,
k = 0, 1, . . . , 2n − 1 , we have
√ √
1+ 3 3+ 3 Z1 X
c0 = √ , c1 = √ , n

4 2 4 2 α̃k = f (x)2n/2 φ 2n (x + j) − k dx
(16) √ √ 0 j∈Z
3− 3 1− 3
c2 = √
4 2
, c3 = √
4 2 (20) X Z j+1
= f (x − j)2n/2 φ(2n x − k) dx
j∈Z j
with all other ck = 0 . Using these values of ck ,
the following iterative solution of (11) = αkn .

φ0 (x) = 1[0,1) (x), Similar arguments show that β̃n n


X p k = βk and
n n n n
φn (x) = ck 2 φn−1 (2x − k), α̃k+2n = α̃k and β̃k+2n = β̃k for n ≥ 0 and
(17)
k∈Z k = 0, 1, . . . , 2n − 1 . After periodizing (11) and
for n ≥ 1, (12), it follows that
X
converges to a continuous function φ(x) sup- α̃kn = n+1
cm α̃m+2k ,
ported on [0, 3]. It then follows from (12) that m∈Z
the wavelet ψ (x) is also continuous and com- (21) X
pactly supported on [0, 3]. This wavelet ψ we β̃n
k =
n+1
(−1)m c1−m α̃m+2k .
m∈Z
have been referring to as the Daub4 wavelet.
The set of coefficients {ck } in (16) is the small-
est set of coefficients that produce a continuous
Remark. In the section “The Haar Wavelet” we
compactly supported scaling function. Other
saw, for the Haar wavelet ψ , that
sets of coefficients, related to higher values of
L , are given in [4] and [12].
ψ̃n,k (x) = 2n/2 ψ (2n x − k) for n ≥ 0 and
k = 0, 1, . . . , 2n − 1 . Almost exactly the same re-
Once the scaling function φ(x) and the
wavelet function ψ (x) have been found, then sult holds for the Daubechies wavelets. For in-
we proceed as we did above in the Haar case. We stance, if ψ is the Daub4 wavelet, then ψ is sup-
define the coefficients {αkn } and {βn ported on [0, 3]. It follows, for n ≥ 2 , that on the
k } by the
equations in (5), where now φ and ψ are the unit interval ψ̃n,0 is supported on [0, 3 · 2−n ]. On
Daubechies scaling function and wavelet, re- the unit interval, we then have
spectively. The scaling identity (11) and the ψ̃n,k (x) = 2n/2 ψ (2n x − k) for k = 0, 1, . . . , 2n − 3.
wavelet definition (12) yield the following coef- Hence, for n ≥ 2 , the periodized Daub4 wavelets
ficient relations: ψ̃n,k are identical in L2 [0, 1) with the wavelet
X functions 2n/2 ψ (2n x − k) , except when
αkn = n+1
cm αm+2k , k = 2n − 2 and 2n − 1 . Similar results hold for all
m∈Z the Daubechies wavelets.
(18) X
βn
k = n+1
(−1)m c1−m αm+2k . We can discretize the series in (19) by analogy
m∈Z
with the Haar series. The coefficient relations in
In order to perform calculations in L2 [0, 1) , we (21) yield a fast wavelet transform, W , an or-
define the periodized wavelet ψ̃n,k and the pe- thogonal matrix defined by
riodized scaling function φ̃n,k by equations (3)
and (4), only now using the Daubechies wavelet W = (W2 ⊕ IM−2 )
ψ and scaling function φ in place of the Haar · · · (PM/2 ⊕ IM/2 ) (WM/2 ⊕ IM/2 ) PM WM
wavelet and scaling function. Theorem 2 re-
mains valid using these periodic wavelets, but where each matrix WN is an N × N orthogonal
the proof is more involved (see section 4.5 of [5] matrix (as follows from (13) and the second equa-
or section 3.11 of [8]). Therefore, for each tion in (14)). The matrix WN is used to produce
f ∈ L2 [0, 1) we can write the (N − 1)st level coefficients {α̃kN−1 } and
∞ 2Xn
−1
{β̃N−1
k } from the N th level scaling coefficients
X N
α̃00 β̃n {α̃k } as follows:
(19) f (x) = + k ψ̃n,k (x),
n=0 k=0 h iT
R1 WN α̃0N , . . . , α̃2NN −1
where α̃00 = 0 f (x) dx and β̃n
k = h iT
R1 = α̃0N−1 , β̃N−1 , . . . , α̃2N−1 N−1
f (x)ψ̃ (x) dx . We also define the coefficients 0 N−1 −1 , β̃2N−1 −1 .
0 n,k

666 NOTICES OF THE AMS VOLUME 44, NUMBER 6


walker.qxp 3/24/98 2:18 PM Page 667

Z∞
If we use the coefficients c0 , c1 , c2 , c3 defined
in (16), then for N > 2 , WN has the following F(x) 2R φ(2R (x − xk )) dx ≈ F (xk ) .
−∞
structure :
This approximation will hold for all period 1 con-
tinuous functions F and will be more accurate the
larger the value of 2R = M .
The higher the order of a Daubechies wavelet,
the more of its moments are zero. A Daubechies
wavelet of order 2L is defined by 2L nonzero coef-
ficients {ck } , has its first L moments equal to zero,
and is supported on the interval [0, 2L − 1] . Gener-
ally speaking, the more moments that are zero, the
more wavelet coefficients that are nearly vanishing
for smooth functions F . This follows from consid-
ering Taylor expansions. Suppose F(x) has an L -
 c +c c +c  term Taylor expansion about the point xk = k2−n .
2 0 3 1
For N = 2, W2 = c1 +c3 −c0 −c2 . For other That is,
Daubechies wavelets, there are other finite co-
efficient sequences {ck } , and the matrices WN X
L−1
1 (j)
F(x) = F (xk ) (x − xk )j
are defined similarly. The permutation matrix PN j!
j=0
is the same one that we defined for the Haar
transform and is used to sort the (N − 1)st level 1 (L)
+ F (tx ) (x − xk )L
coefficients so that WN−1 can be applied to the L!
scaling coefficients {α̃kN−1 }. where tx lies between x and xk . Suppose also that
As initial data for the wavelet transform we ψ is supported on [−a, a] and that ψ has its first L
can, as we did for the Haar transform, use dis- moments equal to 0 and that |F (L) (x)| is bounded
crete data of the form {fj }M−1 j=0 . The equations by a constant B on [(k − a)2−n , (k + a)2−n ] . It then
in (15) then provide a discrete analog of the zero follows that
moment conditions in (9) [for L = 2]; hence the
wavelet coefficients will be 0 where the data is  L+1/2
B a
linear. In the last section, we saw how this can (22) |β̃n
k| ≤
p .
L + 1/2 L! 2n
produce effective compression of signals when
just the 0th and 1st moments of ψ are 0 .
It is often the case that the initial data are val- This inequality shows why ψ (x) having zero mo-
ues of a measured signal, i.e. {fk } = {F(xk )} , for ments produces a large number of small wavelet co-
xk = k2−n , where F is a signal obtained from a efficients. If F has some smoothness on an interval
measurement process. As shown in the previous (c, d), then wavelet coefficients β̃n k corresponding to
section, we can interpret the behavior of the dis- the basis functions ψ (2n (x − xk )) whose supports
crete case based on properties of the function are contained in (c, d) will approach 0 rapidly as n
F . A measured signal increases to ∞ .
R ∞F is often described by a In addition to the Daubechies wavelets, there is
convolution: F(x) = −∞ g(t)µ(x − t) dt, where g
is the signal being measured and µ is called the another class of compactly supported wavelets called
instrument function. Such convolutions generally coiflets. These wavelets are also constructed using
have greater regularity than a typical function the method outlined above. A coiflet of order 3L is
in L2 (R). For instance, if g ∈ L1 (R) and is sup- defined by 3L nonzero coefficients {ck } and has its
ported on a finite interval and µ = 1[−r ,r ] for first L moments equal to zero and is supported on
some positive r , then F is continuous and sup- the interval [−L, 2L − 1] . A coiflet of order 3L is dis-
ported on a finite interval. By a linear change of tinguished from a Daubechies wavelet of order 2L
variables, we may then assume that F is sup- in that, in addition to ψ having its first L moments
ported on [0, 1]. The data {F(xk )} then provide equal to zero, the scaling function φ for the coiflet
approximations for the highest level scale coef- also
R ∞ has L − 1 moments vanishing. In particular,
x j φ(x) dx = 0, for j = 1, . . . , L − 1. For a coiflet of
ficients {α̃kR } . If we assume that F has period 1 , −∞
then order 3L , supported on [−a, a] , an argument simi-
lar to the one that proves (22) shows that
Z∞    L+1/2
B a
α̃kR = 2−R/2 F(x) 2R φ 2R (x − xk ) dx |α̃kR − CM F(xk )| ≤ p .
−∞ L + 1/2L! 2R
≈ CM F (xk ) .

Here we have replaced 1/ 2R by the scale fac- This inequality provides a stronger theoretical jus-
tor CM and used tification for using the data {CM F(xk )} in place of

JUNE/JULY 1997 NOTICES OF THE AMS 667


walker.qxp 3/24/98 2:18 PM Page 668

Figure 6. (a)[top] Signal. (b)[top] Signal’s coiflet30 transform, 7th level coefficients lie above the dotted
line. (b)[middle] 7th level coefficients. (a)[bottom] Signal with added noise. (b)[bottom] Noisy signal’s
coiflet30 transform. The horizontal lines are thresholds equal to ±0.15.

the highest level scaling coefficients, beyond menting the interval and performing a cosine ex-
the argument we gave above for Daubechies pansion on each segment, or by using a smoother
wavelets. The construction of coiflets was first version of the same idea involving local cosine
carried out by Daubechies and named after Coif- bases [3, 9, 12, 1, 5].
man (who first suggested them). One way to quantify the accuracy of these
approximations is to use relative R.M.S. differ-
Compression of Signals ences. Given two sets of data {fj }M−1j=0 and
One of the most important applications of {gj }M−1
j=0 , their relative R.M.S. difference,
wavelet analysis is to the compression of signals.
relative to {fj } , is defined by
As an example, let us use a Daub4 series to com-
press the signal {fj = F(j/1024)}1023 j=0 where v v
uM−1 uM−1
uX .u
F(x) = − log |x − 0.2|. See Figure 5(a)[top]. For u uX
this signal, a partial sum containing 99% of the D(f , g) = t |fj − gj | t
2 |fj |2 .
j=0 j=0
energy required only 37 coefficients (see Figure
5(b)[top]). It certainly provides a visually ac-
For the example above, if we denote the wavelet
ceptable approximation of {fj } . In particular, the
approximation by f w , then D(f , f w ) =
sharp maximum in the signal near x = 0.2 seems
9.8 × 10−3 . For the Fourier cosine series ap-
to be reproduced quite well. The compression
proximation, call it f c , we have
ratio is 1024: 37 ≈ 27: 1 , which is an excellent re- c −2
D(f , f ) = 2.7 × 10 . A rule of thumb for a vi-
sult considering that we also have 99% accu-
sually acceptable approximation is to have a rel-
racy. In addition, wavelet analysis has identi-
ative R.M.S. difference of less than 10−2. The ap-
fied the singularities of F . Notice in Figure
5(b)[bottom] the peak in the wavelet coefficients proximations in this example are consistent with
is near x = 0.2 , where F has a singularity, and this rule of thumb.
the largest wavelet coefficient is near x = 1 , We can also do more localized analysis with
where the periodic extension of F has a jump dis- R.M.S. differences. For example, over the subin-
continuity. terval [.075, .325] centered on the singularity
Turning to Fourier series, since the even pe- of F , we find that D(f , f w ) = 9.7 × 10−3 and
riodic extension is continuous, we used a discrete D(f , f c ) = 3.2 × 10−2. These numbers confirm
Fourier cosine series to compress this signal. In our visual impression that the wavelet series
Figure 5(a)[bottom] we show a 257-term discrete does a better job reproducing the sharp peak in
Fourier cosine series partial sum for {fj } . Even the signal. Or, using the subinterval [.25, .75], we
using seven times as many coefficients as the get D(f , f w ) = 1.0 × 10−2 and D(f , f c ) =
wavelet series, the cosine series cannot repro- 3.3 × 10−3 , confirming our impression that both
duce the sharp peak in the signal. Better results series do an adequate job approximating {fj }
could be obtained in this case by either seg- over this subinterval.

668 NOTICES OF THE AMS VOLUME 44, NUMBER 6


walker.qxp 3/24/98 2:18 PM Page 669

Figure 7. (a)[top] Denoised signal using wavelet analysis. (a)[bottom] Denoised signal using Fourier
analysis. (b)[top] Fourier coefficients of noisy signal and filter function. (b)[middle] Moduli-squared of
Fourier coefficients of original signal. (b)[bottom] Moduli-squared of Fourier coefficients of wavelet
denoised signal.
Although in the examples we have discussed Signal Denoising
so far Fourier analysis did not compress the sig- Wavelet analysis can also be used for removing
nals very well, we do not wish to create the im- noise from signals. As an example, we show in
pression that this will always be true. In fact, if Figure 6(a)[top] a discrete signal {f (j/1024)}1023
j=0
a signal is composed of relatively few sinusoids, where f (x) is defined by formula (1) with ν = 80.
then Fourier analysis will provide very good Each term of the form
compression. For example, consider the signal
{fj = f (j/1024)}1023
2
j=0 where f (x) is defined in (1) (5 cos 2π νx)e−640π (x−k/8)
with ν = 280 . The Fourier coefficients for f are
graphed in Figure 1(b)[top]. They tend rapidly to we shall refer to as a blip. Notice that each blip
0 away from the frequencies ±280 ; hence the is concentrated around x = k/8 , since
2
signal is composed of relatively few sinusoids. e−640π (x−k/8) rapidly decreases to 0 away from
By computing a Fourier series partial sum that x = k/8 . This signal can be interpreted as rep-
uses only the 122 Fourier coefficients whose resenting the bit sequence 1 0 1 1 0 1 1 . In Figure
frequencies are within ±30 of ±280 , we ob- 6(a)[bottom] we show this signal after it has
tained a signal g that was visually indistin- been corrupted by adding noise. In Figure
guishable from the original signal. In fact, 6(b)[top] we show the coiflet30 wavelet coeffi-
D(f , g) = 5.1 × 10−3 . However, by compressing cients for the original signal. The rationale for
{fj } with the largest 122 Daub4 wavelet coef- using wavelets to remove the noise is that the
ficients, we obtained D(f , f w ) = 2.7 × 10−1 and original signal’s wavelet coefficients are closely
the compressed signal f w was only a crude ap- correlated with the points near x = k/8 where the
proximation of the original signal. The reason blips are concentrated. To demonstrate this, we
that compactly supported wavelets perform show in Figure 6(b)[middle] a graph of the 7th
poorly in this case is that the large number of level wavelet coefficients {β̃7k }
−7 27 −1
rapid oscillations in the signal produce a corre- corresponding to the points {k2 }k=0 on the
spondingly large number of high magnitude unit interval. Comparing this to Figure 6(a)[top],
wavelet coefficients at the highest levels. Con- we can see that the positions of this level’s
sequently, a significant fraction of all the wavelet largest magnitude wavelet coefficients are closely
coefficients are of high magnitude, so it is not correlated with the positions of the blips. Simi-
possible to significantly compress the signal lar graphs could also be drawn for other levels,
using compactly supported wavelets. This ex- but the 7th level coefficients have the largest
ample illustrates that wavelet analysis is not a magnitude. In Figure 6(b)[bottom] we show the
panacea for the problem of signal compression. coiflet30 transform of the noisy signal. In spite
In fact, much work has been done in creating of the noise, the 7th level coefficients clearly
large collections of wavelet bases and Fourier stand out, although in a distorted form. By in-
bases and choosing for each signal a basis which troducing a threshold, in this case 0.15 , we can
best compresses it [12, 9, 3, 5]. retain these 7th level coefficients and remove

JUNE/JULY 1997 NOTICES OF THE AMS 669


walker.qxp 3/24/98 2:18 PM Page 670

most of the noise. In Figure 7(a)[top] we show References


the reconstructed signal obtained by computing [1] P. Auscher, G. Weiss, and M. V. Wickerhauser,
a partial sum using only those coefficients whose Local sine and cosine basis of Coifman and Meyer
magnitudes do not fall below 0.15 . This recon- and the construction of smooth wavelets, Wavelets:
struction is not a flawless reproduction of the A Tutorial in Theory and Applications (C. K. Chui,
ed.), Academic Press, 1992.
original signal, but nevertheless the amount of
[2] W. Briggs and V. E. Henson, The DFT. An
noise has been greatly reduced, and the bit se- owner’s manual for the Discrete Fourier Trans-
quence 1 0 1 1 0 1 1 can be determined. form, SIAM, 1995.
In Figure 7(a)[bottom] we show the denoised [3] R. Coifman and M. V. Wickerhauser, Wavelets and
signal obtained by filtering the Fourier coeffi- adapted waveform analysis, Wavelets: Math-
cients of the noisy signal (see Figure 7(b)[top]) ematics and Applications (J. Benedetto and M. Fra-
zier, eds.), CRC Press, 1994.
using the method of denoising described in the
[4] I. Daubechies, Ten lectures on wavelets, SIAM,
section “Frequency Information, Denoising”. In 1992.
contrast to the wavelet denoising, the Fourier de- [5] E. Hernandez and G. Weiss, A first course on
noising has retained a significant amount of wavelets, CRC Press, 1996.
noise in the spaces between the blips. The source [6] S. Mallat, Multiresolution approximation and
of this retained noise is that most of the origi- wavelet orthonormal bases of L2 (R), Trans. Amer.
nal noise’s Fourier coefficients are of uniform Math. Soc. 315 (1989), 69–87.
[7] H. Malvar, Signal processing with lapped trans-
magnitude distributed across all frequencies.
forms, Artech House, 1992.
Consequently, the filter preserves noise coeffi- [8] Y. Meyer, Wavelets and operators, Cambridge
cients corresponding to frequencies that were Univ. Press, 1992.
not present in the original signal. These coeffi- [9] ———, Wavelets: Algorithms and applications, SIAM,
cients generate sinusoids that oscillate across the 1993.
entire interval [0, 1]. The noise’s wavelet coeffi- [10] R. Strichartz, How to make wavelets, MAA
cients also have almost uniform magnitude, but Monthly 100, no. 6 (June–July 1993).
[11] J. Walker, Fast Fourier transforms, second edi-
the thresholding process eliminates them all,
tion, CRC Press, 1996.
except the ones modifying the 7th level coeffi- [12] M. V. Wickerhauser, Adapted wavelet analysis
cients of the original signal. Since these coeffi- from theory to software, IEEE and A. K. Peters,
cients’ wavelet basis functions are compactly 1994.
supported, this causes distortions in the recov-
ered signal that are limited to neighborhoods of
the positions of the 7th level coefficients. Con-
sequently, there is still noise distorting the blips,
but very little noise in between them.
It is also interesting to observe that the
wavelet reconstructed signal and the original
signal have similar frequency content. In Figure
7(b)[middle] and Figure 7(b)[bottom], we have
graphed the moduli-squared of the Fourier co-
efficients of the original signal and of the wavelet
denoised signal, respectively. These graphs show
that the frequencies of the wavelet reconstruc-
tion are, like the frequencies of the original sig-
nal, concentrated around ±80 with the highest
magnitude frequencies located precisely at ±80 .
This shows that the coiflet30 wavelet has the abil-
ity to extract frequency information. Much work
has been done in refining this ability, including
the development of another class of bases called
wavelet packets [12, 9, 3, 5].

Conclusion
In this paper we have tried to show how the two
methodologies of Fourier analysis and wavelet
analysis are used for various kinds of work. Of
course, we have only scratched the surface of
both fields. Much more information can be found
in the references and their bibliographies.

670 NOTICES OF THE AMS VOLUME 44, NUMBER 6


1. Wavelet-based Image Coding: An Overview 23

This spectral density is shown in Figure 10. From the shape of this density
we see that in order to obtain segments in which the spectrum is flat, we
need to partition the spectrum finely at low frequencies, but only coarsely
at high frequencies. The subbands we obtain by this procedure will be ap-
proximately vectors of white noise with variances proportional to the power
spectrum over their frequency range. We can use an procedure similar to
that described for the KLT for coding the output. As we will see below,
this particular partition of the spectrum is closely related to the wavelet
transform.

4 Wavelets: A Different Perspective


4.1 Multiresolution Analyses
The discussion so far has been motivated by probabilistic considerations.
We have been assuming our images can be reasonably well-approximated
by Gaussian random vectors with a particular covariance structure. The
use of the wavelet transform in image coding is motivated by a rather
different perspective, that of approximation theory. We assume that our
images are locally smooth functions and can be well-modeled as piecewise
polynomials. Wavelets provide an efficient means for approximating such
functions with a small number of basis elements. This new perspective
provides some valuable insights into the coding process and has motivated
some significant advances.
We motivate the use of the wavelet transform in image coding using the
notion of a multiresolution analysis. Suppose we want to approximate a
continuous-valued square-integrable function f(x) using a discrete set of
values. For example, f(x) might be the brightness of a one-dimensional im-
age. A natural set of values to use to approximate f(x) is a set of regularly-
spaced, weighted local averages of f(x) such as might be obtained from the
sensors in a digital camera.
A simple approximation of f(x) based on local averages is a step function
approximation. Let φ(x) be the box function given by φ(x) = 1 for x ∈ [0, 1)
and 0 elsewhere. A step function approximation to f(x) has the form

Af(x) = fn φ(x − n), (1.22)
n

where fn is the height of the step in [n, n + 1). A natural value for the
heights fn is simply the average value of f(x) in the interval [n, n + 1).
 n+1
This gives fn = n f(x)dx.
We can generalize this approximation procedure to building blocks other
than the box function. Our more generalized approximation will have the
24 Geoffrey M. Davis, Aria Nosratinia

form 
Af(x) = φ̃(x − n), f(x)φ(x − n). (1.23)
n

Here φ̃(x) is a weight function and φ(x) is an interpolating function cho-


sen so that φ(x), φ̃(x − n) = δ[n]. The restriction on φ(x) ensures that
our approximation will be exact when f(x) is a linear combination of the
functions
 φ(x − n). The functions φ(x) and φ̃(x) are normalized so that
|φ(x)|2dx = |φ̃(x)|2 dx = 1. We will further assume that f(x) is periodic
with an integer period so that we only need a finite number of coefficients
to specify the approximation Af(x).
We can vary the resolution of our approximations by dilating and con-
j
tracting the functions φ(x) and φ̃(x). Let φj (x) = 2 2 φ(2j x) and φ̃j (x) =
j
2 2 φ̃(2j x). We form the approximation Aj f(x) by projecting f(x) onto the
span of the functions {φj (x − 2−j k)}k∈Z , computing

Aj f(x) = f(x), φ̃j (x − 2−j k)φj (x − 2−j k). (1.24)
k

Let Vj be the space spanned by the functions {φj (x−2−j k)}. Our resolution
j approximation Aj f is simply a projection (not necessarily an orthogonal
one) of f(x) onto the span of the functions φj (x − 2−j k).
For our box function example, the approximation Aj f(x) corresponds to
an orthogonal projection of f(x) onto the space of step functions with step
width 2−j . Figure 11 shows the difference between the coarse approxima-
tion A0 f(x) on the left and the higher resolution approximation A1 f(x) on
the right. Dilating scaling functions give us a way to construct approxima-
tions to a given function at various resolutions. An important observation
is that if a given function is sufficiently smooth, the differences between
approximations at successive resolutions will be small.
Constructing our function φ(x) so that approximations at scale j are
special cases of approximations at scale j + 1 will make the analysis of
differences of functions at successive resolutions much easier. The function
φ(x) from our box function example has this property, since step functions
with width 2−j are special cases of step functions with step width 2−j−1 .
For such φ(x)’s the spaces of approximations at successive scales will be
nested, i.e. we have Vj ⊂ Vj+1 .
The observation that the differences Aj+1 f −Aj f will be small for smooth
functions is the motivation for the Laplacian pyramid [26], a way of trans-
forming an image into a set of small coefficients. The 1-D analog of the
procedure is as follows: we start with an initial discrete representation of
a function, the N coefficients of Aj f. We first split this function into the
sum
Aj f(x) = Aj−1 f(x) + [Aj f(x) − Aj−1 f(x)]. (1.25)
Because of the nesting property of the spaces Vj , the difference Aj f(x) −
Aj−1 f(x) can be represented exactly as a sum of N translates of the func-
1. Wavelet-based Image Coding: An Overview 25

1 1

0.9 0.9

0.8 0.8

0.7 0.7

0.6 0.6

0.5 0.5

0.4 0.4

0.3 0.3

0.2 0.2

0.1 0.1

0 0
0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1

FIGURE 11. A continuous function f (x) (plotted as a dotted line) and box func-
tion approximations (solid lines) at two resolutions. On the left is the coarse
approximation A0 f (x) and on the right is the higher resolution approximation
A1 f (x).

tion φj (x). The key point is that the coefficients of these φj translates will
be small provided that f(x) is sufficiently smooth, and hence easy to code.
Moreover, the dimension of the space Vj−1 is only half that of the space
Vj , so we need only N2 coefficients to represent Aj−1 f. (In our box-function
example, the function Aj−1 f is a step function with steps twice as wide as
Aj f, so we need only half as many coefficients to specify Aj−1 f.) We have
partitioned Aj f into N difference coefficients that are easy to code and
N
2 coarse-scale coefficients. We can repeat this process on the coarse-scale
coefficients, obtaining N2 easy-to-code difference coefficients and N4 coarser
scale coefficients, and so on. The end result is 2N − 1 difference coefficients
and a single coarse-scale coefficient.
Burt and Adelson [26] have employed a two-dimensional version of the
above procedure with some success for an image coding scheme. The main
problem with this procedure is that the Laplacian pyramid representation
has more coefficients to code than the original image. In 1-D we have twice
as many coefficients to code, and in 2-D we have 43 as many.

4.2 Wavelets
We can improve on the Laplacian pyramid idea by finding a more efficient
representation of the difference Dj−1 f = Aj f − Aj−1 f. The idea is that
to decompose a space of fine-scale approximations Vj into a direct sum
of two subspaces, a space Vj−1 of coarser-scale approximations and its
complement, Wj−1 . This space Wj−1 is a space of differences between coarse
and fine-scale approximations. In particular, Aj f − Aj−1 f ∈ W j−1 for any
f. Elements of the space can be thought of as the additional details that
must be supplied to generate a finer-scale approximation from a coarse one.
Consider our box-function example. If we limit our attention to functions
on the unit interval, then the space Vj is a space of dimension 2j . We can
26 Geoffrey M. Davis, Aria Nosratinia

0.5

0.4

0.3

0.2

0.1

−0.1

−0.2

−0.3

−0.4

−0.5
0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1

FIGURE 12. D f (x), the difference between the coarse approximation A0 f (x)
0

and the finer scale approximation A1 f (x) from figure 11.

φ (x) ψ (x)
1 1

-1 -1

FIGURE 13. The Haar scaling function and wavelet.

decompose Vj into the space Vj−1 , the space of resolution 2−j+1 approxi-
mations, and Wj−1 , the space of details. Because Vj−1 is of dimension 2j−1 ,
Wj−1 must also have dimension 2j−1 for the combined space Vj to have
dimension 2j . This observation about the dimension of Wj provides us with
a means to circumvent the Laplacian pyramid’s problems with expansion.
Recall that in the Laplacian pyramid we represent the difference Dj−1 f
as a sum of N fine-scale basis functions φj (x). This is more information than
we need, however, because the space of functions Dj−1 f is spanned by just
N j j −j
2 basis functions. Let ck be the expansion coefficient φ̃ (x − 2 k), f(x)
in the resolution j approximation to f(x). For our step functions, each
coefficient cj−1
k is the average of the coefficients cj2k and cj2k+1 from the
resolution j approximation. In order to reconstruct Aj f from Aj−1 f, we
only need the N2 differences cj2k+1 − cj2k . Unlike the Laplacian pyramid,
there is no expansion in the number of coefficients needed if we store these
differences together with the coefficients for Aj−1 f.
The differences cj2k+1 − cj2k in our box function example correspond
(up to a normalizing constant) to coefficients of a basis expansion of the
space of details Wj−1 . Mallat has shown that in general the basis for
Wj consists of translates and dilates of a single prototype function ψ(x),
called a wavelet [27]. The basis for Wj is of the form ψj (x − 2−j k) where
j
ψj (x) = 2 2 ψ(x).
1. Wavelet-based Image Coding: An Overview 27

Figure 13 shows the scaling function (a box function) for our box func-
tion example together with the corresponding wavelet, the Haar wavelet.
Figure 12 shows the function D0 f(x), the difference between the approxi-
mations A1 f(x) and A1 f(x) from Figure 11. Note that each of the intervals
separated by the dotted lines contains a translated multiple of ψ(x).
The dynamic range of the differences D0 f(x) in Figure 12 is much smaller
than that of A1 f(x). As a result, it is easier to code the expansion coeffi-
cients of D0 f(x) than to code those of the higher resolution approximation
A1 f(x). The splitting A1 f(x) into the sum A0 f(x) + D0 f(x) performs a
packing much like that done by the Karhunen-Loève transform. For smooth
functions f(x) the result of the splitting of A1 f(x) into a sum of a coarser
approximation and details is that most of the variation is contained in A0 f,
and D0 f is near zero. By repeating this splitting procedure, partitioning
A0 f(x) into A−1 f(x) + D−1 f(x), we obtain the wavelet transform. The
result is that an initial function approximation Aj f(x) is decomposed into
the telescoping sum

Aj f(x) = Dj−1 f(x) + Dj−2 f(x) + . . . + Dj−n f(x) + Aj−n f(x). (1.26)

The coefficients of the differences Dj−k f(x) are easier to code than the
expansion coefficients of the original approximation Aj f(x), and there is
no expansion of coefficients as in the Laplacian pyramid.

4.3 Recurrence Relations


For the repeated splitting procedure above to be practical, we will need an
efficient algorithm for obtaining the coefficients of the expansions Dj−k f
from the original expansion coefficients for Aj f. A key property of our
scaling functions makes this possible.
One consequence of our partitioning of the space of resolution j approx-
imations, Vj , into a space of resolution j − 1 approximations Vj−1 and
resolution j − 1 details Wj−1 is that the scaling functions φ(x) possess
self-similarity properties. Because Vj−1 ⊂ Vj , we can express the function
φj−1 (x) as a linear combination of the functions φj (x − n). In particular
we have 
φ(x) = hk φ(2x − k). (1.27)
k

Similarly, we have

φ̃(x) = h̃k φ̃(2x − k)
k

ψ(x) = gk φ(2x − k)
k

ψ̃(x) = g̃k φ̃(2x − k). (1.28)
k
28 Geoffrey M. Davis, Aria Nosratinia

These recurrence relations provide the link between wavelet transforms


and subband transforms. Combining ( 4.3) and ( 4.3) with ( 4.1), we ob-
tain a simple means for splitting the N expansion coefficients for Aj f into
the N2 expansion coefficients for the coarser-scale approximation Aj−1 f and
the N2 coefficients for the details Dj−1 f. Both the coarser-scale approxima-
tion coefficients and the detail coefficients are obtained by convolving the
coefficients of Aj f with a filter and downsampling by a factor of 2. For the
coarser-scale approximation, the filter is a low-pass filter with taps given by
h̃−k . For the details, the filter is a high-pass filter with taps g̃−k . A related
derivation shows that we can invert the split by upsampling the coarser-
scale approximation coefficients and the detail coefficients by a factor of
2, convolving them with synthesis filters with taps hk and gk , respectively,
and adding them together.
We begin the forward transform with a signal representation in which
we have very fine temporal localization of information but no frequency lo-
calization of information. Our filtering procedure splits our signal into low-
pass and high-pass components and downsamples each. We obtain twice
the frequency resolution at the expense of half of our temporal resolution.
On each successive step we split the lowest frequency signal component
in to a low pass and high pass component, each time gaining better fre-
quency resolution at the expense of temporal resolution. Figure 14 shows
the partition of the time-frequency plane that results from this iterative
splitting procedure. As we discussed in Section 3.5, such a decomposition,
with its wide subbands in the high frequencies and narrow subbands at low
frequencies leads to effective data compression for a common image model,
a Gaussian random process with an exponentially decaying autocorrelation
function.
The recurrence relations give rise to a fast algorithm for splitting a fine-
scale function approximation into a coarser approximation and a detail
function. If we start with an N coefficient expansion Aj f, the first split
requires kN operations, where k depends on the lengths of the filters we use.
The approximation AJ−1 has N2 coefficients, so the second split requires

Initial time/ Time/frequency Time/frequency


frequency localization after localization after
localization first split second split

first high pass first high pass


split
frequency

split second high pass


first low pass
second low pass

time

FIGURE 14. Partition of the time-frequency plane created by the wavelet trans-
form.
1. Wavelet-based Image Coding: An Overview 29

k N2 operations. Each successive split requires half as much work, so the


overall transform requires O(N ) work.

4.4 Wavelet Transforms vs. Subband Decompositions


The wavelet transform is a special case of a subband transform, as the
derivation of the fast wavelet transform reveals. What, then, does the
wavelet transform contribute to image coding? As we discuss below, the
chief contribution of the wavelet transform is one of perspective. The math-
ematical machinery used to develop the wavelet transform is quite different
than that used for developing subband coders. Wavelets involve the analy-
sis of continuous functions whereas analysis of subband decompositions is
more focused on discrete time signals. The theory of wavelets has a strong
spatial component whereas subbands are more focused in the frequency
domain.
The subband and wavelet perspectives represent two extreme points in
the analysis of this iterated filtering and downsampling process. The filters
used in subband decompositions are typically designed to optimize the
frequency domain behavior of a single filtering and subsampling. Because
wavelet transforms involve iterated filtering and downsampling, the analysis
of a single iteration is not quite what we want. The wavelet basis functions
can be obtained by iterating the filtering and downsampling procedure an
infinite number of times. Although in applications we iterate the filtering
and downsampling procedure only a small number of times, examination
of the properties of the basis functions provides considerable insight into
the effects of iterated filtering.
A subtle but important point is that when we use the wavelet machin-
ery, we are implicitly assuming that the values we transform are actually
fine-scale scaling function coefficients rather than samples of some function.
Unlike the subband framework, the wavelet framework explicitly specifies
an underlying continuous-valued function from which our initial coefficients
are derived. The use of continuous-valued functions allows the use of pow-
erful analytical tools, and it leads to a number of insights that can be used
to guide the filter design process. Within the continuous-valued framework
we can characterize the types of functions that can be represented exactly
with a limited number of wavelet coefficients. We can also address issues
such as the smoothness of the basis functions. Examination of these is-
sues has led to important new design criteria for both wavelet filters and
subband decompositions.
A second important feature of the wavelet machinery is that it involves
both spatial as well as frequency considerations. The analysis of subband
decompositions is typically more focused on the frequency domain. Coef-
ficients in the wavelet transform correspond to features in the underlying
function in specific, well-defined locations. As we will see below, this ex-
plicit use of spatial information has proven quite valuable in motivating
30 Geoffrey M. Davis, Aria Nosratinia

some of the most effective wavelet coders.

4.5 Wavelet Properties


There is an extensive literature on wavelets and their properties. See [28], [23],
or [29] for an introduction. Properties of particular interest for image com-
pression are the the accuracy of approximation , the smoothness, and the
support of these bases.
The functions φ(x) and ψ(x) are the building blocks from which we con-
struct our compressed images. When compressing natural images, which
tend contain locally smooth regions, it is important that these building
blocks be reasonably smooth. If the wavelets possess discontinuities or
strong singularities, coefficient quantization errors will cause these dis-
continuities and singularities to appear in decoded images. Such artifacts
are highly visually objectionable, particularly in smooth regions of images.
Procedures for estimating the smoothness of wavelet bases can be found
in [30] and [31]. Rioul [32] has found that under certain conditions that
the smoothness of scaling functions is a more important criterion than a
standard frequency selectivity criterion used in subband coding.
Accuracy of approximation is a second important design criterion that
has arisen from wavelet framework. A remarkable fact about wavelets is
that it is possible to construct smooth, compactly supported bases that can
exactly reproduce any polynomial up to a given degree. If a continuous-
valued function f(x) is locally equal to a polynomial, we can reproduce that
portion of f(x) exactly with just a few wavelet coefficients. The degree
of the polynomials that can be reproduced exactly is determined by the
number of vanishing moments of the dual wavelet  ψ̃(x). The dual wavelet
ψ̃(x) has N vanishing moments provided that xk ψ̃(x)dx = 0 for k =
0, . . . , N . Compactly supported bases for L2 for which ψ̃(x) has N vanishing
moments can locally reproduce polynomials of degree N − 1.
The number of vanishing moments also determines the rate of conver-
gence of the approximations Aj f to the original function f as the resolution
goes to infinity. It has been shown that
f −Aj f
≤ C2−jN
f (N)
where N
is the number of vanishing moments of ψ̃(x) and f (N) is the N th derivative
of f [33, 34, 35].
The size of the support of the wavelet basis is another important de-
sign criterion. Suppose that the function f(x) we are transforming is equal
to polynomial of degree N − 1 in some region. If ψ̃ has has N vanishing
moments, then any basis function for which the corresponding dual func-
tion lies entirely in the region in which f is polynomial will have a zero
coefficient. The smaller the support of ψ̃ is, the more zero coefficients we
will obtain. More importantly, edges produce large wavelet coefficients. The
larger ψ̃ is, the more likely it is to overlap an edge. Hence it is important
that our wavelets have reasonably small support.
1. Wavelet-based Image Coding: An Overview 31

There is a tradeoff between wavelet support and the regularity and accu-
racy of approximation. Wavelets with short support have strong constraints
on their regularity and accuracy of approximation, but as the support is
increased they can be made to have arbitrary degrees of smoothness and
numbers of vanishing moments. This limitation on support is equivalent to
keeping the analysis filters short. Limiting filter length is also an important
consideration in the subband coding literature, because long filters lead to
ringing artifacts around edges.

5 A Basic Wavelet Image Coder


State-of-the-art wavelet coders are all derived from the transform coder
paradigm. There are three basic components that underly current wavelet
coders: a decorrelating transform, a quantization procedure, and an entropy
coding procedure. Considerable current research is being performed on all
three of these components. Before we discuss state-of-the-art coders in the
next sections, we will describe a basic wavelet transform coder and discuss
optimized versions of each of the components.7

5.1 Choice of Wavelet Basis


Deciding on the optimal wavelet basis to use for image coding is a difficult
problem. A number of design criteria, including smoothness, accuracy of
approximation, size of support, and filter frequency selectivity are known
to be important. However, the best combination of these features is not
known.
The simplest form of wavelet basis for images is a separable basis formed
from translations and dilations of products of one dimensional wavelets. Us-
ing separable transforms reduces the problem of designing efficient wavelets
to a one-dimensional problem, and almost all current coders employ sep-
arable transforms. Recent work of Sweldens and Kovačević [36] simplifies
considerably the design of non-separable bases, and such bases may prove
more efficient than separable transforms.
The prototype basis functions for separable transforms are φ(x)φ(y),
φ(x)ψ(y), ψ(x)φ(y), and ψ(x)ψ(y). Each step of the transform for such
bases involves two frequency splits instead of one. Suppose we have an
N × N image. First each of the N rows in the image is split into a low-
pass half and a high pass half. The result is an N × N2 sub-image and an
N × N2 high-pass sub-image. Next each column of the sub-images is split
into a low-pass and a high-pass half. The result is a four-way partition

7 C++ source code for a coder that implements these components is available from

the web site http://www.cs.dartmouth.edu/∼gdavis/wavelet/wavelet.html.


32 Geoffrey M. Davis, Aria Nosratinia

of the image into horizontal low-pass/vertical low-pass, horizontal high-


pass/vertical low-pass, horizontal low-pass/vertical high-pass, and horizon-
tal high-pass/vertical high-pass sub-images. The low-pass/low-pass sub-
image is subdivided in the same manner in the next step as is illustrated
in Figure 17.
Unser [35] shows that spline wavelets are attractive for coding appli-
cations based on approximation theoretic considerations. Experiments by
Rioul [32] for orthogonal bases indicate that smoothness is an important
consideration for compression. Experiments by Antonini et al [37] find that
both vanishing moments and smoothness are important, and for the filters
tested they found that smoothness appeared to be slightly more impor-
tant than the number of vanishing moments. Nonetheless, Vetterli and
Herley [38] state that “the importance of regularity for signal processing
applications is still an open question.” The bases most commonly used
in practice have between one and two continuous derivatives. Additional
smoothness does not appear to yield significant improvements in coding
results.
Villasenor et al [39] have systematically examined all minimum order
biorthogonal filter banks with lengths ≤ 36. In addition to the criteria
already mentioned, [39] also examines measures of oscillatory behavior and
of the sensitivity of the coarse-scale approximations Aj f(x) to translations
of the function f(x). The best filter found in these experiments was a 7/9-
tap spline variant with less dissimilar lengths from [37], and this filter is
one of the most commonly used in wavelet coders.
There is one caveat with regard to the results of the filter evaluation
in [39]. Villasenor et al compare peak signal to noise ratios generated by a
simple transform coding scheme. The bit allocation scheme they use works
well for orthogonal bases, but it can be improved upon considerably in
the biorthogonal case. This inefficient bit allocation causes some promising
biorthogonal filter sets to be overlooked.
For biorthogonal transforms, the squared error in the transform domain
is not the same as the squared error in the original image. As a result,
the problem of minimizing image error is considerably more difficult than
in the orthogonal case. We can reduce image-domain errors by performing
bit allocation using a weighted transform-domain error measure that we
discuss in section 5.5. A number of other filters yield performance com-
parable to that of the 7/9 filter of [37] provided that we do bit allocation
with a weighted error measure. One such basis is the Deslauriers-Dubuc
interpolating wavelet of order 4 [40, 41], which has the advantage of having
filter taps that are dyadic rationals. Both the spline wavelet of [37] and the
order 4 Deslauriers-Dubuc wavelet have 4 vanishing moments in both ψ(x)
andψ̃(x), and the basis functions have just under 2 continuous derivatives
in the L2 sense.
One new very promising set of filters has been developed by Balasingham
and Ramstad [42]. Their design procedure combines classical filter design
1. Wavelet-based Image Coding: An Overview 33

Dead zone
x

x=0

FIGURE 15. Dead-zone quantizer, with larger encoder partition around x = 0


(dead zone) and uniform quantization elsewhere.

techniques with ideas from wavelet constructions and yields filters that
perform significantly better than the popular 7/9 filter set from [37].

5.2 Boundaries
Careful handling of image boundaries when performing the wavelet trans-
form is essential for effective compression algorithms. Naive techniques for
artificially extending images beyond given boundaries such as periodization
or zero-padding lead to significant coding inefficiencies. For symmetrical
wavelets an effective strategy for handling boundaries is to extend the im-
age via reflection. Such an extension preserves continuity at the boundaries
and usually leads to much smaller wavelet coefficients than if discontinuities
were present at the boundaries. Brislawn [43] describes in detail procedures
for non-expansive symmetric extensions of boundaries. An alternative ap-
proach is to modify the filter near the boundary. Boundary filters [44, 45]
can be constructed that preserve filter orthogonality at boundaries. The
lifting scheme [46] provides a related method for handling filtering near the
boundaries.

5.3 Quantization
Most current wavelet coders employ scalar quantization for coding. There
are two basic strategies for performing the scalar quantization stage. If
we knew the distribution of coefficients for each subband in advance, the
optimal strategy would be to use entropy-constrained Lloyd-Max quantizers
for each subband. In general we do not have such knowledge, but we can
provide a parametric description of coefficient distributions by sending side
information. Coefficients in the high pass subbands of a wavelet transform
are known a priori to be distributed as generalized Gaussians [27] centered
around zero.
A much simpler quantizer that is commonly employed in practice is a
uniform quantizer with a dead zone. The quantization bins, as shown in
Figure 15, are of the form [n∆, (n + 1)∆) for n ∈ Z except for the central
bin [−∆, ∆). Each bin is decoded to the value at its center in the simplest
case, or to the centroid of the bin. In the case of asymptotically high rates,
uniform quantization is optimal [47]. Although in practical regimes these
dead-zone quantizers are suboptimal, they work almost as well as Lloyd-
34 Geoffrey M. Davis, Aria Nosratinia

Max coders when we decode to the bin centroids [48]. Moreover, dead-zone
quantizers have the advantage that of being very low complexity and robust
to changes in the distribution of coefficients in source. An additional ad-
vantage of these dead-zone quantizers is that they can be nested to produce
an embedded bitstream following a procedure in [49].

5.4 Entropy Coding


Arithmetic coding provides a near-optimal entropy coding for the quan-
tized coefficient values. The coder requires an estimate of the distribution
of quantized coefficients. This estimate can be approximately specified by
providing parameters for a generalized Gaussian or a Laplacian density.
Alternatively the probabilities can be estimated online. Online adaptive
estimation has the advantage of allowing coders to exploit local changes
in image statistics. Efficient adaptive estimation procedures are discussed
in [50] and [51].
Because images are not jointly Gaussian random processes, the transform
coefficients, although decorrelated, still contain considerable structure. The
entropy coder can take advantage of some of this structure by conditioning
the encodings on previously encoded values. A coder of [49] obtains modest
performance improvements using such a technique.

5.5 Bit Allocation


The final question we need to address is that of how finely to quantize each
subband. As we discussed in Section 3.2, the general idea is to determine
the number
of bits bj to devote to coding subband j so that the total dis-
tortion j Dj (bj ) is minimized subject to the constraint that j bj ≤ b.
Here Dj (b) is the amount of distortion incurred in coding subband j with
b bits. When the functions Dj (b) are known in closed form we can solve
the problem using the Kuhn-Tucker conditions. One common practice is
to approximate the functions Dj (b) with the rate-distortion function for a
Gaussian random variable. However, this approximation is not very accu-
rate at low bit rates. Better results may be obtained by measuring Dj (b)
for a range of values of b and then solving the constrained minimization
problem using integer programming techniques. An algorithm of Shoham
and Gersho [52] solves precisely this problem.
For biorthogonal wavelets we have the additional problem that squared
error in the transform domain is not equal to squared error in the inverted
image. Moulin [53] has formulated a multiscale relaxation algorithm which
provides an approximate solution to the allocation problem for this case.
Moulin’s algorithm yields substantially better results than the naive ap-
proach of minimizing squared error in the transform domain.
A simpler approach is to approximate the squared error in the image by
weighting the squared errors in each subband. The weight wj for subband
1. Wavelet-based Image Coding: An Overview 35

j is obtained as follows: we set a single coefficient in subband j to 1 and


set all other wavelet coefficients to zero. We then invert this transform.
The weight wj is equal to the sum of the squares of the values in the re-
sulting
inverse transform. We allocate bits by minimizing the weighted sum
j w j D j (b j ) rather than the sum j Dj (bj ). Further details may be found
in Naveen and Woods [54]. This weighting procedure results in substantial
coding improvements when using wavelets that are not very close to be-
ing orthogonal, such as the Deslauriers-Dubuc wavelets popularized by the
lifting scheme [46]. The 7/9 tap filter set of [37], on the other hand, has
weights that are all nearly 1, so this weighting provides little benefit.

5.6 Perceptually Weighted Error Measures


Our goal in lossy image coding is to minimize visual discrepancies between
the original and compressed images. Measuring visual discrepancy is a dif-
ficult task. There has been a great deal of research on this problem, but
because of the great complexity of the human visual system, no simple,
accurate, and mathematically tractable measure has been found.
Our discussion up to this point has focused on minimizing squared er-
ror distortion in compressed images primarily because this error metric is
mathematically convenient. The measure suffers from a number of deficits,
however. For example, consider two images that are the same everywhere
except in a small region. Even if the difference in this small region is large
and highly visible, the mean squared error for the whole image will be small
because the discrepancy is confined to a small region. Similarly, errors that
are localized in straight lines, such as the blocking artifacts produced by
the discrete cosine transform, are much more visually objectionable than
squared error considerations alone indicate.
There is evidence that the human visual system makes use of a multireso-
lution image representation; see [55] for an overview. The eye is much more
sensitive to errors in low frequencies than in high. As a result, we can im-
prove the correspondence between our squared error metric and perceived
error by weighting the errors in different subbands according to the eye’s
contrast sensitivity in a corresponding frequency range. Weights for the
commonly used 7/9-tap filter set of [37] have been computed by Watson et
al in [56].

6 Extending the Transform Coder Paradigm


The basic wavelet coder discussed in Section 5 is based on the basic trans-
form coding paradigm, namely decorrelation and compaction of energy into
a few coefficients. The mathematical framework used in deriving the wavelet
transform motivates compression algorithms that go beyond the traditional
36 Geoffrey M. Davis, Aria Nosratinia

mechanisms used in transform coding. These important extensions are at


the heart of modern wavelet coding algorithms of Sections 7 and 9. We take
a moment here to discuss these extensions.
Conventional transform coding relies on energy compaction in an ordered
set of transform coefficients, and quantizes those coefficients with a priority
according to their order. This paradigm, while quite powerful, is based on
several assumptions about images that are not always completely accurate.
In particular, the Gaussian assumption breaks down for the joint distribu-
tions across image discontinuities. Mallat and Falzon [57] give the following
example of how the Gaussian, high-rate analysis breaks down at low rates
for non-Gaussian processes.
Let Y [n] be a random N -vector defined by

 X if n = P
Y [n] = X if n = P + 1(modN ) (1.29)

0 otherwise

Here P is a random integer uniformly distributed between 0 and N − 1 and


X is a random variable that equals 1 or -1 each with probability 12 . X and
P are independent. The vector Y has zero mean and a covariance matrix
with entries
 2
 N for n = m
1
E{Y [n]Y [m]} = for |n − m| ∈ {1, N − 1} (1.30)
 N
0 otherwise

The covariance matrix is circulant, so the KLT for this process is the simply
the Fourier transform. The Fourier transform of Y is a very inefficient repre-
k
sentation for coding Y . The energy at frequency k will be |1+e2πi N |2 which
means that the energy of Y is spread out over the entire low-frequency half
of the Fourier basis with some spill-over into the high-frequency half. The
KLT has “packed” the energy of the two non-zero coefficients of Y into
roughly N2 coefficients. It is obvious that Y was much more compact in its
original form, and could be coded better without transformation: Only two
coefficients in Y are non-zero, and we need only specify the values of these
coefficients and their positions.
As suggested by the example above, the essence of the extensions to
traditional transform coding is the idea of selection operators. Instead of
quantizing the transform coefficients in a pre-determined order of prior-
ity, the wavelet framework lends itself to improvements, through judicious
choice of which elements to code. This is made possible primarily because
wavelet basis elements are spatially as well as spectrally compact. In parts
of the image where the energy is spatially but not spectrally compact (like
the example above) one can use selection operators to choose subsets of
the wavelet coefficients that represent that signal efficiently. A most no-
table example is the Zerotree coder and its variants (Section 7).
1. Wavelet-based Image Coding: An Overview 37

More formally, the extension consists of dropping the constraint of lin-


ear image approximations, as the selection operator is nonlinear. The work
of DeVore et al. [58] and of Mallat and Falzon [57] suggests that at low
rates, the problem of image coding can be more effectively addressed as a
problem in obtaining a non-linear image approximation. This idea leads to
some important differences in coder implementation compared to the linear
framework. For linear approximations, Theorems 3.1 and 3.3 in Section 3.1
suggest that at low rates we should approximate our images using a fixed
subset of the Karhunen-Loève basis vectors. We set a fixed set of transform
coefficients to zero, namely the coefficients corresponding to the smallest
eigenvalues of the covariance matrix. The non-linear approximation idea,
on the other hand, is to approximate images using a subset of basis func-
tions that are selected adaptively based on the given image. Information
describing the particular set of basis functions used for the approximation,
called a significance map, is sent as side information. In Section 7 we de-
scribe zerotrees, a very important data structure used to efficiently encode
significance maps.
Our example suggests that a second important assumption to relax is
that our images come from a single jointly Gaussian source. We can obtain
better energy packing by optimizing our transform to the particular image
at hand rather than to the global ensemble of images. The KLT provides
efficient variance packing for vectors drawn from a single Gaussian source.
However, if we have a mixture of sources the KLT is considerably less effi-
cient. Frequency-adaptive and space/frequency-adaptive coders decompose
images over a large library of different bases and choose an energy-packing
transform that is adapted to the image itself. We describe these adaptive
coders in Section 8.
Trellis coded quantization represents a more drastic departure from the
transform coder framework. While TCQ coders operate in the transform
domain, they effectively do not use scalar quantization. Trellis coded quan-
tization captures not only correlation gain and fractional bitrates, but also
the packing gain of VQ. In both performance and complexity, TCQ is es-
sentially VQ in disguise.
The selection operator that characterizes the extension to the transform
coder paradigm generates information that needs to be conveyed to the
decoder as “side information”. This side information can be in the form
of zerotrees, or more generally energy classes. Backward mixture estima-
tion represents a different approach: it assumes that the side information
is largely redundant and can be estimated from the causal data. By cut-
ting down on the transmitted side information, these algorithms achieve a
remarkable degree of performance and efficiency.
For reference, Table 1.1 provides a comparison of the peak signal to
38 Geoffrey M. Davis, Aria Nosratinia

TABLE 1.1. Peak signal to noise ratios in decibels for coders discussed
in the paper. Higher values indicate better performance.
Lena (bits/pixel) Barbara (bits/pixel)
Type of Coder 1.0 0.5 0.25 1.0 0.5 0.25
JPEG [59] 37.9 34.9 31.6 33.1 28.3 25.2
Optimized JPEG [60] 39.6 35.9 32.3 35.9 30.6 26.7
Baseline Wavelet [61] 39.4 36.2 33.2 34.6 29.5 26.6
Zerotree (Shapiro) [62] 39.6 36.3 33.2 35.1 30.5 26.8
Zerotree (Said & Pearlman) [63] 40.5 37.2 34.1 36.9 31.7 27.8
Zerotree (R/D optimized) [64] 40.5 37.4 34.3 37.0 31.3 27.2
Frequency-adaptive [65] 39.3 36.4 33.4 36.4 31.8 28.2
Space-frequency adaptive [66] 40.1 36.9 33.8 37.0 32.3 28.7
Frequency-adaptive + zerotrees [67] 40.6 37.4 34.4 37.7 33.1 29.3
TCQ subband [68] 41.1 37.7 34.3 – – –
Bkwd. mixture estimation (EQ) [69] 40.9 37.7 34.6 – – –

noise ratios for the coders we discuss in the paper.8 The test images are
the 512×512 Lena image and the 512×512 Barbara image. Figure 16 shows
the Barbara image as compressed by JPEG, a baseline wavelet transform
coder, and the zerotree coder of Said and Pearlman [63]. The Barbara image
is particularly difficult to code, and we have compressed the image at a low
rate to emphasize coder errors. The blocking artifacts produced by the dis-
crete cosine transform are highly visible in the image on the top right. The
difference between the two wavelet coded images is more subtle but quite
visible at close range. Because of the more efficient coefficient encoding (to
be discussed below), the zerotree-coded image has much sharper edges and
better preserves the striped texture than does the baseline transform coder.

7 Zerotree Coding
The rate-distortion analysis of the previous sections showed that optimal
bitrate allocation is achieved when the signal is divided into subbands such
that each subband contains a “white” signal. It was also shown that for
typical signals of interest, this leads to narrower bands in the low frequen-
cies and wider bands in the high frequencies. Hence, wavelet transforms
have very good energy compaction properties.
This energy compaction leads to efficient utilization of scalar quantizers.
However, a cursory examination of the transform in Figure 17 shows that
a significant amount of structure is present, particularly in the fine scale
coefficients. Wherever there is structure, there is room for compression, and

8 More current numbers may be found on the web at


http://www.icsl.ucla.edu/∼ipl/psnr results.html
1. Wavelet-based Image Coding: An Overview 39

FIGURE 16. Results of different compression schemes for the 512 × 512 Barbara
test image at 0.25 bits per pixel. Top left: original image. Top right: baseline
JPEG, PSNR = 24.4 dB. Bottom left: baseline wavelet transform coder [61],
PSNR = 26.6 dB. Bottom right: Said and Pearlman zerotree coder, PSNR =
27.6 dB.
40 Geoffrey M. Davis, Aria Nosratinia

advanced wavelet compression algorithms all address this structure in the


higher frequency subbands.
One of the most prevalent approaches to this problem is based on ex-
ploiting the relationships of the wavelet coefficients across bands. A direct
visual inspection indicates that large areas in the high frequency bands have
little or no energy, and the small areas that have significant energy are sim-
ilar in shape and location, across different bands. These high-energy areas
stem from poor energy compaction close to the edges of the original image.
Flat and slowly varying regions in the original image are well-described by
the low-frequency basis elements of the wavelet transform (hence leading to
high energy compaction). At the edge locations, however, low-frequency ba-
sis elements cannot describe the signal adequately, and some of the energy
leaks into high-frequency coefficients. This happens similarly at all scales,
thus the high-energy high-frequency coefficients representing the edges in
the image have the same shape.
Our a priori knowledge that images of interest are formed mainly from
flat areas, textures, and edges, allows us to take advantage of the resulting
cross-band structure. Zerotree coders combine the idea of cross-band cor-
relation with the notion of coding zeros jointly (which we saw previously
in the case of JPEG), to generate very powerful compression algorithms.
The first instance of the implementation of zerotrees is due to Lewis
and Knowles [70]. In their algorithm the image is represented by a tree-
structured data construct (Figure 18). This data structure is implied by a
dyadic discrete wavelet transform (Figure 19) in two dimensions. The root
node of the tree represents the scaling function coefficient in the lowest
frequency band, which is the parent of three nodes. Nodes inside the tree
correspond to wavelet coefficients at a scale determined by their height
in the tree. Each of these coefficients has four children, which correspond
to the wavelets at the next finer scale having the same location in space.
These four coefficients represent the four phases of the higher resolution
basis elements at that location. At the bottom of the data structure lie the
leaf nodes, which have no children.
Note that there exist three such quadtrees for each coefficient in the low
frequency band. Each of these three trees corresponds to one of three filter-
ing orderings: there is one tree consisting entirely of coefficients arising from
horizontal high-pass, vertical low-pass operation (HL); one for horizontal
low-pass, vertical high-pass (LH), and one for high-pass in both directions
(HH).
The zerotree quantization model used by Lewis and Knowles was arrived
at by observing that often when a wavelet coefficient is small, its children
on the wavelet tree are also small. This phenomenon happens because sig-
nificant coefficients arise from edges and texture, which are local. It is not
difficult to see that this is a form of conditioning. Lewis and Knowles took
this conditioning to the limit, and assumed that insignificant parent nodes
always imply insignificant child nodes. A tree or subtree that contains (or
1. Wavelet-based Image Coding: An Overview 41

FIGURE 17. Wavelet transform of the image “Lena.”

LL3 LH3
LH2
HL3 HH3
LH1
HH2
HL2

HH1
HL1
Typical
Wavelet tree

FIGURE 18. Space-frequency structure of wavelet transform


42 Geoffrey M. Davis, Aria Nosratinia

Low frequency
H 2
0 Component
H 2
0
Input H 2 H 2
0 1
Signal Detail
H 2
1 Components
H 2
1

FIGURE 19. Filter bank implementing a discrete wavelet transform

is assumed to contain) only insignificant coefficients is known as a zerotree.


Lewis and Knowles used the following algorithm for the quantization
of wavelet coefficients: Quantize each node according to an optimal scalar
quantizer for the Laplacian density. If the node value is insignificant ac-
cording to a pre-specified threshold, ignore all its children. These ignored
coefficients will be decoded as zeros at the decoder. Otherwise, go to each
of its four children and repeat the process. If the node was a leaf node and
did not have a child, go to the next root node and repeat the process.
Aside from the nice energy compaction properties of the wavelet trans-
form, the Lewis and Knowles coder achieves its compression ratios by joint
coding of zeros. For efficient run-length coding, one needs to first find a
conducive data structure, e.g. the zig-zag scan in JPEG. Perhaps the most
significant contribution of this work was to realize that wavelet domain
data provide an excellent context for run-length coding: not only are large
run lengths of zeros generated, but also there is no need to transmit the
length of zero runs, because they are assumed to automatically terminate
at the leaf nodes of the tree. Much the same as in JPEG, this is a form of
joint vector/scalar quantization. Each individual (significant) coefficient is
quantized separately, but the symbols corresponding to small coefficients
in fact are representing a vector consisting of that element and the zero
run that follows it to the bottom of the tree.
While this compression algorithm generates subjectively acceptable im-
ages, its rate-distortion performance falls short of baseline JPEG, which at
the time was often used for comparison purposes. The lack of sophistication
in the entropy coding of quantized coefficients somewhat disadvantages this
coder, but the main reason for its mediocre performance is the way it gen-
erates and recognizes zerotrees. As we have noted, whenever a coefficient
is small, it is likely that its descendents are also insignificant. However, the
Lewis and Knowles algorithm assumes that small parents always have small
descendents, and therefore suffers large distortions when this does not hold
because it zeros out large coefficients. The advantage of this method is that
the detection of zerotrees is automatic: zerotrees are determined by mea-
suring the magnitude of known coefficients. No side information is required
to specify the locations of zerotrees, but this simplicity is obtained at the
cost of reduced performance. More detailed analysis of this tradeoff gave
1. Wavelet-based Image Coding: An Overview 43

rise to the next generation of zerotree coders.

7.1 The Shapiro and Said-Pearlman Coders


The Lewis and Knowles algorithm, while capturing the basic ideas inherent
in many of the later coders, was incomplete. It had all the intuition that
lies at the heart of more advanced zerotree coders, but did not efficiently
specify significance maps, which is crucial to the performance of wavelet
coders.
A significance map is a binary function whose value determines whether
each coefficient is significant or not. If not significant, a coefficient is as-
sumed to quantize to zero. Hence a decoder that knows the significance map
needs no further information about that coefficient. Otherwise, the coeffi-
cient is quantized to a non-zero value. The method of Lewis and Knowles
does not generate a significance map from the actual data, but uses one
implicitly, based on a priori assumptions on the structure of the data. On
the infrequent occasions when this assumption does not hold, a high price
is paid in terms of distortion. The methods to be discussed below make use
of the fact that, by using a small number of bits to correct mistakes in our
assumptions about the occurrences of zerotrees, we can reduce the coded
image distortion considerably.
The first algorithm of this family is due to Shapiro [71] and is known
as the embedded zerotree wavelet (EZW) algorithm. Shapiro’s coder was
based on transmitting both the non-zero data and a significance map. The
bits needed to specify a significance map can easily dominate the coder
output, especially at lower bitrates. However, there is a great deal of re-
dundancy in a general significance map for visual data, and the bitrates
for its representation can be kept in check by conditioning the map values
at each node of the tree on the corresponding value at the parent node.
Whenever an insignificant parent node is observed, it is highly likely that
the descendents are also insignificant. Therefore, most of the time, a “ze-
rotree” significance map symbol is generated. But because p, the probability
of this event, is close to 1, its information content, −p log p, is very small.
So most of the time, a very small amount of information is transmitted,
and this keeps the average bitrate needed for the significance map relatively
small.
Once in a while, one or more of the children of an insignificant node will
be significant. In that case, a symbol for “isolated zero” is transmitted.
The likelihood of this event is lower, and thus the bitrate for conveying
this information is higher. But it is essential to pay this price to avoid
losing significant information down the tree and therefore generating large
distortions.
In summary, the Shapiro algorithm uses three symbols for significance
maps: zerotree, isolated zero, or significant value. But using this structure,
and by conditionally entropy coding these symbols, the coder achieves very
44 Geoffrey M. Davis, Aria Nosratinia

MSB 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ....
x x x 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 ....
x x x x x x 1 1 1 1 0 0 1 0 0 0 0 0 ....
x x x x x x x x x x 1 1 1 1 1 1 0 0 ....
......

......

......

......

......

......

......

......

......
LSB
Wavelet Coefficients
in scan order

FIGURE 20. Bit plane profile for raster scan ordered wavelet coefficients.

good rate-distortion performance.


In addition, Shapiro’s coder also generates an embedded code. Coders
that generate embedded codes are said to have the progressive transmission
or successive refinement property. Successive refinement consists of first
approximating the image with a few bits of data, and then improving the
approximation as more and more information is supplied. An embedded
code has the property that for two given rates R1 > R2 , the rate-R2 code
is a prefix to the rate-R1 code. Such codes are of great practical interest
for the following reasons:
• The encoder can easily achieve a precise bitrate by continuing to
output bits when it reaches the desired rate.
• The decoder can cease decoding at any given point, generating an
image that is the best representation possible with the decoded num-
ber of bits. This is of practical interest for broadcast applications
where multiple decoders with varying computational, display, and
bandwidth capabilities attempt to receive the same bitstream. With
an embedded code, each receiver can decode the passing bitstream
according to its particular needs and capabilities.
• Embedded codes are also very useful for indexing and browsing, where
only a rough approximation is sufficient for deciding whether the
image needs to be decoded or received in full. The process of screening
images can be speeded up considerably by using embedded codes:
after decoding only a small portion of the code, one knows if the
target image is present. If not, decoding is aborted and the next image
is requested, making it possible to screen a large number of images
quickly. Once the desired image is located, the complete image is
decoded.
Shapiro’s method generates an embedded code by using a bit-slice ap-
proach (see Figure 20). First, the wavelet coefficients of the image are
1. Wavelet-based Image Coding: An Overview 45

indexed into a one-dimensional array, according to their order of impor-


tance. This order places lower frequency bands before higher frequency
bands since they have more energy, and coefficients within each band ap-
pear in a raster scan order. The bit-slice code is generated by scanning
this one-dimensional array, comparing each coefficient with a threshold T .
This initial scan provides the decoder with sufficient information to recover
the most significant bit slice. In the next pass, our information about each
coefficient is refined to a resolution of T /2, and the pass generates another
bit slice of information. This process is repeated until there are no more
slices to code.
Figure 20 shows that the upper bit slices contain a great many zeros
because there are many coefficients below the threshold. The role of zerotree
coding is to avoid transmitting all these zeros. Once a zerotree symbol
is transmitted, we know that all the descendent coefficients are zero, so
no information is transmitted for them. In effect, zerotrees are a clever
form of run-length coding, where the coefficients are ordered in a way to
generate longer run lengths (more efficient) as well as making the runs
self-terminating, so the length of the runs need not be transmitted.
The zerotree symbols (with high probability and small code length) can
be transmitted again and again for a given coefficient, until it rises above the
sinking threshold, at which point it will be tagged as a significant coefficient.
After this point, no more zerotree information will be transmitted for this
coefficient.
To achieve embeddedness, Shapiro uses a clever method of encoding the
sign of the wavelet coefficients with the significance information. There are
also further details of the priority of wavelet coefficients, the bit-slice cod-
ing, and adaptive arithmetic coding of quantized values (entropy coding),
which we will not pursue further in this review. The interested reader is
referred to [71] for more details.
Said and Pearlman [72] have produced an enhanced implementation of
the zerotree algorithm, known as Set Partitioning in Hierarchical Trees
(SPHIT). Their method is based on the same premises as the Shapiro algo-
rithm, but with more attention to detail. The public domain version of this
coder is very fast, and improves the performance of EZW by 0.3-0.6 dB.
This gain is mostly due to the fact that the original zerotree algorithms
allow special symbols only for single zerotrees, while in reality, there are
other sets of zeros that appear with sufficient frequency to warrant spe-
cial symbols of their own. In particular, the Said-Pearlman coder provides
symbols for combinations of parallel zerotrees.
Davis and Chawla [73] have shown that both the Shapiro and the Said
and Pearlman coders are members of a large family of tree-structured sig-
nificance mapping schemes. They provide a theoretical framework that ex-
plains in more detail the performance of these coders and describe an al-
gorithm for selecting a member of this family of significance maps that is
optimized for a given image or class of images.
46 Geoffrey M. Davis, Aria Nosratinia

7.2 Zerotrees and Rate-Distortion Optimization


In the previous coders, zerotrees were used only when they were detected
in the actual data. But consider for the moment the following hypothetical
example: assume that in an image, there is a wide area of little activity, so
that in the corresponding location of the wavelet coefficients there exists a
large group of insignificant values. Ordinarily, this would warrant the use
of a big zerotree and a low expenditure of bitrate over that area. Suppose,
however, that there is a one-pixel discontinuity in the middle of the area,
such that at the bottom of the would-be zerotree, there is one significant
coefficient. The algorithms described so far would prohibit the use of a
zerotree for the entire area.
Inaccurate representation of a single pixel will change the average dis-
tortion in the image only by a small amount. In our example we can gain
significant coding efficiency by ignoring the single significant pixel so that
we can use a large zerotree. We need a way to determine the circumstances
under which we should ignore significant coefficients in this manner.
The specification of a zerotree for a group of wavelet coefficient is a form
of quantization. Generally, the values of the pixels we code with zerotrees
are non-zero, but in using a zerotree we specify that they be decoded as ze-
ros. Non-zerotree wavelet coefficients (significant values) are also quantized,
using scalar quantizers. If we saves bitrate by specifying larger zerotrees,
as in the hypothetical example above, the rate that was saved can be as-
signed to the scalar quantizers of the remaining coefficients, thus quantizing
them more accurately. Therefore, we have a choice in allocating the bitrate
among two types of quantization. The question is, if we are given a unit of
rate to use in coding, where should it be invested so that the corresponding
reduction in distortion is maximized?
This question, in the context of zerotree wavelet coding, was addressed
by Xiong et al. [74], using well-known bit allocation techniques [1]. The cen-
tral result for optimal bit allocation states that, in the optimal state, the
slope of the operational rate-distortion curves of all quantizers are equal.
This result is intuitive and easy to understand. The slope of the opera-
tional rate-distortion function for each quantizer tells us how many units
of distortion we add/eliminate for each unit of rate we eliminate/add. If
one of the quantizers has a smaller R-D slope, meaning that it is giving
us less distortion reduction for our bits spent, we can take bits away from
this quantizer (i.e. we can reduce its step size) and give them to the other,
more efficient quantizers. We continue to do so until all quantizers have an
equal slope.
Obviously, specification of zerotrees affects the quantization levels of non-
zero coefficients because total available rate is limited. Conversely, specify-
ing quantization levels will affect the choice of zerotrees because it affects
the incremental distortion between zerotree quantization and scalar quanti-
zation. Therefore, an iterative algorithm is needed for rate-distortion opti-
1. Wavelet-based Image Coding: An Overview 47

mization. In phase one, the uniform scalar quantizers are fixed, and optimal
zerotrees are chosen. In phase two, zerotrees are fixed and the quantization
level of uniform scalar quantizers is optimized. This algorithm is guaranteed
to converge to a local optimum [74].
There are further details of this algorithm involving prediction and de-
scription of zerotrees, which we leave out of the current discussion. The
advantage of this method is mainly in performance, compared to both
EZW and SPHIT (the latter only slightly). The main disadvantages of this
method are its complexity, and perhaps more importantly, that it does not
generate an embedded bitstream.

8 Frequency, space-frequency adaptive coders


8.1 Wavelet Packets
The wavelet transform does a good job of decorrelating image pixels in prac-
tice, especially when images have power spectra that decay approximately
uniformly and exponentially. However, for images with non-exponential
rates of spectral decay and for images which have concentrated peaks in
the spectra away from DC, we can do considerably better.
Our analysis of Section 3.5 suggests that the optimal subband decompo-
sition for an image is one for which the spectrum in each subband is ap-
proximately flat. The octave-band decomposition produced by the wavelet
transform produces nearly flat spectra for exponentially decaying spectra.
The Barbara test image shown in Figure 16 contains a narrow-band com-
ponent at high frequencies that comes from the tablecloth and the striped
clothing. Fingerprint images contain similar narrow-band high frequency
components.
The best basis algorithm, developed by Coifman and Wickerhauser [75],
provides an efficient way to find a fast, wavelet-like transform that provides
a good approximation to the Karhunen-Loève transform for a given image.
As with the wavelet transform, we start by assuming that a given signal
corresponds to a sum of fine-scale scaling functions. The transform performs
a change of basis, but the new basis functions are not wavelets but rather
wavelet packets [76].
Like wavelets, wavelet packets are formed from translated and dilated
linear combinations of scaling functions. However, the recurrence relations
they satisfy are different, and the functions form an overcomplete set. Con-
sider a signal of length 2N . The wavelet basis for such a signal consists of
a scaling function and 2N − 1 translates and dilates of the wavelet ψ(x).
Wavelet packets are formed from translates and dilates of 2N different pro-
totype functions, and there are N 2N different possible functions that can
be used to form a basis.
Wavelet packets are formed from recurrence relations similar to those for
48 Geoffrey M. Davis, Aria Nosratinia

wavelets and generalize the theoretical framework of wavelets. The simplest


wavelet packet π0 (x) is the scaling function φ(x). New wavelet packets πj (x)
for j > 0 are formed by the recurrence relations

π2j (x) = hk πj (2x − k) (1.31)
k

π2j+1 (x) = gk πj (2x − k). (1.32)
k

where the hk and gk are the same as those in the recurrence equations
( 4.3) and ( 4.3).
The idea of wavelet packets is most easily seen in the frequency do-
main. Recall from Figure 14 that each step of the wavelet transform splits
the current low frequency subband into two subbands of equal width, one
high-pass and one low-pass. With wavelet packets there is a new degree of
freedom in the transform. Again there are N stages to the transform for a
signal of length 2N , but at each stage we have the option of splitting the
low-pass subband, the high-pass subband, both, or neither. The high and
low pass filters used in each case are the same filters used in the wavelet
transform. In fact, the wavelet transform is the special case of a wavelet
packet transform in which we always split the low-pass subband. With this
increased flexibility we can generate 2N possible different transforms in 1-
D. The possible transforms give rise to all possible dyadic partitions of the
frequency axis. The increased flexibility does not lead to a large increase
in complexity; the worst-case complexity for a wavelet packet transform is
O(N log N ).

8.2 Frequency Adaptive Coders


The best basis algorithm is a fast algorithm for minimizing an additive cost
function over the set of all wavelet packet bases. Our analysis of transform
coding for Gaussian random processes suggests that we select the basis that
maximizes the transform coding gain. The approximation theoretic argu-
ments of Mallat and Falzon [57] suggest that at low bit rates the basis that
maximizes the number of coefficients below a given threshold is the best
choice. The best basis paradigm can accommodate both of these choices.
See [77] for an excellent introduction to wavelet packets and the best basis
algorithm. Ramchandran and Vetterli [65] describe an algorithm for finding
the best wavelet packet basis for coding a given image using rate-distortion
criteria.
An important application of this wavelet-packet transform optimization
is the FBI Wavelet/Scalar Quantization Standard for fingerprint compres-
sion. The standard uses a wavelet packet decomposition for the transform
stage of the encoder [78]. The transform used is fixed for all fingerprints,
however, so the FBI coder is a first-generation linear coder.
1. Wavelet-based Image Coding: An Overview 49

The benefits of customizing the transform on a per-image basis depend


considerably on the image. For the Lena test image the improvement in
peak signal to noise ratio is modest, ranging from 0.1 dB at 1 bit per pixel
to 0.25 dB at 0.25 bits per pixel. This is because the octave band partitions
of the spectrum of the Lena image are nearly flat. The Barbara image (see
Figure 16), on the other hand, has a narrow-band peak in the spectrum at
high frequencies. Consequently, the PSNR increases by roughly 2 dB over
the same range of bitrates [65]. Further impressive gains are obtained by
combining the adaptive transform with a zerotree structure [67].

8.3 Space-Frequency Adaptive Coders


The best basis algorithm is not limited only to adaptive segmentation of the
frequency domain. Related algorithms permit joint time and frequency seg-
mentations. The simplest of these algorithms performs adapted frequency
segmentations over regions of the image selected through a quadtree decom-
position procedure [79, 80]. More complicated algorithms provide combina-
tions of spatially varying frequency decompositions and frequency varying
spatial decompositions [66]. These jointly adaptive algorithms work partic-
ularly well for highly nonstationary images.
The primary disadvantage of these spatially adaptive schemes are that
the pre-computation requirements are much greater than for the frequency
adaptive coders, and the search is also much larger. A second disadvan-
tage is that both spatial and frequency adaptivity are limited to dyadic
partitions. A limitation of this sort is necessary for keeping the complexity
manageable, but dyadic partitions are not in general the best ones.

9 Utilizing Intra-band Dependencies


The development of the EZW coder motivated a flurry of activity in the
area of zerotree wavelet algorithms. The inherent simplicity of the zerotree
data structure, its computational advantages, as well as the potential for
generating an embedded bitstream were all very attractive to the coding
community. Zerotree algorithms were developed for a variety of applica-
tions, and many modifications and enhancements to the algorithm were
devised, as described in Section 7.
With all the excitement incited by the discovery of EZW, it is easy
to automatically assume that zerotree structures, or more generally inter-
band dependencies, should be the focal point of efficient subband image
compression algorithms. However, some of the best performing subband
image coders known today are not based on zerotrees. In this section, we
explore two methods that utilize intra-band dependencies. One of them
uses the concept of Trellis Coded Quantization (TCQ). The other uses both
50 Geoffrey M. Davis, Aria Nosratinia

D0 D2 D0 D2
S
D0 D1 D2 D3 D0 D1 D2 D3 0

D1 D3 D1 D3
S
1

FIGURE 21. TCQ sets and supersets

inter- and intra-band information, and is based on a recursive estimation of


the variance of the wavelet coefficients. Both of them yield excellent coding
results.

9.1 Trellis coded quantization


Trellis Coded Quantization (TCQ) [81] is a fast and effective method of
quantizing random variables. Trellis coding exploits correlations between
variables. More interestingly, it can use non-rectangular quantizer cells that
give it quantization efficiencies not attainable by scalar quantizers. The
central ideas of TCQ grew out of the ground-breaking work of Ungerboeck
[82] in trellis coded modulation. In this section we describe the operational
principles of TCQ, mostly through examples. We will briefly touch upon
variations and improvements on the original idea, especially at the low
bitrates applicable in image coding. In Section 9.2, we review the use of
TCQ in multiresolution image compression algorithms.
The basic idea behind TCQ is the following: Assume that we want to
quantize a stationary, memoryless uniform source at the rate of R bits
per sample. Performing quantization directly on this uniform source would
require an optimum scalar quantizer with 2N reproduction levels (symbols).
The idea behind TCQ is to first quantize the source more finely, with 2R+k
symbols. Of course this would exceed the allocated rate, so we cannot have
a free choice of symbols at all times.
In our example we take k = 1. The scalar codebook of 2R+1 symbols is
partitioned into subsets of 2R−1 symbols each, generating four sets. In our
example R = 2; see Figure 21. The subsets are designed such that each of
them represents reproduction points of a coarser, rate-(R − 1) quantizer.
Thefour subsets are designated
 D0 , D1 , D2 , and D3 . Also, define S0 =
D0 D2 and S1 = D1 D3 , where S0 and S1 are known as supersets.
Obviously, the rate constraint prohibits the specification of an arbitrary
symbol out of 2R+1 symbols. However, it is possible to exactly specify, with
R bits, one element out of either S0 or S1 . At each sample, assuming we
know which one of the supersets to use, one bit can be used to determine
the active subset, and R − 1 bits to specify a codeword from the subset.
The choice of superset is determined by the state of a finite state machine,
described by a suitable trellis. An example of such a trellis, with eight
1. Wavelet-based Image Coding: An Overview 51

D0 D2

D1 D3

D0 D2

D1 D3

D2 D0

D3 D1

D2 D0

D3 D1

FIGURE 22. An 8-state TCQ trellis with subset labeling. The bits that specify the
sets within the superset also dictate the path through the trellis.

states, is given in Figure 22. The subsets {D0 , D1 , D2 , D3 } are also used to
label the branches of the trellis, so the same bit that specifies the subset
(at a given state) also determines the next state of the trellis.
Encoding is achieved by spending one bit per sample on specifying the
path through the trellis, while the remaining R − 1 bits specify a codeword
out of the active subset. It may seem that we are back to a non-optimal
rate-R quantizer (either S0 or S1 ). So why all this effort? The answer
is that we have more codewords than a rate-R quantizer, because there
is some freedom of choosing from symbols of either S0 or S1 . Of course
this choice is not completely free: the decision made at each sample is
linked to decisions made at past and future sample points, through the
permissible paths of the trellis. But it is this additional flexibility that
leads to the improved performance. Availability of both S0 and S1 means
that the reproduction levels of the quantizer are, in effect, allowed to “slide
around” and fit themselves to the data, subject to the permissible paths
on the trellis.
Before we continue with further developments of TCQ and subband cod-
ing, we should note that in terms of both efficiency and computational
requirements, TCQ is much more similar to VQ than to scalar quantiza-
tion. Since our entire discussion of transform coding has been motivated by
an attempt to avoid VQ, what is the motivation for using TCQ in subband
coding, instead of standard VQ? The answer lies in the recursive struc-
ture of trellis coding and the existence of a simple dynamic programming
method, known as the Viterbi algorithm [83], for finding the TCQ code-
words. Although it is true that block quantizers, such as VQ, are asymptot-
ically as efficient as TCQ, the process of approaching the limit is far from
trivial for VQ. For a given realization of a random process, the code vectors
generated by the VQ of size N − 1 have no clear relationship to those with
vector dimension N . In contrast, the trellis encoding algorithm increases
52 Geoffrey M. Davis, Aria Nosratinia

the dimensionality of the problem automatically by increasing the length


of the trellis.
The standard version of TCQ is not particularly suitable for image cod-
ing, because its performance degrades quickly at low rates. This is due
partially to the fact that one bit per sample is used to encode the trellis
alone, while interesting rates for image coding are mostly below one bit per
sample. Entropy constrained TCQ (ECTCQ) improves the performance of
TCQ at low rates. In particular, a version of ECTCQ due to Marcellin [84]
addresses two key issues: reducing the rate used to represent the trellis
(the so-called “state entropy”), and ensuring that zero can be used as an
output codeword with high probability. The codebooks are designed using
the algorithm and encoding rule from [85].

9.2 TCQ subband coders


In a remarkable coincidence, at the 1994 International Conference in Image
Processing, three research groups [86, 87, 88] presented similar but inde-
pendently developed image coding algorithms. The main ingredients of the
three methods are subband decomposition, classification and optimal rate
allocation to different subsets of subband data, and entropy-constrained
TCQ. These works have been brought together in [68]. We briefly discuss
the main aspects of these algorithms.
Consider a subband decomposition of an image, and assume that the sub-
bands are well represented by a non-stationary random process X, whose
samples Xi are taken from distributions with variances σi2 . One can com-
pute an “average variance” over the entire random process and perform
conventional optimal quantization. But better performance is possible by
sending overhead information about the variance of each sample, and quan-
tizing it optimally according to its own p.d.f.
This basic idea was first proposed by Chen and Smith [89] for adaptive
quantization of DCT coefficients. In their paper, Chen and Smith proposed
to divide all DCT coefficients into four groups according to their “activ-
ity level”, i.e. variance, and code each coefficient with an optimal quan-
tizer designed for its group. The question of how to partition coefficients
into groups was not addressed, however, and [89] arbitrarily chose to form
groups with equal population.9
However, one can show that equally populated groups are not a always

9 If for a moment, we disregard the overhead information, the problem of partitioning

the coefficients bears a strong resemblance to the problem of best linear transform.
Both operations, namely the linear transform and partitioning, conserve energy. The
goal in both is to minimize overall distortion through optimal allocation of a finite rate.
Not surprisingly, the solution techniques are similar (Lagrange multipliers), and they
both generate sets with maximum separation between low and high energies (maximum
arithmetic to geometric mean ratio).
1. Wavelet-based Image Coding: An Overview 53

a good choice. Suppose that we want to classify the samples into J groups,
and that all samples assigned to a given class i ∈ {1, ..., J} are grouped into
a source Xi . Let the total number of samples assigned to Xi be Ni , and the
total number of samples in all groups be N . Define pi = Ni /N to be the
probability of a sample belonging to the source Xi . Encoding the source
Xi at rate Ri results in a mean squared error distortion of the form [90]

Di (Ri ) = 52i σi2 2−2Ri (1.33)

where 5i is a constant depending on the shape of the pdf. The rate allocation
problem can now be solved using a Lagrange multiplier approach, much in
the same way as was shown for optimal linear transforms, resulting in the
following optimal rates:

R 1 52 σ 2
Ri = + log2 J i i (1.34)
J 2 2 2 pj
j=1 (5j σj )

where R is the total rate and Ri are the rates assigned to each group.
Classification gain is defined as the ratio of the quantization error of the
original signal X, divided by that of the optimally bit-allocated classified
version.
52 σ 2
Gc =  J (1.35)
2 2 pj
j=1 (5j σj )

One aims to maximize this gain over {pi }. It is not unexpected that
the optimization process can often yield non-uniform {pi }, resulting in
unequal population of the classification groups. It is noteworthy that non-
uniform populations not only have better classification gain in general, but
also lower overhead: Compared to a uniform {pi }, any other distribution
has smaller entropy, which implies smaller side information to specify the
classes.
The classification gain is defined for Xi taken from one subband. A gen-
eralization of this result in [68] combines it with the conventional coding
gain of the subbands. Another refinement takes into account the side in-
formation required for classification. The coding algorithm then optimizes
the resulting expression to determine the classifications. ECTCQ is then
used for final coding.
Practical implementation of this algorithm requires attention to a great
many details, for which the interested reader is referred to [68]. For example,
the classification maps determine energy levels of the signal, which are
related to the location of the edges in the image, and are thus related in
different subbands. A variety of methods can be used to reduce the overhead
information (in fact, the coder to be discussed in the next section makes the
management of side information the focus of its efforts) Other issues include
alternative measures for classification, and the usage of arithmetic coded
TCQ. The coding results of the ECTCQ based subband coding are some of
54 Geoffrey M. Davis, Aria Nosratinia

the best currently available in the literature, although the computational


complexity of these algorithms is also considerably greater than the other
methods presented in this paper.

9.3 Mixture Modeling and Estimation


A common thread in successful subband and wavelet image coders is mod-
eling of image subbands as random variables drawn from a mixture of
distributions. For each sample, one needs to detect which p.d.f. of the mix-
ture it is drawn from, and then quantize it according to that pdf. Since
the decoder needs to know which element of the mixture was used for en-
coding, many algorithms send side information to the decoder. This side
information becomes significant, especially at low bitrates, so that efficient
management of it is pivotal to the success of the image coder.
All subband and wavelet coding algorithms discussed so far use this idea
in one way or another. They only differ in the constraints they put on side
information so that it can be coded efficiently. For example, zerotrees are
a clever way of indicating side information. The data is assumed from a
mixture of very low energy (zero set) and high energy random variables,
and the zero sets are assumed to have a tree structure.
The TCQ subband coders discussed in the last section also use the same
idea. Different classes represent different energies in the subbands, and are
transmitted as overhead. In [68], several methods are discussed to com-
press the side information, again based on geometrical constraints on the
constituent elements of the mixture (energy classes).
A completely different approach to the problem of handling information
overhead is explored in [69, 91]. These two works were developed simultane-
ously but independently. The version developed in [69] is named Estimation
Quantization (EQ) by the authors, and is the one that we present in the
following. The title of [91] suggests a focus on entropy coding, but in fact
the underlying ideas of the two are remarkably similar. We will refer to the
the aggregate class as backward mixture-estimation encoding (BMEE).
BMEE models the wavelet subband coefficients as non-stationary gener-
alized Gaussian, whose non-stationarity is manifested by a slowly varying
variance (energy) in each band. Because the energy varies slowly, it can be
predicted from causal neighboring coefficients. Therefore, unlike previous
methods, BMEE does not send the bulk of mixture information as over-
head, but attempts to recover it at the decoder from already transmitted
data, hence the designation “backward”. BMEE assumes that the causal
neighborhood of a subband coefficient (including parents in a subband tree)
has the same energy (variance) as the coefficient itself. The estimate of en-
ergy is found by applying a maximum likelihood method to a training set
formed by the causal neighborhood.
Similar to other recursive algorithms that involve quantization, BMEE
has to contend with the problem of stability and drift. Specifically, the
1. Wavelet-based Image Coding: An Overview 55

decoder has access only to quantized coefficients, therefore the estimator of


energy at the encoder can only use quantized coefficients. Otherwise, the
estimates at the encoder and decoder will vary, resulting in drift problems.
This presents the added difficulty of estimating variances from quantized
causal coefficients. BMEE incorporates the quantization of the coefficients
into the maximum likelihood estimation of the variance.
The quantization itself is performed with a dead-zone uniform quantizer
(see Figure 15). This quantizer offers a good approximation to entropy con-
strained quantization of generalized Gaussian signals. The dead-zone and
step sizes of the quantizers are determined through a Lagrange multiplier
optimization technique, which was introduced in the section on optimal
rate allocation. This optimization is performed offline, once each for a va-
riety of encoding rates and shape parameters, and the results are stored in
a look-up table. This approach is to be credited for the speed of the algo-
rithm, because no optimization need take place at the time of encoding the
image.
Finally, the backward nature of the algorithm, combined with quantiza-
tion, presents another challenge. All the elements in the causal neighbor-
hood may sometimes quantize to zero. In that case, the current coefficient
will also quantize to zero. This degenerate condition will propagate through
the subband, making all coefficients on the causal side of this degeneracy
equal to zero. To avoid this condition, BMEE provides for a mechanism to
send side information to the receiver, whenever all neighboring elements
are zero. This is accomplished by a preliminary pass through the coeffi-
cients, where the algorithm tries to “guess” which one of the coefficients
will have degenerate neighborhoods, and assembles them to a set. From
this set, a generalized Gaussian variance and shape parameter is computed
and transmitted to the decoder. Every time a degenerate case happens, the
encoder and decoder act based on this extra set of parameters, instead of
using the backward estimation mode.
The BMEE coder is very fast, and especially in the low bitrate mode
(less than 0.25 bits per pixel) is extremely competitive. This is likely to
motivate a re-visitation of the role of side information and the mechanism
of its transmission in wavelet coders.

10 Future Trends
Current research in image coding is progressing along a number of fronts.
At the most basic level, a new interpretation of the wavelet transform
has appeared in the literature. This new theoretical framework, called the
lifting scheme [41], provides a simpler and more flexible method for design-
ing wavelets than standard Fourier-based methods. New families of non-
separable wavelets constructed using lifting have the potential to improve
56 Geoffrey M. Davis, Aria Nosratinia

coders. One very intriguing avenue for future research is the exploration of
the nonlinear analogs of the wavelet transform that lifting makes possible.
The area of classification and backward estimation based coders is an
active one. Several research groups are reporting promising results [92, 93].
One very promising research direction is the development of coded images
that are robust to channel noise via joint source and channel coding. See
for example [94], [95] and [96].
The adoption of wavelet based coding to video signals presents special
challenges. One can apply 2-D wavelet coding in combination to temporal
prediction (motion estimated prediction), which will be a direct counterpart
of current DCT-based video coding methods. It is also possible to consider
the video signal as a three-dimensional array of data and attempt to com-
press it with 3-D wavelet analysis. This approach presents difficulties that
arise from the fundamental properties of the discrete wavelet transform.
The discrete wavelet transform (as well as any subband decomposition) is
a space-varying operator, due to the presence of decimation and interpo-
lation. This space variance is not conducive to compact representation of
video signals, as described below.
Video signals are best modeled by 2-D projections whose position in
consecutive frames of the video signal varies by unknown amounts. Because
vast amounts of information are repeated in this way, one can achieve
considerable gain by representing the repeated information only once. This
is the basis of motion compensated coding. However, since the wavelet
representation of the same 2-D signal will vary once it is shifted10 , this
redundancy is difficult to reproduce in the wavelet domain. A frequency
domain study of the difficulties of 3-D wavelet coding of video is presented
in [97], and leads to the same insights. Some attempts have also been made
on applying 3-D wavelet coding on the residual 3-D data after motion
compensation, but have met with indifferent success.

11 Summary and Conclusion


Image compression is governed by the general laws of information theory
and specifically rate-distortion theory. However, these general laws are non-
constructive and the more specific techniques of quantization theory are
needed for the actual development of compression algorithms.
Vector quantization can theoretically attain the maximum achievable
coding efficiency. However, VQ has three main impediments: computational
complexity, delay, and the curse of dimensionality. Transform coding tech-
niques, in conjunction with entropy coding, capture important gains of VQ,

10 Unless the shift is exactly by a correct multiple of M samples, where M is the

downsampling rate
1. Wavelet-based Image Coding: An Overview 57

while avoiding most of its difficulties.


Theoretically, the Karhunen-Loéve transform is optimal for Gaussian
processes. Approximations to the K-L transform, such as the DCT, have
led to very successful image coding algorithms such as JPEG. However,
even if one argues that image pixels can be individually Gaussian, they
cannot be assumed to be jointly Gaussian, at least not across the image
discontinuities. Image discontinuities are the place where traditional coders
spend the most rate, and suffer the most distortion. This happens because
traditional Fourier-type transforms (e.g., DCT) disperse the energy of dis-
continuous signals across many coefficients, while the compaction of energy
in the transform domain is essential for good coding performance.
The discrete wavelet transform provides an elegant framework for signal
representation in which both smooth areas and discontinuities can be rep-
resented compactly in the transform domain. This ability comes from the
multi-resolution properties of wavelets. One can motivate wavelets through
spectral partitioning arguments used in deriving optimal quantizers for
Gaussian processes. However, the usefulness of wavelets in compression
goes beyond the Gaussian case.
State of the art wavelet coders assume that image data comes from a
source with fluctuating variance. Each of these coders provides a mechanism
to express the local variance of the wavelet coefficients, and quantizes the
coefficients optimally or near-optimally according to that variance. The
individual wavelet coders vary in the way they estimate and transmit this
variances to the decoder, as well as the strategies for quantizing according
to that variance.
Zerotree coders assume a two-state structure for the variances: either
negligible (zero) or otherwise. They send side information to the decoder
to indicate the positions of the non-zero coefficients. This process yields
a non-linear image approximation rather than the linear truncated KLT-
based approximation motivated by our Gaussian model. The set of zero co-
efficients are expressed in terms of wavelet trees (Lewis & Knowles, Shapiro,
others) or combinations thereof (Said & Pearlman). The zero sets are trans-
mitted to the receiver as overhead, as well as the rest of the quantized data.
Zerotree coders rely strongly on the dependency of data across scales of the
wavelet transform.
Frequency-adaptive coders improve upon basic wavelet coders by adapt-
ing transforms according to the local inter-pixel correlation structure within
an image. Local fluctuations in the correlation structure and in the variance
can be addressed by spatially adapting the transform and by augmenting
the optimized transforms with a zerotree structure.
Other wavelet coders use dependency of data within the bands (and
sometimes across the bands as well). Coders based on Trellis Coded Quan-
tization (TCQ) partition coefficients into a number of groups, according to
their energy. For each coefficient, they estimate and/or transmit the group
information as well as coding the value of the coefficient with TCQ, ac-
58 Geoffrey M. Davis, Aria Nosratinia

cording to the nominal variance of the group. Another newly developed


class of coders transmit only minimal variance information while achieving
impressive coding results, indicating that perhaps the variance information
is more redundant than previously thought.
While some of these coders may not employ what might strictly be called
a wavelet transform, they all utilize a multi-resolution decomposition, and
use concepts that were motivated by wavelet theory. Wavelets and the ideas
arising from wavelet analysis have had an indelible effect on the theory and
practice of image compression, and are likely to continue their dominant
presence in image coding research in the near future.

Acknowledgments: G. Davis thanks the Digital Signal Processing group at


Rice University for their generous hospitality during the writing of this
paper. This work has been supported in part by a Texas Instruments Vis-
iting Assistant Professorship at Rice University and an NSF Mathematical
Sciences Postdoctoral Research Fellowship.

12 References
[1] A. Gersho and R. M. Gray, Vector Quantization and Signal Compres-
sion. Kluwer Academic Publishers, 1992.

[2] C. E. Shannon, “Coding theorems for a discrete source with a fidelity


criterion,” in IRE Nat. Conv. Rec., vol. 4, pp. 142–163, March 1959.

[3] R. M. Gray, J. C. Kieffer, and Y. Linde, “Locally optimal block quan-


tizer design,” Information and Control, vol. 45, pp. 178–198, May 1980.

[4] K. Zeger, J. Vaisey, and A. Gersho, “Globally optimal vector quan-


tizer design by stochastic relaxation,” IEEE Transactions on Signal
Processing, vol. 40, pp. 310–322, Feb. 1992.

[5] T. Cover and J. Thomas, Elements of Information Theory. New York:


John Wiley & Sons, Inc., 1991.

[6] A. Gersho, “Asymptotically optimal block quantization,” IEEE Trans-


actions on Information Theory, vol. IT-25, pp. 373–380, July 1979.

[7] L. F. Toth, “Sur la representation d’une population infinie par un nom-


bre fini d’elements,” Acta Math. Acad. Scient. Hung., vol. 10, pp. 299–
304, 1959.

[8] P. L. Zador, “Asymptotic quantization error of continuous signals and


the quantization dimension,” IEEE Transactions on Information The-
ory, vol. IT-28, pp. 139–149, Mar. 1982.
1. Wavelet-based Image Coding: An Overview 59

[9] J. Y. Huang and P. M. Schultheiss, “Block quantization of correlated


Gaussian random variables,” IEEE Transactions on Communications,
vol. CS-11, pp. 289–296, September 1963.
[10] R. A. Horn and C. R. Johnson, Matrix Analysis. New York: Cambridge
University Press, 1990.
[11] N. Ahmed, T. Natarajan, and K. R. Rao, “Descrete cosine transform,”
IEEE Transactions on Computers, vol. C-23, pp. 90–93, January 1974.
[12] K. Rao and P. Yip, The Discrete Cosine Transform. New York: Aca-
demic Press, 1990.
[13] W. Pennebaker and J. Mitchell, JPEG still image data compression
standard. New York: Van Nostrad Reinhold, 1993.
[14] Y. Arai, T. Agui, and M. Nakajima, “A fast DCT-SQ scheme for
images,” Transactions of the IEICE, vol. 71, p. 1095, November 1988.
[15] E. Feig and E. Linzer, “Discrete cosine transform algorithms for im-
age data compression,” in Electronic Imaging ’90 East, (Boston, MA),
pp. 84–87, October 1990.
[16] A. Croisier, D. Esteban, and C. Galand, “Perfect channel splitting
by use of interpolation/decimation/tree decomposition techniques,”
in Proc. Int. Symp. on Information, Circuits and Systems, (Patras,
Greece), 1976.
[17] P. Vaidyanathan, “Theory and design of M-channel maximally deci-
mated quadrature mirror filters with arbitrary M, having perfect re-
construction property,” IEEE Trans. ASSP, vol. ASSP-35, pp. 476–
492, April 1987.
[18] M. J. T. Smith and T. P. Barnwell, “A procedure for desiging exact
reconstruction fiolter banks for tree structured subband coders,” in
Proc. ICASSP, (San Diego, CA), pp. 27.1.1–27.1.4, March 1984.
[19] M. J. T. Smith and T. P. Barnwell, “Exact reconstruction techniques
for tree-structured subband coders,” IEEE Trans. ASSP, vol. ASSP-
34, pp. 434–441, June 1986.
[20] M. Vetterli, “Splitting a signal into subband channels allowing per-
fect reconstruction,” in Proc. IASTED Conf. Appl. Signal Processing,
(Paris, France), June 1985.
[21] M. Vetterli, “Filter banks allowing perfect reconstruction,” Signal Pro-
cessing, vol. 10, pp. 219–244, April 1986.
[22] P. Vaidyanathan, Multirate systems and filter banks. Englewood Cliffs,
NJ: Prentice Hall, 1993.
60 Geoffrey M. Davis, Aria Nosratinia

[23] M. Vetterli and J. Kovačević, Wavelets and Subband Coding. Engle-


wood Cliffs, NJ: Prentice Hall, 1995.
[24] T. Berger, Rate Distortion Theory. Englewood Cliffs, NJ: Prentice
Hall, 1971.
[25] B. Girod, F. Hartung, and U. Horn, “Subband image coding,” in Sub-
band and wavelet transforms: design and applications, Boston, MA:
Kluwer Academic Publishers, 1995.
[26] P. J. Burt and E. H. Adelson, “The Laplacian pyramid as a compact
image code,” IEEE Transactions on Communications, vol. COM-31,
Apr. 1983.
[27] S. Mallat, “A theory for multiresolution signal decomposition: the
wavelet representation,” IEEE Trans. Pattern Analysis and Machine
Intelligence, vol. 11, pp. 674–693, July 1989.
[28] G. Strang and T. Q. Nguyen, Wavelets and Filter Banks. Wellesley,
MA: Wellesley-Cambridge Press, 1996.
[29] C. S. Burrus, R. A. Gopinath, and H. Guo, Introduction to Wavelets
and Wavelet Transforms: A Primer. Englewood Cliffs, NJ: Prentice-
Hall, 1997.
[30] I. Daubechies, Ten Lectures on Wavelets. Philadelphia, PA: SIAM,
1992.
[31] O. Rioul, “Simple regularity criteria for subdivision schemes,” SIAM
J. Math. Analysis, vol. 23, pp. 1544–1576, Nov. 1992.
[32] O. Rioul, “Regular wavelets: a discrete-time approach,” IEEE Trans-
actions on Signal Processing, vol. 41, pp. 3572–3579, Dec. 1993.
[33] G. Strang and G. Fix, “A Fourier analysis of the finite element varia-
tional method,” Constructive Aspects of Functional Analysis, pp. 796–
830, 1971.
[34] W. Sweldens and R. Piessens, “Quadrature formulae and asymptotic
error expansions for wavelet approximations of smooth functions,”
SIAM Journal of Numerical Analysis, vol. 31, pp. 1240–1264, Aug.
1994.
[35] M. Unser, “Approximation power of biorthogonal wavelet expansions,”
IEEE Transactions on Signal Processing, vol. 44, pp. 519–527, Mar.
1996.
[36] J. Kovačević and W. Sweldens, “Interpolating filter banks and wavelets
in arbitrary dimensions,” tech. rep., Lucent Technologies, Murray Hill,
NJ, 1997.
1. Wavelet-based Image Coding: An Overview 61

[37] M. Antonini, M. Barlaud, and P. Mathieu, “Image Coding Using


Wavelet Transform,” IEEE Trans. Image Proc., vol. 1, pp. 205–220,
Apr. 1992.

[38] M. Vetterli and C. Herley, “Wavelets and filter banks: Theory and
design,” IEEE Trans. Acoust. Speech Signal Proc., vol. 40, no. 9,
pp. 2207–2232, 1992.

[39] J. Villasenor, B. Belzer, and J. Liao, “Wavelet filter evaluation for


image compression,” IEEE Transactions on image processing, vol. 2,
pp. 1053–1060, Aug. 1995.

[40] G. Deslauriers and S. Dubuc, “Symmetric iterative interpolation pro-


cesses,” Constructive Approximation, vol. 5, no. 1, pp. 49–68, 1989.

[41] W. Sweldens, “The lifting scheme: A new philosophy in biorthogonal


wavelet constructions,” in Wavelet Applications in Signal and Image
Processing III (A. F. Laine and M. Unser, eds.), pp. 68–79, Proc.
SPIE 2569, 1995.

[42] I. Balasingham and T. A. Ramstad, “On the relevance of the regularity


constraint in subband image coding,” in Proc. Asilomar Conference on
Signals, Systems, and Computers, (Pacific Grove), 1997.

[43] C. M. Brislawn, “Classification of nonexpansive symmetric extension


transforms for multirate filter banks,” Applied and Comp. Harmonic
Analysis, vol. 3, pp. 337–357, 1996.

[44] C. Herley and M. Vetterli, “Orthogonal time-varying filter banks and


wavelets,” in Proc. IEEE Int. Symp. Circuits Systems, vol. 1, pp. 391–
394, May 1993.

[45] C. Herley, “Boundary filters for finite-length signals and time-varying


filter banks,” IEEE Trans. Circuits and Systems II, vol. 42, pp. 102–
114, Feb. 1995.

[46] W. Sweldens and P. Schröder, “Building your own wavelets at home,”


Tech. Rep. 1995:5, Industrial Mathematics Initiative, Mathematics De-
partment, University of South Carolina, 1995.

[47] H. Gish and J. N. Pierce, “Asymptotically efficient quantizing,” IEEE


Transactions on Information Theory, vol. IT-14, pp. 676–683, Sept.
1968.

[48] N. Farvardin and J. W. Modestino, “Optimum quantizer performance


for a class of non-Gaussian memoryless sources,” IEEE Transactions
on Information Theory, vol. 30, pp. 485–497, May 1984.
62 Geoffrey M. Davis, Aria Nosratinia

[49] D. Taubman and A. Zakhor, “Multirate 3-D subband coding of video,”


IEEE Trans. Image Proc., vol. 3, Sept. 1994.

[50] T. Bell, J. G. Cleary, and I. H. Witten, Text Compression. Englewood


Cliffs, NJ: Prentice Hall, 1990.

[51] D. L. Duttweiler and C. Chamzas, “Probability estimation in arith-


metic and adaptive-Huffman entropy coders,” IEEE Transactions on
Image Processing, vol. 4, pp. 237–246, Mar. 1995.

[52] Y. Shoham and A. Gersho, “Efficient bit allocation for an arbitrary set
of quantizers,” IEEE Trans. Acoustics, Speech, and Signal Processing,
vol. 36, pp. 1445–1453, Sept. 1988.

[53] P. Moulin, “A multiscale relaxation algorithm for SNR maximization


in nonorthogonal subband coding,” IEEE Transactions on Image Pro-
cessing, vol. 4, pp. 1269–1281, Sept. 1995.

[54] J. W. Woods and T. Naveen, “A filter based allocation scheme for


subband compression of HDTV,” IEEE Trans. Image Proc., vol. IP-1,
pp. 436–440, July 1992.

[55] B. A. Wandell, Foundations of Vision. Sunderland, MA: Sinauer As-


sociates, 1995.

[56] A. Watson, G. Yang, J. Soloman, and J. Villasenor, “Visual thresholds


for wavelet quantization error,” in Proceedings of the SPIE, vol. 2657,
pp. 382–392, 1996.

[57] S. Mallat and F. Falzon, “Understanding image transform codes,” in


Proc. SPIE Aerospace Conf., (orlando), Apr. 1997.

[58] R. A. DeVore, B. Jawerth, and B. J. Lucier, “Image Compression


through Wavelet Transform Coding,” IEEE Trans. Info. Theory,
vol. 38, pp. 719–746, Mar. 1992.

[59] W. B. Pennebaker and J. L. Mitchell, JPEG Still Image Data Com-


pression Standard. New York: Van Nostrand Reinhold, 1992.

[60] M. Crouse and K. Ramchandran, “Joint thresholding and quantizer


selection for decoder-compatible baseline JPEG,” in Proc. ICASSP,
May 1995.

[61] G. M. Davis, “The wavelet image compression construction kit.”


http://www.cs.dartmouth.edu/∼gdavis/wavelet/wavelet.html, 1996.

[62] J. Shapiro, “Embedded image coding using zerotrees of wavelet coef-


ficients,” IEEE Transactions on Signal Processing, vol. 41, pp. 3445–
3462, Dec. 1993.
1. Wavelet-based Image Coding: An Overview 63

[63] A. Said and W. A. Pearlman, “A new, fast, and efficient image codec
based on set partitioning in hierarchichal trees,” IEEE Trans. Circuits
and Systems for Video Technology, vol. 6, pp. 243–250, June 1996.

[64] Z. Xiong, K. Ramchandran, and M. T. Orchard, “Space-frequency


quantization for wavelet image coding,” preprint, 1995.

[65] K. Ramchandran and M. Vetterli, “Best wavelet packet bases in a


rate-distortion sense,” IEEE Transactions on Image Processing, vol. 2,
no. 2, pp. 160–175, 1992.

[66] C. Herley, Z. Xiong, K. Ramchandran, and M. T. Orchard, “Joint


space-frequency segmentation using balanced wavelet packet trees for
least-cost image representation,” IEEE Transactions on Image Pro-
cessing, Sept. 1997.

[67] Z. Xiong, K. Ramchandran, M. Orchard, and K. Asai, “Wavelet


packets-based image coding using joint space-frequency quantization,”
Preprint, 1996.

[68] R. L. Joshi, H. Jafarkhani, J. H. Kasner, T. R. Fisher, N. Farvardin,


and M. W. Marcellin, “Comparison of different methods of classifi-
cation in subband coding of images,” IEEE Transactions on Image
Processing, submitted.

[69] S. M. LoPresto, K. Ramchandran, and M. T. Orchard, “Image cod-


ing based on mixture modeling of wavelet coefficients and a fast
estimation-quantization framework,” in Proc. Data Compression Con-
ference, (Snowbird, Utah), pp. 221–230, 1997.

[70] A. S. Lewis and G. Knowles, “Image compression using the 2-d wavelet
transform,” IEEE Transactions on Image Processing, vol. 1, pp. 244–
250, April 1992.

[71] J. Shapiro, “Embedded image coding using zero-trees of wavelet coef-


ficients,” IEEE Transactions on Signal Processing, vol. 41, pp. 3445–
3462, December 1993.

[72] A. Said and W. A. Pearlman, “A new, fast, and efficient image codec
based on set partitioning in hierarchical trees,” IEEE Transactions on
Circuits and Systems for Video Technology, vol. 6, pp. 243–250, June
1996.

[73] G. M. Davis and S. Chawla, “Image coding using optimized signifi-


cance tree quantization,” in Proc. Data Compression Conference (J. A.
Storer and M. Cohn, eds.), pp. 387–396, Mar. 1997.
64 Geoffrey M. Davis, Aria Nosratinia

[74] Z. Xiong, K. Ramchandran, and M. T. Orchard, “Space-frequency


quantization for wavelet image coding,” IEEE Transactions on Image
Processing, vol. 6, pp. 677–693, May 1997.

[75] R. R. Coifman and M. V. Wickerhauser, “Entropy based algorithms


for best basis selection,” IEEE Transactions on Information Theory,
vol. 32, pp. 712–718, Mar. 1992.

[76] R. R. Coifman and Y. Meyer, “Nouvelles bases orthonormées de l2 (r)


ayant la structure du système de Walsh,” Tech. Rep. Preprint, De-
partment of Mathematics, Yale University, 1989.

[77] M. V. Wickerhauser, Adapted Wavelet Analysis from Theory to Soft-


ware. Wellesley, MA: A. K. Peters, 1994.

[78] C. J. I. Services, WSQ Gray-Scale Fingerprint Image Compression


Specification (ver. 2.0). Federal Bureau of Investigation, Feb. 1993.

[79] C. Herley, J. Kovačević, K. Ramchandran, and M. Vetterli, “Tilings of


the time-frequency plane: Construction of arbitrary orthogonal bases
and fast tiling algorithms,” IEEE Transactions on Signal Processing,
vol. 41, pp. 3341–3359, Dec. 1993.

[80] J. R. Smith and S. F. Chang, “Frequency and spatially adaptive


wavelet packets,” in Proc. ICASSP, May 1995.

[81] M. W. Marcellin and T. R. Fischer, “Trellis coded quantization of


memoryless and Gauss-Markov sources,” IEEE Transactions on Com-
munications, vol. 38, pp. 82–93, January 1990.

[82] G. Ungerboeck, “Channel coding with multilevel/phase signals,” IEEE


Transactions on Information Theory, vol. IT-28, pp. 55–67, January
1982.

[83] G. D. Forney, “The Viterbi algorithm,” Proceedings of the IEEE,


vol. 61, pp. 268–278, March 1973.

[84] M. W. Marcellin, “On entropy-constrained trellis coded quantization,”


IEEE Transactions on Communications, vol. 42, pp. 14–16, January
1994.

[85] P. A. Chou, T. Lookabaugh, and R. M. Gray, “Entropy-constrained


vector quantization,” IEEE Transactions on Information Theory,
vol. 37, pp. 31–42, January 1989.

[86] H. Jafarkhani, N. Farvardin, and C. C. Lee, “Adaptive image coding


based on the discrete wavelet transform,” in Proc. IEEE Int. Conf. Im-
age Proc. (ICIP), vol. 3, (Austin, TX), pp. 343–347, November 1994.
1. Wavelet-based Image Coding: An Overview 65

[87] R. L. Joshi, T. Fischer, and R. H. Bamberger, “Optimum classification


in subband coding of images,” in Proc. IEEE Int. Conf. Image Proc.
(ICIP), vol. 2, (Austin, TX), pp. 883–887, November 1994.
[88] J. H. Kasner and M. W. Marcellin, “Adaptive wavelet coding of im-
ages,” in Proc. IEEE Int. Conf. Image Proc. (ICIP), vol. 3, (Austin,
TX), pp. 358–362, November 1994.
[89] W. H. Chen and C. H. Smith, “Adaptive coding of monochrome and
color images,” IEEE Transactions on Communications, vol. COM-25,
pp. 1285–1292, November 1977.

[90] N. S. Jayant and P. Noll, Digital Coding of waveforms. Englewood


Cliffs, NJ: Prentice-Hall, 1984.
[91] C. Chrysafis and A. Ortega, “Efficient context based entropy cod-
ing for lossy wavelet image compression,” in Proc. Data Compression
Conference, (Snowbird, Utah), pp. 241–250, 1997.
[92] Y. Yoo, A. Ortega, and B. Yu, “Progressive classification and adaptive
quantization of image subbands.” Preprint, 1997.
[93] D. Marpe and H. L. Cycon, “Efficient pre-coding techniques for
wavelet-based image compression.” Submitted to PCS, Berlin, 1997.
[94] P. G. Sherwood and K. Zeger, “Progressive image coding on noisy
channels,” in Proc. Data Compression Conference, (Snowbird, UT),
pp. 72–81, Mar. 1997.
[95] S. L. Regunathan, K. Rose, and S. Gadkari, “Multimode image coding
for noisy channels,” in Proc. Data Compression Conference, (Snow-
bird, UT), pp. 82–90, Mar. 1997.
[96] J. Garcia-Frias and J. D. Villasenor, “An analytical treatment of
channel-induced distortion in run length coded image subbands,” in
Proc. Data Compression Conference, (Snowbird, UT), pp. 52–61, Mar.
1997.
[97] A. Nosratinia and M. T. Orchard, “A multi-resolution framework for
backward motion compensation,” in Proc. SPIE Symposium on Elec-
tronic Imaging, (San Jose, CA), February 1995.
Tutorial on Hidden Markov Models

Copyright
c 1995, 2002 Javier R. Movellan.

This is an open source document. Permission is granted to copy, distribute and/or modify
this document under the terms of the GNU Free Documentation License, Version 1.2 or
any later version published by the Free Software Foundation; with no Invariant Sections,
no Front-Cover Texts, and no Back-Cover Texts.

Endorsements
This document is endorsed by its copyright holder: Javier R. Movellan. Modified versions
of this document should delete this endorsement.
1 Notation for discrete HMM

S = {S1 , ..., SN }. Set of possible hidden states.


N. Number of distinct hidden states.
V = {v1 , ..., vM }. Set of possible external observations.
M. Number of distinct external observations.
o = (o1 , ..., oK ). A sample of sequences of external observations (the training sample).
Each element in o is an entire sequence of observations (e.g., a word).
K. Number of sequences (e.g., words) in the training sample.
o = (o1 , ..., oT ). A sequence of external observations (e.g., a word). If there is more than
a sequence I use a superscript l.
ot . A variable representing the external observation at time t. If there is more than a
sequence of interest, I use a superscript (e.g., o42 = 3 means that in sequence number 4, at
time 2 we observe v3 ).
T . The number of time steps in the sequence .
q = (q 1 , ..., q K ). Collection of sequences of internal states (internal state sequences that
may correspond to each sequence in the training sequence).
q = (q1 , ..., qT ). A sequence of internal states. If there is more than a sequence of interest
I use a superscript to denote the sequence of interest.
qt . A variable representing the internal state at time t. If there is more than a sequence I
use a superscript (e.g., q24 = 3 means that the system is in state S3 at time 2 in sequence
number 4 of the training sample).
λ = (A, B, π). A hidden Markov model as defined by its A, B and π matrices.
aij = Pλ (qt+1 = j|qt = i). State transition probability for model λ.
A = {aij }. The N xN matrix of transition probabilities.
bj (k) = Pλ (ot = k|qt = j). Emission probability for observation vk by state Sj .
B = {bj (k)}. The MxN matrix of state to observations probabilities.
πi = Pλ (q1 = i). Initial state probability for model λ.
π = {πi }. The vector of initial state probabilities.
P
Q(λ, λ̄) = q Pλ (q|0)log Pλ̄ (qo). The auxiliary function maximized by the E-M algo-
rithm. λ represents the current model, λ̄ represents the new model under consideration.
Ql (λ, λ̄) The E-M function restricted to the sequence ol from the training sample.
αt (i) = Pλ (o1 ...ot qt = i). The forward variable for the sequence o at time t for state i. If
there is more than one sequence of interest I use a superscript to denote the sequence.
βt (i) = Pλ (ot+1 ...oT |qt = i). The scaled backward variable for the sequence o at time t
for state i. If there is more than one sequence of interest I use a superscript to denote the
sequence.
α̂t (i). The scaled forward variable for the sequence o at time t for state i. If there is more
than one sequence of interest I use a superscript to denote the sequence.
β̂t (i). The scaled backward variable for the sequence o at time t for state i. If there is more
than one sequence of interest I use a superscript to denote the sequence.
c1 ...cT . The scaling coefficients in the scaled forward and backward algorithm for the
sequence ol . If there is more than one sequence of interest I use a superscript to denote the
sequence.
γt (i) = Pλ (qt = i|o) If there is more than one sequence of interest I use a superscript to
denote the sequence.
ξt (i, j) = Pλ (qt = i qt+1 = j|o). If there is more than one sequence of interest I use a
superscript to denote the sequence.

2 EM training with Discrete Observation Models


In this section we review two methods for training standard HMM models with discrete
observations: E-M training and Viterbi training.

2.1 The E-M auxiliary function

Let λ represent the current model and λ̄ represent a candidate model. Our objective is to
make Pλ̄ (o) ≥ Pλ (o), or equivalently log Pλ̄ (o) ≥ log Pλ (o).
P
Due to the presence of stochastic constraints (e.g., aij ≥ and j aij = 1) it turns out to
be easier to maximize an auxiliary function Q(·) rather than to directly maximize log P λ̄ .
The E-M auxiliary function is defined as follows:
X
Q(λ, λ̄) = Pλ (q|o)log Pλ̄ (qo) (1)
q

Here we show that Q(λ, λ̄) ≥ Q(λ, λ) → log Pλ̄ (o) ≥ log Pλ (o).
For any model λ or λ̄ it must be true that
Pλ̄ (oq)
Pλ̄ (o) = (2)
Pλ̄ (q|o)
or logPλ̄ (o) = logPλ̄ (oq) − logPλ̄ (q|o).
Also, X
logPλ̄ (o) = Pλ (q|o)logPλ̄ (o) (3)
q

since logPλ̄ (o) is a constant. Thus, from equation 2 it follows that


X X
log Pλ̄ (o) = Pλ (q|o)logPλ̄ (oq) − Pλ (q|o)logPλ̄ (q|o) (4)
q q
X
= Q(λ, λ̄) − Pλ (q|o)logPλ̄ (q|o) (5)
q

Applying the Q(·, ·) function to (λ, λ̄) and to (λ, λ), it follows that,

Q(λ, λ̄) − Q(λ, λ) = log Pλ̄ (o) − log Pλ (o) − KL(λ, λ̄) (6)

where KL(·, ·) is the Kullback-Leibler criterion (relative entropy) of the probability distri-
bution Pλ (q|o) with respect to the probability distribution Pλ̄ (q|o)
X Pλ (q|o)
KL(λ, λ̄) = Pλ (q|o)log (7)
q
Pλ̄ (q|o)

Rearranging terms,

log Pλ̄ (o) − log Pλ (o) = Q(λ, λ̄) − Q(λ, λ) + KL(λ, λ̄) (8)

and since the KL criterion is always positive, it follows that if

Q(λ, λ̄) − Q(λ, λ) ≥ 0 (9)


then
log Pλ̄ (o)log Pλ (o) ≥ 0 (10)

2.2 The overall training sample E-M function

We defined the overall E-M function


X
Q(λ, λ̄) = Pλ (q|o)log Pλ̄ (qo) (11)
q

with o including the entire set of sequences in the training sample. Assuming that the
sequences are independent, it follows that
X X XX
Q(λ, λ̄) = Pλ (q|o) log Pλ̄ (q l ol ) = (log Pλ̄ (q l ol ))Pλ (q|o) (12)
q l l q

And since each state sequence q l depends only on the corresponding observation sequence
ol it follows that
XX X K
Y
Q(λ, λ̄) = (log Pλ̄ (q l ol )) Pλ (q m |o) (13)
l q l q−q l m=1

where q − q l = (q 1 , ..., q l−1 , q l+1 , ..., q K ) represents an entire collection of sequences


except for the sequence q l . Thus

XX X K
Y
Q(λ, λ̄) = (log Pλ̄ (q l ol ))Pλ (q l |ol ) Pλ (q m |o) = (14)
l q l q−q l m6=l
XX X Y
= (log Pλ̄ (q l ol ))Pλ (q l |ol ) Pλ (q m |o) (15)
l ql q−q l m6=l

and since
K
X Y
Pλ (q m |o) = 1 (16)
q−q l m6=l
it follows that the E-M function can be decomposed into additive E-M functions, one per
observation sequence in the training sample:
XX X
Q(λ, λ̄) = Pλ (q l |ol ) log Pλ̄ (q l ol ) = Ql (λ, λ̄) (17)
l ql l
2.3 Maximizing the E-M function

For simplicity let us start with the case in which there is a single sequence. The results
easily generalize to multiple sequences. Since we work with a single sequence we may
drop the l superscript.
X
Q(λ, λ̄) = Pλ (q|o)log Pλ̄ (qo) (18)
q

And since,
Pλ̄ (qo) = π̄q1 b̄q1 (o1 )āq1 q2 b̄q2 (o2 )āq2 q3 ... (19)
it follows that, X
Q(λ, λ̄) = Pλ (q|o)log π̄q1 + (20)
q

Tl X
X
+ Pλ (q|o)log b̄qt (ot )+ (21)
t=1 q

TX
l −1 X

+ Pλ (q|o)log āqt qt+1 (22)


t=1 q

The first term can be expressed as follows


X X X
Pλ (q|o)log π̄q1 = log π̄j Pλ (q|o)δ(j, q1 ) (23)
q j q

where δ(j, q1 ) tells us to include only those cases in which q1 = j. Therefore,


X
Pλ (q|o)δ(j, q1 ) = Pλ (q1 = j|o) = γ1 (j) (24)
q

The second term can be expressed as follows


Tl X
X Tl X X
X X
Pλ (q|o)log b̄qt (ot ) = log b̄i (j) Pλ (q|o)δ(i, qt )δ(j, ot ) (25)
t=1 q t=1 i j q

where δ(i, qt )δ(j, ot ) tells us to include only those cases for which qt = i and ot = j.
Therefore,
X
Pλ (q|o)δ(i, qt )δ(j, ot ) = Pλ (qt = i|o)δ(ot , j) = γt (i)δ(ot , j) = (26)
q

The third term can be expressed as follows


TX
l −1 X TX
l −1 X X X
Pλ (q|o)log āqt qt+1 = log āij Pλ (q|o)δ(i, qt )δ(j, qt+1 ) (27)
t=1 q t=1 i j q

where δ(i, qt )δ(j, qt+1 ) tells us to include only those cases for which qt = i and qt+1 = j.
Therefore,
X
Pλ (q|o)δ(i, qt )δ(j, qt+1 ) = Pλ (qt = i qt+1 = j|o) = ξt (i, j) (28)
q

Putting it together
X
Q(λ, λ̄) = γ1 (j) log π̄j + (29)
j

XX Tl
X
+ log b̄i (j) ( γt (i)δ(ot , j))+ (30)
i j t=1

XX TX
l −1

+ log āij ( ξt (i, j)) (31)


i j t=1

When there is more than a sequence, we just need to add up over sequences to obtain the
overall Q(·, ·) function
X X
Q(λ, λ̄) = log π̄j ( γ1l (j))+ (32)
j l

XX Tl
XX
+ log b̄i (j) ( γtl (i)δ(olt , j))+ (33)
i j l t=1

XX X TX
l −1

+ log āij ( ξtl (i, j)) (34)


i j l t=1

Note that the part of the overall Q(λ, λ̄) function dependent on π̄j is of the form wj log xj
with xj = π̄j and
XK
wj = γ1l (j) (35)
l=1
P
with constraints j xj = 1, and xj ≥ 0.
Equivalently, the part of the overall Q(λ, λ̄) function dependent of b̄i (j) is of the form
wj log xj with xj = b̄i (j) and

Tl
K X
X
wj = γtl (j)δ(olt , j) (36)
l=1 t=1
P
with constraints j xj = 1, and xj ≥ 0.
Finally, the part of the overall Q(λ, λ̄) function dependent of āij is also of the form
wj log xj with xj = āij and
XK TXl −1

wj = ξtl (i, j) (37)


l=1 t=1
P
with constraints j xj = 1, and xj ≥ 0.
Pthat the maximum of a function of the form wj log xj with constraints
It is easy to show
that xj ≥ 0 and j xj = 1 is achieved for
wj
xj = P (38)
j wj

The parameters of the new model λ̄ that maximize the overall Q(λ, λ̄) function easily
follow:

PK
γ1 (i)
π̄i = l=1
K

PK PTl
γt (i)δ(olt ,j)
b̄i (j) = l=1
PK
t=1
P Tl l (39)
l=1 t=1 γt (i)

PK PTl −1
t=1 ξt (i,j)
āij = Pl=1
K
PTl −1 l
l=1 t=1 γt (i)

2.4 Obtaining the E-M parameters from the scaled forward and backward
algorithms

Section under construction

2.5 MM Training

MM training (Maximization Maximization) may be seen as an approximation to EM train-


ing. In MM training we basically substitute the Expected value operation by a Max oper-
ation thus the MM name. Other names for these algorithms are: Viterbi training (because
we use the Viterbi algorithm to do the Max operation) and segmented K-means (K-means
is a classical clustering method that belongs to the MM family).
In Viterbi-based decoding, the degree of match between a model λ and an observation
sequence ol is defined as ρ(λ, ol ) = maxql log Pλ (q l ol ) = log Pλ (q̂ l ol ). We
have seen how for a fixed model λ, the Viterbi recurrence can be used to find q̂ l and
ρ(λ, ol ). When there is more than one training sequences they are assumed independent
and ρ(λ, o) = K l
P
l=1 ρ(λ, o ). Thus, the optimal states can be found by applying Viterbi
decoding independently for each of the training sequences.
In MM training the objective is to find an optimal point of log Pλ (q l ol ) with the model λ
and the state sequence q as optimizing variables.
To begin with, assume that Viterbi decoding has found the best sequence of hidden states
for the current λ model: q̂ = (q̂ 1 , ..., q̂ K ). Once we have q̂ we find a new model λ̄ such
that log Pλ̄ (o q̂) ≥ log Pλ (o q̂). To do so simply define a dummy model λ̂ such that
Pλ̂ (qo) = δ(q̂, o), thus the dummy model is such that only state sequence q̂ can co-occur
with observation sequence o.
For such model, Pλ̂ (q1 = j|ol ) = δ(i, q̂ l ), Pλ̂ (qt = i|ol ) = δ(i, q̂t ), and Pλ̂ (qt = i qt+1 =
j|ol ) = δ(i, q̂t )δ(j, q̂t+1
l
). Also note that Q(λ̂, λ̄) = log Pλ̄ (o q̂), the function we want
to optimize. Thus, substituting the λ̂ parameters in the standard E-M formulas guarantees
that Q(λ̂, λ̄) ≥ Q(λ̂, λ) or log Pλ̄ (o q̂) ≥ log Pλ (o q̂)
Thus, the MM training rules are as follows:

PK
δ(i,q̂1l )
π̄i = l=1
K

PK P Tl
δ(i,q̂tl )δ(j,olt )
b̄i (j) = l=1
PK
t=1
P Tl l (40)
l=1 t=1 δ(i,q̂t )

PK PTl −1
δ(i,q̂tl )δ(j,q̂t+1
l
)
āij = l=1
PK
t=1
PTl −1 l)
l=1 t=1 δ(i,q̂ t

Note that Viterbi decoding maximizes log Pλ (q, o) with respect to q for a fixed model (the
first M step) then we maximizes log Pλ (q, o) with respect to λ, for a fixed q (the second
M step). Since we are always maximizing with respect to some variables, log P λ (q o) can
only increase and convergence to a local maximum is guaranteed.
3 Notation for Continuous Density Models
The notation for the continuous case is the same as the discrete case with the following
additional terms.
P Number of dimensions per observation (e.g. cepstral coefficients): o t = (ot1 ...otP ).
M. Number of clusters within a state.
V = {v11 , ..., v1M ..., vN 1 ..., vN M }. Set of possible clusters of external observations (M
clusters per state). Each cluster vij is identified by a state index i and a cluster index j.
mt variable identifying the cluster index of the cluster that occurred at time t. For example
if cluster vik occurred at time t then qt = i and mt = k.
m = (m1 ...mt ). A sequence of cluster indexes, one per time step.
gik = Pλ (mt = k|qt = j). Emission probability (gain) of cluster kvik by state Sj .
φ(·). A kernel function (e.g. Gaussian) to model the probability density of a cluster of
observations produced by a state.
bj (ot ) = Pλ (ot |qt = j).
µik = (µik1 , ..., µikP ). The centroid or prototype of cluster vik .
 2
σik1 σik12 ... σik1p

2
 σ σik2 ... σik2p 
Σik =  ik21...  The covariance matrix of cluster vik .
2
σikp1 σikp2 ... σikp
2
σikn . The variance of the l th dimension (e.g. cepstral) within cluster vik , a diagonal ele-
ment of Σik .
σiknm , The covariance between dimension l and dimension m within the cluster v ik an
off-diagonal elements of Σik . Usually assumed zero.

4 Continuous Observation Models


In this section we study the E-M and Viterbi training procedures for continuous observation
HMMs.

4.1 Mixtures of Densities

In the discrete case the observations are discrete, represented by an integer. In the con-
tinuous case the observations at each time step are P-dimensional real-valued vectors (e.g.
cepstrals coefficients). In our notation ot = (ot1 , ..., otP ).
The continuous observation model produces sequences of observations in the following
way: At each time step the system generates a hidden state qt according to a a state to state
transition probability distribution aqt−1 qt . Once qt has been generated, the system gener-
ates a hidden cluster mt according to a state to cluster emission probability distribution
gqt mt . Once the hidden cluster has been determined, an observation vector is produced
probabilistically according to some kernel probability distribution (e.g. Multivariate Gaus-
sian). We can think of the clusters as low level hidden states embedded within high level
hidden states qt . For example, the high level hidden states may represent phonemes and
the low-level hidden clusters may represent acoustic categories within the same phoneme.
For simplicity each state is assumed to have the same number of clusters (M) but the set of
clusters is different from state to state. Thus, there is a total of NxM clusters, M per state.
We represent cluster k of state Sj as vjk and we use the variable mt to identify the cluster
number within a state at time t. Thus if qt = i and mt = k it means that at time t cluster
vjk occurred.
If we know the cluster at time t, the probability density of a vector of continuous obser-
vations (e.g. cepstral coefficients) is modeled by a kernel function, usually a multivariate
Gaussian
Pλ (ot |vjk ) = Pλ (ot |qt = j mt = k) = φ(ot , µjk , Σjk ) (41)

Where φ(·) is the kernel function (e.g. multivariate Gaussian) µjk = (µjk1 , ..., µjkP ) is
a centroid or prototype that determines the position of the cluster in P-dimensional space,
and  2 
σjk1 σjk12 ... σjk1P
 σjk21 σ 2 ... σjk2P 
Σjk =  jk2  (42)
 ... 
2
σjkP 1 σjkP 2 ... σjkP
is a covariance matrix that determines the width and tilt of the cluster in P-dimensional
2 2
space. The diagonal terms {σjk1 ...σjkP } are the cluster variances for each dimension.
They determine the spread of the cluster on each dimension. The off-diagonal elements are
known as the cluster covariances and they determine the tilt of the cluster. For the Gaussian
case, the kernel function is
1
φ(ot , µjk , Σjk ) = e−d(ot ,µjk ) (43)
(2π)P/2 |Σjk |1/2
where |Σjk | is the determinant of the variance matrix, and d(ot , µjk ) is known as the Ma-
halanobis distance between the observation and the kernel’s centroid.
1
d(ot , µjk ) = (ot − µjk )Σ−1
jk (ot − µjk )
0
(44)
2

Since the covariance matrices Σjk are symmetric, each kernel is defined by P (P2+3) param-
eters (P for the centroids and P (P + 1)/2 for the variances). In practice the off-diagonal
variances are assumed zero, reducing the number of parameters per kernel to 2P. In such
QP 2
case the determinant |Σjk | is just the product of P scalar variances |Σjk | = l=1 σjkl , and
the Mahalanobis distance becomes a scaled Euclidean distance:
P
1 X (otl − µjkl )2
d(ot , µjk ) = 2 (45)
2 σjkl
l=1

Given a state Sj , the system randomly chooses one of its M possible clusters with state to
cluster emission probability P (mt = k|qt = j). This probability is assumed independent
of t and thus it can be represented by a parameter with no time index. In our notation
P (mt = k|qt = j) = gjk , the gain of the k th cluster embedded in state Sj .
Thus, the overall probability density of the observations generated by a state S j is given by
a weighted mixture of kernel functions.

M
X
Pλ (ot |qt = j) = P (mt = l|qt = j)P (ot |qt = j, mt = k) = (46)
l=1
or
M
X
bj (ot ) = gjk φ(ot , µjk , Σjk ) (47)
k=1
4.2 Forward and backward variables

The un-scaled and the scaled algorithms work the same as in the discrete case. Only now
the emission probability terms bj (ot ) are modeled by a mixture of densities.

M
X
bj (ot ) = gjk φ(ot , µjk , Σjk ) (48)
k=1

4.3 EM Training

In the continuous case the clusters are low level hidden states mt embedded within high
level hidden states qt . Thus, the E-M function is defined over all possible q m sequences
of high-level and low-level hidden states
XX
Q(λ, λ̄) = Pλ (qm|o)log Pλ̄ (qmo) (49)
q m
and since
Pλ̄ (qmo) = π̄q1 ḡq1 m1 φ(o1 , µ̄q1 m1 , Σ̄q1 m1 ), ..., āqT −1 qT ḡqT mT φ(oT , µ̄qT mT , Σ̄qT mT )
(50)
it follows that
XX
Q(λ, λ̄) = Pλ (qm|o)log π̄q1 + (51)
q m
T
X −1 X X
Pλ (qm|o)log āqt qt+1 + (52)
t=1 q m
T XX
X
+ Pλ (qm|o)log ḡqt mt (53)
t=1 q m
T XX
X
+ Pλ (qm|o)log φ(ot , µ̄qt mt , Σ̄qt mt ) (54)
t=1 q m

Since the factors in the first two terms are independent of m they simplify into
XX X
Pλ (qm|o)log π̄q1 = Pλ (q|o)log π̄q1 (55)
q m q

and

T
X −1 X X T
X −1 X
Pλ (qm|o)log āqt qt+1 = Pλ (q|o)log āqt qt+1 (56)
t=1 q m t=1 q

These terms are identical as in the discrete case and thus the same training rules for initial
state probabilities and for state transition probabilities apply here.
To find the training formulas for the cluster gains, we focus on the part of Q(·) dependent
on the gain terms. This part can be transformed as follows
T XX
X
Pλ (qm|o)log ḡqt (mt ) = (57)
t=1 q m
T X
X N X
M XX
= Pλ (qm|o)log ḡik δ(i, qt )δ(j, mt ) (58)
t=1 i=1 k=1 q m

T X
X N X
M
= Pλ (qt = i mt = k|o)log ḡik (59)
t=1 i=1 k=1

Thus the part of Q(·) that depends on ḡik is of the form wj log xj with xj = ḡik and
T
X
wj = Pλ (qt = i mt = k|o) (60)
t=1
P
with constraints j xj = 1 and xj ≤ 0, with maximum achieved for
wj
xj = P (61)
j wj

Thus
PT PT
Pλ (qt = i mt = k|o) t=1 Pλ (qt = i mt = k|o)
ḡik = PT t=1
PM = PT (62)
t=1 k=1 Pλ (qt = i mt = k|o) t=1 Pλ (qt = i|o)

To find the learning rules for the centroids and variances we focus on the part of Q(·) that
depends on the cluster centroids and variances, which is given by the following expression:

T XX
X
Pλ (qm|o)log φ(ot , µ̄qt mt , Σ̄qt mt ) (63)
t=1 q m
This expression can be transformed as follows
T XX
X
Pλ (qm|o)log φ(ot , µ̄qt mt , Σ̄qt mt ) = (64)
t=1 q m
T X
X N X
M XX
= Pλ (qm|o)log φ(ot , µ̄ik , Σ̄ik )δ(i, qt )δ(k, mt ) (65)
t=1 i=1 k=1 q m
T X
X N X
M
= Pλ (qt = i mt = k|o)log φ(ot , µ̄ik , Σ̄ik ) (66)
t=1 i=1 k=1

Thus, at a maximum,

T N M
∂ XXX
Pλ (qt = i mt = k|o)log φ(ot , µ̄ik , Σ̄ik ) = 0 (67)
∂ µ̄ikn t=1 i=1
k=1
and since

∂log φ(ot , µ̄ik , Σ̄ik ) 1


) = 2 (otl − µ̄ikn ) (68)
∂ µ̄ikn σ̄ikl
it follows that at a maximum
XT
Pλ (qt = i mt = k|o)(otl − µ̄ikn ) = 0 (69)
t=1
or

PT
t=1 Pλ (qt = i mt = k|o) otn
µ̄ikn = PT (70)
t=1 Pλ (qt = i|o)

2
A similar argument can be made for the diagonal variance σikl . In this case

∂log φ(ot , µ̄ik , Σ̄ik ) 1 (otn − µ̄ikn )2


2 = − 2 (1 − 2 ) (71)
∂ σ̄ikn 2σ̄ikn σ̄ikn

Thus, at a maximum
T
X (otl − µ̄ikn )2
Pλ (qt = i mt = k|o)(1 − 2 )=0 (72)
t=1
σ̄ikn

from which the re-estimation formula easily follows:

PT
Pλ (qt = i mt = k|o)(otl − µ̄ikn )2
σ¯2 ikn = t=1
PT (73)
t=1 Pλ (qt = i|o)

Training for the mixture gains, mixture centroids, and mixture variances requires the
P (qt = jmt = k|o) terms, for t = 1...T , j = 1..N , k = 1...M . To obtain these
terms note the following:

P (qt = j mt = k|o) = P (qt = j|o)P (mt = k|qt = j o) = (74)

= P (qt = j|o)P (mt = k|qt = j ot ) (75)

P (ot mt = k|qt = j)
= P (qt = j|o) (76)
P (ot |qt = j)

P (mt = k|qt = j)P (ot |qt = jmt = k)


= P (qt = j|o) (77)
P (ot |qt = j)

Thus
gjk φ(ot , µik , Σik )
P (qt = jmt = k|o) = P (qt = j|o) (78)
bj (ot )

As in the discrete case, the P (qt = j|o) can be obtained through the scaled feed-forward
algorithm.
For the case with multiple training sequences the overall Q(·) decomposes into additive
Ql (·), one per training sequence. As a consequence we have to add in the numerator and
denominator of the training formulas the effects of each training sequence.
Summarizing, the E-M learning rules for the mixture of Gaussian densities case with diag-
onal covariance matrices are as follows:
PK
Pλ (q1 =j|ol )
π̄i = l=1
K

PK PTl −1
Pλ (qt =i qt+1 =j|ol )
āij = l=1
PK
t=1
PTl −1 l
l=1 t=1 Pλ (qt =i|o )

P K P Tl
P (q =i mt =k|ol )
ḡik = PK t=1
l=1 PT λ t l (79)
l=1 t=1 Pλ (qt =i|o )

PK P Tl l l
t=1 Pλ (qt =i mt =k|o ) otn
µ̄ikn = l=1 P T
P (q =i|o l)
t=1 λ t

PK P Tl
2 Pλ (qt =i mt =k|ol ) (otn −µ̄ikn )2
σ̄ikn = l=1 t=1
P K P Tl l
l=1 t=1 Pλ (qt =i|o )

where l = 1, ..., K indexes the training sequence, t = 1, ..., Tl indexes the time within
a training sequence, i = 1, ..., N and j = 1, ..., N index the hidden state, k = 1, ..., M
indexes the cluster embedded within a state, and n = 1, ..., P indexes the dimension of the
continuous vector of observations (e.g. the cepstral coefficient). The P (q t = jmt = k|o),
Pλ (qt = i|ol ) and Pλ (qt = i qt+1 = j|ol ) terms are obtained from the scaled forward-
backward algorithms according to the following formulas:

P (qt = i, mt = k|o) = P (qt = i|o) gik φ(ot ,µik ,Σik )


bi (ot )

PM
bi (ot ) = k=1 gik φ(ot , µik , Σik )

1
φ(ot , µik , Σik ) = (2π)P/2
Q P
σikn
e−d(ot ,µik )
n=1

(80)
1
PP otn −µikn 2
d(ot , µik ) = 2 n=1 ( σikn )

α̂l (i)β̂ l (i)


Pλ (qt = i|ol ) = P t l t l
i α̂t (i)β̂t (i)

Pλ (qt = i qt+1 = j|ol ) = α̂t (i)aij β̂t+1 (j)bj (olt+1 )


4.4 Viterbi decoding

We can use Viterbi decoding to find the best possible sequence of high level hidden states
q and low level clusters m. There are two approaches to this problem. One approach
attempts to find simultaneously the best joint sequence of high-level and low-level states.
Thus the goal is to find q̂ m̂ = arg maxqm Pλ (qm|o). The second approach first finds the
best possible sequence of high level states q̂ = arg maxq Pλ (q|o) and once q̂ has been
found, m̂ is defined as m̂ = arg maxm Pλ (m̂|q̂ o). The two approaches do not necessarily
yield the same results. The second approach is the standard in the literature.
For the second, most used version, of Viterbi decoding, the same Viterbi recurrence as in
the discrete case applies but using the continuous version of b i (ot ). Once we have qˆt , the
desired m̂t is simply the cluster within Sq̂t which is closest (in Mahalanobis distance) to
ot .

4.5 Viterbi training

The objective in Viterbi training (also known as segmental k-means) is to find an opti-
mal point (local maximum) of log Pλ (oq̂ m̂) with q and λ being the optimizing vari-
ables. It does not matter how q̂ m̂ are found as long as a consistent procedure is used
throughout training. As in the discrete case we define a dummy model λ̂ such that
Pλ̂ (q l ml |o) = δ(q̂ l , q l )δ(m̂l , ml ). For such model, Pλ̂ (q1l = j|ol ) = δ(i, q̂1l ), Pλ̂ (qtl =
i|ol ) = δ(i, q̂tl ), Pλ̂ (qtl = i qt+1
l
= j|ol ) = δ(i, q̂tl )δ(j, q̂t+1
l
), and Pλ̂ (qtl = i mlt = k|ol ) =
l l
δ(i, q̂t )δ(k, m̂t ).
As in the discrete case note that Q(λ̂, λ̄) = log Pλ̄ (o q̂ m̂), the function we want to op-
timize. Thus, substituting the λ̂ parameters in the standard E-M formulas guarantees that
Q(λ̂, λ̄) ≥ Q(λ̂, λ), and thus log Pλ̄ (o q̂ m̂) ≥ log Pλ (o q̂ m̂)
Thus, the Viterbi training rules are as follows:

PK
δ(i,q̂1l )
π̄i = l=1
K

PK PTl −1
δ(i,q̂tl )δ(j,q̂t+1
l
)
āij = l=1
PK
t=1
PTl −1 l
l=1 t=1 δ(i,q̂t )

PK PTl
δ(i,q̂tl )δ(k,m̂lt )
ḡik = PK t=1
l=1 PT l (81)
l=1 t=1 δ(i,q̂t )

PK PTl
δ(i,q̂tl )δ(k,m̂lt ) oltn
µ̄ikn = l=1 t=1
PT l
t=1 δ(i,q̂t )

PK PTl
δ(i,q̂tl )δ(k,m̂lt )(otn −µ̄ikn )2
σ¯2 ikn = l=1 t=1
P K P Tl l
l=1 t=1 δ(i,q̂t )

Since Viterbi decoding maximizes Pλ (q, m, o) with respect to q and m and Viterbi train-
ing maximizes Pλ (q, m, o) with respect to λ, repeatedly applying Viterbi decoding and
Viterbi training, can only make Pλ (q, m, o) increase and convergence to a local maximum
is guaranteed.
5 Factored Sampling Methods for Continuous State Models
Many recognition problems can be framed in terms of infering something about q t the
internal state of a system, based on a sequence of observations o = o 1 · · · ot . These infer-
ences are in many cases based on estimates of p(qt |o1 · · · ot ). When the states are discrete
and countable, these conditonal state probabilities can be obtained using the forwards algo-
rithm. However, the algorithm cannot be used when the states are continuous. In such case,
direct sampling methods are appropriate. Here is an example of how these methods work.
We start with a sensor model: p(ot |qt ) and a Markovian state dynamics model p(qt+1 |qt ).
Our goal is to obtain estimates of p(qt |ot ) for all t.
1. Recursion
Assume we have an estimate p̂(qt |ot ). Our goal is to update that estimate for the
next time step p(qt+1 |ot+1 ).
(a) First we draw a random sample X from p̂(qt |ot ). This sample will implicitely
define a re-estimation of p(qt |ot ) in terms of a mixture of delta functions:
p̂(qt |ot ) = N1 N
P
i=1 δ(qt , xi )
(b) For each observation xi we obtain another random observation yi using the
state dynamics p(qt+1 |qt = xi ). The new sample Y = {y1 · · · yn } im-
plicitely defines our estimates of p(qt+1 |ot ).
PN
p(qt |ot ) = N1 i=1 δ(qt+1 , yi )
(c) We know that
p(o1 · · · ot )
p(qt+1 |o1 · · · ot+1 ) = p(qt+1 ot+1 |o1 · · · ot ) = (82)
p(o1 · · · ot+1 )
p(o1 · · · ot )
p(qt+1 |o1 · · · ot )p(ot+1 |qt+1 )
p(o1 · · · ot+1 )
The fraction is a constant K(ot+1 ) independent of qt+1 , we already have an
estimate of p(qt+1 |ot ) so we just need to weight it by p(ot+1 |qt+1 ).
p̂(qt+1 |ot+1 ) = K N1 N
P
i=1 δ(qt+1 , yi )p(ot+1 |qt+1 ) =

N
1 X
= P δ(qt+1 , yi )p(ot+1 |yi )
(N ) i p(ot+1 |yi ) i=1
We can now use p̂(qt+1 |ot+1 ) to estimate parameters like the mean or the
variance
R of the distribution. More generally,
ω̂ = dqt+1 Q(p(qt+1 |ot+1 ), qt+1 )
2. Initialization
The initialization step is basically the same as the recursion step only that instead
of using the state transition probabilities we use the initial state probabilities
(a) Obtain a sample of N random states : X= {x1 · · · xN } from the initial state
probability function π(·). These N samples will implicitely work as our
estimate of the initial state probability.
N
1 X
p̂(q1 ) = δ(q1 , yi ) (83)
N i=1
(b) Weight each observation by the sensor probability p(o1 |q1 = yi ). This de-
fines our initial distribution estimates
1
p̂(q0 |o1 ) = PN δ(q0 , yi )p(o0 |yi ) (84)
N i=1 p(o1 |xi )



  !#"$&%')(  "$*,+-.* *21   9:;12-2
" +-?>@;12+-,$  *
/0 0436587 3 3=< 3 5

A BDCFEGIHKJLNMOGIPRQFCTSUSVGWHEYX[Z]\#EGIH_^ L`\&aUJ)PTZ]bYcdGWHfegL
EEZ]HKP
h Z]\iGIjIPUJEJGIP

kIlUmon)prqtsvu`lUw
myx?z{k|z?}I~m|€w=p ( -.*ƒ‚@ - 1  !
3 5 0
„@…‡†ˆ†‰‹ŠŒ.Ž,Š Ž;:…‡‘,’8‰”“ •ƒ…—–-?˜™…ƒ•š–™† .›:…‡‘

œŸž$ ‡¡¢£¤ *2!¥¥¦-‡§§

¨]©Ÿª  «¢«¬™­4 ® < +-¯12)1 0 ,"$4*,1.,1.*¥r" 1,+o 3o0‡°  ° "$; 0 91,+-± 043 —;² 12* 0 9³´µ"$!¥ 3 *2" 043  3 |*,1.,-;12-24,"$*2¶
!#" "$!#"$·41," ¹1,+- )—*22" (d¥ " —¹º)² ² 21?³'—;1  .+ " * º³ * 9 *.;²-.4()$i  *2;²-.4(  
 4123   2¶04" 36¼ 5i¸ 1,+-  4+T 3  122" "$3 4K;½)!¹² $0 `" )120 4"  7 `3  *.2" (`
7 t!¥0 .+- "$4K 4 3 4§ 3-04 3 » F)"$*.;-*2*
r+- º³ 0 3 *   1," 0 *¹.¹ 3 04"$3 ¿»-]°  Wr+- 12+ §W 3 2¥4 5¾(-4¸  ¥ *2—," (d¥+ V*2 3 ² ² ,1 3 ;0 1 K12.3 4" " `
(d&² 3 .;12" —7 4  §` 0 "$!#² 04 3 —!# 12— 3  `)3" *.;-*.*@" 3  ;1.4" '1,+-K¶0 — ;5] ¸ 4² ² " ¯12.+ 0" ¿-¹+)"$0 .+`"$°* *.0 =1  3 3 *,1.,-;3 1
À!¥
º³ *   1," *rr+ "$.+¯3.  "3 r" 1,+-3 )41. *2+ o3 + Uº ² ² 3 21Á³Á;31 r!¥2+ " *r +   0 04,3 §¥$.
7 0 043 3-043 3 3 5À¸ 0 0 0 0 3 3 ° °
 °  3 " 3  3 " 1. ³´Ã)" !¥ 3 *2" 043 (§` 0 !#²  1," 3 
1,+-#³´U)"$!¥ 3 *," 043 9 0 + 0 ! 0  3  0 -*&² 0  § 3-0 !#" 48 3 IÄ4-*2*2"$ 3
."$4r(-*2"$*¥9ˆ ;1," ¶— ;$* + " $ 2§¼+)"$4+|³´Å)"$!# *2"   $ 2!¥4  §v(  ±"  r9 ¥ 24 "$·412"
²d29 .!¥   3 ¥r043 + " $43 1Á²-.5t *. ¸ 181,+-.° ;½"$*212* 12+  ,§ir3 + "$.04+¯ 3 *2+ 0 *Á1,+-3-40 1r ] 0 .4 "$·41,0 " ²d3 29 .!¥ 043 
"$* ›“)0 ŠŽ2Š–-3 {….…ƒÆ 9 3 &º³ * 1,+-.i3 .¹*. .4Á.4-3-!¥0  1.*?0 r+ "$2+¼*2)² ² 0 21?1,+- (-*20—0  I3 + "$4+t 04.3 ;§ 0 9º³ 3 *
r+ "$.+`8&2 "$;0 7 *,  12* 9'* !¥K;½²d° 2" !¥ 12*r+ 3 "$.+`2" *2²)"$.0 `(§¯1,+-0 *.&.° 4-!¥ 1.*@.K4$* ² 0 .*. 1.7 
@4"  -!¥°  -5*ÁÇ ½!#²  —0 * 0 ¥²- 9È* 96! 3 *,1 912+ ¶;§#1,+-3  .!¥* + —2" * ;!#43 1.2" 4  i0 ÉÀ+ ²3 12+ 41 5
¸1,+-K.°  3 "   0 ¯12+-41@  3 $=!#040 1.20" 46"$*0 —*,0 1@" #9:.*2+¯ "$0 4+1 5”< 3 3 0
 3 ° 3=0 3 5
Ê
Ë̋Í&¡d¢4 ª £ º ² ² 0 ,1³';1 0  7 .+ " 3 * º12412"$*,12" —4'Î6 3 " 3  < -+  0 2§ ³´FÏ" !¥ 3 2* " 40 3‹ %”41,12— 3`Ç —  0  3 " 12" 40 3

Ð zÑnÒ8ÓÔ ÕÖ@×ؙÓ)Ù,ÕÁÒ

Ú¥ÛÀÜNݔÞÀ߇ÝÁàá‡Ü`à™âã‡Û”ä á]ݔå™ÝÁÜß]ä{á¥ã«àvÝÀß«à-æ‹ä{çŸÜ=å™èUä è‹ã‡ß«àŸçŸÞ”éã‡àdß«êvêdÜã¯Üë6ã«Üè”á‡ä ædܱã‡ÞŸã«àdß«ä ådìàdèTã«ÛÀÜNí”åá—ä{é


ä{çŸÜåá¯íÁÜ۔äÈè'çïî6ޔÝÀÝ'àߗã`ð?Ü)éã‡àß`ñÃådé4ÛÀä èÀÜ)áIò.î6ð±ñ¾á«óô¼Ú¥ÛÀܼíÁà6àdõŸá¼òöðKå™Ý”èÀä õ'÷Kø)ùdù‹ú6ûrðKå™Ý”èÀä õ'÷Kø)ùdùüó
éàè‹ã«å™ä èÜëÀéÜì ìÈÜè‹ã#çŸÜ)á‡é߇ä ݟã«äÈàè”á#à™âKî6ð±ñ¾á÷ÁíÀޟã]ã«ÛÀÜêFìÈÜ)å ædÜ
߇à6àýþâöàd߯ådèUådééàdÞÀè‹ãiÿiÛÀà‹á—Ü`ÝÀޔ߇ÝÁàá‡Ü
âöß«àdý ã‡ÛÀÜáã4å™ß‡ãIä{á`ã«àÃã«Üådé4Ûrô  ìÈã‡Û”àd Þ ÛÅã‡ÛÀÜá—Þ”
í ÜéãtéådèµíÁÜFá«å™ä{çïã‡à ۔å ædÜoá—ã«ådߗã«ÜçVä èÅã«ÛÀÜoì{å-ã«Ü
á‡ÜædÜè‹ã‡ä ÜáUò,ðKå™ÝÀèÀä õÁ÷Nø ù -ù‹ó4÷iäÈã|ä á|àdèÀì êOè”à-ÿ_ß«ÜéÜä æ6ä  è  ä è”é߇Ü)ådá‡ä 
è ïå™ã—ã«Üè‹ã‡ä àdèr÷iådè”ç á‡àÅã‡ÛÀܾã‡ä ývÜ
å™Ý”Ý'Ü)å™ß4áIá‡ÞÀäÈã«ådíÀì Üvâöàdßvå™è ä èã«ß‡àŸçŸÞ'éã‡à߇êïß«Üæ6ä Üÿ=ôµÚ¥ÛÀÜFã‡ÞŸã«àdß«ä ådì#çÀÿ¹ÜìÈì{áWÜè‹ã‡ä ß«Üì ê àèµã«ÛÀÜFÝ'å-ã—ã«Üß«è
ß«Üéà dèÀäÈã«äÈàèoÝÀß«àdí”ìÈÜýTô#ñÃådè6êoà™â?ã«ÛÀÜNä{çŸÜ)ådá¥ã«ÛÀÜß«ÜWéåd߇߫êoçŸä ß«Üéã‡ì ê|à-ædÜßiã‡à|ã‡ÛÀÜWéådá‡Üáiàdâ?߇ Ü dß«Üá«á—ä àdè
Üá—ã‡ä ý|å™ã‡ä àdè¼å™è”ç|ìÈä èÀÜ)å™ß?àÝ'Üß«å™ã‡àdß&äÈè6æÜß4á—ä àdèr÷™íÀޟãiá—Ý”åéܯéàdè”á—ã‡ß4å™ä è‹ã«áKÝÀ߇Ü)éì ޔçŸÜ)çtã‡ÛÀÜ
ÜëŸÝÀì àß«å™ã‡ä àdèIà™â
ã‡Û”Üá‡Ü=ã‡àdݔä éá#ÛÀÜ߫ܙô
Ú¥ÛÀܼã«ÞŸã‡à߇ä{ådìéàdè‹ã«ådäÈè'á
á‡àdývÜIèÀÜÿ ý|å-ã«Üß«ä{å™ì.ô  ì ì?à™â¹ã‡ÛÀÜvÝÀß«à6à™â,á=å™ß«ÜtýIêUà-ÿièïædÜß«á‡ä àdè”á÷ÿiÛÀÜß«Ü

i۔å æÜNÝÀì{ådéÜçUåoá—ã‡ß«àdè |ÜývÝÀÛ'ådá‡ä á]àdèUã«ÛÀÜä ߯íÁÜä èFí'àdã‡Ûïéì Üåd߯å™è”ç¾á—Üì:â ;éàè‹ã«å™ä èÀÜ)ç8÷Àã«àoý|å™õÜ`ã‡Û”Ü


ý|å-ã«Üß«ä{å™ìiådáFådééÜá«á—ä íÀì ÜTådávÝÁàá«á‡äÈí”ìÈÜdôgÚ¥ÛÀä{ávÿ¥ådáoçŸàdèÀÜ å-ã|ã«ÛÀܾÜë6ÝÁÜè'á—ÜÃàdâNá—àývÜÜì Ü  ådè”éÜUådè”ç
dÜèÀÜß4å™ì äÈãê±
 ÛÀà-ÿ#ÜæÜßd ÜèÀÜß4å™ì äÈãêFä{á=ޔá‡Þ”ådìÈì êTÜåá—ä ì êUådçÀçÀÜçïàdè”éÜtã‡ÛÀÜví”åá—ä{éIä{çŸÜåá
åd߇ÜvéìÈÜ)å™ßô¼Ú¥Û”Ü
ì àdè Üß#ÝÀß«à‹àdâ,áiå™ß«Ü`éàdì ì Üéã‡Ü)çvä èoã«ÛÀÜ  ÝÀÝÁÜè'çŸäÈëÁô
#êïÿ#å ê à™âiývà™ã«äÈæ-å™ã‡ä àdè÷å™è”çïã«à¾å™ì Ü߇ã=ã‡ÛÀÜF߇Ü)ådçŸÜß=ã‡à¾á‡àdývÜvàdâ¥ã‡ÛÀÜ|ì äÈã‡Üß«å™ã‡ÞÀ߫ܙ÷@ÿ¹Üoá‡ÞÀývý|åd߇ä Ü
‡á àdývÜ]ß«ÜéÜè‹ã#ådÝÀÝÀì ä{éå-ã«ä àdè”áå™è'ç|Üë6ã«Üè”á‡ä àdè”á?àdâ@á‡ÞÀÝÀÝÁàd߇ã¹ædÜ)éã«àdß&ý|åé4ÛÀä èÀÜáô”àdß¹ã‡ÛÀÜ
ݔå™ã—ã‡Ü߇èo߇Ü)éà
èÀäÈã‡ä àèVéådá‡Ü™÷Kî6ð±ñ¾áW۔å æÜví'ÜÜèµÞ'á—Ü)çVâöàdßNä{á‡àdì{å-ã«Üç ۔å™è'çŸÿi߇äÈã‡ã‡ÜèµçÀääÈã=ß«ÜéàèÀäÈã‡ä àdèDò¹àd߇ã‡Ü)áWådè”ç
ðKå™Ý”èÀä õ'÷¥øùùúŸûKîÀé4 Û àd ì õdàݟâ;
÷ #ÞÀß dÜ)áNå™è'çVðKå™ÝÀèÀä õÁ÷¥øùdù‹ú6û&îŸé4 Û à ì õdàdÝÀâ;
÷ #ÞÀß dÜáWå™è”çVðKådÝÀèÀä õÁ÷#ø)ùdù Àû
#ÞÀß dÜáiådè”çÃîŸé4 Û à ì õdàdÝÀâ;÷røùd ù ™ó÷”àd
í Ü)éã]ß«Üéà dè”ä:ã«ä àdè ò #ì åd
è =Üã±ådì.ô:÷ø)ùd ù ó4÷Áá—ÝÁÜådõdÜßiä{çŸÜè‹ã‡ä 'éå™ã‡ä àdè
ò2îÀé4ÛÀývä{ç6ã÷Kø)ùdù ‹ó4÷ré4۔åd߇ývÜ)" ç !‹Þ”å™ß«õÃçŸÜã«Üéã‡ä àd è # ÷râ,ådéÜtçÀÜã‡Ü)éã«äÈàè ä è äÈý|å dÜ)áWò $
á‡ÞÀè”åÀ ÷ Àß«ÜÞÀè'ç ådè”ç
% ä ߇à‹á—ä.÷
øùdù -å‹ó4÷#ådè”çDã‡Üë6ãFéå™ã‡Ü àdß«ä å-ã«ä àdè ò &™à‹ådé4ÛÀä ý|á÷¯øù'ù ™ó( ô ”àdß|ã«ÛÀÜÃß«Ü ߇Ü)á‡á‡ä àdèµÜ)áã«äÈý|å™ã‡ä àdè
éåá—Üd÷î6ð±ñÃá
۔å æÜWíÁÜÜè éàývݔå™ß«ÜçTàè¾íÁÜè”é4۔ý|å™ß«õoã«äÈývÜtá—Ü߇ä Ü)áiÝÀß«ÜçŸä{éã«ä àdèTã‡Ü)áã4á¼ò,) ñ ÞÀ ì ì Üß±Üã`å™ì.ôÈ÷
øù' ù 6û¹ñUÞÀõ6ÛÀÜ*ß Üܙ+ ÷ $
á‡ÞÀè”å¾ådè”ç % ä ß«àá‡ä.÷#ø)ùd' ù dó4÷ã‡Û”,Ü #àá—ã‡àèµÛÀàޔá—ä  è ¾ÝÀ߇àíÀì Üý *ò -±ß‡Þ'é4õdÜßIÜãvå™ì.ôÈ÷
øù' ù dó4÷å™è'çOòöàèïådߗã«ä 'éä{å™ìçÀå™ã«åó¯àdè ã‡Û”/ Ü .10&Ú àdÝÁÜß4å-ã‡àß±ä è6ædÜß«á‡ä àdèTÝÀß«àdíÀì Üý òöðKå™Ý”èÀä õ'÷ % àì à-ÿiä é4Û
å™è'çFî6ývàì åÀ÷Áø)ùdù ó4ô
;èývàá—ã¹à™â@ã‡ÛÀÜ)á—Ü=éåá—Ü)á÷”î6ð
ñ ÜèÀÜß«ådì ä )å-ã«äÈàèIÝÁÜ߇âöàdß«ý|å™è'éÜWò,ä2ô ܙô?Ü߇߫àdß#ß«å™ã‡Ü)á
àdèFã‡Ü)áã¯á‡Üã4á«ó¹Üä:ã«ÛÀÜߥý|å™ã«é4ÛÀÜ)á¹àߥä á¥á‡ädèÀä'éå™è‹ã‡ì êtí'Üã—ã‡Üߥã‡Û”ådèã‡Û”å™ã¥àdâéàdývÝÁÜã«äÈè WývÜã«ÛÀàŸçÀáô?ڥ۔Ü
ޔá‡Ü±àdâ@î6ð±ñ¾á&âöàßiçŸÜè”á‡äÈãêIÜ)áã«ä ý|å-ã‡ä àèTò ïÜ)áã«àdèFÜãiå™ì.ô:÷8øù' ù dó?å™è”ç  $]ð  çŸÜ)éàývÝ'à‹á—äÈã‡ä àèò.î‹ã‡äÈã
á‡àdè¾Üã=ådì.ô:÷?øù' ù dói۔åá±ådì á‡à|íÁÜÜèïá—ã‡Þ”çÀäÈÜ)ç8 ô i Ü å™ß4çŸä  è |Üë6ã‡Üè'á—ä àdè'á÷Áã‡ÛÀܼí”åá—ä{éWîŸð±ñÃá`éàdè‹ã«ådäÈèUè”à
ÝÀß«ä àdßiõ6èÀà-ÿiì Ü ç Ü=à™âã‡ÛÀÜIÝÀß«àdíÀì Üý ò{âöàdß±ÜëÀå™ývݔìÈÜd÷'å¼ì{å™ß dÜ`éì{åá‡á¥àdâ¹î6ð±ñÃá]âöàd߯ã‡ÛÀÜNä ý|å dÜ=߇Ü)é à dèÀä
ã‡ä àèݔ߇àíÀì ÜýYÿ#àdޔì , ç äÈæÜ
ã‡ÛÀÜtá‡ådývÜ`߇Ü)á—ÞÀìÈã4áiäÈâ@ã«ÛÀÜWÝÀäÈëŸÜì{á¥ÿ#Üß«Ü ”ß4áã
Ý'Ü߇ýtޟã‡Ü)çß«ådè”çŸàdývì êÃò,ÿiä:ã«Û
Üåé4ÛFä ý|å dܯá‡ Þ 8Üß«äÈ
è Wã«ÛÀÜNá‡ådývܱÝÁÜß«ýtޟã«å™ã‡ä àdè'ó÷6ådèåéã]àdâ@æ-å™è”ç”å™ì ä{á—ý ã‡Û'å-ã]ÿ#àdÞÀì{ç|ì Ü)å ædÜ]ã«ÛÀÜ`íÁÜá—ã
ÝÁÜ߇âöàdß«ýväÈ è UèÀÜÞÀß4å™ì¥èÀÜãÿ¹à߇õŸáIá—ÜædÜß«Üì ê ۔å™è”çÀä éå™ÝÀÝÁÜç'óWådè”çÅýtޔé4Ûµÿ#àdß«õïÛ'ådáIí'ÜÜè çŸàdèÀÜFàdè äÈ è
éà߇ÝÁàdß4å-ã«ä  è WÝÀß«ä àdߥõ6èÀà-ÿiì Ü ç ܯä è‹ã‡à|î6ð
ñÃáNò2îÀé4 Û àd ì õdàݟâ; ÷ #ÞÀß Üáiådè”çðKå™ÝÀèÀä õÁ÷røùù ÀûÀîÀé4 Û àd ì õdàݟâÜã
å™ì.ôÈ÷øùdùüdåÀ û #ÞÀß dÜ)á÷ø)ùdùdü‹ó4ô  ìÈã‡Û”àd Þ ÛTî6ð
ñÃá¥Û”å æ Ü à6à6ç dÜèÀÜß4å™ì ä å™ã‡ä àdètÝÁÜ߇âöàdß«ý|å™è”éܙ÷6ã‡ÛÀÜêoéådè
íÁÜIå™í6êŸá‡ý|å™ì ì êtá‡ì à-ÿ ä èTã‡Ü)áã¯Ý”Û”ådá‡Ü™÷8åvÝÀß«àdíÀì Üý_ådçÀçÀ߇Ü)á‡á‡Üçä èÅ*ò #ÞÀß dÜá÷@ø)ùd ù Ÿû $
á‡ÞÀè”åvådè”ç % ä ߇à‹á—ä.÷
ô ]ÜéÜè‹ãNÿ¹à߇õU۔å
øùùdü‹ó4 á dÜè”Üß4å™ì ä Üçã«ÛÀÜví”åá—ä{éIä çÀÜådátò2îŸývàdì{åŸ÷@îŸé4Û àd ì õdàݟâ&å™è”çï) ñ ÞÀ ì ì Üß÷?øùùdüdåÀû
î6ývàì åtå™è'çîŸé4Û àd ì õdàݟâ;÷røùùdüó÷Àá—ÛÀà-ÿièUéàdèÀèÀÜ)éã«äÈàè”á¹ã‡àvß«Ü ÞÀì{å™ß«ä )å-ã«äÈàètã‡ÛÀÜàdß«ê¾ò2î6ývàì{åŸ÷”îŸé4 Û à ìÈõàdݟâ
å™è'ço) ñ ÞÀ ì ì Üß÷'ø)ùdùü™íû % ä ߇à‹á—ä.÷'ø)ùdùüŸ
û Åå™Û6í”åÀ÷øùdùüó÷6ådè”çoá‡ÛÀà-ÿiè|ÛÀà-ÿgî6ð±ñ ä{çŸÜåá&éådèoíÁܱä è”éàdß«Ý'à
ß4å-ã‡Ü)çUä èÃå|ÿiä{çŸÜNß4å™ è dÜNàdâ&à™ã«ÛÀÜß
å™ì dà߇äÈã‡Û”ý|á
ò.îŸé4 Û à ìÈõàdݟâ;÷î6ývàdì{åvådè”çÃ) ñ ÞÀ ì ì Üß÷@ø)ùdùü™íûrîŸé4 Û à ìÈõàdݟâ
Üã¯ådì.÷8ø)ùdùüdéóôڥ۔Ü`߇Ü)ådçŸÜß#ý|å ê|ådì{á—à ”è”çFã‡Û”Ü=ã‡ÛÀÜ)á—ä{á#à™âiò2îŸé4Û àd ì õdàݟâ;÷øùd ù ™ó&ÛÀÜì ݟâöޔì2ô
Ú¥ÛÀÜtÝÀß«àdíÀì ÜýYÿiÛÀä{é4ÛÃçŸß«à-ædÜ`ã«ÛÀÜtäÈè”ä:ã«ä{å™ìrçŸÜædÜì àÝÀývÜè‹ã]à™â¹îŸð±ñÃá±àŸééޔ߫á±ä èÃá—ÜædÜß4å™ìdÞÀä{á‡Üá #ã‡Û”Ü
íÀä{ådáæ-å™ß«ä ådè”éÜã«ß«åçŸÜà
Tò % Üý|ådèNå™è”ç ¹ä ÜèÀÜè”á—ã‡àŸé4õÁ÷6øùdù dó÷ éå™Ý”åéäÈãê±éàdè‹ã‡ß«àdìÁò % ÞÀêàdèNÜãådì2ôÈ÷Ÿøùù dó÷
à-ædÜß ”ã—ã‡ä  è Nò2ñUàdè‹ã dàdývÜ߇ê
å™è”ç .Üé4õÁ÷Ÿøùdù dó íÀޟãã‡Û”Ü&í”åá—ä{é?ä{çŸÜ)åiä{áã‡Û”Ü#á«å™ývÜdôiàdÞ dÛÀì ê=á—ÝÁÜådõ‹ä è”÷
âöàdß¹å ä ædÜèIì Üå™ß«èÀä  è ¯ã«ådá‡õÁ÷ÿiäÈã‡Û¼å dä æÜè 'èÀäÈã‡Ü]å™ývàÞÀè‹ãàdâ'ã«ß«ådä èÀä  è 
ç”å-ã«åÀ÷™ã‡Û”Ü]í'Ü)áã ÜèÀÜß«ådì ä )å-ã«äÈàè
ÝÁÜ߇âöàdß«ý|å™è”éÜWÿiä ì ìíÁÜvådé4ÛÀä ÜædÜçÃä:â¹ã‡ÛÀÜvß«ä dۋã±í'å™ì{å™è”éÜWä{á`á—ã‡ß«Þ”é4õUí'Üãÿ¹ÜÜè ã‡ÛÀÜ|åééÞÀß«åéêUå-ã‡ã«ådäÈè”Üç
àdè¼ã«Û”å-ã¥Ý”ådߗã«ä éÞÀì{å™ßã‡ß4å™ä èÀä  è `á‡Üã÷Ÿådè”çtã‡Û”Ü éå™Ý”åéäÈãê 
à™âã‡Û”ܯý|ådé4۔äÈè”Ü™÷™ã«Û”å-ã#ä á÷dã«ÛÀܱådíÀä ì ä:ãêWà™âã‡Û”Ü
ý|ådé4۔äÈè”ܯã«àvìÈÜ)å™ß«èådè6ê|ã‡ß4å™ä èÀä  è tá—Üã¯ÿiäÈã‡ÛÀàޟãiÜ߫߇àßô  ý|ådé4ÛÀä èÀÜ
ÿiäÈã‡Ûã‡à6àvýtޔé4ÛTéå™Ý'ådéäÈãêvä{á¥ì ä õdÜ
åí'àdã«ådèÀä{áã`ÿiäÈã‡ÛÅåÝÀÛÀàdã‡à ß«ådÝÀÛÀä{éIývÜývàdß«êTÿiÛÀàÀ÷ÿiÛÀÜèVÝÀß«Üá‡Üè‹ã«Üç ÿiä:ã«ÛïåTè”Üÿ[ã‡ß«Üܙ÷éàè”éì ޔçŸÜ)á
ã‡Û'å-ã¯äÈãiä{áièÀà™ã¯åtã«ß‡ÜÜ`í'Ü)éådޔá—Ü`äÈã]۔åá]åvçŸä 8Üß«Üè‹ãiè‹Þ”ýIíÁÜßiàdâì Ü)å ædÜá¹âöß«àdý_å™è6ê‹ã‡ÛÀä  è ¼á—Û”Ü`۔ådá]á‡ÜÜè
íÁÜâöàd߫ܙûåFý|åé4ÛÀä èÀÜNÿiäÈã‡Û¾ã‡à6àìÈäÈã‡ã‡ì ÜIéå™Ý”åéäÈãêFä{á
ì ä õdÜ`ã«ÛÀܼí'àdã«å™è”ä á—ã $á±ì å êTíÀß«à™ã«ÛÀÜß÷rÿiÛÀàTçŸÜéì åd߇Ü)á
ã‡Û'å-ã¥ä:âräÈã  á dß«ÜÜè÷‹äÈã  á#å`ã«ß‡Üܙô  Üä:ã«ÛÀÜß#éåd/ è dÜèÀÜß4å™ì ä Ü¥ÿ#Üì ì.ôÚ¥ÛÀÜ
ÜëŸÝÀì àdß4å-ã«ä àdè¼å™è”ç¼âöà߇ý|ådì ä )å-ã«äÈàè
à™âÁã‡Û”Üá‡Ü]éàdè'éÜÝÀã«á?۔åá߇Ü)á—Þ”ì:ã«ÜçIä èIàèÀÜià™âÁã‡ÛÀÜ]á‡ÛÀä èÀä  è 
Ý'Ü)å™õŸáà™âÁã‡Û”Ü¥ã‡ÛÀÜàdß«êWà™âá—ã«å-ã«ä{áã«ä éå™ì‹ì Üå™ß«èÀä è 
òöðKådÝÀèÀä õÁ÷rø
ù -ùóô

;èUã«ÛÀÜ`âöàìÈì à-ÿiä è ”÷6íÁàdì{çFãê6Ý'Üâ,ådéÜNÿiä ìÈìäÈè'çŸä{éå-ã«Ü=ædÜéã‡àß]àdß]ý|å™ã‡ß«äÈë !Þ'å™è‹ã‡äÈã‡ä Ü)áû”è”àdß«ý|å™ì8ãê6Ý'Üâ,ådéÜ
ÿiä ì ìíÁÜtÞ'á—Ü)çUâöàdß=æÜéã«àdß
å™è”ç¾ý|å-ã‡ß«äÈëTéàdývÝÁàdèÀÜè‹ã«á
å™è”çTâöàß`á‡éå™ì{å™ß4áôVÜIÿiä ì ìì{å™íÁÜì?éàdývÝÁàdèÀÜèã4á
à™â@ædÜéã‡àß«á#å™è”çFý|å-ã«ß‡ä{éÜá?ÿiäÈã‡Û % ߇ÜÜõvä è”çŸä{éÜá÷6ådè”ç|ì{å™íÁÜì8æÜéã«àdß4á¹ådè”ç|ý|å™ã‡ß«ä{éÜáKã‡ÛÀÜý|á—Üì ædÜá&ÿiäÈã‡Û
iàý|å™èÅä è”çŸä{éÜ)áô ”ådývä ìÈä{åd߇äÈãêTÿiäÈã‡ÛÅã«ÛÀÜTޔá—ÜFà™ â @å ß«ådè dÜvýtÞÀìÈã‡ä ÝÀì ä Üß4á±ã‡àVá—àìÈæÜvÝÀß«àdíÀì Üý|áWÿiäÈã‡Û
Ü !‹Þ”ådì ä:ãê¼àßiäÈè” Ü !‹Þ”å™ì äÈãê¼éàdè'áã«ß«ådäÈè‹ã4á&ä{á¥ådá«á—Þ”ývÜ
ç  ô

z
  }IÕÁ×@ÒÖTÕ'ÒÓW€!6Ò"Ô$#%2Ù'& #ŸÓÙ2Õ'ÒTu‹Ô$(ƒÕ”Ô$)*#”Ò@Ø `Õ+(,#Iu#ŸÓÓ‹Ô-ÒÃm-6ØÕ+.ÁÒ@Ù,ÓÙ2Õ'Ò0/12#ŸÔ-Ò,3
Ù,Ò".546#ÀØ7Ù,Ò"

Ú¥ÛÀÜ߇Ü|ä{áNåÃ߇Üý|å™ß«õ ådíÀì ÜNâ,ådýväÈì êÃàdâií'àÞÀè”çÀá dà-ædÜ߇è”äÈ è oã«ÛÀÜ|ß«Üì{å-ã«äÈàè íÁÜãÿ#ÜÜèVã‡ÛÀÜFéå™Ý'ådéäÈãêÃàdâ]å


ì Üåd߇èÀä è¥ý|åé4ÛÀä èÀÜKå™è”çNä:ã4áÝÁÜ߇âöàdß«ý|å™è'éÜ8)ô?Ú¥ÛÀÜ&ã‡ÛÀÜàdß«ê߇ÜÿVàdޟãà™â”éàdè”á‡ä{çŸÜß4å-ã«äÈàè”á8à™âÀޔè”çŸÜßÿi۔å™ã
éä ß4éÞÀý|á—ã«ådè”éÜ)á÷Àådè”çÛÀà-(
ÿ !‹ÞÀä{é4õ6ì ê™÷6ã‡Û”ÜNývÜådèàdâá‡àdývÜ=ÜývÝÀä ߇ä{éåd ì !‹Þ”ådè‹ã‡äÈãêoéàè6ædÜß dÜ)á#ÞÀèÀäÈâöàdß«ývì ê™÷
ådá]ã‡ÛÀÜtè6ÞÀýtí'Ü߯à™â&ç”å-ã«åoÝ'àä èã4á]ä è”é߇Ü)ådá‡Üá÷Àã‡àoã‡ÛÀÜIã‡ß«ÞÀÜWývÜ)å™èµòöã‡Û”å™ã±ÿiÛÀä{é4ÛUÿ#àdÞÀì{çTíÁÜtéå™ì{éÞÀì{å™ã‡Üç
âöß«àdýYådèä  è 'èÀäÈã‡Ü=å™ývàdޔèã¥à™â?çÀå™ã«åó
ò,ðKå™ÝÀèÀä õÁ÷rø
ù -ù‹ó49
ô rÜã]Þ'á]áã4å™ß‡ãiÿiä:ã«ÛFàèÀÜ=à™â@ã‡ÛÀÜ)á—Ü`íÁàdÞÀè'çÀáô
Ú¥ÛÀܾèÀà™ã4å-ã‡ä àèD۔Üß«ÜUÿiäÈì ìiì{å™ßdÜì ê âöàì ìÈà-ÿ ã‡Û”å™ãFà™âvòöðKådÝÀèÀä õÁ÷`øùdù‹údóô î6ÞÀݔÝ'à‹á—ÜÃÿ#ܾådß‡Ü äÈæÜè;:
àdí'á—Ü߇æ-å-ã«ä àdè”áô 0¹ådé4ÛUàí”á—Ü߇æ-å™ã‡ä àdèÃéàdè”á‡ä{áã4á]à™â#åoݔådä ߯åFædÜ)éã‡àß<>=@?5ACBEDGF@Hþø
DIIIJDK:#å™è'çUã‡Û”Ü
ç 4ã‡ß«ÞŸã‡Û+ML
=—÷äÈæÜèã‡àFޔá]í6êUå¼ã«ß‡Þ”á—ã‡Ü)çÃá‡àdÞÀß4éÜdô
;èTã‡ÛÀÜIã‡ß«ÜÜNß«ÜéàèÀäÈã‡ä àdèFÝÀ߇àíÀì ÜýT÷N<,=
ådá«á‡à6éä{å-ã‡Ü)5
ývä dۋã&íÁÜ`åWæÜéã«àdߥà™â@ÝÀäÈë6Üì8æ ådì ÞÀÜá
òöÜdô ”P ô OQHR dú NâöàdßiåF ø -ëø `ä ý|å dÜ ó4÷6å™è”0 ç L
=ÿ¹àÞÀì{çvíÁÜtø
äÈârã‡Û”Ü
ä ý|å Ü¥éàdè‹ã«ådä è”á?å=ã‡ß«ÜÜd÷‹ådè”ç «ø¯à™ã‡Û”Üß«ÿiä á‡Ü`òöÿ#ܯޔá‡Ü 4øiÛÀÜß«Ü]ß4å-ã«ÛÀÜß?ã«Û”å™0
è S
ã‡àIá‡ä ývÝÀì äÈâöê=á‡ÞÀí”á‡ Ü !‹ÞÀÜè‹ã
âöàdß«ýtÞÀì{å™Ü)óô  à-ÿyä:ãä{áFåá‡á‡ÞÀývÜçDã«Û”å-ãã‡Û”Üܾ߫ÜëŸä{á—ã«áá—àývÜÃÞÀèÀõ6èÀà-ÿiè ݔ߇àí”å™íÀä ì äÈãêOçŸä{á—ã‡ß«äÈí”ÞŸã‡ä àdè
vò< D LÀóiâöß«àdý ÿiÛÀä{é4ÛÃã‡Û”Üá‡Ü¼ç”å-ã«åå™ß«Ü¼çŸß«å ÿièr÷rä2ô ܙôÈ÷ã‡Û”ܼç”å-ã«åTåd߇ܼådá«á—Þ”ývÜç äÈä{ç¾òöä è”çŸÜÝ'Üè”çŸÜè‹ã«ìÈê
çŸß4å ÿiè|å™è”ç|ä çÀÜè‹ã‡ä{éådì ìÈêNçÀä á—ã‡ß«ä íÀޟã«Üç”óô#ò VÜ
ÿiäÈì ìÀÞ'á—ÜgâöàdߥéÞÀýtÞÀì{å-ã«äÈæܹݔ߇àí”å™íÀä ì äÈãêNçŸä{áã«ß‡ä íÀÞÀã‡ä àdè”á÷
å™è'çµâöàßWã«ÛÀÜä ß¼çŸÜè”á‡äÈã‡ä Üá4ó4ô  à™ã«Ü|ã«Û”å-ãtã‡ÛÀä{átådá«á—Þ”ývݟã‡ä àdèVä{áNývàß‡Ü ÜèÀÜß«ådìKã«Û”å™èDådá«á—àŸéä{å™ã‡ä èTå
ÀëŸÜç LUÿiäÈã‡Û¾ÜædÜ߇ê < 
ä:ã`å™ì ì à-ÿ]á¥ã«ÛÀÜß«ÜWã«àFíÁÜvåFçÀä á—ã‡ß«ä íÀޟã«äÈàèTà™â LTâöàß`å äÈæÜè <?ô
;èÃã‡Û'å-ãNéåá—Üd÷
ã‡Û”ܼã‡ß«Þ”áã«Üçïá—àÞÀß4éÜtÿ¹àÞÀì{ç¾ådá«á‡ä èÃì{å™íÁÜì{ á L
=¥ådééàdß4çŸä 
è |ã«àUå ”ë6Ü)ç çÀä á—ã‡ß«ä íÀޟã«äÈàè÷réàè”çŸäÈã‡ä àdè'å™ìàè
<,=— ô ]à-ÿ#ÜædÜß÷Àå™â{ã‡Üߥã«ÛÀä{á]î6Üéã‡ä àdèr÷6ÿ#Ü`ÿiä ì ìÁíÁÜNådá«á‡ÞÀývä  è  ÀëŸÜ!
ç Lvâöàß dä ædÜ-
è <ô
 à-ÿYá—Þ”ÝÀÝ'à‹á—ÜFÿ¹ÜF۔å ædÜFå¾ý|åé4ÛÀä èÀÜvÿiÛÀàá‡Ü|ã4ådá‡õVä:ãtä{á`ã‡àïì Üåd߇èVã«ÛÀÜFý|ådÝÀÝÀä è < = L = ôÅڥ۔Ü
ý|ådé4۔äÈè”ܯä{á¥ådéã«Þ”å™ì ì êvçŸÜ 'èÀÜçFí6êoå¼á—Üã¥àdâÝÁàá«á‡äÈí”ìÈܱý|å™ÝÀݔäÈè á < 
ò'<PD ó4÷”ÿi۔Üܱ߫ã«ÛÀÜ=âöÞÀè”éã‡ä àdè'á

ò <PD ó¹ã«ÛÀÜý|á‡Üì æÜá&åd߇Ü
ì{å™íÁÜì Üç|í‹ê|ã‡ÛÀÜ`ådç ޔáã4å™íÀì Ü
ݔå™ß4å™ývÜã‡Üß«á Kô&Ú¥ÛÀÜ=ý|åé4ÛÀä èÀܯä{á¥ådá«á—Þ”ývÜç¼ã«à
íÁÜIçŸÜã‡Üß«ývä èÀä{áã«ä{é Kâöàß±/ ã <?÷å™è”çÃé4۔àdä{éÜ`àdâ K÷äÈã¯ÿiä ì ìå™ì ÿ¥å ê6á ä ædÜ=ã‡Û”ÜIá«å™ývÜNàޟã‡ÝÀÞÀã
å ä ædÜèTä èÀÝÀÞÀ

ò <PD óô  ݔå™ß‡ã‡ä{éޔì ådß±é4ÛÀàä{éÜtà™â dÜè”Üß4å-ã‡Ü)á
ÿi۔å-ã`ÿ#Ütÿiä ì ìéå™ì ì?* å «ã«ß«ådäÈè”ÜçUý|åé4ÛÀä èÀܙô  Ú¥Û6ޔá÷
âöàdßiÜëÀå™ývÝÀì ܙ÷ŸåtèÀÜޔ߫ådìÁè”Üãÿ#àdß«õvÿiä:ã«Û ”ë6Ü)çTå™ß4é4ÛÀäÈã‡Üéã‡ÞÀ߫ܙ÷6ÿiäÈã‡ Û µéà߇߫Üá‡ÝÁàdè”çŸä 
è Nã‡àtã‡ÛÀÜ`ÿ#Üä Ûã4á
å™è'çoíÀä{åá—Ü)á÷Ÿä{áiåtìÈÜ)å™ß«èÀä  è Ný|åé4ÛÀä èÀܱä èoã‡ÛÀä{áiá‡Üè”á‡Ü™ô
Ú¥ÛÀÜ`ÜëŸÝ'Ü)éã«å™ã‡ä àdèFà™âã‡ÛÀÜ=ã«Üá—ã]Ü߫߇àß#âöàdß]åIã‡ß4å™ä èÀÜ)ç|ý|ådé4۔äÈè”ܯä{á#ã‡ÛÀÜ߇Üâöàdß«Ü 
ø
¼ò ó1H
A
 L


ò<PD ó
  vò< DKL Àó òø ó

 à™ã‡ÜWã‡Û”å™ã÷ÿiÛÀÜèÃå|çŸÜè'á—äÈãê@ò<PDKLÀóiÜëŸä{á—ã«á÷
 vò<PD LÀó]ý|å êoíÁÜWÿiß«ä:ã‡ã‡Üè@ò<PDKLÀó  <  LÁô¯Ú¥ÛÀä{á¯ä á¯å
èÀä{éÜ
ÿ¥å êtàdâ@ÿiß«äÈã‡ä è`ã«ÛÀÜ
ã‡ß«ÞÀÜ=ývÜå™èFÜ߫߇àß÷6íÀޟãiÞÀè”ìÈÜ)á‡á¹ÿ#Ü
Û'å ædܱådèFÜ)áã«ä ý|å-ã‡Ü±à™âÿiÛ'å-ãvò<PDKLŸó¹ä{á÷
äÈãiä á¥è”à™ãiædÜ߇ê|Þ'á—ÜâöÞÀì.ô
Ü !‹Þ”ådè‹ã‡äÈãê A¼ò ó=ä{á`éådìÈì Ü)çTã‡ÛÀÜoÜëŸÝ'Ü)éã«Üçï߇ä{á‡õÁ÷àdß ޔá—ã`ã‡Û”Ü|߇ä{á‡õÁô¯Üß«Üvÿ¹Ü¼ÿiä ì ìKéådìÈìäÈã`ã‡Û”Ü
Ú¥ÛÀ/
ådéã‡Þ”ådì@ß«ä{á—õÁ÷Áã‡àÜývÝÀÛ'ådá‡äÜ=ã‡Û”å™ã
äÈã
ä á¯ã‡Û”Ü !‹Þ”ådèã«äÈãêoã«Û”å-ã`ÿ#ÜIå™ß«ÜWޔì:ã«ä ý|å-ã‡Üì ê|ä èã«Üß«Üá—ã‡Ü)çTäÈèrô`ڥ۔Ü
õ A”ò óKä{á¹çŸÜ ”è”Üç¼ã«àWíÁÜ ޔá—ã&ã«ÛÀܱývÜ)ådá‡ÞÀß«ÜçIývÜå™èvÜ߇߫àdß&ß«å™ã‡Ü]àèvã‡ÛÀܯã‡ß4å™ä èÀä è
4ÜývÝÀä ߇ä{éå™ì6߇ä{á‡
á‡ÜãWò{âöàß]å ÀëŸÜç8 ÷ 'èÀäÈã‡Ü=è6ÞÀýIíÁÜߥàdâàí”á—Ü߇æ-å™ã‡ä àdè”á4!ó 

"#$”ò% ó1H ø (
A
: '=*) &  L
=+
ò<,= D ó
I ò
ó

#
 à™ã‡Ü¾ã‡Û”å™ãFèÀàOÝÀ߇àí”å™í”äÈì äÈãêµçŸä{á—ã‡ß«äÈí”ÞŸã‡ä àdèDå™ÝÀÝÁÜådß«áoÛÀÜ߫ܙô A  ò óvä{áoå ÀëŸÜç è6ÞÀýtí'Üßvâöàdßå
ݔådߗã«ä éÞÀì{å™ß#é4ÛÀàdä{éÜ
à™â, µådè”ç|âöàß]åtݔå™ß‡ã‡ä{éޔì ådß&ã«ß«ådä èÀä èIá‡Üã"-7<,= /.‹ô
D L =

Ú¥ÛÀÜ !‹Þ”ådèã«äÈãê # L = 
ò< = D ó ä{á=éådìÈì Ü)çã‡ÛÀܼì àá«áô ”àdß
ã‡Û”ܼéådá‡ÜtçÀÜá«éß«äÈíÁÜç¾ÛÀÜ߫ܙ÷räÈã`éådè¾àdè”ìÈê
  
ã«ådõdÜWã‡ÛÀܼæ-å™ì ÞÀÜ)áS å™è”çOø™ô  à-ÿ é4۔à‹à‹á—ÜIá—àývÜ0Ãá‡Þ”é4ÛÃã«Û”å-ã S12031 ø™ôNÚ¥ÛÀÜèÃâöàdß=ì àá«á‡Üáiã4å™õ6ä è
ã‡Û”Üá‡Ü`æ ådì ÞÀÜá÷Ÿÿiä:ã«ÛFݔ߇àí”å™íÀä ì äÈãêFø450Á÷Àã‡Û”ܱâöàì ìÈà-ÿiä èWí'àÞÀè”çÛÀàdì{çÀá=ò,ðKå™ÝÀèÀä õÁ÷røùùúó 

¼ò ó61 Àò ó87:9 ;< òöì à”ò


:/= < ó>7 ø)ó?ïìÈà”ò@0A=CB‹ó òE‹ó
A A
: D
ÿiÛÀÜß‡Ü ä{á¹åWèÀàd
è ƒèÀ Ü å-ã«ä ædÜ]ä è‹ã‡ Ü dÜß#éådìÈì Ü)çWã«ÛÀÜ=ðKå™ÝÀè”äÈõ ¹ÛÀÜ߇æàdèÀÜèÀõ6ä{á]òöð ¥ó#çŸä ývÜè'á—ä àdèr÷å™è”çoä{á
å ývÜ)ådá‡ÞÀß«< Ü]à™ârã«ÛÀÜ
èÀà™ã«äÈàè|à™âéå™Ý'ådéäÈãêtývÜè‹ã‡ä àèÀÜç¼å™íÁà-ædÜdô
;èoã‡ÛÀÜ
âöàìÈì à-ÿiä è
ÿ¹Ü
ÿiä ì ì'éådì ì”ã«ÛÀܱ߫ädۋã
N
۔ådè”çUá—ä{çŸÜ`àdâ101!'ôNòE‹ó#ã‡ÛÀÜ 4ß«ä{á—õ|íÁàdޔè”ç8ô  VÜWçŸÜݔå™ß‡ã¯ÛÀÜ߇ÜNâö߇àý_á‡àdývÜ`ÝÀß«Üæ6ä àdÞ'á¥èÀàdývÜè”éì{å-ã«ÞÀß«Ü 
ã‡Û”ÜNå™ÞŸã«ÛÀàdß4á#à™âiò % ÞÀêàdèÜã¯å™ì.ôÈ÷øùd Ü  dޔådß«ådè‹ã‡ÜÜ)çvß«ä á‡
ù dó¹éådìÈì8äÈã¥ã‡ÛÀ0 õ Ÿ÷ŸíÀޟãiã«ÛÀä{á¥ä{á#á‡àdývÜã‡ÛÀä 
è Ià™âå
ývä{á—è”àdývÜß÷'á‡ä è”éÜNäÈã
ä á¯ß‡Ü)å™ì ì êoå|íÁàdޔè”çÃàè¾å|ß«ä{á—õÁ÷8èÀà™ã=å|ß«ä á‡õÁ÷8ådè”çUäÈã±Û”àdì{çÀá]àèÀì êFÿiäÈã«Û¾åoéÜ߇ã«å™ä è
ÝÀß«àdí”ådíÀä ì ä:ãêd÷‹ådè”çFá‡à¼ä{á¥èÀà™ã ޔå™ß4å™è‹ã‡ÜÜç8ô?Ú¥ÛÀÜNá‡Üéàdè”çoã‡Ü߇ý àèã‡ÛÀÜ`ß«ä dۋã#Û'å™è”çá—ä{çŸÜ=ä{á¥éådìÈì Ü)çvã‡Û”Ü
4ð  éàè 'çŸÜè”éÜdô 
 ä ß«á—ã÷-ß«Üý|åd߇õ-å™í”ìÈêd÷äÈãä á@ä è”çŸÜÝ'Üè”çŸÜè‹ãà™âFvò'<PD LÀó4ô
VÜ¥èÀà™ã«Ü&ã«ÛÀ߇ÜܹõÜê=ÝÁàdä è‹ã«áå™íÁàdޟãã‡ÛÀä{áíÁàdÞÀè”çô 

ƒã|ådá«á—Þ”ývÜáIàdèÀì êVã‡Û'å-ãví'àdã‡Û ‡ã ÛÀÜTã«ß«ådä èÀä è¾çÀå™ã«åVå™è”çµã‡ÛÀÜTã«Üá—ã|çÀå-ã4å åd߇ÜTçŸß4å ÿièOä è”çŸÜÝ'Üè”çŸÜè‹ã«ìÈê


 ã‡àHGJILKNMvò'<9D LÀóô 6î Ü)éàdè'ç8÷#äÈã|ä{á¼Þ”á‡Þ”å™ì ì êÅèÀàdã|Ý'à‹á‡á‡ä íÀì Üoã«àµéàdývݔޟã‡ÜTã«ÛÀÜUì Üâ{ã|۔ådè”ç
ådééàß«çŸä è¾
á‡ä çÀܙôNÚ¥ÛÀä ß«ç÷ÁäÈâKÿ#ÜIõ6èÀà-ÿ ÷rÿ¹Ütéådè¾Üåá—ä ì êFéàdývÝÀÞÀã‡ÜNã«ÛÀÜt߇äd ۋã¯Û'å™è”ç á—ä{çŸÜdô=Ú¥Û6ޔád ä æÜèÃá‡ÜædÜß«ådì
<
çŸä 8Üß«Üè‹ã?ìÈÜ)å™ß«èÀä è¯ý|åé4ÛÀä èÀÜá#òöß«Üéå™ì ì‹ã‡Û”å™ãC4ì Ü)å™ß«èÀä è]ý|ådé4۔äÈè”Ü]ä{áޔá—ã&å™è”à™ã‡Û”Üß?è”ådývܹâöàßKå
â,å™ývä ì ê
à™â8âöÞÀè'éã‡ä àè”á
ò< D ó—ó4÷Ÿå™è'çvé4ÛÀà6àá‡äÈè =å ÀëŸÜç8÷Ÿá—Þvéä Üè‹ã‡ì êWá‡ý|å™ì ì 0Á÷‹í6êIã‡ÛÀÜèvã«ådõ‹ä è
ã«Û”å-ã#ý|ådé4ÛÀä èÀÜ
ÿiÛÀä{é4ÛTývä èÀä ýväÜá&ã‡ÛÀÜI߇äÛãi۔ådè”çÃá‡ä{çŸÜ™÷”ÿ#ÜWåd߇ÜWé4۔à‹à‹á—ä èIã‡Û'å-ã±ý|åé4ÛÀä èÀÜ=ÿiÛÀä{é4Û dä ædÜ)á#ã‡ÛÀÜIìÈà-ÿ#Üá—ã
ÞÀÝÀÝÁÜß¼íÁàdÞÀè'çµàdèOã‡ÛÀÜTådéã‡Þ”ådì¹ß«ä{á—õÁôÅÚ¥ÛÀä{á äÈæÜáIåÃÝÀß«ä è”éä ÝÀì ÜçïývÜã‡ÛÀàŸçVâöàß¼é4۔à‹à‹á—ä  è Ãå¾ì Üå™ß«èÀä  è 
ý|ådé4۔äÈè”ÜTâöàdßUå äÈæÜè ã4ådá‡õ'÷
å™è”ç ä á|ã‡ÛÀÜVÜ)á‡á‡Üè‹ã‡ä{ådì]ä{çŸÜåOà™âWá—ã‡ß«Þ”éã«ÞÀß«ådì±ß«ä{á—õDývä èÀä ývä å-ã«ä àdè ò2á—ÜÜ
î6Ü)éã‡ä àè 6ô ó4ô % ä ædÜèU/ å ÀëŸÜçTâ,ådýväÈì ê|àdâKì Üå™ß«èÀä  è ¼ý|ådé4۔äÈè”Üá#ã‡àé4ÛÀà6àá‡Ü`âöß«àdýT÷”ã«à|ã«ÛÀÜIÜë6ã‡Üè‹ã±ã‡Û”å™ã
ã‡Û”ÜIíÁàdÞÀè'çUä{áiã‡ä Ûã¯âöàdß=å-ã±ì Ü)ådá—ã¯àdèÀÜWà™â?ã‡Û”ÜIý|åé4ÛÀä èÀÜá÷”àdè”ÜWÿiä ì ìrèÀà™ã
í'ܼå™í”ìÈÜNã‡àFçÀà|í'Üã—ã«Üß
ã‡Û”ådè
ã‡Û”ä áô Ú@àUã‡Û”ÜoÜë6ã«Üè‹ãWã«Û”å-ãIã‡ÛÀÜFí'àÞÀè”çµä{á`è”à™ãWã«ä dۋãNâöàdßtå™è6ê™÷ã«ÛÀÜoÛÀàÝ'ÜFä{á`ã‡Û'å-ãWã«ÛÀÜoß«ä dۋãN۔ådè”ç
á‡ä çÀÜtá—ã‡ä ì ì dä ædÜ)á¯Þ”á‡Üâöޔì?äÈèÀâöàdß«ý|å-ã‡ä àèÃådá
ã‡àTÿiÛÀä{é4Û ìÈÜ)å™ß«èÀä  è |ý|åé4ÛÀä èÀÜWývä èÀä ývä Ü)á#ã‡ÛÀÜ|åéã‡Þ'å™ì?ß«ä á‡õÁô
Ú¥ÛÀÜNíÁàdޔè”çTèÀà™ã]íÁÜä  è ¼ã«ä dۋãiâöàdßiã«ÛÀÜNÿiÛÀàì Ü=é4۔àá‡Üèâ,å™ývä ì êvà™âì Üå™ß«èÀä  è tý|ådé4ÛÀä èÀÜ)+á dä ædÜ)á#é߇äÈã«ä éá¥å
ޔá—ã‡ä 'ådíÀì Ü`ã«ådß Üã
å™ã
ÿi۔ä é4ÛÃã‡à ”߇ÜWã‡ÛÀÜä ß
éàdývÝÀì{å™ä è‹ã«áô  ã=ÝÀß«Üá‡Üè‹ã÷âöà߯ã«ÛÀä{á±éådá‡Ü™÷ÿ¹Ütýtޔáã
߇Üì ê
àdèÜëŸÝÁÜß«ä ývÜè‹ã¹ã«à¼í'Ü=ã«ÛÀÜ ޔ ç ܙô

M  KM G I





Ú¥ÛÀÜ¥ð ÅçÀäÈývÜè”á‡äÈàè`ä{áå±ÝÀß«àdÝÁÜ߇ãê`à™â8å
á‡Üã?àdâ”âöÞÀè”éã‡ä àdè', á -
ò ó .Iò,å ådäÈèr÷ ÿ#ܥޔá‡6 Ü Uåáå ÜèÀÜ߇ä{é¹á—Üã
à™âݔådß«ådývÜã‡Üß«áå¼é4ÛÀàä{éÜ
à™â, µá—ÝÁÜéä”Üá¥åtݔå™ß‡ã‡ä{éÞÀì{å™ß¹âöÞÀè”éã«ä àdè'ó÷”å™è”çTéådèFíÁÜNçŸÜ”èÀÜçFâöàßiæ åd߇ä àޔá
éì{åá‡á‡Üá¹à™â@âöÞÀè”éã«ä àdè

ô ]Üß«Ü=ÿ¹Ü=ÿiä ì ì'àèÀì ê|éàè”á—ä{çŸÜß&âöޔè”éã«äÈàè”á#ã‡Û'å-ã¯éà߇߫Üá‡ÝÁàdè”ç¼ã«à¼ã‡ÛÀÜ
ãÿ#à ;éì{ådá«á
ݔå™ã—ã‡Ü߇èß«Üéà dèÀäÈã«äÈàè|éåá—Üd÷Ÿá‡àIã‡Û”å™ã
ò <PD ó ? - `
ø Dø .E<"D &ô  à-ÿ äÈâå dä ædÜèFá‡Üãià™P â :ÝÁàdä è‹ã«á¥éådè
íÁÜvì ådí'Üì ÜçÃä èVå™ì ì?ÝÁàá«á—ä íÀì M Ü ÿ#å êŸá÷å™è”ç âöàdß`Ü)ådé4ÛVì{å™íÁÜì ä  è À÷råývÜýtíÁÜß=à™â#ã‡ÛÀÜ|á‡Ü ã -
ò ó .Féådè
íÁÜ=âöàdÞÀè”çÿiÛÀä{é4ÛTéà߇߫Üéã‡ì êvådá«& á—ä dè'á&ã«ÛÀàá‡Ü=ì{å™íÁÜì{á÷Ÿÿ#Ü`á‡å êvã«Û”å-ãiã«Û”å-ã¯á‡Üã]àdâÝÁàdä è‹ã«á#ä{ á G  M M!
í6ê
ã‡Û'å-ãNá—Üã`à™â&âöޔè”éã«äÈàè”áôtÚ¥ÛÀܼð  çÀäÈývÜè”á‡äÈàèTâöàdß
ã‡Û”Ü|á—Üã=àdâKâöÞÀè”éã‡ä àdè' á -
ò ó .|ä{á=çŸÜ ”è”Üçïådá
ã‡Û”Ü
ý|å-ëŸä ýtÞÀý è6ÞÀýtí'Üß&àdârã‡ß4å™ä èÀä  è `ÝÁàdä è‹ã«áKã‡Û”å™ã¥éå™èoíÁÜ=á—Û”å™ã—ã«Üß«Üçví6ê -
%ò  ó .‹ô  àdã‡Ü±ã‡Û”å™ã÷ÀäÈâã‡ÛÀÜ
ð 
çŸä ývÜè'á—ä àdètä{á ÷6ã‡ÛÀÜèvã‡Û”Üܱ߫Üë6ä{á—ã«á¹å-ã¹ì Ü)ådá—ã&àdèÀÜ
á—Üã#àdâ ÝÁàdä è‹ã«á&ã‡Û'å-ãiéå™èoí'Ü
á—Û”å™ã—ã«Üß«Üç8÷ŸíÀޟã¥äÈã¹ä è
dÜèÀÜß4å™ì8äÈãiÿiä ìÈ< ì8èÀàdã]í'Ü=ã«ß‡Þ”ܱã«Û”å-ã M"CM#`á‡Üãià™â Ý'àä èã4ái < éådèFíÁÜNá—Û'å-ã—ã«Üß«Üç8ô
<
$%'& () M *,+.-4I(*  G/ $ 10 M  2M 43#!5 M )576   M G8* m:9

î6ÞÀݔÝ'à‹á—ܯã‡Û”å™ã¹ã«ÛÀÜ
á‡Ý”åéÜ]ä è|ÿiÛÀä{é4Û¼ã«ÛÀÜ
ç”å-ã«åWì äÈæÜiä{á m  ÷Àå™è”ç¼ã«ÛÀÜ=á—Ü4 ã -
ò% ó .`éàdè”á‡ä{áã4áKà™ârà߇ä Üèã«Üç
—á ã‡ß4å™ädۋãKì ä èÀÜá÷‹á‡àNã«Û”å-ã#âöàdߥå äÈæÜè¼ì ä èÀܙ÷6å™ì ì'ÝÁàdä è‹ã«á&àdè|àèÀܱá‡ä{çŸÜ±åd߇ܱådá«á—ädè”ÜçIã‡ÛÀÜ=éì{åá‡á¯ø™÷Ÿå™è”ç|ådì ì
ÝÁàdä è‹ã«á±àdèÃã«ÛÀÜtà™ã‡Û”Üß`á—ä{çŸÜd÷'ã«ÛÀÜvéì{ådá«á`ødôNÚ¥ÛÀÜIà߇ä Üèã4å-ã«äÈàèTä á
á‡ÛÀà-ÿièÃä è ädÞÀß«Ü|øtí6êTådè åd߇߫à-ÿ=÷
á‡Ý'Ü)éäÈâöê6äÈ
è 
àè¼ÿiÛÀä{é4Û¼á‡ä{çŸÜ¥à™â8ã‡Û”Ü]ì äÈè”Ü#ÝÁàdä è‹ã«á?åd߇ܥã«à`í'ܱådá«á—ä dè”ÜçWã‡ÛÀÜ]ì{ådí'Üìø™ôP ÛÀä ì Ü#äÈãKä{áÝÁàá«á—ä íÀì Ü
ã‡à 'è”çã‡ÛÀß«ÜÜ`ÝÁàdä è‹ã«á#ã«Û”å-ã
éå™èíÁÜWá—Û'å-ã—ã«Üß«Üçí6ê|ã«ÛÀä{áiá—Üã¯à™ââöÞÀè”éã‡ä àdè”á÷”äÈãiä{á¥èÀà™ã¯ÝÁàá«á‡äÈí”ìÈܱã‡à 'è”ç
âöàdޔßôKÚ¥Û6ޔá¥ã«ÛÀÜ`ð  çŸä ývÜè”á—ä àè|à™â@ã‡ÛÀÜNá‡Üã]àdâà߇ä Üè‹ã«Üçvì ä èÀÜá#ä è m  ä{á#ã‡ÛÀß«ÜÜdô

;Á$›“)Ž,…=<> < +-2—² 0 " 3 12*@" 3@?BA *2+-41,12—2


(§ 0 , "$ 3 12
 " 3  * 5
ã $á#èÀà-ÿ éàè”á—ä{çŸÜß&Û6ê6Ý'Ü߇ݔì ådèÀÜáKäÈè m
Ü B ôKÚ¥ÛÀܯâöàì ìÈà-ÿiä è±ã‡Û”Üàdß«Üý ÿiä ì ìÀÝÀß«à-ædÜ]Þ'á—ÜâöÞÀì?ò{ã‡Û”ܱÝÀß«à6à™â
ä{á#äÈèFã‡Û”Ü  ÝÀÝÁÜè”çÀä:ë”ó 

 
  $IAG M GJICKM"GJM  I 5 I(*  G * m B   I ICGJM   #I M I $ M 5 I(*  G  G I( +(* 
M  * M 5 I(*   G   M G () M M2# I(M  M2 #!5AM)5 6   M G    7 I  6 #1  $ M 5 CI G2  I
"CM  I GI * M  MJK  * *,+@5AI*  G   M86 * M  6 # * M 5 M7 M %

kIÕ'Ô EÕ %'% #ŸÔ  KÚ¥ÛÀܱð DçÀäÈývÜè”á‡äÈàè¼à™âã‡Û”Ü


á‡Üã¥à™ârà߇ä Üè‹ã«Üç¼Û6ê6Ý'Ü߇ÝÀì{ådèÀÜá?ä è m B ä{1á O7Oø™÷Ÿá—ä è”éÜ]ÿ#Ü
é ådèÃå™ì ÿ¥å ê6á¥é4ÛÀà6à‹á—Ü O 7 øNÝÁàdä è‹ã«á÷'å™è'çã‡ÛÀÜè¾é4ÛÀà6àá‡Ü`àdèÀÜWà™âã‡ÛÀÜIÝ'àä èã4á]ådá¯àdß«ädä è÷Àá—Þ'é4ÛTã‡Û”å™ã¯ã‡Û”Ü
ÝÁàá‡ä:ã«ä àdèÃæÜéã«àdß4á¯àdâ&ã«ÛÀܼ߇Üý|å™ä èÀä èMOOÝÁàdä è‹ã«á=åd߇Ütì äÈè”Üå™ß«ì êoä è”çŸÜÝ'Üè”çŸÜèã÷íÀޟãWéå™è èÀÜæÜß`é4ÛÀà6àá‡Ü
O 7 à O 7 ø=ædÜ)éã‡àß«á#ä è m B éå™èí'Ü`ì ä èÀÜ)å™ß«ìÈêtä è”çŸÜÝ'Üè”çŸÜè‹ãó4ô
tá‡Þ”é4ÛTÝ'àäÈè‹ã4á
ò2á—ä è”éÜ=èÀ

 èDådì:ã«Üß«è”å-ã«ä ædÜvÝÀß«à6à™â]à™â¯ã‡ÛÀÜUéà߇àì ì åd߇êÃéå™è í'ÜFâöàdÞÀè'çOä è ò  è‹ã‡ÛÀàè6êµå™è”ç ¹äá÷¥ø)ùdù‹údó4÷Kådè”ç


ß«ÜâöÜß«Üè'éÜá¹ã«ÛÀÜß«Üä èô

M  KM G I  7 $


!
 M#"%$ K&MIB-   KM  MG
Ú¥ÛÀÜÃð _çÀäÈývÜè”á‡äÈàèµã«Û‹Þ'á äÈæÜávéàdè”é߇Üã‡Üè”Üá«á¼ã‡àÅã«ÛÀܾè”à™ã‡ä àèDàdâ=ã‡ÛÀÜïéå™Ý'ådéäÈãêµàdâWå dä æÜè á—Üã
à™â±âöÞÀè”éã‡ä àdè”áô
;è‹ã‡ÞÀäÈã‡ä æÜì ê™÷KàèÀÜUývädۋãIíÁÜUì ÜçOã‡àVÜëŸÝÁÜéãvã«Û”å-ãvì Üåd߇è”äÈè ¾ý|ådé4۔äÈè”ÜáIÿiä:ã«Û ý|ådè6ê
ݔådß«ådývÜã‡Üß«á±ÿ#àdÞÀì{çÃÛ'å ædÜtÛÀädÛ¾ð  çŸä ývÜè'á—ä àdèr÷ÁÿiÛÀä ì ÜtìÈÜ)å™ß«èÀä è|ý|åé4ÛÀä èÀÜá±ÿiäÈã‡Û âöÜÿ ݔå™ß4å™ývÜã‡Üß4á
ÿ#àdÞÀì{ç|Û'å ædÜ=ì à-ÿ ð  çŸä ývÜè”á—ä àèôÚ¥ÛÀÜ߇Ü=ä{á¥å¼áã«ß‡ä õ6ä  è IéàdÞÀè‹ã‡Ü߇ÜëÀå™ývÝÀì Üiã«à¼ã‡ÛÀä{á÷”çŸÞÀÜ=ã‡à 0]N ô rÜæ6ä è
å™è'ç &Àô$îÁô -±ÜèÀõÜßTòöðKådÝÀèÀä õÁ÷]øùdù‹údó   ì Ü)å™ß«èÀä  è Tý|ådé4ÛÀä èÀÜ|ÿiäÈã«Û ޔá—ã¼àèÀÜoÝ'å™ß4å™ývÜã«Üß÷?íÀޟãvÿiäÈã‡Û
ä  è ”èÀäÈã«Ü
ð  çŸä ývÜè'á—ä àdè ò,åtâ,å™ývä ì êvà™â?éì{åá‡á‡ä ”Üß4á&ä{áiá«å™ä{çoã‡àv۔å æÜ
ä  è 'èÀäÈã‡Ü=ð  çÀäÈývÜè”á‡äÈàè|äÈâäÈã]éådè
Ü :2óô -±Ü 'èÀܼã‡ÛÀÜ|á—ã‡ÜÝïâöÞÀè”éã«ä àd(
á‡Û”å-ã‡ã‡Üß :#ÝÁàdä è‹ã«á÷èÀàTý|å-ã‡ã‡Üß`ÛÀà-ÿ ì{å™ß d è '”*ò )Áó D+) ? m 8-'”,ò )'ó H
ø -)/. SŸ0
B û ''*ò )'ó H2`B ø -)1 S .61 ô ¹àè”á‡ä çÀÜß#ã‡ÛÀÜ`àèÀÜ ƒÝ”ådß«ådývÜã‡ÜßKâ,ådýväÈì ê¼à™â@âöÞÀè”éã‡ä àdè”á÷”çŸÜ ”èÀÜçí6ê


*ò ),D ó213''ò,á‡äÈèrò% 4)Áó—ó D5),D ? m I ò@B6ó

6KàdÞÅé4ÛÀà6à‹á—Üvá‡àdývÜtè‹Þ”ýIíÁÜß :÷@å™è”çïÝÀß«Üá‡Üè‹ãNývܼÿiäÈã‡Û ã‡ÛÀܼã4ådá‡õ¾àd⠔è'çŸä è ¹


: ÝÁàdä è‹ã«á
ã«Û”å-ãWéå™èVíÁÜ
á‡Û”å-ã‡ã‡Üß«Üçô
¥é4ÛÀà6àá‡Ü±ã‡ÛÀÜýYã«àtíÁÜ 

) = H øS87
=
DRF"H ø :9;9;9DK: I
D ò2úó

6KàdÞUá‡Ý'Ü)éäÈâöêoådè‹êvì{ådí'Üì á#êàdÞìÈä õÜ 


L
# DKL  D:9;9:9 D L D L = ?- `  ø D)ø . I ò*‹ó

Ú¥ÛÀÜè
ò% ó+ä ædÜá&ã‡& ۔ä á¥ì{ådí'ÜìÈä èIäÈâ
¹é4۔à‹à‹á—Ü Vã«à¼í'Ü

<Kòø7 ( & òø4


=
2óøS
3
H
L
=
ó I òdó
= )

#
Ú¥Û6ޔá¥ã«ÛÀÜ`ð  çÀäÈývÜè”á‡äÈàè|à™â@ã‡ÛÀä{á¥ý|åé4ÛÀä èÀܯä{á¥ä è”èÀäÈã«Ü™ô

;è‹ã‡Ü߇Ü)áã«ä èdì ê™÷rÜædÜè ã«ÛÀàdÞ dÛïÿ¹Ü|éå™èÅá—Û'å-ã—ã«ÜßNådèVåd߇í”ä:ã«ß«åd߇ä ì êoì{ådß ÜIè6ÞÀýtí'Üß=à™â¥Ý'àäÈè‹ã4á÷ÿ¹Üvéådè
å™ì{á‡à ”è”ç ޔá—ã¥âöàdÞÀߥÝÁàdä è‹ã«á&ã‡Û”å™ãiéå™èÀè”à™ã¥í'Ü`á‡Û”å-ã‡ã‡Üß«Üçô?ڥ۔Üê|á‡äÈývݔìÈêt۔å æÜ]ã‡àtíÁÜ
Ü !‹Þ”å™ì ì êtá‡Ý”åéÜç÷
å™è'çÃådá«á—äèÀÜçFì{å™íÁÜì{á]ådá±á—Û”à-ÿièä è"ädÞÀß«Ü Ÿô¯Ú¥ÛÀä{á¯éådèUí'Ütá—ÜÜè¾åáiâöàìÈì à-ÿ]á V߇äÈã‡ÜNã‡ÛÀÜIÝÀ۔ådá‡ÜWå™ã
) # åd>á = # H $O
< 7@?‹ô]Ú¥ÛÀÜèÃã‡ÛÀÜWé4۔àdä{éÜ=à™â?ì{å™íÁÜì L # H[øWß‡Ü !ޔäÈß«Üá SAB?CA3<ô¯Ú¥ÛÀÜNݔ۔ådá‡ÜNå-ãD)  ÷
ývàŸQ ç E<÷ä{ á F?‹ûÁã«ÛÀÜè L H H ø G SIA0?JA0<8= Ÿô=î6ä ývä ì{å™ß«ìÈêd÷‹ÝÁàdä è‹D ã ) âöàß«éÜ>á ?.K<8=LEŸô
ڥ۔Üè¾å™ã
)
÷ <8=CELA0?IA<8= ¼ä ýv ÝÀì ä Üá#ã«Û”å-ã
*ò ) D ó H `ø™÷éàdè‹ã«ß«åd߇êFã‡àoã‡ÛÀܼåd8 á«á—ä èÀÜçì{å™íÁÜì.ô±Ú¥ÛÀÜ)á—ÜWâöàdÞÀß
ÝÁàdä è‹ã«á
å™ß«ÜWã«ÛÀÜvå™è”ådìÈà dêd÷”âöàdß
ã«ÛÀÜvá—Üã
àdâ&âöÞÀè”éã‡ä àdè'á±ä è 0 !'ôF@ò B6ó4÷àdâKã‡ÛÀÜvá‡Üã=à™â¹ã‡ÛÀß«ÜÜtÝ'àä èã4á¯ì ê6ä  è 
å™ì àè åTì ä èÀÜd÷âöàdßNà߇ä Üè‹ã«ÜçÃÛ6ê6ÝÁÜß«ÝÀì{å™èÀÜ)á±ä è m B ô  ÜäÈã«ÛÀÜßNá‡ÜãWéå™èVí'Ü|á‡Û”å™ã—ã‡Ü߇Ü)çïí‹ê¾ã‡ÛÀÜ|é4۔àá‡Üè
â,å™ývä ì ê¼à™â@âöÞÀè”éã«ä àdè”áô
x=0 1 2 3 4

;Á$›“)Ž,… > ¦ 0 -² 0 " 3 1.*@12+-41 3 3-0 1@(d?*2+-41,1.2—±(§ *2" 3 d 2  *,² " 12&" 3) 3 " 12&³´)" !¥ 3 2* " 40 3‹5

1.4

1.2

1
VC Confidence

0.8

0.6

0.4

0.2
0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
h / l = VC Dimension / Sample Size

;Á$›“)Ž,…
> ³´F 043  )  3 —K"$*! 043-0 1 043 "$K" 3

  *  K.*%+ M"IE$ 7I#  *  K4*%+

ädÞÀß«Ü v E á—ÛÀà-ÿ]á¥Û”à-ÿ «ã ÛÀÜNá—Ü)éàè”çFã‡Üß«ý_àdèã‡ÛÀÜ`ß«ädۋãi۔å™è'çá‡ä{çŸÜ`à™â 01!'ô=òEó#æ-åd߇ä Üá#ÿiäÈã‡Û < ÷ äÈæÜè


å|é4ÛÀàä{éÜ`à™â&ù‹úYéàè'çŸÜè”éÜNì ÜædÜì¹ò@0 H SI Súdó¥ådè”çÃåá‡á‡ÞÀývä èvå¼ã‡ß4å™ä èÀä èvá«å™ývÝÀì Ü=à™â&á‡äÜvøSŸ÷ S
S
SÀô
Ú¥ÛÀÜ`ð  éàdè'çŸÜè'éÜ`ä{á¥åIývàèÀà™ã«àdèÀä{é¯äÈè'éß«Üådá‡ä è`
 âöÞÀè'éã‡ä àèàdâ ô&Ú¥ÛÀä{á¥ÿiä ìÈì8íÁÜ=ã‡ß«ÞÀÜ
âöàdß]ådè‹êoæ ådì ÞÀÜ
à™â9:;ô <
Ú¥Û6ޔá'
÷ ä ædÜèvá‡àdývÜ]á‡Üì Üéã‡ä àdètà™ârì Ü)å™ß«èÀä 
è ±ý|åé4ÛÀä èÀÜáÿi۔àá‡Ü]ÜývÝÀä ß«ä{éå™ì6ß«ä{á—õIä á Üß«àÀ÷‹àdèÀܱÿ#ådè‹ã«áã«à
é4ÛÀà6àá‡Ü]ã«Û”å-ãiì Üåd߇è”äÈè `ý|ådé4ÛÀä èÀÜ]ÿi۔àá‡Ü±ådá«á‡à6éä{å-ã‡Ü)çvá—Üãià™ârâöÞÀè'éã‡ä àè”á&Û'ådá#ývä èÀä ý|å™ìÀð  çÀäÈývÜè”á‡äÈàèô
Ú¥ÛÀä{áÿiä ìÈì6ì Üåç`ã«à=å
íÁÜã‡ã‡Üß?ޔÝÀÝ'ÜßKíÁàdÞÀè”çtàèWã«ÛÀÜiådéã«Þ”å™ìŸÜ߇߫àdß ô
;è dÜèÀÜß4å™ì.÷ âöàdßèÀàè Üß«à=ÜývÝÀä ß«ä éå™ì
ß«ä á‡õÁ÷‹àèÀÜ
ÿ#ådèã4áKã«àté4۔à‹à‹á—ܯã‡Û”å™ã#ì Ü)å™ß«èÀä  è Ný|ådé4۔äÈè”ÜiÿiÛÀä{é4Ûoývä èÀä ývä Üá@ã«ÛÀÜ=߇ä dۋã&Û'å™è”çFá—ä{çŸÜ±à™ â 0 !'ô
ò E‹ó4ô
 à™ã‡ÜIã‡Û'å-ã±ä è¾åçŸàdÝÀã‡ä 
è ¼ã‡Û”ä á
á—ã‡ß4å-ã‡ Ü dêd÷Áÿ#ÜIåd߇ÜNàèÀì êFÞ'á—ä  è  0 !'ôtò E‹ó]åá±å dÞÀä{çŸÜd ô 01!'ô¼ò Eó dä ædÜ)á
öò ÿiäÈã«ÛFá‡àdývܯé4ÛÀà‹á—Üè|ÝÀß«àdí”ådíÀä ì ä:ãêÀóå™èFÞÀÝÀÝÁÜߥíÁàdÞÀè”çoàdèoã‡ÛÀÜ=ådéã‡Þ”ådìÁß«ä{á—õÁôÚ¥ÛÀä{á¹çŸà6Ü)á¹è”à™ã¹Ý”߇ÜædÜè‹ã¥å
ݔådߗã«ä éÞÀì{å™ß@ý|ådé4ÛÀä èÀÜ#ÿiäÈã‡ÛIã‡ÛÀÜ]á«å™ývÜ#æ-å™ì ÞÀܹâöàdß?ÜývݔäÈß«ä{éådìdß«ä á‡õÁ÷då™è”çtÿiÛÀà‹á—Ü#âöÞÀè'éã‡ä àètá‡ÜãK۔åáÛÀädÛÀÜß
ð  çŸä ývÜè”á‡ä àdè÷‹âöß«àdý_۔å æ6äÈ è IíÁÜã‡ã‡Üß±Ý'Üߗâöà߇ý|ådè”éÜd1 ô
;èâ,ådéã±å™èTÜëÀådývÝÀì ܱàdâ?åvá‡êŸáã«ÜýYã‡Û”å™ã dä ædÜ)á
dà6àŸçTÝÁÜ߇âöàdß«ý|å™è”éÜ=çÀÜá‡ÝÀäÈã‡ÜN۔å æ6ä è ¼ä è ”èÀäÈã«Ü`ð gçŸä ývÜè”á‡ä àdèoä{á dä ædÜèFä èTã‡Û”ÜWèÀÜë‹ã`î6Üéã‡ä àdèrô  à™ã«Ü
å™ì{á‡àvã‡Û'å-ã=ã‡ÛÀÜ dß4å™Ý”Û¾á—Û”à-ÿ]á]ã«Û”å-ã=âöàdß =$: . SI E'Ãò,å™è'çÃâöà" ß 0 H SI Sú|ådè”ç : Hþø SDKS S
S‹ó4÷Áã‡ÛÀܼð 
éà è 'çŸÜè”éÜ=ÜëŸéÜÜ)çÀá¥ÞÀèÀäÈãê™÷”ådè”çTá—àtâöàßi< ÛÀä dÛÀÜß¹æ-å™ì ÞÀÜ)á#ã‡ÛÀÜ`íÁàdޔè”çä +á ޔå™ß4å™è‹ã‡ÜÜçoèÀà™ãiã«ä ۋãô


/I  K 5 6*M G
¹àdè'á—ä{çŸÜßKã‡Û”Ü  ã«ÛFèÀÜ)å™ß«Üá—ã¹èÀÜädÛ6í'àÞÀß¹éì{ådá«á—ä”Üß÷‹ÿiä:ã«ÛH ødôKÚ¥ÛÀä{á¹á‡Üãià™ââöÞÀè”éã«ä àdè”á#۔åá&ä è”è”ä:ã«Ü
ð  çŸä ývÜè”á‡ä àdèå™è”ç Üß«àvÜývÝÀä ß«ä éå™ì8ß«ä á‡õÁ÷'á‡äÈè'éÜNå™è6êFè‹Þ”ýIíÁÜß]àdâ?Ý'àäÈè‹ã4á÷Áì ådí'Üì Üçå™ß«íÀäÈã‡ß4å™ß«äÈì êd÷‹ÿiä ì ì
íÁÜWá—Þ'ééÜ)á‡á—âöÞÀì ì ê|ì Üåd߇èÀÜ)çoí6êoã‡ÛÀÜWådìdàdß«äÈã‡ÛÀýfò,ÝÀß«à-æ‹ä{çŸÜ)çoè”à¼ãÿ¹àvÝÁàdä è‹ã«áiàdâ?àdÝÀÝÁàá‡äÈã‡Ü`éì{ådá«á¥ì ä Ü
ß«ädۋã
àdèÃã‡àdÝ à™â&Ü)ådé4ÛÃàdã‡ÛÀÜß4óô=Ú¥Û6ޔá±ã«ÛÀÜIíÁàdޔè”çÃÝÀß«à-æ6ä{çŸÜáiè”àoä èŸâöàdß«ý|å-ã«ä àdèô
;è¾â,ådéã÷8âöàdß`å™è6êTéì{ådá«á‡ä 'Üß
ÿiäÈã‡Û|ä  è 'èÀäÈã‡Ü¯ð  çŸä ývÜè”á‡ä àdè÷™ã«ÛÀÜ
í'àÞÀè”çFä á&èÀà™ã¥ÜæÜèFæ ådì ä ! ç )ô,¯à-ÿ¹ÜædÜß÷‹ÜædÜè|ã«ÛÀàdÞ Ûvã‡Û”Ü
íÁàdޔè”ç
ä{á&è”à™ãiæ-å™ì ä{ç8÷èÀÜ)å™ß«Üá—ã#è”ÜädÛ6íÁàdÞÀß#éì{ådá«á—ä”Üß«á&éå™èáã«ä ìÈì'Ý'Üߗâöà߇ýþÿ#Üì ì.ô?ڥۋÞ'á&ã«ÛÀä{á 'ß«á—ã#ÜëÀå™ývÝÀì Ü]ä{á#å
éådޟã‡ä àè”å™ß«êtã«å™ì Ü ä  ê IçŸà6Üá¥èÀàdã dޔådß«ådèã«ÜÜ
Ý'à6àßiÝ'Üߗâöà߇ý|ådè”éÜdô
è 'èÀäÈã‡Ü éådݔådéäÈã2
ã $á&âöàdì ì à-ÿÅã‡ÛÀܯã‡ä ývÜiÛÀàèÀàdÞÀß«ÜçIã«ß«åçŸäÈã‡ä àdètà™âÞÀè”çÀÜß4áã4å™è”çŸä è=ã«ÛÀä èáKí‹êIã‡ß«ê6ä è=ã‡àNí”߇Ü)å™õNã«ÛÀÜýT÷
Ü
™å è'ç á‡ÜÜväÈâ¹ÿ#ÜvéådèïéàdývÜtÞÀÝVÿiä:ã«ÛïåUéì{ådá«á—ä”Üß]âöàdß`ÿi۔ä é4Û¾ã‡ÛÀÜvíÁàdޔè”çïä á`á‡ÞÀÝÀÝÁàá‡Üç¾ã‡àU۔àdì{ç8÷ríÀޟã
ÿiÛÀä{é4Ûæ‹ä àì å™ã‡Ü)á?ã‡Û”Ü`í'àÞÀè”ç8ô VÜ`ÿ¥å™è‹ã¥ã‡ÛÀÜ`ì Üâ{ã]Û'å™è”çá—ä{çŸÜ=àdâ 0 !”ô]ò%Eó¹ã‡àvíÁÜNådá¥ì{ådß ܱådá¥ÝÁàá«á‡äÈí”ìÈÜd÷
å™è'çoã«ÛÀÜ`ß«ä ۋã#۔ådè”çTá—ä{çŸÜ
ã«àví'ÜNåáiá—ý|ådìÈìåá¥Ý'à‹á‡á‡ä íÀì ܙô&î6àvÿ#Ü
ÿ¥å™è‹ã]åtâ,å™ývä ì ê¼à™â?éì{ådá«á‡ä 'Üß4áKÿiÛÀä{é4Û
dä æÜáã‡Û”ܯÿ#àdß4áãKÝÁàá«á—ä íÀì Üiådéã‡Þ”ådì”ß«ä{á—õIà™, â SI ú6' ÷ Üß«à`ÜývݔäÈß«ä{éådì‹ß«ä{á—õIÞÀݼã‡àtá—àývÜ¥è‹Þ”ýIíÁÜßKàdâã‡ß4å™ä èÀä  è 
àdí'á—Ü߇æ-å-ã«ä àdè”á÷rå™è”ç ÿiÛÀàá‡Ü¼ð  çŸä ývÜè”á—ä àèUä á=Ü)ådá‡êTã‡àUéàývÝÀޟã«Ü¼ådè”ç ä á
ì Üá«á±ã‡Û”ådè :=ò2á—àã‡Û'å-ã`ã‡Û”Ü
íÁàdÞÀè”ç ä{á¯è”àdèÃã«ß‡ä æ6ä{å™ìöó4ô  èïÜëÀådývÝÀì ÜNä{á¯ã«ÛÀÜIâöàdì ì à-ÿiäÈ è À÷'ÿi۔ä é4Û
±éådì ìã«ÛÀÜ èÀà™ã«ÜíÁà6àdõÃéì{åá‡á‡ä ”Üßô 
Ú¥ÛÀä{á¼éì{ådá«á‡ä 'Üß¼éàdè'á—ä{á—ã«áIà™â`å è”à™ã‡Üí'à6àõµÿiäÈã‡ÛDÜèÀà Þ dÛ ß‡à6àdý ã‡àVÿi߇äÈã«ÜTçÀà-ÿièOã«ÛÀÜÃéì{ådá«á‡ÜáIà™D â 
ã‡ß4å™ä èÀä  è vàí”á‡Üß«æ å™ã‡ä àdè'á÷”ÿi۔Üß«Ü  1 :;ô Ààdß=å™ì ìá—ÞÀí'á—Ü !ޔÜè‹ã±Ý”å™ã—ã«Üß«è”á÷8ã«ÛÀÜtéì{ådá«á—ä ”Üß]á—ä ývÝÀì êoá«å êŸá
ã‡Û'å-ãIådìÈì?Ý'å-ã—ã«Üß«è”áNÛ'å ædÜtã‡ÛÀÜFá‡ådývÜ|éì{ådá«áôTî6ÞÀÝÀÝÁàá‡Üoå™ì{á‡àoã«Û”å-ãWã‡ÛÀÜoç”å-ã«åÃ۔å ædÜvådáNý|å™è6êÃÝÁàá‡ä:ã«ä ædÜ
ò L H 7Iø)óiåá]èÀ Ü å™ã‡ä ædÜ|'ò L!H `ø)óiÜëÀå™ývÝÀì Ü)á÷'ådè”çTã«Û”å-ã±ã‡ÛÀÜtá‡ådývÝÀì Üáiå™ß«ÜWé4ÛÀà‹á—ÜèUß«ådè”çŸàývìÈêdô¥Ú¥Û”Ü
èÀàdã‡ÜíÁà6àdõ|éì åá‡á‡ä ”Üß¹ÿiä ìÈìÁ۔å æÜ Üß«àIÜývÝÀä ߇ä{éådìÀß«ä á‡õ¼âöàdߥÞÀÝFã‡& à yàí”á—Ü߇æ-å™ã‡ä àdè”áû SI ú`ã«ß«ådäÈè”äÈ
è NÜ߫߇àß
âöàdßNådì ìá‡ÞÀí”á‡ Ü !‹ÞÀÜè‹ãNàdí”á‡Üß«æ-å-ã‡ä àè”á> û SI$úåéã‡Þ'å™ì?Üß«ß«àdß÷å™è”ç ð  çÀäÈývÜè”á‡äÈàè
< H 
¾ôFîŸÞÀí”á—ã‡äÈã‡ÞŸã«ä  è 
ã‡Û”Üá‡Ü`æ ådì ÞÀÜá#ä , è 0 !'ôi%ò Eó÷Àã‡ÛÀÜ`íÁàdޔè”çí'Ü)éàdývÜ)á 
 D
B : 1 ìÈèrò : = Uó 7 4ø 

òø =ETóŸìÈèrò0A= ‹
Bó ò,ü‹ó

0 äÈâ
ÿiÛÀä{é4Ûä á¥éÜ߇ã«å™ä èÀì ê¼ývÜã¥âöàß]å™ì ì o


ò6ó H



ÜëŸÝ
7 # 1 ø
D 1 ò  =$:2ó D 
S 1N1 ø ò,ù‹ó

ÿiÛÀä{é4Ûä á¹ã«ß‡ÞÀÜd÷'á‡äÈè'éÜ
ò6ó&ä{á¥ývàèÀà™ã«àdèÀä{éiä è”é߇Ü)ådá‡äÈè À÷Ÿå™è”ç
òH ø)ó H SI LEÀô
('&   $   $   6  G  *  K. ( I

VܯéådèvèÀà-ÿDá‡ÞÀývý|åd߇äÜ&ã‡ÛÀܯÝÀ߇ä è”éä ÝÀì Ü&à™ârá—ã‡ß«Þ”éã«ÞÀß4å™ìÀß«ä{á—õNývä èÀä ýväå™ã‡ä àdèvò.î]ñ¾ó¯òöðKå™Ý”èÀä õ'÷Áøù-ùóô



 àdã‡Üã‡Û'å-ãtã‡ÛÀÜTð þéàdèÁçŸÜè”éÜoã«Üß«ý ä è 01!'ô ò%EóIçŸÜÝÁÜè'çÀá¼àdèOã‡ÛÀÜUé4ÛÀà‹á—Üè éì{åá‡áWà™â¯âöޔè”éã«äÈàè”á÷
ÿiÛÀÜ߇Ü)ådá¹ã‡ÛÀÜ=ÜývÝÀä ߇ä{éådì”ß«ä{á—õvå™è'çFåéã‡Þ'å™ì8߇ä{á‡õvçŸÜÝÁÜè”çàèoã«ÛÀÜ=àdèÀÜ=ݔådߗã«ä éÞÀì{å™ß&âöÞÀè”éã«ä àdèFé4۔àá‡Üèoí6ê
ã‡Û”Ü¥ã‡ß4å™ä èÀä  è ]ÝÀß«àŸéÜ)çŸÞÀ߫ܙ>ô VÜiÿ#àdÞÀì{ç`ì ä õdÜ&ã‡ à ”è”çIã‡Û'å-ãKá—Þ”í”á—Üã?à™âÁã‡ÛÀÜié4ÛÀà‹á—ÜèIá‡ÜãKà™â'âöÞÀè”éã‡ä àdè”á÷dá‡Þ”é4Û
ã‡Û'å-ãiã‡Û”Ü
ß«ä{á—õvíÁàdޔè”çFâöàdß#ã‡Û”å™ã¯á—Þ”í”á—Üãiä á#ývä èÀä ývä Ü)ç8ô ¹ì Üåd߇ì êtÿ¹Ü`éådèÀèÀàdãiåd߇ß4å™ è dÜ]ã«ÛÀä 
è á¥á‡àtã‡Û”å™ã
ã‡Û”ܱð DçŸä ývÜè”á—ä àè æ-å™ß«ä Üá&á‡ývà6à™ã«ÛÀì ê™÷á‡ä è”éܱä:ã#ä{á&å™èoäÈè‹ã«Ü dÜßô
;è”á—ã‡Ü)ådç8÷6ä èã«ß‡àŸçŸÞ'éܯå á—ã‡ß«Þ”éã«ÞÀß«Ü 
í6êïçÀäÈæ6ä{çŸä 
<
è ã‡Û”ÜoÜè‹ã«äÈß«Ü|éì{åá‡á`àdâ¥âöÞÀè”éã«ä àdè”áWäÈè‹ã«àÃèÀÜá—ã‡Ü)çµá‡ÞÀí”á‡Üã«áF*ò ä dÞÀß« Ü B‹óô ÀàßWÜ)ådé4Ûµá‡ÞÀí”á‡Üã÷
ÿ#ÜNýIÞ'áã¯íÁܼå™íÀì Ü`ÜäÈã«ÛÀÜ߯ã‡àFéàdývÝÀÞÀã‡Ü ÷Áàß]ã«à dÜã±å|íÁàdޔè”çUàdè äÈã«á‡ÜìÈâ;ô±î ]ñ ã‡ÛÀÜè¾éàè”á‡ä á—ã«á]à™â
”è”çÀäÈ
< <
è Wã«Û”å-ã]á‡ÞÀí”á‡Üã¥à™ââöޔè”éã«äÈàè”á#ÿiÛÀä{é4Û|ývä èÀä ývä Üáã«ÛÀÜ=í'àÞÀè”çFàdèoã‡ÛÀÜ`ådéã‡Þ”ådì8߇ä{á‡õ'ô?Ú¥ÛÀä{á#éå™èíÁÜ
çŸàèÀÜ`í6êá‡ä ývÝÀì êIã«ß«ådä èÀä 
è tåvá‡Üß«ä Üá¥àdâý|åé4ÛÀä èÀÜá÷ŸàdèÀÜ=âöà߯Üåé4Ûá‡ÞÀí”á‡Üã÷'ÿiÛÀÜ߇Ü=âöà߯å dä æÜèTá—ÞÀí'á—Üã
ã‡Û”Ü àå™ìà™â&ã‡ß4å™ä èÀä  è vä{á±á‡ä ývÝÀì ê|ã«àFývä èÀä ývä ܱã‡ÛÀܼÜývÝÀä ߇ä{éådì߇ä{á‡õÁô $±èÀÜIã‡Û”ÜèÃã4å™õÜá¯ã‡Û”å™ã±ã«ß«ådäÈè”Üç
ý|ådé4۔äÈè”ܯä èoã«ÛÀÜNá‡Üß«äÈÜ)á#ÿiÛÀàá‡Ü
á‡ÞÀý à™âÜývÝÀä ß«ä éå™ì'߇ä{á‡õ|å™è”çFð  éàd è ÁçŸÜè”éÜ=ä á#ývä èÀä ý|å™ì.ô

h4 h3 h2 h1 h1 < h2 < h3 ...

;Á$›“)Ž,…> >@—*,1.±*2 (-*2;1.* 0 9Ÿ9: 3  1," 40 3 * ™0 . 2—¯(§]³´F)" !¥ 3 2* " 40 3‹5
VÜv۔å ædܼèÀà-ÿ[ì{å™ä{çTã‡Û”Ü dß«àdÞÀè”çÀÿ¹à߇õTèÀÜ)éÜá«á«å™ß«êTã‡àTí'Ü dä èïàdÞÀß=ÜëŸÝÀì àß«å™ã‡ä àdèÃàdâ#á‡ÞÀÝÀÝÁàd߇ã`ædÜéã‡àß
ý|ådé4۔äÈè”Üáô

 z/&Ù2Ò2#ŸÔTpr×¹Õ”Ô Ó ‹ØdÓÕ'Ô-46#ÀØ7Ù,Ò"



M & M5     6*M   GJM
Vܱÿiä ì ì'á—ã«ådߗã#ÿiä:ã«Ûvã‡Û”Ü
á‡ä ývÝÀì Üá—ã?éådá‡Ü ì äÈè”Üå™ß&ý|ådé4ÛÀä èÀÜ)áã‡ß4å™ä èÀÜ)ç¼àdèoá‡Üݔådß«ådíÀì Ü]çÀå-ã4åoò2ådá¹ÿ¹Ü
á—Û”ådì ì

á‡Üܙ÷Áã‡Û”ÜIå™è'å™ì êŸá—ä{á#âöàd߯ã‡ÛÀÜ dÜèÀÜß4å™ì@éådá‡Ü ¥èÀàdè”ìÈä èÀÜ)å™ßiý|åé4ÛÀä èÀÜá#ã«ß«ådäÈè”ÜçàdèÃè”àdè ;á—Üݔå™ß4å™í”ìÈÜ`çÀå™ã«å
ß«Üá‡ÞÀìÈã«á=ä èÅåTædÜß«ê¾á‡ä ýväÈì{ådß !‹Þ”ådçÀß«å™ã‡ä{éWݔ߇àdß4å™ývývä èvÝÀß«àdíÀì Üýoó4ô  å™ä èïì{å™íÁÜìã‡Û”Üvã‡ß4å™ä èÀä èTçÀå-ã4å
-7< = D L = . D F H ø D:9;9;9DK: D L = ?:- `
ø DCø . D < = ? m  ô îŸÞÀÝÀÝÁàá‡Ü|ÿ¹Üo۔å ædÜoá‡àdývܼÛ6ê6Ý'Ü߇ݔì ådèÀÜvÿiÛÀä{é4Û
á‡Üݔådß«å™ã‡Üá&ã‡Û”Ü`Ý'à‹á—äÈã‡ä æÜiâö߇àýþã‡Û”Ü
è”Ü å™ã‡ä ædܱÜëÀå™ývݔìÈÜ)á±ò2å á—Üݔå™ß4å-ã«ä  è NÛ6ê6Ý'Ü߇ÝÀì{ådèÀÜ ‹ó4ô?Ú¥ÛÀÜ=Ý'àäÈè‹ã4á
<ÅÿiÛÀä{é4ÛUì ä Ü
àèUã‡Û”ÜWÛ6ê6Ý'Ü߇ÝÀì{ådèÀÜNá‡å™ã‡ä{á—âö ê
9< 7 H SŸ÷8ÿiÛÀÜß« Ü
ä{á]èÀà߇ý|ådì8ã‡àoã‡ÛÀÜIۋê6ÝÁÜß«ÝÀì{å™èÀÜd÷

0K Þ' =éì ä{


çŸÜvådä{ètá`è”ã«àdÛÀß«Üý Ý'àdÜ߇â ÝÁ
Üè”ô çÀrä ÜéãÞÀì{å™ßWçÀò ä á—ã«ó&ådè”í'éܱÜ|ã‡âö۔߇Ü
àý á‡ÛÀàdã«ß‡ÛÀã‡ÜÜ)áۋã¥ê6çŸÝÁä{Üáã4ß«ÝÀå™è”ì{å™éèÀÜiÜ|âöß«ã‡àdàÃý ã«ÛÀã‡Û”ÜÜ
àdá‡ß«Üä ݔä ådèß«÷å™ã‡ådä è”è  ç 
|ä áWã‡Û”Ü
`Û6ê6Ý'Ü߇ݔì ådèÀÜ
ã‡à¼ã«ÛÀÜNéì à‹á—Ü)áã¥Ý'à‹á—äÈã«äÈæÜtò,èÀÜ ‹å- ã«äÈæÜ) ó&ÜëÀå™ývݔìÈÜdô -¯Ü ”èÀÜ`ã«ÛÀ0
7 Ü 4ý|ådß äÈ+ è `à™â?å¼á—Üݔå™ß4å-ã«äÈ è IÛ6ê6Ý'Ü߇ݔì ådèÀÜ
ã‡à`íÁÜ
ã‡Û”Ü=á‡ÜÝ'å™ß4å-ã‡ä 
 7  è7 Wô ۋÀê6àdÝÁßÜã«ß«ÛÀÝÀÜiì{å™ì ä èÀèÀܱÜådÿi߇äÈì ã‡ê=Ûá—Üì ådÝ”ß å™ß4Üå™á—íÀã&ì Ü#ý|éå™ådß á‡dܙä ÷dèã‡ôÛÀÚ¥Ü]ÛÀá‡ÞÀä{á¹ÝÀéÝÁå™àdè߇ãKí'ædÜ
Ü)âöéàã‡ß‡àýtß?å™ÞÀì ì{då-àã«Ü߇äÈçvã‡Û”ådý á¹âöá‡àä ìÈývì à-ÝÀÿ]ì áê=@ìÈá‡à6ÞÀàÝÀõ6ÝÁá@àâöàá‡Ü ß
ã‡Û'å-ã¯å™ì ìÁã‡Û”Ü=ã‡ß4å™ä èÀä  è Iç”å-ã«å¼á«å-ã«ä á—âöê¼ã‡Û”Ü=âöàdì ì à-ÿiäÈ è Wéàè”áã«ß«ådä èã4á 

<>=-9

7  I7 ø âöàdß L
=H 7Iø ò—øS‹ó
<>=-9
7 1 `
  ø âöàdß L
=H  ø
` ò—ødø ó

Ú¥ÛÀÜ)á—ÜNéå™èí'ÜNéàdýtíÀä èÀÜç|äÈè‹ã«àtàèÀÜ`á—Üãià™âäÈè”Ü !‹Þ”å™ì äÈã‡ä Ü)á 

ò
L = < = 9
27 ó Dø;S EF ò—ø ó

 à-ÿ éàdè”á‡ä{çŸÜß=ã«ÛÀÜoÝÁàdä è‹ã«á`âöàdßNÿiÛÀä{é4ÛVã«ÛÀÜ|Ü !‹Þ”ådì ä:ãê¾äÈè 0 !”ôµò—øSó`ÛÀàdì{çÀá|ò,ß‡Ü !‹ÞÀä ߇ä èFã‡Û”å™ãNã‡Û”Üß«Ü


Ü ëŸä{á—ã«ává‡Þ”é4Û åVÝ'àä èã|ä{ávÜ !‹ÞÀä æ ådì Üè‹ãIã«àOé4ÛÀà6àá‡ä èVåµá‡éå™ì ÜFâöàdß
å™è”ç ó4ô Ú¥ÛÀÜá‡ÜÃÝÁàdä è‹ã«ávì ä ÜFàè
ã‡Û”Ü|Û6ê‹ÝÁÜß«ÝÀì{å™è”Ü! # ;<>=49"
7# H øvÿiäÈã‡ÛVèÀà߇ý|ådì$
å™è'ç ÝÁÜß«ÝÁÜè”çŸä{éÞÀì{å™ß`çŸä{áã4å™è”éÜtâö߇àýfã‡Û”Ü
àdß«ä dä è 4
 ø %Ü  =
5 < ô#= î69'ä ýv
Û6ê6Ý'Ü߇ÝÀì{ådèÀ&

ä ì{å™ß«ì ê™÷™ã«ÛÀÜNÝÁàdä è‹ã«á#âöàdßiÿi۔ä é4ÛFã‡Û”ÜNÜ !‹Þ”ådìÈäÈãê¼ä è,0 !'ô±òøø)ó#ÛÀàì ç”á¥ìÈä Ü


àdèã‡Û”Ü
7( H `ø™÷ÿiäÈã‡Û¾è”àdß«ý|å™ì@å ådäÈ è
÷å™è'çÃÝÁÜß«Ý'Üè”çŸä{éÞÀì{ådß±çŸä{á—ã«å™è'éÜ`âöß«àdý
ã‡Û”Ü`àdß«ä ä è D ø ) =
  ô ¯Üè”éÜ ø =

å™è”çFã‡Û”ÜNý|å™ß dä è|ä{áiá‡äÈývݔìÈê =*
 ô  à™ã«Ü


ã‡Û'å-+
ç åd߇ ÜIݔå™ß4å™ì ì ÜìKòöã‡ÛÀÜêU
  ۔å ædÜW 7 ã‡ÛÀܼá‡ådývÜNèÀà߇ý|ådì{ó¥ådè”çTã«Û”å-ã=èÀàFã‡ß4å™ä èÀä è ¼Ý'àä èã4á]â,ådì ì
H H
ã
# å™è', 
íÁÜãÿ#ÜÜèFã‡Û”ÜýTôKÚ¥Û6ޔá¥ÿ¹Ü=éådè 'è”ç|ã«ÛÀÜ=ݔå™ä ߥà™âÛ6ê‹ÝÁÜß«ÝÀì{å™è”ÜáKÿi۔ä é4Û dä ædÜ)áKã«ÛÀÜ=ý|å-ëŸä ýIޔý[ý|ådß äÈè
í6ê|ývä èÀä ývä ä  è -
,J-÷'á—Þ” í Üéãiã‡àvéàè”áã«ß«ådä èã4á=òø ó4ô
Ú¥Û6ޔá=ÿ#ܼÜëŸÝ'Ü)éã=ã‡Û”Ü|á—àìÈÞÀã‡ä àdèTâöàßNå|ãê6ÝÀä{éådìãÿ¹àTçŸä ývÜè”á‡ä àdè”ådì@éådá‡ÜWã«àÛ'å ædÜIã‡ÛÀÜtâöàdß«ý á‡ÛÀà-ÿiè
ä è ädÞÀß«ÜúŸôDÚ¥ÛÀà‹á—ÜFã‡ß4å™ä èÀä è Ý'àä èã4áNâöàßvÿiÛÀä{é4ÛÅã‡Û”ÜÜ !‹Þ”å™ì äÈãêVäÈè)01!'ôgò—ø óNÛÀàì{çÀáTòöä.ô Üdôµã‡Û”àá‡Ü
ÿ ÛÀä{é4ÛTÿiä è”çÞÀÝUì ê‹ä è¼àèàèÀÜ`à™âã«ÛÀÜNÛ6ê6Ý'Ü߇ÝÀì{ådèÀÜá. # ÷/  ó÷8ådè”çÿiÛÀàá‡Ü`߇Üývà-æ-å™ìÿ#àdÞÀì{çé4۔å™èÜ
i
ã‡Û”Ütá‡àdì ޟã«äÈàèoâöàÞÀè”ç8÷åd߇ÜIéå™ì ì ÜçTá‡ÞÀÝÀÝÁàd߇ã±æÜéã«àdß4áûÁã‡Û”ÜêÃå™ß«ÜNä è”çŸä{éå-ã‡Ü)çäÈè @äÞÀ߇ÜWú|í6êFã«ÛÀÜtÜë6ã‡ß4å
éä ß4éì Üáô
VܼÿiäÈì ìèÀà-ÿ á‡ÿiä:ã4é4ÛUã‡àTå!å ß«ådèdä{ådèFâöà߇ýtÞÀì{å-ã«ä àdèà™âKã«ÛÀܼÝÀ߇àíÀì ÜýTô`Ú¥ÛÀÜܼ߫å™ß«ÜNãÿ#àFß«Üåá—àè”á
âöàdß
çŸàdä è¼ã«ÛÀä{áô
Ú¥ÛÀÜ ”ß4á—ã±ä{á¥ã‡Û'å-ã¯ã«ÛÀÜIéàdè”á—ã‡ß4å™ä è‹ã«áWòø ó¥ÿiä ì ìrí'ÜI߇ÜÝÀì{ådéÜçí6êTéàdè”á—ã‡ß4å™ä è‹ã«á¥àèUã‡Û”Ü
 å dß4å™
è Ü¥ýIÞÀìÈã«äÈݔìÈä Üß«árã‡ÛÀÜý|á—ÜìÈæÜá÷™ÿiÛÀä{é4Û¼ÿiäÈì ìŸíÁܯýtޔé4Û¼Üåá—ä Üßã«àN۔å™è'çŸì ܙô?Ú¥ÛÀܯá‡Üéàè”çtä{áã‡Û”å™ã¹ä è
ã‡Û”ä á¹ß«Üâöàdß«ýtÞÀì{å-ã‡ä àèWà™âã«ÛÀÜ
ÝÀ߇àíÀì ÜýT÷™ã«ÛÀܱã‡ß4å™ä èÀä  è NçÀå™ã«åNÿiä ì ìÀàèÀì ê¼ådÝÀÝÁÜå™ß
òöä èvã«ÛÀÜ
åéã«Þ”å™ì'ã‡ß4å™ä èÀä 
è 
å™è'çtã‡Üá—ã#ådì dàdß«äÈã‡ÛÀý|á4óä è¼ã«ÛÀÜ]âöà߇ý à™ârçŸàdã&ÝÀß«à6çÀޔéã4áKíÁÜãÿ#ÜÜèoædÜéã‡àß«áôÚ¥ÛÀä{á?ä{á¹åNé߫ޔéä{ådìŸÝÀ߇àÝ'Üߗãê
ÿiÛÀä{é4ÛÿiäÈì ì8å™ì ì à-ÿ ޔá#ã‡à ÜèÀÜß«ådì ä Üiã‡Û”Ü`ÝÀ߇àŸéÜçŸÞÀܱ߫ã‡à¼ã‡Û”Ü`èÀàdèÀì ä èÀÜ)å™ß¥éådá‡Ü¼ò2î6Ü)éã‡ä àè B6ó4ô
Ú¥Û6ޔá÷iÿ¹ÜTä è‹ã‡ß«à6çÀޔéÜTÝÁàá‡ä:ã«ä ædÜ0@å ß«ådèdÜýIޔì:ã«ä ÝÀì äÈÜß«á = D F H ø
D;9:9;9JD :;÷¥àdèÀÜâöàdßoÜådé4ÛDà™â
ã‡Û”Ü
ä èÀÜ !‹Þ”ådì ä:ãêFéàdè'áã«ß«ådäÈè‹ã4áNòø7 dó4ô iÜ)éådìÈìã‡Û”å™ã±ã«ÛÀÜt߇ÞÀì ÜNä{á¯ã‡Û”å™ã±âöàß
éàdè”á—ã‡ß4å™ä è‹ã«á]à™âKã«ÛÀÜWâöà߇ý10J=RSŸ÷
w
H2
-b
|w| H1
Origin
Margin

;Á$›“)Ž,…> ‹Î " 3 @*2² .41," 3 i+§²d2² $  3 —*9 0 1,+-K*.;²-24( $K*. 5Á< +-?*, ² ² 0 2 1 °  ;1 0 2*2;"$.;$ 5

ã‡Û”Üïéàdè”á—ã‡ß4å™ä è‹ã|Ü !‹Þ”å™ã‡ä àdè”áFå™ß«Ü¾ýtÞÀìÈã‡ä ÝÀì ä ÜçOí‹ê 5AI G  *" M @å dß4å™è dÜÃýtÞÀìÈã‡ä ÝÀì ä Üß4áIådè”ç á‡ÞÀíŸã«ß«åéã‡Ü)ç
âöß«àdý[ã‡ÛÀܱàd í Ü)éã‡ä æܹâöޔè”éã«äÈàè÷‹ã‡à`âöà߇ý[ã‡ÛÀ
Ü å dß4å™èä ådèôÀàß&Ü !Þ'å™ì äÈãêNéàdè'áã«ß«ådäÈè‹ã4á÷™ã«ÛÀÜ@å ß«ådèdÜ
ýtÞÀìÈã‡ä ÝÀì ä Üß4á?å™ß«Ü
ޔè”éàè”áã«ß«ådä èÀÜç8ô?Ú¥ÛÀä{á dä æÜá å ß«åd è dä{ådè 

 1 ø

,   ( & ='L
=‡ò'<,=
9
7 ó 7 ( & "= Eó
ò—ø ‹
= ) =*)

# #
VÜTýIޔá—ãIè”à-ÿ ývä èÀä ýväÜ ÿiäÈã‡Û ߇Ü)á—ÝÁÜéãWã«à
!D- )÷¹ådè”çOá‡ä ýIÞÀìÈã4å™èÀÜàdޔá‡ì êUß‡Ü !ޔäÈß«Üvã«Û”å-ã¼ã‡Û”Ü
çŸÜ߇ä æ-å-ã«äÈæÜá
à™â ÿiä:ã«ÛÅ߇Ü)á—ÝÁÜéãNã‡à å™ì ìKã«ÛÀÜ "=¯æ-å™è”ä á‡Û÷?å™ì ì&á‡ÞÀíÜ)éãNã«àÃã‡Û”Üoéàè”áã«ß«ådä èã4á =&GS
òöì Üã $áKéådìÈì6ã«ÛÀä{áݔå™ß‡ã‡ä{éÞÀì{å™ßá—ÜãKà™âéàdè'áã«ß«ådäÈè‹ã4á
# ó4ô  à-ÿ ã‡ÛÀä{áä{á?å`éàè6ædÜë !Þ'ådçŸß4å-ã«ä é¹ÝÀß«àß«ådývýväÈè 
ÝÀß«àdíÀì ÜýT÷á‡ä è”éÜoã‡ÛÀÜàd í Ü)éã«äÈæÜvâöÞÀè”éã‡ä àdèOä áIäÈã«á‡ÜìÈâ]éàè‹æÜë8÷Kå™è”çµã‡ÛÀà‹á—ÜFÝ'àä èã4áWÿi۔ä é4Ûµá«å-ã«ä{áâöêïã‡Û”Ü
éàè”á—ã‡ß4å™ä è‹ã«á]ådì á‡àtâöàdß«ýyåoéàè6ædÜëTá—Üãtò2å™è6êTìÈä èÀÜ)å™ß]éàdè”á—ã‡ß4å™ä è‹ã¯çŸÜ 'èÀÜá
å|éàè6ædÜëUá‡Üã÷rådè”çÃå|á‡Üã
à™â
á—ä ýtÞÀìÈã«ådèÀÜàޔá]ì ä èÀÜådß
éàdè”á—ã‡ß4å™ä è‹ã«á
çŸÜ ”èÀÜá`ã‡ÛÀÜvä è‹ã‡Üß«á‡Üéã‡ä àdèÃàd â éàè6ædÜëïá—Üã«á÷@ÿiÛÀä{é4Û¾ä{á`ådì á‡à
å¾éàdè6ædÜëµá—Üã4ó4ôµÚ¥ÛÀä{áIývÜådè”á`ã«Û”å-ã¼ÿ¹ÜTéådèµ Ü !‹ÞÀä æ-å™ì Üèã«ì ê¾á—àì ædÜvã«ÛÀÜoâöàì ìÈà-ÿiä  è  çŸÞ”å™ì Uݔ߇àíÀì Üý 
K   K4 M   ÷@á—Þ”í Üéã±ã«àFã«ÛÀܼéàdè'áã«ß«ådäÈè‹ã4á]ã«Û”å-ã
ã‡ÛÀÜ ß«åçŸä Üè‹ã¯à™â   ÿiäÈã«Û¾ß«Üá‡Ý'Ü)éã
㇠à
få™è”ç
æ-å™èÀä{á‡Û÷å™è”çUá‡ÞÀ í Ü)éã`å™ì{á—àtã«à|ã‡Û”Ütéàdè”á—ã‡ß4å™ä è‹ã«á#ã«Û”å-ã
ã‡ÛÀ Ü =  SÃòöì Üã $á±éå™ì ì * ( ݔådߗã«ä éÞÀì{å™ß]á‡Üã
à™â
éàè”á—ã‡ß4å™ä è‹ã« á ó4ôTÚ¥ÛÀä{á`ݔådߗã«ä éÞÀì{å™ß=çŸÞ”ådì?âöàdß«ýIޔì å™ã‡ä àdè¾à™â#ã‡ÛÀÜ|ݔ߇àíÀì Üýyä{áNéådì ìÈÜ)çUã«ÛÀ Ü ïàìÈâöÜ|çŸÞ”å™ì
*ò ì Üã4é4ÛÀÜß÷?øù'ü ™óô
ċ
۔åá]ã«ÛÀܼÝÀß«àdÝÁÜ߇ãêFã«Û”å-ã
ã‡Û”ÜIý|å™ë6ä ýtÞÀýYàd â   ÷á‡ÞÀ í Ü)éã
ã‡àTéàè”áã«ß«ådä èã4 á ÷


Ü
F÷ ¯ådè”ç &÷Áåá¹ã‡ÛÀÜ`ývä èÀä ýtÞÀý[àd â ¹÷”á—Þ”

àŸééÞÀß«áiå™ã¥ã‡ÛÀÜNá«å™ývÜ
æ-å™ì ÞÀÜá#àdâã‡Û”+ í Üéãiã‡àvéàè”áã«ß«ådä èã4á
# ô
iÜ !‹ÞÀä ߇ä èWã‡Û”å™ãiã‡ÛÀÜ ß«åçŸä Üè‹ã#àdâ
 
ådè”ç ]æ-ådèÀä{á—Û dä ædܱã‡ÛÀÜNéàdè”çÀä:ã«ä àdè”á
ÿiäÈã‡Ûß«Üá‡Ý'Ü)éã¥ã‡à Y


H ( = L = < = ò—øJB6ó
=

( = L = H SI ò—ø)úó
=

î6ä è”éÜ=ã‡ÛÀÜ)á—ÜIå™ß«Ü`Ü !‹Þ”å™ì äÈãê|éàè”á—ã‡ß4å™ä è‹ã«á¥ä èã‡ÛÀÜWçÀޔå™ìâöà߇ýtÞÀì{å-ã«ä àdè÷Ÿÿ#ÜNéå™èUá‡ÞÀí”á—ã‡äÈã‡ÞÀã‡Ü`ã«ÛÀÜý_ä èã«à


01!'ô]òø E ó¹ã«à ä ædÜ

;H ( =  ø ( =  L = L  < = 9 <  ò—ø ‹ó


=

 
=


 à™ã‡Ü¯ã‡Û”å™ã¹ÿ#ܯ۔å æÜièÀà-ÿ dä æÜètã‡ÛÀ è ä ådèIçŸä 8Üß«Üè‹ã&ì{å™íÁÜì{á]%ò gâöàdß¹ÝÀ߇ä ý|ådì2÷þâöàdß¹çÀޔå™ìöóã«à


Ü å dß4å™
Ü ývݔ۔ådá‡äÜKã«Û”å-ã?ã«ÛÀÜ¥ãÿ#à±âöà߇ýtÞÀì{å-ã«ä àdè”áråd߇ÜiçŸä8Üß«Üè‹ã  å™è”ç Oå™ß«ä á‡Ü¹âö߇àý ã‡ÛÀÜ]á«å™ývÜ#àdíÜéã«ä ædÜ
âöÞÀè”éã‡ä àdè íÀޟã=ÿiäÈã‡Û çÀä 8Üß«Üè‹ã=éàdè'áã«ß«ådäÈè‹ã4áûrå™è'çUã‡Û”Ütá‡àdì ޟã«äÈàèUä{á]âöàÞÀè”ç í‹êUývä èÀä ývää è   àß±í6ê
ý|å-ëŸä ývä ä  è  ±ô  à™ã‡ÜNådì{á—àtã‡Û'å-ã¯äÈâÿ¹Ü=âöà߇ýtÞÀì{å-ã«Ü¯ã«ÛÀÜNÝÀß«àdíÀì Üý ÿiäÈã‡, Û @HRSŸ÷'ÿi۔ä é4ÛTå™ývàÞÀè‹ã«á#ã«à
ß« Ü !‹ÞÀä ߇ä 
è =ã«Û”å-ã]ådìÈìÁÛ6ê6Ý'Ü߇ÝÀì{ådèÀÜá¹éàdè‹ã4å™ä èvã‡Û”Ü
à߇ä äÈèr÷™ã‡ÛÀÜ`éàdè”á—ã‡ß4å™ä è‹ã±òø údó¹çŸà6Üá#èÀàdãiådÝÀÝÁÜå™ßô?Ú¥ÛÀä{á
ä{á¯åoýväÈì{çß«Üá—ã‡ß«ä éã‡ä àdèFâöàdß±ÛÀä dÛ¾çÀäÈývÜè”á‡äÈàè”å™ìá‡Ý”ådéÜá÷8á‡ä è”éÜWä:ã=å™ývàÞÀè‹ã«á¥ã«àoß«ÜçŸÞ”éä  è vã‡Û”ÜWè6ÞÀýtí'Üß
à™â?çŸ Ü dß«ÜÜá#àdââöß«ÜÜçÀàdýYí6ê|àèÀܙô
î6ޔÝÀÝ'àߗã
ædÜ)éã‡àßiã‡ß4å™ä èÀä èTò{âöàß]ã«ÛÀÜIá‡Üݔådß«ådíÀì ܙ÷Àì ä èÀÜådßiéådá‡Ü)ó¥ã‡ÛÀÜ߇Üâöàdß«ÜNå™ývàdޔèã4á¥ã‡àoý|å-ëŸä ývää è
  ÿiäÈã‡Û¼ß«Üá‡Ý'Ü)éãKã«à=ã‡ÛÀ Ü =—÷‹á‡ÞÀ í Ü)éãKã«àWéàè”á—ã‡ß4å™ä è‹ã«áiòø údóådè”ç¼Ý'à‹á—äÈã«äÈæ6äÈãê`à™âÁã‡Û”" Ü "=;÷6ÿiä:ã«Û|á—àì ޟã‡ä àdè
dä æÜèïí‹ê òø B‹óô  à™ã‡ä{éܼã‡Û”å™ãNã‡ÛÀÜ߇Üoä á`å å ß«ådè dÜtýtÞÀìÈã‡ä ÝÀì ä Ü" ß "=iâöàßNÜæÜß«êÃã«ß«ådäÈè”äÈ è FÝÁàdä è‹ãô

ã‡Û”Ütá‡àdì ޟã«äÈàè÷Àã«ÛÀàá‡ÜWÝÁàdä è‹ã«á¯âöàdß±ÿiÛÀä{é43 Û = . Soåd߇Ütéå™ì ì Ü* ç á—ÞÀݔÝ'àߗã¯æÜéã‡àdß4Ká Ÿ÷Áådè”çÃì ä Ü`àdè¾àdèÀÜIà™â
ã‡Û”ÜFÛ6ê6Ý'Ü߇ݔì ådèÀÜ& á # D!  ô  ì ì¹àdã‡ÛÀÜßWã«ß«ådäÈè”äÈ è UÝ'àäÈè‹ã4áN۔å æÜ "= H Sïå™è'çÅì äÈÜoÜäÈã‡ÛÀÜßWàè # àß

,
ò ‡
á ”
Þ 4
é ¾
Û «
㠔
Û -
å =
ã «
ã À
Û v
Ü Ü !
‹ ”
Þ d
å È
ì È
ä 
ã 
ê
ä è 1
0 !
' U
ô 
ò ø 7 dó¯ÛÀàdì{çÀá4ó4÷ràß
àè¾ã«Û”å-ãNá‡ä{çŸÜIàdâ
# d
à ß  
—
á '
Þ 4
é Ã
Û ‡
ã '
Û -
å `
ã ã‡Û”Ü
á—ã‡ß«ä éãiäÈè” Ü !‹Þ”å™ì äÈãê¼ä , è 0 !”ô
òø ó#ÛÀàdì{çÀá1 ô Ààߥã‡ÛÀÜ)á—Ü`ý|åé4ÛÀä èÀÜá÷6ã‡ÛÀÜIá—ÞÀݔÝ'àߗã]æÜéã«àdß4á¥å™ß«Ü±ã«ÛÀÜWé߇äÈã‡ä{éå™ì
Üì ÜývÜè‹ã«á#à™âã‡Û”Ü=ã‡ß4å™ä èÀä  è ¼á—Üãô¹Ú¥ÛÀÜêoì ä Ü
éì àá‡Üá—ã¹ã«à¼ã‡ÛÀÜWçÀÜéä{á‡ä àdè|íÁàdÞÀè'çÀå™ß«êÁû”äÈâådìÈì8àdã‡ÛÀÜßiã‡ß4å™ä èÀä  è 
ÝÁàdä è‹ã«á#ÿ¹Ü߇Ü
ß«Üývà-ædÜ)çUòöàß#ývà-æÜç|åd߇àÞÀè”ç8÷ŸíÀÞÀã¯á—à¼ådá#èÀàdã#ã«àvéß«àá«á # d
à ß . 

ó ”
÷ ™
å ”
è o
ç ‡
ã 4
ß ™
å
ä À
è
ä è  
W #
ÿ åá
ß«ÜÝÁÜå-ã«Üç8÷Ÿã«ÛÀÜNá«å™ývÜ=á—Üݔå™ß4å-ã«äÈ è WÛ6ê6Ý'Ü߇ÝÀì{ådèÀܱÿ#àdޔì çoí'Ü=âöàÞÀè”ç8ô

M  
$%
 $ G   $   $   M $ I   IAG
Ü `åd߇Þ'á—
Ú¥ÛÀ
Û =ÞÀÛÀ è ƒÚ@ޔé4õdÜßU ò `Ú]óvéàdè”çŸäÈã«äÈàè”á¼ÝÀì{å ê åOéÜè‹ã«ß«ådì]߇àì ÜUäÈè íÁà™ã«Û ã‡ÛÀܾã‡ÛÀÜàdß«ê ådè”ç
ÝÀß4ådéã‡ä{éÜtà™â¥éàdè'áã«ß«ådäÈè”ÜçÃàݟã‡ä ýväå™ã‡ä àdèrô Ààdß=ã«ÛÀÜvÝÀß«ä ý|å™ìÝÀ߇àíÀì Üýfådí'à-æܙ÷rã«ÛÀÜ `Ú éàdè”çŸäÈã«äÈàè”á
ý|å êvíÁÜNáã4å-ã‡Ü)ç ò ìÈÜã«é4ÛÀÜß÷rø)ùd ü ™ó 



5H   ( "= L
=*)+=  H S H ø :9;9:9JD 
D ò—ø dó
=




  2
H  ( = L = H S ò—øü‹ó
=

-9
7 ó? ø+
—ò
L
= '<>= S FPH ø :9;9:9JDK:
D ò—øù‹ó
= 
 S EF ò S‹ó
=«òL
=«ò
9 <,=F
7 ó D
 ø)ó H S EF ò Ÿø ó

Ü `Ú éàdè”çÀä:ã«ä àdè”á?åd߇Ü]á«å-ã«ä á ”Ü)çIå™ãKã‡ÛÀÜ


á—àì ޟã‡ä àdèIà™ârå™è6ê¼éàè”áã«ß«ådä èÀÜçIàdݟã«ä ývä )å-ã«äÈàèNÝÀß«àdíÀì Üý
Ú¥ÛÀ
,ò éàdè6ædÜë àß|èÀà™ãó4÷¯ÿiäÈã«Û ådè6ê õ6ä è”çDà™âNéàè”á—ã‡ß4å™ä è‹ã«á÷#ÝÀß«à-æ6ä{çŸÜçOã‡Û”å™ã|ã‡Û”ܾä è‹ã‡Üß4á‡Üéã«ä àdèOàdâ`ã‡ÛÀÜ á—Üã
à™â¯âöÜådá‡ä íÀì ÜoçŸä ß«Üéã«ä àdè”á`ÿiäÈã«ÛÅã‡ÛÀÜUá‡Üã¼à™â±çÀÜá«éÜè‹ã¼çŸä ߇Ü)éã‡ä àè”áWéàdä è”éä{çŸÜ)á`ÿiäÈã‡ÛOã‡ÛÀÜä èã«Üß4á—Ü)éã«äÈàèVà™â
ã‡Û”ܾá—Üã|à™â
âöÜåá—ä íÀì ÜTçŸä ߇Ü)éã‡ä àè” á  I 6 * M   M2@IAG    *  GIÿiäÈã‡Û ã‡Û”ܾá—Üã|à™âNçŸÜ)á‡éÜè‹ãoçŸä ߇Ü)éã«äÈàè”á
ü ‹û”ñÃé ¹àdß«ývä é4õÁ÷øùü E‹ó—ó4ô¥Ú¥ÛÀä{áiß4å-ã‡Û”Üßiã«Üé4ÛÀèÀä{éå™ìß«Ü dޔì åd߇äÈãêvådá«á‡ÞÀývݟã‡ä àèoÛÀàì ç”á
ò,á‡ÜÜ @ì Üã«é4ÛÀÜß÷ø)ùd
âöàdß`ådìÈì?á‡ÞÀÝÀÝÁàd߇ã`ædÜéã‡àß±ý|åé4ÛÀä èÀÜá÷rá—ä è”éÜWã«ÛÀÜvéàdè'áã«ß«ådäÈè‹ã4á±åd߇Ütå™ì ÿ#å êŸá¯ìÈä èÀÜ)å™ßô Àޔߗã«ÛÀÜß«ývàd߫ܙ÷8ã‡Û”Ü
ÝÀß«àdíÀì Üý âöàß¼îŸð±ñÃá¼ä{átéàdè6æÜë ò,åïéàdè6æÜëÅàd í Ü)éã«äÈæÜvâöÞÀè”éã‡ä àdèr÷&ÿiäÈã‡Û éàdè”á—ã‡ß4å™ä è‹ã«áNÿiÛÀä{é4Û dä ædÜFå
éàè6ædÜëOâöÜådá‡ä íÀì Üoß«Ü äÈàè'ó4÷¥å™è”ç âöàßoéàè‹æÜëµÝÀß«àdí”ìÈÜý|áTòöäÈâ±ã«ÛÀÜUß«Ü dޔì åd߇äÈãêVéàè”çŸäÈã‡ä àdè ÛÀàdì{çÀá4ó4÷#ã‡Û”Ü
`Úgéàdè'çŸäÈã‡ä àdè”áiåd߇: Ü  M  M GG  #  7 G $M  âöà ß
!D D" Oã‡à|íÁÜWå|á‡àdì ޟã«ä àdè ò ìÈÜã«é4ÛÀÜß÷øù' ü ™óô
Ú¥Û6ޔá
á—àìÈæ6ä  è tã‡Û”ܼî6ð
ñ ÝÀß«àdí”ìÈÜý ä{á¯ Ü !‹ÞÀä æ-å™ì Üè‹ãiã‡à ”è”çÀäÈ è oåoá‡àdì ޟã«äÈàèã‡à|ã«ÛÀ Ü `Úgéàdè”çÀä:ã«ä àdè”áô
Ú¥ÛÀä{á&â,ådéã¥ß«Üá‡ÞÀìÈã«á¹äÈèFá—ÜædÜß4å™ìÁå™ÝÀݔ߇à‹ådé4ÛÀÜ)á?ã‡à ”è”çÀäÈ è Nã‡Û”Ü
á‡àdì ޟã«äÈàèÃò{âöàß#ÜëÀå™ývÝÀì ܙ÷ã‡ÛÀÜ
ÝÀß«ä ý|å™ì ƒçÀޔå™ì
ݔå™ã‡Ûâöàdì ì à-ÿiä  è `ývÜã«ÛÀàŸçoývÜèã«ä àdèÀÜ)ç|ä èTîŸÜéã«ä àdèúó4ô
 á¯å™èUä ývývÜ)çŸä{å-ã‡Ü
å™ÝÀݔìÈä{éå-ã‡ä àè÷‹è”à™ã‡ÜNã‡Û”å™ã÷'ÿi۔äÈì Ü
_ä á¥ÜëŸÝÀì ä éäÈã‡ì êvçŸÜã«Üß«ýväÈè”ÜçFí‹êFã‡Û”Ü`ã‡ß4å™ä èÀä è 
Ý ß«àŸéÜçÀÞÀ߇Üd÷”ã«ÛÀÜNã«ÛÀ߇Ü)á—Û”àdì{ç =ä{áièÀà™ã÷8ådìÈã‡ÛÀàÞdÛTäÈã¯ä{á]ä ývÝÀì ä{éäÈã‡ì ê¼çŸÜã«Üß«ývä èÀÜç8ô¯à-ÿ¹ÜædÜß
ä á¯Üåá—ä ì ê
À
âöàdޔè”çOí6êµÞ'á—ä è ã‡ÛÀÜ `Ú éàývÝÀì ÜývÜè‹ã4å™ß«ä:ãêéàè”çŸäÈã‡ä àdèr÷ 01!'ôgò Ÿø ó4÷¹í6êOé4۔à‹à‹á—ä èïå™è6ê F`âöàß
ÿiÛÀä{é4Û = H  S|ådè”çUéàývÝÀޟã«äÈè  ¼ò,èÀà™ã«ÜNã«Û”å-ã¯äÈã¯ä{áiè6ÞÀývÜ߇ä{éå™ì ì êtá«å-âöÜß]ã‡à|ã«å™õÜ=ã‡ÛÀÜIývÜådèæ-ådìÈޔÜ`à™â
¯ß‡Ü)á—ÞÀìÈã«äÈè Nâöß«àdý ådì ì8á‡Þ”é4ÛÜ !‹Þ”å™ã‡ä àdè”á4ó4ô
 à™ã‡ä{éÜoã«Û”å-ãoådìÈì#ÿ#Ü  ædÜUçŸàdè”Üá‡àïâ,å™ß¼ä{áWã«àÅéådá—ãtã‡ÛÀÜUÝÀß«àdí”ìÈÜý äÈè‹ã«àïådè àݟã‡ä ývä å™ã‡ä àdèVÝÀß«àdíÀì Üý
ÿ ÛÀÜ߇ÜWã‡ÛÀÜvéàè”á—ã‡ß4å™ä è‹ã«á]åd߇ÜIß«å™ã‡ÛÀÜß±ývà߇ÜIý|å™è”ådÜådíÀì Ü
ã‡Û”ådèÃã‡Û”àá‡ÜIä è 0 !‹áô|òøSó4÷&ò—ødø ó4ô ä è”çŸä è
i
ã‡Û”Ütá‡àdì ޟã«äÈàèoâöà߱߫Üådìÿ#àdß«ì{çFݔ߇àíÀì Üý|á¥ÿiä ì ìޔá‡Þ”å™ì ì ê|ß«Ü !‹ÞÀä ß«Ü`è‹Þ”ývÜß«ä éå™ìrývÜã‡ÛÀàŸçÀáô@VÜIÿiä ì ìr۔å æÜ
ývàdß«Ütã‡àÃá«å êÃàdèïã«ÛÀä{á`ì{å-ã‡Üßô ¯à-ÿ¹ÜædÜß÷ì Üã $ á ”ß«á—ãNÿ#àdß«õÃàdޟãtåTß«åd߇ܼéåá—ÜvÿiÛÀÜ߇ܼã«ÛÀÜvÝÀß«àdíÀì Üýfä{á
èÀàèã«ß‡ä æ6ä{å™ìKòöã‡ÛÀÜtè6ÞÀýIíÁÜß±à™â&çŸä ývÜè”á—ä àè”á¥ä{á±åd߇íÀäÈã«ß«åd߇êd÷'å™è”çUã‡ÛÀÜtá—àìÈÞÀã‡ä àdèUéÜߗã4å™ä èÀì êoè”à™ã±àí6æ‹ä àޔá«ó÷
íÀޟã]ÿi۔Üܱ߫ã«ÛÀÜNá‡àdì ޟã‡ä àèoéådèíÁÜ=âöàdޔè”çFådè”å™ì ê‹ã‡ä{éå™ì ì ê™ô

! 0 5   K  673#!5 M )576   M GB   K 576*M


 ÛÀä ì Ü=ã‡ÛÀÜIý|å™ä èUå™ä ýYàdâ?ã‡ÛÀä{á¯îŸÜéã«ä àdèUä{á¥ã‡àFÜëŸÝÀì àdß«Ü`å|èÀàè .ã‡ß«äÈæ6ä{å™ì8ݔå™ã—ã«Üß«èU߇Ü)éà èÀäÈã‡ä àdèÝÀß«àdíÀì Üý
ÿiÛÀÜ߇ܼã«ÛÀÜoá‡ÞÀÝÀÝÁàd߇ãNædÜéã‡àßNá—àìÈÞÀã‡ä àdèïéå™èVíÁÜvâöàdޔè”çÅå™è”ådì êã«ä{éå™ì ì ê™÷Áã‡Û”Üv߇Ü)á—ÞÀìÈã4á`çŸÜß«ä ædÜç ÛÀÜ߇Üvÿiä ì ì
å™ì{á‡à|íÁÜtÞ'á—ÜâöÞÀì?ä è¾åoì{å™ã‡Üß
ÝÀß«à6à™â;ô ”àdß±ã‡ÛÀܼÝÀß«àdíÀì Üý éàdè”á‡ä{çŸÜß«Üç÷ÁÜædÜß«êã‡ß4å™ä èÀä  è |ÝÁàdä è‹ã±ÿiä ì ì@ã‡ÞÀß«è
àdÞÀãiã‡à¼í'ÜNå¼á‡ÞÀÝÀÝÁàd߇ã]ædÜ)éã‡àß÷ŸÿiÛÀä{é4Ûä{á¹àèÀÜ=߇Ü)ådá‡àdèFÿ¹Ü`éåd, è ”è”çFã‡ÛÀÜNá‡àdì ޟã«ä àdèoådè”å™ì ê‹ã‡ä{éådì ìÈêdô
¹àè”á—ä{çŸÜß O 7 øá—ê6ývývÜã‡ß«ä éå™ì ì êFݔì åéÜ)çVÝ'àäÈè‹ã4áNì ê6äÈè àèOå¾á‡ÝÀÛÀÜß‡Ü p B 7 # àdâ]ß«åçŸä ޔá A |ývàdß«Ü
ÝÀß«Üéä á‡Üì êd÷Ÿã‡ÛÀÜIÝ'àäÈè‹ã4á¥âöàdß«ýYã«ÛÀÜWæÜ߇ã‡ä{éÜ)á¥à™âKå™è O ;çŸä ývÜè'á—ä àdè'å™ìá—ê6ývývÜã‡ß«ä é
á‡äÈývݔìÈÜë8ô
ƒã¯ä{á¯éàdè6ædÜ
èÀä Üè‹ãiã«àvÜýtí'Ü)çoã«ÛÀÜNÝÁàdä è‹ã«á¥ä è m B  # ä èTá‡Þ”é4ÛUå¼ÿ¥å êvã‡Û”å™ã]ã‡Û”ÜêTå™ì ìì äÈÜ=ä èFã‡ÛÀÜNÛ6ê6ÝÁÜß«ÝÀì{å™èÀÜ=ÿiÛÀä{é4Û
ݔåá‡á‡Üá@ã‡Û”߇à Þ dÛIã‡ÛÀÜ¥à߇ä dä èWådè”çIÿiÛÀä{é4ÛWä{áÝ'Ü߇ÝÁÜè”çÀä éÞÀì{å™ß@ã‡à
ã‡Û”ÜNò O7Uø ó ƒædÜéã‡àß#ò—ø D
ø DII IDø ó&ò,ä èWã«ÛÀä{á
âöàdß«ýtÞÀì{å-ã‡ä àè÷-ã‡ÛÀÜ=ÝÁàdä è‹ã«á&ìÈä Ü]àè p B 7 # ÷Ÿã‡ÛÀÜê|á—Ý'å™è m B ÷Ÿådè”çoåd߇ܱÜýtí'Ü)çÀçŸÜ)çvä è m B  # ó41 ô 0KëŸÝÀì ä éäÈã‡ì ê™÷
ß«Üéådì ìÈä 
è ã«Û”å-ã¼ædÜ)éã‡àß«áWã‡Û”Üý|á‡Üì ædÜ)áWå™ß«Üoì{ådí'ÜìÈÜ)çVí6* ê iàdý|ådèµä è”çŸä{éÜ)áWå™è'çÅã‡Û”Üä ßvéà6àdß4çŸä è”å-ã«Üá`í6ê
% ß«ÜÜõÁ÷Ÿã«ÛÀÜNéà6àdß4çŸä è”å™ã‡Üá#å™ß«Ü dä ædÜèoí6 ê 

)N= 2
H Nòø4 ?= Àó 9 KòO
O
A

7 ø)ó
7 ?=   O
AO

7 ø
ò

ÿiÛÀÜ߇ܼã«ÛÀÜ =ß«àdèÀÜ)é4õdÜß=çÀÜìÈã«åÀ÷ ? =  ÷ä á`çÀÜ ”èÀÜ)çVí6 ê ? =  HyøväÈ â


HGF‡9 ÷ STà™ã«ÛÀÜß«ÿiä{á—ÜdôFÚ¥Û6ޔá÷@âöàß
ÜëÀådývÝÀì ܙ÷‹ã‡ÛÀÜ`æÜéã«àdß4á¹âöàdߥã‡Û”߇ÜÜ`Ü !‹ÞÀä{çŸä{áã4å™è‹ã¹ÝÁàdä è‹ã«á¥àèoã«ÛÀÜ`ÞÀèÀäÈã]éä ß4éì ÜIò2á—ÜÜ äÞÀß«ÜIø7 dó#å™ß«Ü 

`ø `ø
<
# Ñ
H ò 
E D

D

ó

Ñò
`ø 
`ø ó
<

H

D
E D

Ñò
`ø `ø 

ó ò LE‹ó
<
8
H

D

D
E
$±èÀÜTéàè”á‡ Ü !‹ÞÀÜè'éÜ|àdâiã‡ÛÀÜTá—ê6ývývÜã‡ß«ê¾ä{á`ã«Û”å-ãtã‡ÛÀÜTå™è dì Üví'Üãÿ¹ÜÜèDå™è6ê Ý'å™ä ßWàdâ¯ædÜ)éã‡àß«áNä áWã‡Û”Ü
á«å™ývܼò,å™è'çFä{á#Ü !‹Þ”ådì8ã‡à|ådß«ééàáò`ø =$Oó—ó 

 <,=   H A  ò CB6ó

<>= < H-9  @A  7= O ò d úó

àß÷Àývà߇Ü=á—Þ'ééä è”éã‡ì ê™÷


-9  B
<>= <
H ?= 4 òø4 ?= )ó ø
I  ó
ò ‹
A  O

ì ? - 7Iø D `Cø . å™ß«íÀäÈã‡ß4å™ß«äÈì êïã‡à Üåé4Û '


 á‡á‡ä dèÀä è µåµéì{ådá«ávì{å™íÁÜ Ý àäÈè‹ã÷¯ÿ¹Ü¾ÿiä á‡Û ã‡à ”è”ç ã‡Û”å™ã
Û6ê6Ý'Ü߇ÝÀì{ådèÀÜIÿi۔ä é4Ûïá—Üݔå™ß4å-ã«Üá±ã‡Û”ÜIãÿ#àUéì{ådá«á‡Üá±ÿiä:ã«Û ÿiä{çŸÜ)áã`ý|ådß Èä èrôIÚ¥Û6ޔá=ÿ¹Ü¼ýtޔá—ã
ý|å™ë6ä ýväÜ
 ä è 0 ' ! ôïòø  ó÷á‡ÞÀí Üéã`ã‡à =  SUådè”çVå™ì{á—àTá‡ÞÀíÜéãNã‡àTã«ÛÀÜvÜ !‹Þ”ådì ä:ãêÃéàdè”á—ã‡ß4å™ä è‹ã÷0 !'ô òø údó4ô
$±ÞÀßiá—ã‡ß4å-ã‡Ü dêtä{á&ã«àtá‡ä ývÝÀì êIá‡àdì ædÜ]ã‡ÛÀÜ=ÝÀß«àdíÀì Üý åáKã«ÛÀàdÞ dÛ|ã«ÛÀÜß«Ü
ÿ¹Ü߇Ü
èÀàtäÈè”Ü !‹Þ”å™ì äÈãêWéàdè”á—ã‡ß4å™ä è‹ã«áô

ƒâ?ã‡Û”ÜN߇Ü)á—Þ”ì:ã«ä èv  á—àìÈÞÀã‡ä àdèçŸà6Üá]ä èTâ,åéã±á«å-ã«ä á—âöê =  S.EF«÷”ã«ÛÀÜèUÿ#ÜNÿiä ì ì۔å ædÜ=âöàÞÀè”çTã«ÛÀÜ ÜèÀÜß«ådì
á‡àdì ޟã‡ä àè÷”á—ä è”éÜ=ã‡ÛÀÜIådéã«Þ”å™ì@ý|å-ëŸä ýIޔý àdâ  ÿiä ìÈìrã‡ÛÀÜèUìÈä Ü=ä èã‡ÛÀÜWâöÜådá‡ä íÀì Ü=ß‡Ü d ä àdè÷Àݔ߇à-æ6ä{çŸÜçoã‡Û”Ü
Ü ‹ ! ޔådì ä:ãêÃéàdè”á—ã‡ß4å™ä è‹ã÷ 01' ! ôÅòø)úó4÷ä{áNå™ì{á‡àývÜãô ;
èÅàdß4çŸÜß=ã‡àÃä ývÝÁàá‡ÜIã«ÛÀÜ|Ü ! Þ'å™ì äÈãê¾éàè”áã«ß«ådä èã=ÿ#Ü
ä è‹ã‡ß«à6çÀޔéÜ=å™èUådç”çŸäÈã‡ä àdè”ådìE@å  ß«ådèd ܱýIÞÀìÈã«äÈݔìÈä Üßô¹Ú¥Û6ޔá¥ÿ#Ü`á—ÜÜõvã«àvý|å-ëŸä ývä Ü

B  #
 1 ( =  ø ( #
B
= =
B  #
   ( = L = D ò
dó
= ) #

=  )
# *)
=
#
ÿiÛÀÜ߇Ü=ÿ#Ü`۔å ædÜ
ä è‹ã‡ß«à6çÀޔéÜ)çvã‡Û”Ü]Üá«á‡ä ådè

=  1;L = L  < = < 9  I ò ™ ü‹ó

î6Üã—ã«äÈè  H S dä ædÜ)á


 

òl ?ó = 7 NL
=H ø EF ò ™ ù‹ó

 à-ÿ l ۔åáWåUæÜß«ê á‡ä ývÝÀì ܼá—ã‡ß«Þ”éã‡ÞÀß«Ü tã‡ÛÀÜoà  ƒçŸä{å dàdè'å™ì?Üì ÜývÜè‹ã«á`åd߇Ü L


='L A  =$O÷?ådè”çïã‡Û”Ü
ç ä{å àdè”ådì8Üì ÜývÜèã4á¥å™ß«ÜCA  ô¥Ú¥ÛÀÜ=â,åéã]ã«Û”å-ã¯ådì ì8ã‡ÛÀÜNà
 ;çŸä{å àdè”ådì'Üì ÜývÜè‹ã4áiçŸäÁÜßiàdèÀì ê|í6ê|â,åéã«àdß4á
Ÿ
à™âPL
=?á‡ÞÜá—ã«á#ì à6àdõ6ä è`âöàdß]åvá‡àdì ޟã«ä àdè|ÿiÛÀä{é4ÛF۔ådá#ã«ÛÀÜ=âöàdß«ý 

="H ; ø 7* L
= D 7 ; 4ø  L =

D ò%E
S‹ó

ÿiÛÀÜß‡Ü å™è”ç
å™ß«Ü±ÞÀè”õ‹è”à-ÿiè”áô1.&ì ÞäÈè `ã‡ÛÀä{á#âöà߇ý ä è 01!'ô]ò d ùó dä ædÜ)á 

7 ø 7  ; 7 ø4L
; D ; D  ò%EÀø ó
O L = =

O O D H
A 

ÿiÛÀÜ߇Ü6Uä{á¥çŸÜ 'èÀÜçí6ê

#
I1 ( 
B
L
= I ò%E ó
= )
#
Ú¥Û6ޔá


7 H
A
$O

ò'O7 ø)ó
ò%E ‹



ådè”çTá—ÞÀí'áã«ä:ã«ÞŸã‡ä èIã‡Û”ä á¥ä è‹ã‡àIã‡Û”Ü`Ü !‹Þ”å™ì äÈãêvéàè”áã«ß«ådä èã 01!'ô]òø údó&ã‡à 'è”ç ÷ äÈæÜá

O
;ø4 
O
;ø7  ò%ELB6ó

H
A  O ò 7 ø)ó O 7 Fø D D H
A ò
 'O 7 ø ó O 7 ø D
ÿiÛÀä{é4Û,dä ædÜ)áKâöàߥã‡ÛÀÜNá‡àdì ޟã«ä àdè

O
; 4ø  L
=  ò%Eúó
= H
A  'O ò 7 ø)ó O 7 Aø D
 ì á‡àÀ÷

ó
òl  ø4
L
=  ò%E‹ó
=PH
O 7 ø
I
L

¯Üè”éÜ


,  H
B
(  # =  L = L  < = 9 <  H  l
=  )
#

( =$; ø4 L = 
B  # B
( # O
ø4 ; O7 øAD
 
ò%E'dó
O 7 øAD
H H = H
= ) =*)  
A
# #
 à™ã‡Ü=ã«Û”å-ãiã«ÛÀä{á¥ä{á¹àèÀÜ`à™â@ã‡ÛÀà‹á—Ü`éådá‡Üá¥ÿiÛÀÜ߇Ü
ã‡Û”Ü å ß«ådèdܱýIޔì:ã«ä ÝÀì äÈÜß Uéå™è߇Üý|å™ä è|ÞÀè”çÀÜã‡Üß
ývä èÀÜçÅò2å™ìÈã‡Û”àdÞÛ¾çŸÜã«Üß«ývä èÀä èväÈã±ä{á]ã«ß‡ä æ6ä{å™ìöó4ôïÜt۔å ædÜIèÀà-ÿ á‡àdì ædÜ)çã‡ÛÀÜtÝÀß«àdíÀì ÜýT÷8á—ä è”éÜIådìÈì@ã‡Û”Ü
"=¯å™ß«Ü|éì Ü)å™ß«ìÈêTÝÁàá‡äÈã‡ä ædܼàdß Üß«àÅòöä èVâ,ådéãNã‡Û”Ü =¯ÿiä ìÈì?àèÀì êÃíÁÜ Ü߇àTäÈâ]å™ì ìã‡ß4å™ä èÀä èÝÁàdä è‹ã«á`۔å æÜ
ã‡Û”ÜNá‡ådývܱéì{åá‡á4ó4ô  àdã‡Ü
ã‡Û'å-ã 

çŸÜÝÁÜè'çÀáiàdè”ìÈêvàèoã«ÛÀÜ  $ KCM¹à™â@ÝÁàá‡äÈã‡ä ædÜtòöèÀÜ å™ã‡ä ædÜ óKÝÁàdì{å™ß«äÈãê
ÝÁàdä è‹ã«á÷å™è”çtèÀàdã?àdè¼ÛÀà-ÿµã«ÛÀܯéì åá‡áì{å™íÁÜì{áå™ß«Üiådá«á—ä dè”Üç`ã«à=ã‡ÛÀÜiÝÁàdä è‹ã«áä è 01!'ôiò
ó4ô?Ú¥ÛÀä{áä á?éì Üå™ß«ì ê
èÀàdãiã‡ß«ÞÀÜ=à™$ â
äÈã«á‡ÜìÈâ;÷ŸÿiÛÀä{é4ÛFä{+
á dä ædÜèoí6ê


(  # ; L
=> 
O B
ò%Edü‹ó
A  òO 7 O 7 Fø D <,=
H
ø)ó = )
#
Ú¥ÛÀÜ`ý|ådß ä è÷ H * = 
 ÷'ä á¹ã«Û‹Þ'á dä ædÜèoí6ê
ò%Edù‹ó
A
  ¼òø4Dò  Ÿ
= ò'O 7
H I
O ø ó—ó  ó

Ú¥Û6ޔá±ÿiÛÀÜèÃã‡ÛÀÜNè6ÞÀýtíÁÜ߯àdâ?Ý'àäÈè‹ã4á@O 7 øNä{áiÜæÜè÷Áã‡Û”ÜWývä èÀä ýIޔýþý|å™ßdä èFàŸééÞÀß4á]ÿiÛÀÜè H S


òöÜ ‹! ޔå™ì¹è‹Þ”ýIíÁÜß4á=à™âiÝÁàá‡ä:ã«ä ædÜvå™è”çVè”Üå™ã‡ä ædܼÜëŸådývÝÀì Üá4ó4÷ä èVÿiÛÀä{é4ÛÅéåá—ܼã«ÛÀÜoý|ådß äÈè ä{á  = B H
A= O+ ô
ƒPâ O 7 ø`ä{á¥à6ç”ç8÷Àã‡Û”ÜNývä èÀä ýIÞÀý ý|ådß äÈèoà6ééÞÀß4áiÿiÛÀÜN è !H
Iø™÷”ä èÿiÛÀä{é4ÛTéådá‡Ü   = B H
A¼' ò O7ïø) ó =Ÿ'ò O O 7 ó4ô
;èvíÁà™ã‡Û|éådá‡Üá÷dã«ÛÀÜ]ý|å-ëŸä ýtÞÀý ý|å™ß dä èWä{á äÈæÜè¼í6 ê   H A¼ò O7ïø ó =$Oô
Ú¥Û6ޔá÷âöàdß=ÜëÀå™ývݔìÈÜd÷'âöà߯ã«ÛÀÜtãÿ¹àTçŸä ývÜè'á—ä àdè'å™ìrá‡äÈývݔìÈÜëTéàdè”á‡ä{áã«ä  è |àè p #
è và™âKã«ÛÀß«ÜܼÝ'àä èã4á¯ì ê6ä 
ò,ådè”ç|á‡Ý”å™è”èÀä  è  m  ó4÷Àå™è'ç|ÿiäÈã‡Ûvì{å™íÁÜì ä 
è Ná‡Þ”é4Ûvã«Û”å-ã#èÀà™ãiå™ì ìÀã«ÛÀß«ÜܯÝÁàdä è‹ã«á&۔å ædÜ]ã‡ÛÀÜ=á‡ådývÜ]ÝÁàdì{å™ß«äÈãê™÷
ã‡Û”Ü`ý|å-ëŸä ýIÞÀý å™è'çFývä èÀä ýtÞÀý ý|å™ß dä èoå™ß«Ü
í'àdã‡ Û E
A= Fò,á‡ÜÜ ä dޔ߇ܼò7ø dó—óô
 à™ã‡Ü¯ã‡Û”å™ã¹ã«ÛÀܯ߫Üá‡ÞÀìÈã«áKà™âã‡Û”ä á#î6Üéã‡ä àdè|ådývàdÞÀè‹ãKã«àWå™èFå™ìÈã‡Ü߇è”å™ã‡ä ædÜd÷déàè”áã«ß‡Þ'éã‡ä æÜiÝÀ߇à6àdâÁã«Û”å-ã#ã‡Û”Ü
ð  è WÛ6ê6ÝÁÜß«ÝÀì{å™èÀÜ)á¹ä è m B ä áiå™ãiìÈÜ)ådá—ã O 7 ø™ô
çŸä ývÜè”á‡ä àdèvà™âàdß«ä Üè‹ã‡Ü)ç|á‡Üݔådß«å™ã‡ä 

 
MG -  GM
$±è”éܱÿ#Ü=۔å ædܯã‡ß4å™ä èÀÜçFåtîŸÞÀÝÀÝÁàd߇ã¥ð?Ü)éã«àdß]ñÃåé4ÛÀä èÀܙ÷6ÛÀà-ÿ éå™èÿ¹Ü
ޔá‡Ü
äÈã 0ïÜ`á‡äÈývݔìÈê¼çŸÜã‡Üß«ývä èÀÜ
àdèvÿi۔ä é4Û|á‡ä{çŸÜ]àdâÁã«ÛÀܱçÀÜéä{á‡ä àdè¼í'àÞÀè”çÀåd߇êTò{ã«Û”å-ã#Û6ê‹ÝÁÜß«ÝÀì{å™è”ÜiìÈê6ä è=۔ådì:âÿ¥å êWíÁÜãÿ#ÜÜè # å™è'ç- 
å™è'çÃݔådß«ådìÈì Üìrã‡àFã‡Û”Üýoó±å äÈæÜèUã«Üá—ã`ݔå-ã‡ã‡Üß«è < ì äÈÜ)á¯ådè”ç åá‡á‡ä dèTã«ÛÀÜvéàdß«ß«Üá‡Ý'àè”çŸä è|éì{åá‡á±ì{å™íÁÜì.÷
â < ã‡àvíÁ
ä.ô Üdô?ÿ¹Ü
ã«ådõdÜ
ã‡Û”ÜNéì{ådá«á#à™ Ü  OKò
9< 7 ó4ô


M"I(  & M 5     6 M   GM
Ú¥ÛÀÜvå™íÁà-ædÜtå™ì dà߇äÈã«ÛÀý âöàß=á‡ÜÝ'å™ß4å™íÀì ÜWçÀå™ã«åÀ÷rÿiÛÀÜèVå™ÝÀݔìÈä Ü)çTã‡àèÀàdè ƒá‡Üݔådß«ådíÀì ÜNçÀå-ã4åŸ÷ÿiä ì ì 'è”ç¾è”à
âöÜåá—ä íÀì Ü]á‡àdì ޟã«äÈàè rã«ÛÀä{áKÿiä ì ìÀí'Ü
Üæ6ä{çŸÜè”éÜ)ç¼í‹êIã‡Û”ܱàíÜéã‡ä ædÜ¥âöÞÀè'éã‡ä àè¾òöä.ô ܙôã‡ÛÀÜ=çŸÞ”ådì+ådß4å™èä{å™è'ó
dß«à-ÿiä è Iåd߇í”ä:ã«ß«åd߇ä ì êWì{ådß ܙôKî6àvÛÀà-ÿ éå™èÿ¹Ü`Üë6ã‡Üè'çoã«ÛÀÜá‡Ü`ä{çŸÜåá¹ã‡àv۔ådè”çŸì Ü=èÀàdè ;á‡Üݔådß«ådíÀì ܯçÀå-ã4å
VÜWÿ#àdÞÀì{çTì ä õdÜ
ã‡àF߇Üì å™ëoã«ÛÀÜIéàdè”á—ã‡ß4å™ä è‹ã«á`ò— ø Só¯å™è”çOòødø ó4÷8íÀޟã
àdèÀì êÿiÛÀÜèÃè”ÜéÜ)á‡á«å™ß«ê™÷'ã‡Û”å™ã±ä{á÷'ÿ#Ü
ÿ#àdÞÀì{ç|ì ä õdܯã‡à¼ä è‹ã‡ß«à6çÀޔéÜ=åIâöÞÀߗã«ÛÀÜß±éàá—ãNòöä.ô ܙôKå™èä è”éß«Üåá—ܱäÈèFã‡Û”Ü`ÝÀ߇ä ý|ådì'à í Üéã‡ä ædܯâöÞÀè”éã«ä àdè'ó¹âöàß
çŸàäÈ è Fá‡àÀôtڥ۔ä á=éå™è¾íÁÜ|çŸàèÀÜIí6êÃä è‹ã‡ß«àŸçŸÞ”éäÈ á = D FH
ø D;9:9;9D : ä èÃã‡Û”Ü
è |Ý'à‹á—äÈã«äÈæÜWá‡ì åé4õTæ åd߇ä{ådíÀì Ü
éàè”á—ã‡ß4å™ä è‹ã«á
ò ¹àd߇ã‡Ü)áiå™è”çFðKå™Ý”èÀä õ'÷rø)ùdù‹údó4÷ŸÿiÛÀä{é4ÛFã‡ÛÀÜèTí'Ü)éàdývÜ 
<>= -9

7  I7 ø4  = âöàß L
=H 7Iø òB S‹ó
<>= -9
7 1 ` ø7  = âöàß L
=H `ø òB”ø ó
= 4
S FKI òB ó

è  = ýIÞ'áãiÜëÀéÜÜçFÞÀèÀäÈãêd÷”á—à  =  = ä{á¥å™èTÞÀÝÀÝÁÜß


Ú¥Û6ޔá÷Àâöàdß]ådèTÜ߫߇àß&ã«àvà6ééÞÀß÷Ÿã‡Û”ÜNéàdß«ß«Üá‡Ý'àè”çŸä 
í àdÞÀè”ç àdè ã«ÛÀܾè6ÞÀýtí'Üßoàdâ`ã‡ß4å™ä èÀä èVÜ߫߇àß«áô ]Üè”éÜVåÅè”å™ã‡ÞÀß4å™ì±ÿ#å ê ã‡àDådá«á—äè ådè Üë6ã‡ß4åOéàá—ã
Á
âöàdßWÜ߫߇àß«á
ä{á=ã‡àÃé4Û'å™èܼã‡ÛÀÜ|àíÜéã‡ä ædÜIâöÞÀè”éã‡ä àdèVã«àUí'ÜoýväÈè”äÈýväÜçâöß«àdý 
,  =
oã‡à
  = 7
Dò  = =.ó 6÷8ÿi۔Üß«Ü ä{á±åoݔå™ß4å™ývÜã‡Üßiã‡àFí'ܼé4ÛÀàá‡ÜèUí6êã‡Û”ÜIޔá‡Üß÷rå|ì{å™ß dÜß þéà߇߫Üá‡ÝÁàdè”çŸä ètã«à
è |åÛÀä dÛÀÜß±ÝÁÜè'å™ìÈãêTã‡àTÜß«ß«àdß4áô  á=äÈã=á—ã«ådè”çÀá÷rã‡ÛÀä{á
ä{á=åFéàdè6ædÜëÃÝÀ߇
ådá«á‡ä èÀä  à dß4å™ývývä 
è ¼ÝÀß«àdíÀì Üý
âöàdß]ådè6êvÝ'à‹á—äÈã‡ä æܯä è‹ã‡Ü Üß ÁûŸâöàd ß MH Iådè”ç H ø=ä:ãiä{á¥å™ì{á‡àIå !Þ'ådçŸß4å-ã«ä é±ÝÀß«à ß«ådývýväÈ è 
ݔ߇àíÀì ÜýT÷
å™è'çµã«ÛÀÜUé4ÛÀàdä{éÜ  H ø۔ådáIã«ÛÀÜTâöÞÀ߇ã‡ÛÀÜß¼åçŸæ-å™è‹ã«å dÜFã‡Û”å™ãvèÀÜäÈã‡Û”ÜßIã‡ÛÀÜ  = ÷¹è”àdßtã‡ÛÀÜä  ß @å ß«ådè dÜ
ýtÞÀìÈã‡ä ÝÀì ä Üß4á÷ådÝÀÝÁÜå™ß¥ä èFã‡ÛÀCÜ VàdìÈâöÜ`çŸÞ”ådìÝÀ߇àíÀì ÜýT÷ŸÿiÛÀä{é4ÛoíÁÜéàdývÜ)á 
  K. M 

 1 ( =  ø ( =  L = L  < = 9 <  òB ‹



=

 
=

G $ JM   I 
SN1 = 1 D òB 6

( = L
=>H SI òB‹úó
=

Ú¥ÛÀÜNá‡àdì ޟã«ä àdè|ä{áiå ‹å™ä è/äÈæÜèFí‹ê


H  ( = L = < = I òB‹ó
= ) #
ÿiÛÀÜ߇Ü
ïä{á
ã‡ÛÀÜvè6ÞÀýtí'Üß`à™â¥á—ÞÀݔÝ'àߗãNæÜéã«àdß4áô|Ú¥Û6ޔá
ã«ÛÀÜ|àdè”ìÈêÃçÀä 8Üß«Üè'éÜtâö߇àýyã‡Û”Üvàdݟã«äÈý|ådì
Û6ê6Ý'Ü߇ÝÀì{ådèÀÜ]éåá—Ü]ä{áã«Û”å-ã¹ã‡ÛÀÜ = èÀà-ÿ ۔å æÜ]å™èvÞÀÝÀÝÁÜß#íÁàdÞÀè”ç|à™â IôKÚ¥ÛÀܱá‡äÈã‡Þ”å™ã‡ä àdètä{á&á‡ÞÀývý|å™ß«äÜ)ç
á«é4ÛÀÜý|å™ã‡ä{éådìÈì êNä è ä ÞÀß«
Ü Àô
VÜTÿiäÈì ì¹èÀÜÜ)çµã«ÛÀÜ `åd߇Þ'á—Û =ÞÀÛÀè ƒÚ@ޔé4õdÜßWéàè”çŸäÈã‡ä àè”á`âöàßWã«ÛÀÜTÝÀ߇ä ý|ådìKÝÀß«àdíÀì ÜýTôÅÚ¥ÛÀÜTÝÀß«ä ý|å™ì
ådß4å™èä{å™èvä{á


  H
ø

,  7 ( =  ( = $- L ò
= '< = 9
7 ó  ø 7  = ." (
=  = òBdó

= = =

ÿiÛÀÜ߇Ü=ã«ÛÀÜ
,=¹å™ß«Ü±ã«ÛÀÜ@å dß4å™è dÜ
ýIÞÀìÈã«äÈݔìÈä Üß«á?ä è‹ã‡ß«àŸçŸÞ”éÜçFã‡àvÜèŸâöàdß4éÜ`ÝÁàá‡äÈã‡ä æ6ä:ãê¼àdâã«ÛÀÜ =—ô¥Ú¥Û”Ü
`Ú éàdè”çÀä:ã«ä àdè”á¹âöàdߥã«ÛÀÜ`ÝÀß«ä ý|å™ì8ÝÀß«àdíÀì Üý åd߇Ü
ã«ÛÀÜß«Üâöà߇Üvòöè”à™ã‡Ü F¹ß‡Þ”è”á#âö߇àý ø
ã‡à¼ã«ÛÀÜ`è6ÞÀýtí'Üßià™â
ã‡ß4å™ä èÀä 
è IÝ'àä èã4á÷Àådè” ç |âöß«àdý ø±ã«à¼ã‡ÛÀÜNçÀäÈývÜè”á‡äÈàèvà™âã‡ÛÀÜNç”å-ã«å‹ó

   H   ( "= L
=*)+=  H S òBü‹ó
 =

  2
H  ( = L = H S òBù‹ó
 =
   H :  =>
,=>H S
ò.ú ‹
S ó
 =
ò
L = '< = 9
7 ó? ø7  = ;S ò.úŸø ó
= ; S ò.
ú ó
=$;S ò.Lú E‹ó

,=$;
 S ò.Cú B6ó
=!-7L =—ò<=-9
7 ó?Dø7 = .CH S ò.údúó

,= =H S ò.ú ‹ó

 áFíÁÜâöà߇Üd÷±ÿ#Ü éå™è ޔá‡ÜÃã«ÛÀÜ `ÚyéàdývݔìÈÜývÜè‹ã«åd߇äÈãêµéàdè”çŸäÈã«äÈàè”á÷ 0 !6áôyò2úúdó|ådè”ç ò.ú ‹ó4÷]ã«à


çŸÜã‡Üß«ývä èÀÜ]ã«ÛÀÜ
ã‡ÛÀß«Üá‡ÛÀàì ç )ô  à™ã«Ü¯ã«Û”å-ã 0 !”ô]ò.ú Só¹éàýIí”äÈè”Üç¼ÿiäÈã‡Û,01!'ô]ò2ú ‹ó#á—ÛÀà-ÿ]á&ã‡Û'å-ã=H SIäÈâ
"= A Iô¹Ú¥Û6ޔáiÿ#ÜNéå™èTá‡äÈývݔìÈêtã4å™õdÜNådè6êvã‡ß4å™ä èÀä èIÝ'àäÈè‹ã¥âöàd߯ÿiÛÀä{é4Û!S&A =2A ã‡àvÞ'á—Ü 0 !”ô¯ò.údúó
òöÿiäÈã«Û =PHRS‹ó#ã‡àoéàdývÝÀÞÀã‡& Ü )ô`ò  á]íÁÜâöàd߫ܙ÷ÁäÈã¯ä{á¥è‹Þ”ývÜß«ä éå™ì ì êIÿiä{á‡Üߥã«àvã«ådõdÜ=ã‡Û”ÜWå ædÜß«ådÜ
à-ædÜß]ådì ì
á‡Þ”é4Ûoã«ß«ådä èÀä 
è WÝÁàdä è‹ã«áô$ó

-b
|w|

−ξ
|w|

;Á$›“)Ž,…> ‹Î " 3 @*2² .41," 3 i+§²d2² $  3 —*9 0 1,+- 3-043 » *2;²-.4(  &*2 5

(   M    *     6 I +#


6 B

¹àdè'á—ä{çŸÜß&ã«ÛÀÜ`éådá‡Ü=ä èoÿiÛÀä{é4Û|ã«ÛÀÜ`çÀå-ã4å¼å™ß«Ü±ä è m  ô¹î6ޔÝÀÝ'à‹á—Ü


ã«Û”å-ã¥ã‡Û”Ü`ä  ã‡Ûá—Þ”ÝÀÝ'àߗãiæÜéã«àdߥÜëŸÜߗã4á
åFâöàdß4éÜ=@H "='L =
f  àèïåTá—ã‡äµá—ÛÀÜÜã`ì ê6äÈè Få™ì àè|ã«ÛÀÜ|çŸÜéä{á—ä àdèÃá‡ÞÀ߇â,ådéÜòöã‡ÛÀÜ çŸÜéä á‡ä àdèÃá‡ÛÀÜÜãK‹ó
Ü
 çŸÜèÀà™ã«ÜáNã‡ÛÀÜ|ޔèÀäÈãWædÜ)éã‡àß`ä è ã«ÛÀÜoçŸä ß«Üéã‡ä àdè
|ó4ôÃÚ¥ÛÀÜèVã«ÛÀÜoá‡àdì ޟã«äÈàè òBóNá‡å™ã‡ä{á 'Üá
ã‡Û”Ü
òö۔Üß«
éàè”çŸäÈã‡ä àè”á&àdâývÜ)é4۔å™è”ä éå™ì' Ü !‹ÞÀä ì äÈí”߇ä ÞÀý 

( ”àdß4éÜ)á H ( ='L
=
G
 H S ò.údó
=

( Úàß!‹ÞÀÜ)á H (  = ïò "= L


=
| ó 
H

 
H SI ò.ú™ü‹ó
=

%ò ]Üß«Ü
ã‡ÛÀÜ  = å™ß«Ü¯ã«ÛÀÜ`á—ÞÀݔÝ'àߗãiædÜ)éã«àdß4á÷Ÿå™è”

ç µçÀÜèÀàdã‡Üá¹ã«ÛÀÜ=ædÜéã‡àß#ݔ߇àŸçŸÞ”éãô ó ÀàdßiçÀå™ã«åIä è m B ÷
é ì Ü)å™ß«ìÈêFã‡Û”Ü|éàdè'çŸäÈã‡ä àdèUã«Û”å-ã`ã«ÛÀÜ|á‡ÞÀýfà™â¹âöàdß4éÜ)á=æ ådèÀä{á—Û ä{á
á—ã‡ä ì ìývÜãô $±è”ܼéå™èïÜåá—ä ì êá‡ÛÀà-ÿ ㇔ Û å™ã
ã‡Û”Ü=ã‡àdß !‹ÞÀÜ`å™ì{á‡àWæ-å™èÀä{á‡ÛÀÜáô
Ú¥ÛÀä{á@ývÜé4۔ådèÀä{éådìdå™è”ådì à dê±çŸÜÝÁÜè”ç”á@àèÀì ê±àèNã«ÛÀÜ&âöà߇ý àdâÀã‡ÛÀÜ¥á‡àdì ޟã‡ä àè¼òB‹ó4÷™å™è”çNã‡ÛÀÜ߇Üâöàdß«ÜKÛÀàì ç”á
âöàdßWí'àdã‡Ûïã‡ÛÀÜFá—Üݔå™ß4å™íÀì Ütå™è”ç ã‡Û”Ü|èÀàdè ƒá‡Üݔådß«ådíÀì ÜIéådá‡Üáô/
;è â,åéãNã«ÛÀä{á`å™è”ådì àdêTÛÀàì{çÀá=ä è ÜèÀÜß«ådì
òöä.ô ܙôÈ÷8ådì{á—à¼âöà߯ã«ÛÀÜWèÀàèÀì ä èÀÜådß]éådá‡ÜIçÀÜá«éß«äÈíÁÜçíÁÜì à-ÿ¯ó4ô=Ú¥ÛÀÜIådè”å™ì 
à dê|ÜývÝÀ۔ådá‡ä Ü)á#ã‡ÛÀÜtä èã«Üß«Üá—ã‡ä 
è 
ÝÁàdä è‹ã¹ã«Û”å-ã#ã‡ÛÀÜ-ývàá—ã¹ä ývÝ'àߗã4å™è‹ãK`ç”å-ã«åIÝÁàdä è‹ã«á#å™ß«Ü]ã‡Û”Ü=á‡ÞÀÝÀÝÁàd߇ã¥ædÜéã‡àß«á¹ÿiäÈã‡Ûo۔äÛÀÜá—ã¹æ-ådìÈޔÜá¹à™â
&÷”á—ä è”éÜ]ã‡Û”Üê|Üë6Üߗã#ã‡Û”ܱÛÀä ÛÀÜá—ã¹âöàß«éÜá¹àdèoã‡ÛÀÜ`çŸÜ)éä{á—ä àè|á—ÛÀÜÜãô ”àdß#ã‡Û”Ü
è”àdè ;á—Üݔå™ß4å™í”ìÈÜ]éådá‡Ü™÷6ã‡Û”Ü
ÞÀÝÀÝÁÜß#íÁàdÞÀè”ç = 1 éà߇߫Üá‡Ý'àè”çÀáã«àWå™èoÞÀÝÀÝÁÜß&íÁàdޔè”çvàdè|ã‡ÛÀܯâöàdß4éܯådè‹ê dä ædÜè¼Ý'àäÈè‹ã&ä{áKådì ìÈà-ÿ#Üç
ã‡àTÜë6ÜߗãNàè¾ã«ÛÀÜ|á‡ÛÀÜÜãôoÚ¥ÛÀä{á=å™è”ådì à dêUådì á‡àÝÀ߇à-æ6ä{çŸÜ)á±åß«Üådá‡àdèDò,åá dà6àŸç åá`å™è6êÃà™ã«ÛÀÜßó¯ã‡àUéådì ì
ã‡Û”Üá‡Ü`ݔå™ß‡ã‡ä{éޔì ådß&æÜéã«àdß4á á‡ÞÀÝÀÝÁàd߇ã¥æÜéã‡àdß4Ká '# ô

     K 5 6*M G #.- *   $  M G


ä dÞÀß«
Ü Wá—ÛÀà-ÿ]á&ãÿ#àWÜëÀådývÝÀì Üá?àdâ@å`ãÿ#à ;éì{ådá«á?ݔå™ã—ã«Üß«èoß«Üé à dèÀäÈã«äÈàèIݔ߇àíÀì ÜýT÷àèÀÜ=á—Üݔå™ß4å™íÀì Ü]ådè”ç
àdè”Ü
è”à™ãô&ڥ۔Ü=ãÿ¹à¼éì{ådá«á‡Üá¥å™ß«Ü
çÀÜèÀàdã‡Üçí6êoéäÈß4éì Ü)á¹ådè”çFçÀä á‡õŸá#߇Ü)á—ÝÁÜéã‡ä ædÜìÈêdôî6ޔÝÀÝ'àߗã]æÜéã‡àdß4á¥å™ß«Ü
ä{çŸÜè‹ã«ä 'ÜçtÿiäÈã‡Ûvå™èvÜë‹ã«ß«å`éä ß«éìÈÜdô@Ú¥ÛÀÜ]Ü߇߫àdß&äÈètã«ÛÀÜ]èÀà è ƒá‡ÜÝ'å™ß4å™íÀì Ü¥éådá‡Ü]ä{á?ä{çŸÜèã«ä ”ÜçIÿiäÈã‡Û|åNé߇à‹á‡áô
Ü rÞ'éÜè‹ã  áiî6ð
ñ  ݔÝÀì Üã`*ò #ÞÀß dÜá÷ =èÀä ß«á«é4Û|å™è”ç ¯ådß«å™ã«á«é4Û÷Áø)ùd
Ú¥ÛÀÜ
߇Ü)ådçŸÜß&ä{á¹äÈè6æ6äÈã‡Ü)çtã‡àtޔá—C ù óã«à
ÜëŸÝÁÜß«ä ývÜè‹ã#ådè”çTéß«Üå-ã«Ü=ÝÀä{éã‡Þ”߇Ü)á¹ì ä õdܯã‡ÛÀÜ)á—Ü|ò,äÈâ@ÝÁàá«á—ä íÀì ܙ÷‹ã‡ß«êoÞ'á—ä  ß LBtí”ä:ã]éàdì àdßó4ô
è  ø tàd@

; $›“)Ž,…> +-K " *. *.;²-24( $ $;9ˆ1  3  3-0 1 2" 4+1 5< +-?(-.¶ 0  3 N 0  0 -?*,+ 0 *12+-&*2+ 4² 0 9”12+-
Á
  ;"$*2" *2-< ,9È 3
043 5

z UÕÁÒ%2Ù,Ò" #ÀÔFpr×
  ¹Õ”Ô Ó!C6ØdÓÕ'Ô046#ÀØ7Ù,Ò"
]à-ÿ éå™èFã‡Û”Ü=ådí'à-æܯývÜã‡ÛÀàŸçÀá#íÁ Ü ÜèÀÜß«ådì ä Üçtã«àWã«ÛÀÜ`éådá‡Ü
ÿiÛÀÜ߫ܯã«ÛÀÜNçŸÜ)éä{á—ä àè¼âöÞÀè”éã«ä àd
è ##iä{á#èÀàdã
å ì ä èÀÜådߥâöÞÀè”éã‡ä àdèUàdâã«ÛÀÜIç”å-ã«å  ò*#à‹á—Üß÷ % ÞÀêdàèÃå™è”çTðKådÝÀèÀä õÁ÷@øùù ó4÷Áá‡ÛÀà-ÿ#ÜçFã‡Û'å-ã
å|ß«å™ã‡ÛÀÜß]àdì{ç
v
ã‡ß«ä{é4õïò  äÜ߇ý|ådè÷@ø)ù B‹óiéå™èÃíÁÜIÞ'á—Ü)çTã‡àådééàdývÝÀì ä{á‡Ûoã«ÛÀä{á¯ä è¾ådè¾ådá—ã‡àèÀä{á—ÛÀä èì ê|áã«ß«ådäۋã—âöàdß«ÿ¥å™ß4ç
ÿ¥å ê™ô @ä ß4áãKè”à™ã‡ä{éÜiã‡Û”å™ã&ã«ÛÀܯàèÀì êWÿ¥å êIä èvÿiÛÀä{é4Ûtã‡ÛÀÜ
çÀå-ã4åWådÝÀÝ'Ü)å™ß4á?ä è¼ã‡ÛÀܯã‡ß4å™ä èÀä  è =ÝÀß«àdíÀì ÜýT ÷ 01!6áô
@ò B E+ó `@ò B6údó÷Áä{áiä èTã‡Û”ÜNâöàdß«ý à™âKçŸàdã±ÝÀß«àŸçŸÞ”éã4á÷ <,= 9< ™ô  à-ÿ á—ÞÀݔÝ'à‹á—ÜIÿ¹Ü 'ß«á—ã¯ý|å™Ý”Ý'Ü)çTã‡ÛÀÜtçÀå-ã4å
ã‡àtá—àývÜià™ã«ÛÀÜß
òöÝÁàá«á—ä íÀì êWä  è 'èÀäÈã‡Ü]çŸä ývÜè'á—ä àdè'å™ìö ó 0&ޔéì ä{çŸÜ)å™è¼á—Ý”åé

Ü Ã÷‹Þ”á‡ä 
è Wå`ý|ådÝÀÝÀä  è `ÿiÛÀä{é4Û¼ÿ#Ü
ÿiä ì ì8éå™ì ì 

 m   I ò.ú™ù‹ó

Ú¥ÛÀÜèWàdâ”éàdޔ߫á‡Ü?ã‡Û”ÜKã‡ß4å™ä èÀä 
è iådì àdß«äÈã‡ÛÀý ÿ#àdޔì ç=àèÀì ê±çŸÜÝ'Üè”çNàè`ã‡Û”ܹçÀå™ã«åiã«ÛÀß«àdÞÛNçŸà™ãÝÀ߇àŸçŸÞ'éã«á
ä è U÷Áä.ô ܙô¥àdèTâöÞÀè'éã‡ä àè”áià™âã«ÛÀÜNâöà߇ý
ò<>=ƒó 9
ò< )ó4ô  à-ÿ ä:âã‡Û”Üß«ÜNÿ¹Ü߇ÜNå 4õdÜ߇è”Üì8âöÞÀè”éã‡ä àdè+
á‡Þ”é4Û¼ã‡Û”å™ã O'ò <,= DK< )ó H
'ò <>=28 ó 9
ò < )ó4÷6ÿ¹Ü]ÿ#àdޔì çtàèÀì êNèÀÜÜ)ç¼ã‡àWޔá—Ü
fäÈètã«ÛÀÜ]ã«ß«ådäÈè”äÈè 
ådìàdß«äÈã‡ÛÀýT÷
å™è'çoÿ#àdÞÀì{çFèÀÜæÜߥèÀÜÜçFã‡à¼ÜëŸÝÀì ä{éäÈã«ìÈêtÜæÜèõ6èÀà-ÿ ÿi۔å™ ã ä{á1ô $±è”Ü
ÜëÀå™ývÝÀì ܯä{á
Oò'<,= DK< )ó1H 7 <
7    
<
 $I ò
S‹ó


;èoã‡ÛÀä{áKÝ'å™ß‡ã‡ä{éÞÀì{ådß?ÜëÀå™ývÝÀì Üd÷ ä{áKä è'èÀäÈã‡Ü¯çŸä ývÜè”á—ä àè”å™ì.÷™á—àIäÈã&ÿ¹àÞÀì{ç¼èÀà™ã#í'Ü
ædÜ߇êtÜåá—êIã‡àtÿ#àdß«õ
ÿiäÈã‡Û ÜëŸÝÀì ä éäÈã‡ì ê™ô]à-ÿ#ÜæÜß÷'äÈâKàdè”ÜWß«ÜÝÀì{ådéÜá <=
9$< Wí6ê  ò<>= D < )ó]ÜæÜß«ê‹ÿi۔Üß«ÜNä èTã‡ÛÀÜIã‡ß4å™ä èÀä è
å™ì àdß«ä:ã«ÛÀýT÷Àã«ÛÀÜvå™ìdà߇äÈã‡Û”ýYÿiä ì ì۔ådÝÀÝÀä ì êFÝÀß«àŸçŸÞ”éÜtåá—Þ”ÝÀÝ'àߗã=ædÜ)éã«àdß
ý|ådé4ÛÀä èÀÜNÿi۔ä é4Û¾ìÈä æÜá]ä è¾ådè
ä  è ”èÀäÈã«Ü¼çÀäÈývÜè”á‡äÈàè”å™ì?á‡Ý”ådéܙ÷å™è”çïâöÞÀ߇ã‡Û”Üß«ývàdß«ÜtçŸà á—àUä èV߇à Þ d۔ìÈêTã«ÛÀÜoá«å™ývÜ|ådývàdÞÀè‹ã`à™â#ã‡ä ývÜväÈã
ÿ#àdÞÀì{ç¼ã4å™õdܱã‡àtã«ß«ådäÈèoàdè|ã«ÛÀÜ=ÞÀ è ƒý|å™ÝÀÝÁÜçFçÀå-ã4åŸô  ì ì8ã«ÛÀÜ`éàdè'á—ä{çŸÜß«å™ã‡ä àdè”áàdâã«ÛÀÜ=ÝÀ߇Üæ6äÈàޔá#á—Ü)éã‡ä àè”á
ÛÀàì ç÷”á—ä è”éܱÿ#Ü`å™ß«Ü=á—ã‡ä ì ìçŸàdä  è ¼åtì äÈè”Üå™ß¥á‡Üݔådß«å™ã‡ä àdè÷6íÀޟã]ä èTå¼çŸä ÁÜ߇Üèã]á‡Ý”ådéܙô
#ޟã]ÛÀà-ÿgéådèÿ#Ü=ޔá‡Ü±ã«ÛÀä{á¥ý|ådé4ÛÀä èÀÜ   {â ã‡Ü߯å™ì ì.÷6ÿ¹Ü=èÀÜÜç
÷'å™è”çoã‡Û'å-ã]ÿiä ì ìÁì ä ædܱä è yå™ì{á‡àFò2á—ÜÜ
01!'ô¾òBó‡ó4ô #ޟãNä èïã‡Ü)áãNݔ۔ådá‡Üvå™èµî6ð±ñ {ä á=ޔá‡Üçïí6ê éàdývÝÀޟã«ä èçÀà™ãNÝÀß«àŸçŸÞ”éã4á=à™âiå dä ædÜèÃã«Üá—ã
ÝÁàdä è‹ã <ïÿiäÈã‡Û
÷”àdߥývàdß«Ü=á—ÝÁÜéä Áéå™ì ì êtí‹êéàývÝÀޟã‡ä èW ã‡ÛÀÜNá‡äd èFà™â


ò<@ó H (   = L
=
ò  =ƒó 9
ò'<@ó 7 H (    ='L
= Oò  = DK<ó 7 òÀø ó
= ) = )
# #
ÿiÛÀÜ߇Ütã«ÛÀÜ  = åd߇Ütã«ÛÀÜ|á—Þ”ÝÀÝ'àߗã`æÜéã«àdß4áô|î6àUå ‹å™ä è¾ÿ#Üvéådèïå æàdä{çÃéàývÝÀޟã«äÈè 
ò<ó
ÜëŸÝÀì ä{éäÈã‡ì ê
å™è'çoޔá‡Ü=ã‡Û”Ü Oò  = DK<ó1H
ò  = ó49
ò'<@ó#ä è”á—ã‡Üåç8ô
Üãiޔáiéådì ì'ã«ÛÀÜ`á—Ý'ådéÜ
ä èoÿiÛÀä{é4Ûoã‡ÛÀÜ`çÀå™ã«åIìÈä æܙ÷ ]ô¯ò¯Üß«Ü`å™è”çFí'Üì à-ÿ ÿ¹Ü=ޔá‡Ü
åáiåWývèÀÜývàdèÀä{é

âöàdßC4ì à-ÿµçŸä ývÜè”á‡ä àdè”ådì Ÿ÷)ådè”ç âöàdßÛÀädÛIçÀäÈývÜè”á‡äÈàè”å™ì ÁäÈã?ä{áޔá—Þ'å™ì ì ê=ã‡ÛÀÜ]éådá‡Ü¥ã‡Û”å™ã?ã‡ÛÀÜiß4å™èÜ¥à™â


ä á¥àdâ?ýIޔé4ÛÛÀä d۔ÜßiçŸä ývÜè”á‡ä àdèvã«Û”å™èUäÈã4áiçŸàdý|ådäÈèÁó4ô  àdã‡Ü=ã«Û”å-ã÷'ä èåçÀçŸäÈã‡ä àè|ã‡à|ã‡ÛÀÜ=â,åéã]ã«Û”å-ã

ì ä ædÜáä è U÷‹ã‡ÛÀÜ߇ܯÿiäÈì ìÀä è dÜèÀÜß4å™ì”í'ܱèÀàNædÜ)éã«àdßKä è OÿiÛÀä{é4Û¼ý|å™Ý'á÷‹æ‹ä{å


ã«ÛÀÜ]ý|å™Ý ¯÷‹ã‡&
à

ƒâ8ã‡Û”Üß«Ü
ÿ#Ü߫ܙ÷
ò <óiä è 0 !'ôI*ò ”ø)ó]éàdÞÀì{çTíÁÜIéàdývÝÀޟã«ÜçUä èUàèÀÜIá—ã‡ÜÝ÷8å æàdä{çŸä  è tã‡Û”ÜIá‡ÞÀý ò,å™è'çUý|å™õ6ä  è ¼ã‡Û”Ü
éà߇߫Üá‡ÝÁàdè”çŸä  è ¼î6ð±ñ
ã‡ä ývÜ)á&â,åáã«Üß÷ÀÿiÛÀÜß«Ü
ä á#ã«ÛÀÜ`è6ÞÀýtí'Üßià™â?á—ÞÀݔÝ'àߗã]æÜéã«àdß4á«ó1 ô -¯Ü)á—Ý”ä:ã«Ü
ã‡Û”ä á÷rä{çŸÜåá=å™ì àd è |ã‡ÛÀÜ)á—ܼì ä èÀÜá
éådè¾íÁÜvޔá—Ü)çUã«àTá‡ä dèÀä 'éå™è‹ã‡ì êá—ÝÁÜÜ)ç¾ÞÀÝ ã‡Û”ÜIã«Üá—ãNÝÀ۔åá—Ütà™âiî6ð±ñÃá
*ò #ÞÀß dÜ)á÷iø)ùdù ‹ó4ô  à™ã«ÜFådì á‡àTã‡Û'å-ã¼ä:ãtä{áNÜåá—ê ã‡à ”è”çµõdÜß«èÀÜì áFò{âöàßIÜëŸådývÝÀì ܙ÷õdÜ߇èÀÜì{á`ÿiÛÀä{é4Ûµå™ß«Ü
âöÞÀè”éã‡ä àdè'á¥à™âã‡ÛÀÜNçŸàdã]ÝÀß«à6çÀޔéã4áià™âã‡ÛÀÜ <,=KäÈè #ó]á—Þ”é4ÛFã‡Û'å-ã]ã«ÛÀÜ=ã‡ß4å™ä èÀä  

è tå™ì dà߇äÈã‡Û”ý ådè”çTá—àì ޟã‡ä àdè


âöàdޔè”çTå™ß«Ü
ä è”çÀÜÝÁÜè”çŸÜè‹ã¥àdâ@ã«ÛÀÜNçŸä ývÜè'á—ä àdèvàdâíÁà™ã«Û å™è”ç Uô 


;èïã‡Û”ÜvèÀÜë6ãIî6Ü)éã‡ä àè¾ÿ#Ütÿiä ì ì?çŸä{á‡éޔá«á±ÿi۔ä é4Û âöÞÀè”éã‡ä àdè'
á  åd߇Üvå™ì ì à-ÿ¥å™íÀì ÜNå™è'ç¾ÿiÛÀä{é4Ûïå™ß«Ütè”à™ãô
rÜã¯Þ”á±Üè”çã«ÛÀä{á±î6Ü)éã«äÈàèTÿiä:ã«ÛUåvædÜ߇êá—ä ývÝÀì Ü=ÜëÀå™ývݔìÈÜ=àdâ?ådèÃå™ì ì à-ÿ¹Ü)çvõdÜ߇è”Üì.÷Àâöàdß±ÿiÛÀä{é4ÛTÿ¹ÜI  

éàè”á—ã‡ß«Þ”éã¥ã‡Û”Ü`ý|å™ÝÀÝÀä è ¯ô
î6ޔÝÀÝ'à‹á—ÜIã‡Û'å-ã`êdàÞÀß
ç”å-ã«åFå™ß«ÜWæÜéã«àdß4á¯ä è m  ÷ådè”çÃêàdÞ¾é4ÛÀà6à‹á—Ü Oò<,= D < )óH ò'<>=9$< )ó  ôWÚ¥ÛÀÜè
äÈã$á#Üådá‡ê¼ã‡à ”è”çå¼á—Ý'ådéÜ U÷”ådè”ç|ý|ådÝÀÝÀä è Dâö߇àý m  ã‡à U÷”á‡Þ”é4Û|ã«Û”å-ãNò'<J9  ó  H
ò'<ó9
ò  ó 
ÿ#Ü=é4۔à‹à‹á—Ü H m 8 å™è”ç
 ) 
#


ò<@ó H ) #) ò ó
)N 

ò,èÀà™ã«ÜNã‡Û'å-ã¯ÛÀÜ߇Ü=ã«ÛÀÜIá‡ÞÀí”á«éß«ä ݟã«á¥ß«ÜâöÜß]ã«àvædÜéã‡à߯éàývÝ'àèÀÜè‹ã«á4ó4ô Àà߯çÀå™ã«åvä è çŸÜ”èÀÜ)çTàdèTã‡Û”Ü 

  
á !Þ'å™ß«Ü *`ø D)ø `ø
Dø @? m  ò,åãê6ÝÀä{éådì&á—äÈã«Þ”å-ã«äÈàè÷râöàß dß«Üê ìÈÜædÜì?äÈý|ådܼçÀå-ã4åó÷@ã«ÛÀܾòöÜè‹ã‡ä ß‡Ü ó
ä ý|å Ü]à™â ä{á¥á—Û”à-ÿièoä è,ädޔ߇Ü
üŸô&Ú¥ÛÀä{á äÞÀß«Ü
ådì á‡àWä ì ì ޔá—ã‡ß4å-ã‡Ü)á?ÛÀà-ÿ ã‡àtã‡ÛÀä èÀõoà™âã«ÛÀä{á#ý|å™ÝÀÝÀä è 
ã‡Û”Ütä ý|å dÜNàdâ ý|å êTì ä ædÜNä èïåFá‡Ý”ådéÜIàdâ¹æÜß«ê۔äÛ çŸä ývÜè”á—ä àè÷Áí”ÞŸã`ä:ã=ä{á ޔáãNåVòöÝÁàá«á‡äÈí”ìÈêædÜ߇ê
éàè‹ã‡àd߇ã‡Ü)ç”ó#á—ޔߗâ,åéÜ=ÿiÛÀàá‡Ü
äÈè‹ã«ß‡ä è”á‡ä{é¯çŸä ývÜè'á—ä àdè #  ä á ޔá—ãiã‡Û'å-ã]à™â ]ô 

 à™ã‡Ü¯ã‡Û”å™ã¹èÀÜäÈã‡ÛÀÜßKã‡Û”ܯý|å™Ý”ÝÀä è èÀàdß&ã‡ÛÀÜ


á—Ý”åéÜ
å™ß«Ü]ÞÀèÀä !‹ÞÀÜiâöàß¹å äÈæÜè¼õdÜ߇è”Üì.ô>VܱéàdÞÀì{ç
Ü !‹Þ”ådì ìÈê¼ÿ#Üì ì8۔å ædÜ`é4ÛÀà‹á—Üè _ã‡àvåå™ä èFí'Ü m 8 ådè”ç

ø
 ò,)  )
#
ó 

ò<@ó H ) #) 

ò ‹

,ò ) # 7 )  ó
1
0.8
0.6
0.4
0.2
0
1
0.5
0.2 0
0.4 -0.5
0.6 -1
0.8
1

;Á$›“)Ž,…> É{!¥ " 3=-0 9Ÿ1,+-K*.¿-.  ƒ


   ƒ
 ?BA  3  r12+ &!#4² ² " 3  5

àß ã«à¼í'Ü m å™è”ç


 ) 

ò<@ó H
 ) # )#  òLB6ó
 ) #) 
 I

)  

Ú¥ÛÀÜ`ì äÈã‡Üß«å™ã‡ÞÀß«Ü]àèTî6ð
ñÃáiޔá‡Þ”ådìÈì êt߇ÜâöÜß4á¹ã‡à¼ã‡Û”Ü=á‡Ý”åéÜ _åá¥å¯ä ìÈíÁÜ߇ãiá—Ý”åéÜd÷Ÿá‡à¼ì Üã$á#Üè”çFã«ÛÀä{á
î Ü)éã‡ä àè|ÿiäÈã‡ÛoåNâöÜÿ èÀàdã‡Ü)á¹àèvã‡Û”ä á¹ÝÁàdä è‹ãô 6KàdÞéå™è|ã‡ÛÀä èÀõ¼à™âå]ä ì íÁÜ߇ã#á‡Ý”ådéܱådá#å ÜèÀÜß«ådì ä)å-ã«äÈàè
6
à™â 0KÞ'éì ä{çŸÜådèIá‡Ý”ådéܹã«Û”å-ãKíÁÜÛ'å ædÜáä èvådÜèã«ì Üý|å™è”ìÈê
â,åá—ÛÀä àèôî6ÝÁÜéä'éådìÈì êd÷ äÈã?ä{á?å™è6êNì ä èÀÜådß?á—Ý”åéÜd÷
ÿiäÈã‡ÛOådèµä èÀèÀÜßWÝÀß«àŸçŸÞ”éã¼çŸÜ 'èÀÜç8÷Kÿi۔ä é4ÛÅä{áIå™ì{á—à éàdývݔìÈÜã‡ÜvÿiäÈã‡ÛÅß«Üá‡ÝÁÜéãIã‡à¾ã‡ÛÀÜTéà߇߫Üá‡Ý'àè”çŸä è
èÀà߇ý ò{ã«Û”å-ãvä{á÷&å™è6ê #å™Þ”é4Û6êVá—Ü !ޔÜè”éÜFàdâ¯Ý'àä èã4áWéàdè6ædÜß Üá`ã«à å Ý'àä èãtä èÅã‡ÛÀÜTá‡Ý”ådéÜ)ó4ôOî6àývÜ
å™ÞÀã‡ÛÀàß«á=òöÜdô ”ô¯ ò =àìÈývà dà߇à-æÁ÷Àø ù $S‹ó—ó#å™ì{á‡àWß« Ü !‹ÞÀä ߇ܯã‡Û”å™ã]äÈã¥íÁÜNá‡Üݔådß«ådíÀì ÜIò{ã«Û”å-ã]ä{á÷ÀäÈã¥ýtޔá—ã#Û'å ædÜ=å
éàÞÀè‹ã«ådíÀì ÜKá—ÞÀí'á—ÜãÿiÛÀàá‡ÜKéì à‹á—ÞÀß«Ü?ä{á8ã‡Û”Ü&á—Ý'ådéÜ&ä:ã4á—ÜìÈâ«ó4÷-å™è”ç`á‡àdývÜ]ò,ܙô Àô ¯å™ì ývà‹á÷dø)ù ™ó8çŸàè  ãô
ƒã  á@å
dÜèÀÜß4å™ì ä å™ã‡ä àdè
ý|å™ä èÀì ê±í'Ü)éå™Þ'á—Ü#äÈã«áä èÀèÀÜßÝÀß«àŸçŸÞ”éã?éådèWíÁÜ   #¹ä èÀèÀÜßÝÀß«àŸçŸÞ”éã÷™èÀàd ã Þ'áãã‡Û”Ü¥á«éådì{å™ß
ò çŸà™ã ó=ݔ߇àŸçŸÞ”éãWޔá‡ÜçVÛÀÜ߇ÜÃò2å™è”çVä è 0&ޔéì ä{çŸÜådè á‡Ý”ådéÜá`ä è ÜèÀÜß«ådì{óô
ƒã  áWäÈè‹ã«Üß«Üá—ã‡ä 
K è Fã‡Û”å™ãWã‡Û”Ü
àdì{çŸÜߥý|å-ã‡Û”Üý|å-ã«ä{éå™ì'ì ä:ã«Üß4å-ã«ÞÀ߇ÜtòöÜdô ”ô =àì ývà dà߇à-æÁ÷Àø)' ù $S‹ó&ådì{á—àtß‡Ü !‹ÞÀä ߇Ü)ç¼ã‡Û”å™ã ]ä ì í'Üߗãiá‡Ý”ådéÜá¥íÁÜ
ä  è ”èÀäÈã«Ü¯çŸä ývÜè”á‡ä àdè”ådì.÷-ådè”ç¼ã«Û”å-ã#ý|å-ã‡Û”Üý|å-ã«ä{éä{å™è”áådß‡Ü !‹ÞÀäÈã«Ü]۔å™Ý”Ý‹êvçŸÜ ”èÀä  è Nä è 'èÀäÈã‡Ü¯çŸä ývÜè”á—ä àè”å™ì
0KÞ'éì ä{çŸÜådè á‡Ý”ådéÜáô ]Üá‡Üå™ß4é4ÛVàdè ]ä ì íÁÜ߇ãWá—Ý”åéÜ)áNéÜèã«Üß4á`àdèÅàÝ'Üß«å™ã‡àß«á=ä èVã‡Û”àá‡Ü|á—Ý”åéÜ)á÷?á—ä è”éÜ
ã‡Û”Ü|í”ådá‡ä{éWݔ߇àÝ'Üߗã«äÈÜ)á
۔å ædܼì àd è Uá‡ä è”éܼíÁÜÜèVÿ#àdß«õdÜ)çÃàdÞÀãôTîŸäÈè'éÜvá—àývܼÝ'ÜàdÝÀì ܼÞÀè”çŸÜß«á—ã«ådè”çÀådíÀì ê
íÀì{å™è'é4Ûïå™ã`ã‡ÛÀÜvývÜèã«ä àdè¾àd6 â ¯ä ìÈíÁÜ߇ãNá—Ý'ådéÜ)á÷

çŸÜ)éä{çŸÜ)çÃã«àUޔá—ܼã«ÛÀܼã‡Ü߇ý 0Kޔéì ä çÀÜå™è¾ã‡ÛÀß«àd Þ dÛÀàޟã


ã‡Û”ä á#ã«ÞŸã‡à߇ä{ådì2ô

 M M G:$I   I


Ààß]ÿiÛÀä{é4ÛTõdÜ߇èÀÜì{á#çÀà‹Ü)áiã«ÛÀÜß«Ü`ÜëŸä{áã¯å¼Ý'å™ä ß"- D 4.‹÷”ÿiäÈã«ÛFã«ÛÀÜNÝÀß«àdÝÁÜ߇ã‡ä Ü)áiçŸÜá«éß«ä í'Ü)çådí'à-æܙ÷”ådè”ç
âöàdßÿiÛÀä{é4ÛtçŸà6Üá@ã‡ÛÀÜ߇ܥèÀàdã Ú¥ÛÀÜiå™è'á—ÿ#Üßä{á ä ædÜèWí‹êNñÃÜß4éÜß$áéàdè”çÀä:ã«ä àdè|òöðKådÝÀèÀä õÁ÷Àøùùú6û'¹àÞÀß4å™è‹ã
å™è'ç ¯äÈì íÁÜ߇ã÷rø)ùLú E‹ó ?Ú¥ÛÀÜß«Ü=ÜëŸä{áã4á¥åIý|ådÝÀÝÀä è ådè”çTå™èÜëŸÝ”å™è'á—ä àdè

Oò'<PD  ó H (
ò'<@ó =
ò  ó = òúó
=
 ò'<ó¥á—Þ'é4ÛFã«Û”å-ã
äÈâ?å™è”çFàdèÀì êväÈâ;÷Ÿâöàdß]ådè6ê 8

 ò<ó   < ä{á ”èÀäÈã‡Ü ò‹ó

ã«ÛÀÜè

  ò<PD  ó  ò<ó ò  ó  <   ;SI ò'dó

 à™ã‡Üoã‡Û”å™ãNâöàdßtá—ÝÁÜéä'évéåá—Ü)á÷äÈãNý|å ê¾èÀàdãWí'ÜFÜåá—ê¾ã‡à¾é4ÛÀÜ)é4õ¾ÿiÛÀÜã‡ÛÀÜßIñUÜß«éÜß áWéàdè'çŸäÈã‡ä àdèïä{á


á«å-ã‡ä{á ”Üçô 0 !”ô]ò'™ó&ýtޔáã¥ÛÀàì çvâöàdßM" M# vÿiäÈã‡Û ”èÀäÈã‡Ü  èÀà߇ýfò,ä2ô ܙô?ÿiÛÀä{é4Ûoá«å-ã«ä{á ”Ü)á 0 !'ôiò‹ó—ó4ô
]à-ÿ#ÜæÜß÷Áÿ#ÜIéå™è Üådá‡ä ì êoÝÀß«à-ædÜ`ã«Û”å-ã
 ã‡Û”Ütéàdè”çŸäÈã«äÈàèUä{á±á«å- ã«ä á ”Ü)çâöàdß=Ý'à‹á—äÈã«äÈæÜ`ä èã«Üß«ådìÝÁà-ÿ¹Üß«á¯à™â
ã‡Û”ÜNçŸà™ã]ÝÀß«àŸçŸÞ”éã  O'ò <9D  ó H ò <L9  ó " ô VÜ`ýtޔáã]á‡ÛÀà-ÿ ã«Û”å-ã

 
 ò( ) = L =  ò<ó  ò  ó
ó 
<   SI òdü‹ó
= )
#
Ú ÛÀÜNãê‹Ý”ä éå™ì8ã«Üß«ý
¥ ä èFã‡ÛÀÜNýtÞÀìÈã‡ä èÀàývä{å™ì”ÜëŸÝ”å™è”á‡ä àdèFà™â]ò  =*)
#
)N= L
=ƒó  éàdè‹ã‡ß«ä íÀޟã«Üáiåtã‡Ü߇ý à™âã‡Û”Ü
âöàdß«ý

#  
:9;9:9ò   #    9;9:9 ó  )#  )  9:9;9 L# L   9;9;9 8ò'<ó ò  ó  <   òdù‹ó

ã«à¼ã‡ÛÀÜ`ì Üâ{ãi۔ådè”çTá—ä{çŸÜ
à™â 01!'ô]ò*™ó÷ÀÿiÛÀä{é4Ûoâ,åéã‡à߇äÜá


H
#  
;9:9;9)ò  #    9:9;9 ó ò/ ) #  )   9:9;9 8ò'<ó  @ó
<  ;SI ò $S‹ó

$±èÀܹá—ä ývÝÀì Üéàdè'á—Ü !ޔÜè”éÜ?ä áÁã«Û”å-ãå™è6ê¯õÜß«èÀÜìdÿiÛÀä{é4Û


éå™è`íÁÜKÜëŸÝÀß«Üá«á—Ü)ç=ådá  ò<PD  ó H   ) 0  ò<9
 ó  ÷dÿi۔Üß«ÜKã‡Û”Ü 0  åd߇ܹÝ'à‹á—äÈã«äÈæÜ?߇Ü)å™ì6éà6Ü|éäÈÜè‹ã«áå™è”çNã‡ÛÀÜ¥á—Ü߇ä Ü)árä{áޔèÀäÈâöàdß«ývìÈê
éàè‹æÜßdÜèã÷ á«å-ã«ä{á ”Ü)á
ñUÜß«éÜß á¥éàè”çŸäÈã‡ä àè÷ÀåWâ,åéã¯ådì á‡àWè”à™ã‡Ü)çäÈèVò2îŸývàdì{åŸ÷ÀîŸé4Ûà ìÈõàdݟâå™è”çñ ÞÀ ì ì Üß÷øùdùü™í'óô
 ä è”å™ì ì ê™÷ÀÿiÛ'å-ã¯Û”ådÝÀÝÁÜè”á±äÈâàèÀÜ`ޔá‡Üá±åvõdÜ߇èÀÜìÿiÛÀä{é4ÛUçŸà6Üá¯èÀà™ã
á‡å™ã‡ä{áâöêñUÜß4éÜß$á]éàdè”çŸäÈã«äÈàè 


dÜèÀÜß4å™ì.÷ ã‡Û”Üܹ߫ý|å ê=ÜëŸä{á—ãçÀå™ã«å
á—Þ'é4ÛWã«Û”å-ãã‡Û”Ü6¯Üá«á—ä{ådèWä{áä è”çÀÜ ”èÀäÈã«Ü™÷då™è'çNâöàßÿi۔ä é4ÛWã‡ÛÀÜ !‹Þ”åçŸß«å™ã‡ä{é
ÝÀß«à ß«ådývýväÈè WÝÀß«àdíÀì ÜýYÿiä ì ìr۔å ædÜWèÀàFá‡àdì ޟã«äÈàèïòöã‡ÛÀܼçŸÞ”ådì@àíÜéã‡ä ædÜ=âöޔè”éã«äÈàè¾éådèUí'Ü)éàývÜWå™ß«íÀä
ã‡ß4å™ß«ä ì ê|ì{å™ßd Ü)óô ]à-ÿ#ÜæÜß÷'ÜæÜèTâöàß±õÜß«èÀÜì{á¥ã«Û”å-ã=çŸàoèÀàdã
á«å-ã«ä á—âöêFñÃÜß4éÜß$á¯éàè”çŸäÈã‡ä àè÷”àdè”ÜWýväd ۋã
á—ã‡ä ì ì'è”çNã«Û”å-ã&å äÈæÜè`ã«ß«ådä èÀä è±  á‡Üã?ß«Üá‡ÞÀìÈã«áä ètå
ÝÁàá‡ä:ã«ä ædܹá‡Üývä{çŸÜ”èÀäÈã‡Ü]Üá«á‡ä ådè÷™ä èIÿi۔ä é4Ûtéåá—Ü#ã‡Û”Ü
ã‡ß4å™ä èÀä èo  ÿiäÈì ìéàdè6æÜßd ÜWÝÁÜ߇âöÜéã‡ì êTÿ¹Üì ì2ô ;
è¾ã‡ÛÀä{á=éåá—Üd÷rÛÀà-ÿ#ÜædÜß÷Áã‡Û”Ü  ÜàývÜã‡ß«ä{éådìrä èã«Üß«ÝÀß«Üã«å™ã‡ä àdè
çŸÜ)á‡é߇ä íÁÜçoådí'à-æÜ=ä á#ì{ådé4õ6ä è” ô

$%'& ICKM#"I  M GI  7

ñUÜß«éÜß  áNéàdè”çÀä:ã«ä àdèïã‡ÜìÈì{á`Þ'áNÿiÛÀÜã‡ÛÀÜßIàßWèÀàdãtåUÝÀß«àá‡ÝÁÜéã«ä ædÜvõdÜ߇è”ÜìKä{áWåéã«Þ”å™ì ì ê¾åÃçŸàdãIÝÀß«àŸçŸÞ”éã


ä è¾á‡àdývÜNá‡Ý”ådéܙ÷íÀޟã=äÈã±çŸà6Üá±èÀà™ã
ã‡Üì ìޔá
ÛÀà-ÿgã‡àTéàè”á—ã‡ß«Þ”éã àd߯ÜædÜèÃÿi۔å-ã ä{áô]à-ÿ#ÜæÜß÷Áåá
ÿiäÈã‡Ûtã‡Û”Ü]ÛÀàdývà dÜèÀÜàޔá¥ò{ã‡Û'å-ã&ä{á÷dÛÀàdýv à dÜèÀÜàޔáäÈètã«ÛÀÜ]çŸà™ã¹ÝÀ߇àŸçŸÞ'éãKä è #ó !‹Þ”åçŸß«å™ã‡ä{é#Ý'àì ê‹è”àdývä{å™ì

õdÜ߇è”ÜìÀçŸä{á«éޔá«á—Ü)çWådí'à-æܙ÷™ÿ#Ü]éå™ètÜëŸÝÀì ä{éäÈã«ìÈê=éàè”á—ã‡ß«Þ”éãã‡Û”Üiý|å™ÝÀÝÀä è ±âöàdßKá‡àdývÜ#õdÜ߇è”Üì{áô


;èvîŸÜéã«ä àdè
Ÿô øWÿ#ÜIá‡ÛÀà-ÿ ÛÀà-ÿ 0 !'ôvò  ó]éådè¾íÁÜIÜë6ã‡Üè'çŸÜçÃã‡àFåd߇í”ä:ã«ß«åd߇êFÛÀàdývà dÜèÀÜàޔáiÝÁàdì ê6èÀàdývä{å™ìõÜß«èÀÜì{á÷
å™è'çÃã«Û”å-ã=ã‡Û”ܼéàd߫߇Ü)á—ÝÁàdè'çŸä  è |á—Ý'ådéÜ ä á=, å 0Kޔéì ä çÀÜå™èÃá‡Ý”åéÜtà™â¹çŸä ývÜè”á—ä à
 7 # ôtÚ¥Û6ޔá
âöàß
è     
ÜëÀådývÝÀì ܙ÷-âöàdßKå`çÀÜ dß«ÜÜ 0H B=Ý'àìÈê6èÀàývä{å™ì.÷ ådè”çIâöàdßKçÀå™ã«å`éàdè”á‡ä{áã«äÈ è ¯à™â?ø ±í6êF ø 
ä ý|å dÜ)á¹ò2+ ç HC dú ó÷
çŸä ýÃò ó&ä{á
øü EŸ÷ øü”ø™÷ E' Àô
±á—Þ”ådì ìÈêd÷ý|ådÝÀÝÀä è `êdàÞÀß¹ç”å-ã«åNã‡àtå0«âöÜ)å-ã‡Þ”߇Ü
á—Ý”åéÜ`ÿiäÈã‡Û|å™èoÜèÀà߇ývàޔá?è6ÞÀýtí'Üß&à™âçÀäÈývÜè”á‡äÈàè”á
ÿ#àdÞÀì{çÃíÁàŸçŸÜvä ì ì@âöàß
ã‡ÛÀÜ ÜèÀÜß«ådìÈä)å-ã‡ä àèÝÁÜ߇âöàdß«ý|å™è'éÜWàdâ¹ã«ÛÀܼ߇Ü)á—Þ”ì:ã«ä èoý|åé4ÛÀä èÀܙô  â{ã‡ÜßWå™ì ì.÷ã‡Û”Ü


á‡ÜãFàdâWå™ì ì¯Û6ê6ÝÁÜß«ÝÀì{å™èÀÜ)á -
0D J.Åå™ß«ÜÃݔå™ß4å™ývÜã‡Ü߇äÜ)çOí6ê çŸä ýÃò ó 7IøÃè6ÞÀýtí'Üß«áô[ñUà‹áãoÝ'å-ã—ã«Üß«è
ß«ÜéàdèÀäÈã«äÈàèWá‡ê6á—ã‡Üý|áÿiäÈã‡Û¼íÀä ì ìÈä àè”á÷ àdß&ÜædÜèvå™è¼ä è”èÀäÈã‡Üd÷dè6ÞÀýtí'Üß?à™âݔå™ß4å™ývÜã‡Üß«á@ÿ¹àÞÀì{çWè”à™ã&ý|ådõdÜ
äÈã¯Ý”åáãiã«ÛÀÜIá—ã«ådߗã ‹å-ã‡Üd ô ]à-ÿ éàývÜ`îŸð±ñÃá
çŸàoá‡àvÿ¹Üì ì  $±èÀÜNýväÛã]ådß ÞÀÜ=ã‡Û”å™ã÷ dä ædÜèoã«ÛÀÜ`âöà߇ý
à™âá‡àdì ޟã«ä àdè÷™ã«ÛÀÜܱ߫åd߇ܱå-ã&ývà‹áã : 7µø¯åç ޔá—ã«å™í”ìÈܯݔå™ß4å™ývÜã‡Üß4áiòöÿi۔Üß« Ü :ä{á?ã«ÛÀܯè6ÞÀýtíÁÜß&àdâã‡ß4å™ä èÀä 
è 
á«å™ývÝÀì Üá4ó4÷íÀޟã&ã«ÛÀä{á&á‡ÜÜý|áã‡àIí'ܱí' Ü dä 
è =ã«ÛÀÜ !‹ÞÀÜ)áã«ä àd
è # 8 ô
ƒã¹ýtޔá—ã&í'Ü
á—àývÜã«ÛÀä 
è 
ã‡àWçŸàIÿiäÈã‡Ûvàdޔß
ß« Ü !‹ÞÀä ߇ÜývÜè‹ãKà™$â K   K $ K K  +*IÛ6ê6ÝÁÜß«ÝÀì{å™èÀÜ)á?ã‡Û'å-ã¥ä á¹á‡å æ6ä  è =ã«ÛÀÜ
ç”å ê™ô  á#ÿ#ܱá‡Û”å™ì ì'á‡Üܱí'Üì à-ÿ=÷
å¼áã«ß‡à
è véåá—Ü=éådèFíÁÜ`ý|ådçŸÜ
âöàߥã‡ÛÀä{áiéì{ådäÈýTô
î6ä è”éÜtã‡ÛÀÜ|ý|ådÝÀÝÁÜçïá—ÞÀ߇â,ådéܼä á
àdâ#ä è‹ã‡ß«ä è”á—ä{éNçÀäÈývÜè”á‡äÈàè¾çŸä ýÃò ¥ó4÷ÞÀèÀì Üá«á=çŸä ýÃò #ó HYçŸä ýÃò Fó÷äÈã

ä{á`àdí6æ6ä àdޔá
ã«Û”å-ãIã‡ÛÀÜFý|å™ÝÀݔäÈè Téå™èÀè”à™ãWíÁÜoàèã«àµò,á‡ÞÀßÜéã«ä ædÜ)óô
ƒãtå™ì{á‡àTèÀÜÜ)çÅèÀà™ãIí'ÜFàdèÀÜvã«àÃàdè”Ü
òöí”ä Ü)éã«äÈæÜ)ó &éàdè'á—ä{çŸÜß ) #  ) # D )   )  ä è 01!'ô±*ò  dóô#Ú¥ÛÀÜ`ä ý|å ܱàdâ èÀÜÜçTèÀàdã]ä:ã4á—ÜìÈâ@íÁÜ
è 
ã‡ÛÀÜ=å™íÁà-ædܯá‡ä ývÝÀì Ü !‹Þ”ådçŸß4å-ã«ä{éiÜëÀå™ývݔìÈÜd÷dã«ÛÀܱæÜéã‡àd"
åNæÜéã‡àdߥá‡Ý”ådéÜ ?å ådä è÷‹éàdè”á‡ä{çŸÜß«ä  ß 
ò <ó&ä{á
èÀàdã#ä èvã«ÛÀܱä ý|å dÜià™â ÞÀèÀì Üá«1 á <QH SŸô ÀÞÀ߇ã‡Û”Üß÷ŸåWì ä:ã‡ã‡ì Ü]ÝÀì{å ê6ä 
è =ÿiäÈã‡Û|ã«ÛÀÜ
äÈè”ÛÀàdýv à dÜè”ÜàdÞ'áõdÜß«èÀÜì

Oò'<,= DK< )ó1H ò'<>=-9< 7 ø)ó  ò 6ø ó

ÿiä ì ì™éàè‹æ6ä è”éÜêàdÞ


ã‡Û'å-ãrã«ÛÀÜ&éà߇߫Üá‡ÝÁàdè”çŸä è éå™è=ý|ådݯãÿ#àiædÜ)éã‡àß«áÁã«Û”å-ãå™ß«Ü?ìÈä èÀÜ)å™ß«ì ê#çŸÜÝ'Üè”çŸÜèã
ä è
àè‹ã‡àtãÿ¹àtædÜ)éã«àdß4á&ã«Û”å-ã¯åd߇Ü=ì ä èÀÜåd߇ì êtä è”çŸÜÝÁÜè'çŸÜè‹ãiä è Uô
î6à¾â,å™ßIÿ¹Ü|Û'å ædÜ|éàè”á‡ä çÀÜß«ÜçVéåá—Ü)á`ÿiÛÀÜß«Ü ä{áWçŸàèÀÜ|ä ývÝÀì ä{éäÈã‡ì êdô $±èÀÜoéå™èÅÜ !‹Þ”ådì ìÈê¾ÿ¹ÜìÈìKã‡ÞÀß«è
ã‡Û”äÈè á¥å™ß«àdÞÀè'çFådè”ç G     ÿiäÈã‡Û ¯÷”å™è'çoã«ÛÀÜèUéàdè”á—ã‡ß«Þ”éã¥ã«ÛÀÜ`éàdß«ß«Üá‡Ý'àè”çŸä èWõÜß«èÀÜì.ô ÀàßiÜëÀå™ývÝÀì Ü


òöðKådÝÀèÀä õÁ÷?øùdù ó÷ÁäÈâ RH m # ÷ã«ÛÀÜèïå ”àdÞÀß«ä Ü߯ÜëŸÝ”å™è”á‡ä àdèTä èUã‡Û”ÜtçÀå™ã«åL)÷éޟã


à
Vå™â{ã‡Üß ã‡Üß«ý|á÷
۔åá#ã‡ÛÀÜ=âöà߇ý


*ò )Áó1H 7 (  ò #  ) ó87
éà‹áò  Á

) ó‡ó
á‡ä èrò  ' ò 
ó

) #
då è”ç
ã‡ÛÀä{áéå™è=í'Ü&æ‹ä Üÿ¹Ü)ç±åáråiçŸà™ãrݔ߇àŸçŸÞ”éãrí'Üãÿ¹ÜÜè=ãÿ#à¥ædÜéã‡àß«á8ä è m   #  # H ò
 ó÷
  # # #
D DIIIJD DIII

å™è'ç|ã«ÛÀÜ=ý|å™ÝÀÝÁÜç
ò*)'ó H ò # D4éàáò*)Áó D«éàá)ò F)'ó DIIID«á‡ä èrò*)Áó D«á‡ä èò F)'ó DIII$óô&Ú¥ÛÀÜèFã‡Û”Ü=éàd߫߇Ü)á—ÝÁàdè'ç

 
ä è T*ò -±äÈß«ä{é4ÛÀì ÜãóKõÜß«èÀÜìéådèTí'ÜNéàdývÝÀޟã«ÜçoäÈèTéì à‹á—Ü)çvâöàdß«ý 

á—ä èrò—ò 7 øC= d óò*)+=+() ) ó—ó



ò*) = ó49
ò*)  ó H  ò*) = D)  ó H
Ká—ä èò—ò,) =  )  ó = ó I ò CE‹ó

Ú¥ÛÀä{á¥ä{á#Üåá—ä ì êvá—ÜÜèUådá#âöàìÈì à-ÿ]áì Üã‡ã‡ä è&?1K) = ()  ÷


ò *) = ó49
ò*)  ó H
ø
7 ( éàáò  ) = óŸéàáò  )  >ó 7Oá‡äÈèrò  ) = óŸá‡ä èrò  ) ó
)

#
H  ø
7 ( éàáò  ™? ó 2
H
ø
7 A L- (  
=
 .
) )

ø
H  7*A L-Ÿò—ø4 =   #  ó =Àòø4

=
 ó .

HÑò,á‡ä èrò—ò 7 øC= dó?™ó—ó = ?á‡ä èÁò,? = dó I
ä è”å™ì ì ê™÷räÈã`ä{á`éì Üådß
ã‡Û”å™ã`ã‡ÛÀÜ|ådí'à-æÜIä ývÝÀì ä{éäÈã¯ý|ådÝÀÝÀä è Fã‡ß«ä é4õUÿiä ì ìÿ¹à߇õTâöàß   #tådì dàdß«äÈã‡ÛÀý ä è
ÿiÛÀä{é4Û|ã«ÛÀÜNçÀå™ã«åIàdèÀì ê|å™Ý”Ý'Ü)å™ßiådáiçŸàdãiÝÀ߇àŸçŸÞ'éã«á`òöâöàdßiÜëŸådývÝÀì ܙ÷‹ã‡ÛÀÜ=èÀÜ)å™ß«Üá—ãièÀÜädÛ6íÁàdߥå™ìdà߇äÈã«ÛÀýoó4ô
Ú¥ÛÀä{á=â,åéãW۔åá`íÁÜÜèÅÞ'á—Ü)çïã‡àÃçŸÜ߇ä ædÜvåUè”àdèÀì ä èÀÜådß±æÜß4á—ä àè¾à™âiÝÀß«ä è”éä ݔådì?éàdývÝÁàdè”Üè‹ãWå™è”ådì ê6á‡ä{á¯í6ê
ò2îÀé4
Û àd ì õdàݟâ;÷@î6ývàì åFå™è”çV) ñ ޔ ìÈì Üß÷?øùùdüdí'ó4ûä:ãNá‡ÜÜý|á±ì ä õdÜì êoã«Û”å-ã`ã«ÛÀä{á
ã‡ß«ä é4õTÿiä ì ì?éàdè‹ã«äÈè6ÞÀÜIã‡à 'è”ç
ޔá‡Üá¥Üì á‡Üÿi۔Ü߫ܙô
!'& ICKM    K 5 6*M GID"I( 6 * M   &  G
Ú¥ÛÀÜ ”ß4á—ã¥õÜß«èÀÜì{á¹ä è‹æÜá—ã‡äå™ã‡Ü)ç¼âöàdߥã«ÛÀÜ`ݔå-ã‡ã‡Ü߇è߇Ü)éàdèÀäÈã‡ä àèvÝÀ߇àíÀì Üý ÿ#Üܱ߫ã‡ÛÀÜ=âöàìÈì à-ÿiä è 
Oò'<PD  ó H ò<L9  7 ø)ó
 Bó
ò 6

Oò'<PD  ó H 7 < 7     


 ò ™úó

Oò'<PD  ó H ã«ådèÀÛòN<L9  (?™ó ò  ‹ó


0 !”ô]ò  B‹ó¹ß«Üá‡ÞÀìÈã«á¹ä èFå¼éì{ådá«á‡ä 'Üß?ã«Û”å-ãiä{á¥åWÝÁàdì ê6èÀàdývä{ådì”à™âçŸÜ߇ÜÜTä è|ã«ÛÀÜ`çÀå-ã4åŸû 01!'ô]òdúdó1dä ædÜ)á
å % ™å ޔá«á—ä{ådè|ß«åçŸä{å™ìÁí”ådá‡ä{áKâöޔè”éã«äÈàèFéì åá‡á‡ä”Üß÷‹ådè”ç 0 !'ôiò  ‹ó1ä ædÜá¹åtݔå™ß‡ã‡ä{éޔì ådßKõ6ä è”ç|àdâãÿ#à ƒì å êÜß
á‡ä ývàdä{çÀådìKèÀÜޔ߫ådìièÀÜãÿ#àdß«õÁô ”àdß¼ã‡Û”ÜQ   éåá—Üd÷&ã«ÛÀÜUè6ÞÀýIíÁÜß¼àdâ=éÜè‹ã‡Üß«áUò
ä è)0 !'ô òÀø ó—ó4÷
ã‡Û”ÜéÜè‹ã‡Üß«áWã‡ÛÀÜý|á—Üì ædÜáoò{ã‡Û”Ü  =.ó÷Kã‡Û”ÜFÿ#Üä dۋã4áoò "=ƒó4÷¹ådè”çVã‡Û”Üoã«ÛÀ߇Ü)á—Û”àdì{ç ò óIå™ß«ÜFådì ì&ÝÀß«àŸçŸÞ”éÜ)ç
 $  ICK ( *  6*6 #tí6êã‡ÛÀÜvî6ð±ñ ã‡ß4å™ä èÀä  è |ådè”" ç äÈæÜNÜëÀéÜì ì Üè‹ã]߇Ü)á—Þ”ì:ã4á±éàdývݔåd߇Ü)çFã‡àTéì{ådá«á—ä{éå™,
ì   á÷
âöàdßWã‡ÛÀÜFéådá‡Ü|àdâ % ådޔá«á—ä{å™5 è   áoò.îŸé4 Û àd ì õàdݟâ¥ÜãIådì.÷#ø)ùd' ù dó4ô ÀàßNã‡Û”Ü|èÀÜޔ߫ådì&èÀÜãÿ¹à߇õïéådá‡Ü™÷ã‡Û”Ü
”ß4áãtì{å êdÜßNéàdè”á‡ä{áã4á`à™â
á‡Üã4áNà™â]ÿ#Üä Ûã4á÷Üåé4Ûµá—ÜãIéàè”á‡ä á—ã‡ä  è Tàdâ
çÀå™ã«åó]ÿ¹Üä dۋã«á÷Áådè”çTã‡Û”Ütá‡Üéàdè”çTì{å êdÜ߯éàè”á‡ä á—ã«á]à™â
ÿ#Üä dۋã«áIò{ã«ÛÀ
 òöã‡ÛÀÜçŸä ývÜè”á‡ä àdèïà™âiã‡Û”Ü
Ü " =2ó÷á—à|ã‡Û”å™ã=ådèÃÜæ-å™ì ޔå™ã‡ä àdè
á‡äÈývݔìÈê`ß« Ü !‹ÞÀä ß«Üáã4å™õ6ä 
è Nå`ÿ#Üä dۋã‡Ü)ç¼á—ÞÀý à™âá‡ä dývàä ç”á÷ ã‡Û”Üý|á‡Üì ædÜ)áÜæ-å™ì ޔå™ã‡Üçtàè|çŸà™ã&ݔ߇àŸçŸÞ”éã«á&à™â
ã‡Û”ÜNã‡Ü)áã
çÀå-ã4åvÿiäÈã‡ÛTã‡Û”ÜIá‡ÞÀÝÀÝÁàd߇ã¯ædÜ)éã‡àß«áôiڥۋÞ'á]âöàßiã‡ÛÀÜIèÀÜޔ߫ådìèÀÜãÿ¹à߇õéådá‡Ü™÷'ã‡ÛÀÜIå™ß4é4ÛÀäÈã‡Üéã‡ÞÀß«Ü
òöè6ÞÀýtíÁÜßià™âÿ¹Üä dۋã«á4óKä{áiçŸÜã‡Ü߇ývä èÀÜ)çví6êî6ð
ñ ã«ß«ådä èÀä  è Àô
 à™ã‡Üd÷#۔à-ÿ¹ÜædÜß÷?ã‡Û'å-ã¼ã‡ÛÀÜTÛ6ê6Ý'Ü߇íÁàdì ä{é¼ã4å™
è Üè‹ãtõÜß«èÀÜì¥àèÀì êµá‡å™ã‡ä{á 'ÜátñUÜß4éÜß $áIéàdè”çÀä:ã«ä àdèÅâöàß
é Üߗã4å™ä èÅæ-å™ì ÞÀÜ)á`à™â]ã«ÛÀÜoÝ'å™ß4å™ývÜã«Üß4á å™è”ç ?Åò2å™è”çOà™âiã«ÛÀÜFçÀå™ã«å  <   ó4ôÅÚ¥ÛÀä{áNÿ¥ådá ”ß«á—ãIè”à™ã‡ä{éÜç
ÜëŸÝÁÜß«ä ývÜè‹ã«ådìÈì êòöðKå™Ý”èÀä õ'÷rø)ùdù‹údó4ûŸÛÀà-ÿ#ÜæÜßiá‡àdývÜ
èÀÜéÜá«á‡åd߇ê|éàdè”çŸäÈã«äÈàè”á¹àdèFã‡ÛÀÜ)á—Ü`ݔådß«ådývÜã«Üß4áKâöàß
ÝÁàá‡ä:ã«ä æ‹äÈãê¼å™ß«Ü=èÀà-ÿ õ6èÀà-ÿi è #™ô
 äd ÞÀß«Ü`ùvá—Û”à-ÿ]á¥ß‡Ü)á—ÞÀìÈã4á#âöàdߥã‡Û”ÜWá‡ådývÜ=ݔå-ã‡ã‡Üß«èT߇Ü)éàd èÀäÈã‡ä àè|ÝÀß«àdíÀì Üý ådá#ã‡Û'å-ã±á‡ÛÀà-ÿièäÈè ädÞÀß«Ü

‹÷Kí”ÞŸãtÿi۔Üß«Ü|ã‡Û”ÜoõdÜ߇è”Üì#ÿ#åáWé4ÛÀà‹á—ÜèVã‡à¾íÁÜTå¾éޔíÀä{évÝ'àì ê‹è”àdývä{å™ì.ô  àdã‡ä{éÜvã«Û”å-ã÷&ÜæÜèVã«ÛÀàdÞÛ
ã‡Û”ÜNè6ÞÀýIíÁÜ߯à™âKçŸÜ ߇ÜÜá¥àdââöß«ÜÜ)çŸàdý ä{áiÛÀäd ÛÀÜß÷”âöàdßiã«ÛÀÜNì ä èÀÜåd߇ì êvá—Üݔå™ß4å™í”ìÈÜ`éådá‡Ü|òöì Üâ{ã]ݔådèÀÜìöó÷”ã‡Û”Ü
á‡àdì ޟã‡ä àèµä{áIß«àdÞ d ÛÀì êÅì ä èÀÜådß÷Kä è”çŸä{éå-ã‡ä èÃ
 ã‡Û”å™ãvã‡ÛÀÜÃéå™Ý”åéäÈãêVä á¼íÁÜä èV  éàè‹ã‡ß«àdì ì Üç8ûiå™è”çOã‡Û'å-ãvã‡Û”Ü
ì ä èÀÜåd߇ì êtèÀàdè; á‡Üݔådß«ådíÀì ܯéåá—Üvòöß«äd ۋã¥Ý”å™èÀÜìöó&Û'ådá¥íÁÜéàývÜ
á‡ÜÝ'å™ß4å™íÀì ܙô

;Á$›“)Ž,…> ρ2—  ² 0  § 3-0 !¹"$4Ÿ¶ 3 ; 5Á< + (-.¶ 0  3 


 0  0 -*,+ 0 *r12+-?*,+-4²d 0 9Ÿ12+-?)—;"$*," 043 *2 29:— 5
ä è”å™ì ì ê™÷™è”à™ã‡Ü¥ã«Û”å-ã#å™ìÈã‡ÛÀàÞdÛIã‡Û”ܱî6ð±ñyéì{ådá«á—ä”Üß«áçŸÜá«éß«ä í'Ü)çIådí'à-æÜ]å™ß«Ü¥íÀä è”å™ß«êWéì{åá‡á‡ä”Üß4á÷ ã«ÛÀÜê
å™ß«Ü¼Üåá—ä ì êÃéàýIíÀä èÀÜ)çUã«àU۔å™è”çÀìÈÜtã«ÛÀÜ|ýtÞÀìÈã‡ä{éì{ådá«á¯éådá‡Ü™ô  á—ä ývÝÀì ܙ÷rÜÁÜ)éã«äÈæÜvéàdýtíÀä è”å™ã‡ä àdèUã«ß«ådä è”á


àèÀÜ ƒædÜß«á‡Þ”á .ß«Üá—ã¥éì{ådá«á—ä ”Üß«á=ò,á«å ê™1÷ 4àèÀÜ ¼ÝÁàá‡äÈã‡ä ædÜdP÷ 4ß«Üá—Kã ¼è”Ü å™ã‡ä ædÜ ó¹âöàd߯ã‡ÛÀÜ ƒéì{ådá«áiéådá‡ÜWådè”ç
ã«ådõdÜ)áNã«ÛÀÜUéì{ådá«áNâöàßtå¾ã‡Ü)áãvÝÁàdä è‹ãWã«àïíÁÜFã‡Û”å™ãvéàd߫߇Ü)á—ÝÁàdè'çŸä èTã‡àïã‡Û”ÜFì{å™ßdÜ)áãIÝ'à‹á—äÈã‡ä æÜoçŸä{áã4å™è”éÜ
*ò #à‹á—Üß÷ % ÞÀêàdèTå™è”çFðKå™Ý”èÀä õ'÷rø)ùd ù dó4ô

  *I 
 6  6 & I 6 $  IAG  7  ;$AM
   M G G
 ÛÀÜèFä{á¹ã‡ÛÀÜ`á‡àdì ޟã«äÈàè¼ã‡àIã‡ÛÀÜ`á‡ÞÀÝÀÝÁàd߇ãiædÜéã‡àß&ã«ß«ådäÈè”äÈè N ÝÀß«àdíÀì Üý  ìÈàí”å™ì.÷6å™è”çoÿiÛÀÜèä{á¹äÈã¥ÞÀèÀä !‹ÞÀÜ 
#ê  ìÈàí”å™ì À÷'ÿ#ÜtývÜ)å™èUã«Û”å-ã=ã«ÛÀÜܼ߫ÜëŸä{áã4á¯èÀàTàdã‡ÛÀÜß
ÝÁàdä è‹ã=äÈè¾ã‡ÛÀÜtâöÜ)ådá‡äÈí”ìÈÜIß‡Ü dä àdèÃå™ã`ÿiÛÀä{é4ÛÃã‡Û”Ü
àdíÜéã«ä ædÜâöÞÀè”éã‡ä àdè=ã4å™õÜáråiì à-ÿ#Üßæ-å™ì ÞÀÜdô,VÜ&ÿiä ì ìdådçÀçÀ߇Ü)á‡á8ãÿ#àiõ6ä è”çÀáràdâŸÿ#å êŸáä è`ÿiÛÀä{é4Û=ÞÀèÀä !‹ÞÀÜè”Üá«á
ý|å ê=èÀà™ã?ÛÀàì{ç   á‡àdì ޟã«äÈàè”áâöàßÿiÛÀä{é4ÛN-
!D J.]åd߇ܹã‡Û”Üý|á‡Üì ædÜ)áÞÀè”ä‹! ÞÀÜd÷™íÀޟã?âöàß?ÿiÛÀä{é4ÛNã‡Û”Ü#ÜëŸÝ”å™è”á‡ä àdè
à™â$
_äÈè 0 ” ! ô
ò@B‹ ó#ä{áièÀà™ãûÁådè”çTá—àìÈÞÀã‡ä àdè”á¹ÿiÛÀà‹á—Ü -'
0D J.IçŸäÁÜßô #  à™ã‡ÛUåd߇Ü=à™â?ä è‹ã‡Ü߇Ü)áã K
 ÜædÜèTä:âã‡Û”Ü
ݔådäÈß -
0D .Uä{áIÞÀèÀä ‹ ! ÞÀܙ÷&äÈâ]ã«ÛÀÜ =`åd߇ÜFèÀà™ã÷&ã‡Û”Üß«ÜFý|å êïí'ÜTÜ ! ޔäÈæ-ådìÈÜè‹ãWÜëŸÝ”ådè”á—ä àè”áNàdâ
ÿiÛÀä{é4Û
ß«Ü ‹! ÞÀä ߇Ü]âöÜÿ#Üߥá—ÞÀݔÝ'àߗã#ædÜéã‡àß«á±ò,åWã‡ß«äÈæ6ä{å™ì”ÜëÀå™ývÝÀì Üiàdârã‡ÛÀä{á¹ä{á d ä æÜèvíÁÜì à-ÿ¯ó4÷Ÿå™è”ç|ÿiÛÀä{é4Ûvã‡ÛÀÜ߇Üâöàdß«Ü
ß«Ü ‹! ÞÀä ߇ܱâöÜÿ#Üßiä è”á—ã‡ß«Þ”éã‡ä àdè”á#çŸÞÀß«ä èI ã‡Üá—ã]ÝÀ۔åá—Üdô

ƒãvã«ÞÀ߇è'áIàޟã¼ã‡Û”å™ãvÜædÜ߇êVì àŸéådì¥á‡àdì ޟã«ä àdèÅä{á¼å™ì{á—à dì àdí”ådì.ôÅڥ۔ä átä{á¼å¾Ý”߇àÝ'ÜߗãêÅàdâ
å™è6êµéàdè6ædÜë
ÝÀß«àß«ådývýväÈè  ÝÀß«àdí”ìÈÜý òìÈÜã«é4ÛÀÜß÷tøùü'™óô ”ÞÀ߇ã‡ÛÀÜ߇ývà߇Üd÷]ã‡ÛÀÜVá‡àdì ޟã‡ä àè ä á dޔådß«ådè‹ã‡ÜÜ)ç ã‡àDíÁÜ
ÞÀèÀ ä !‹ÞÀÜUäÈâ=ã‡ÛÀܾàdíÜ)éã‡ä æÜFâöޔè”éã«äÈàè ò*0 !”ô òB Eó‡ó¼ä{á|á—ã‡ß«ä éã‡ì êµéàè6ædÜë8÷iÿiÛÀä{é4Û ä èDàÞÀßoéådá‡ÜÃývÜådè”á
ã‡Û'å-ã=ã‡ÛÀÜ ¯Üá«á—ä{ådè¾ýtޔáã=íÁÜtÝÁàá‡äÈã‡ä ædÜtçŸÜ 'èÀäÈã‡ÜUòöèÀàdã‡Ütã‡Û'å-ã`âöàdß !‹Þ”åçŸß«å™ã‡ä{éNà í Üéã‡ä ædÜIâöÞÀè”éã‡ä àdè'á t÷
ã‡Û” Ü ¯Üá«á—ä{å™èUä{á±Ý'à‹á—äÈã«äÈæÜWçŸÜ ”èÀäÈã‡ÜIä:â&ådè”çÃàèÀì êFäÈâ  ä á±áã«ß‡ä{éã‡ì êéàdè6ædÜë8ûÁã«ÛÀä{á¯ä{á±èÀà™ã
ã‡ß«ÞÀÜWâöàdß=èÀàd è
!‹Þ”ådçÀß«å™ã‡ä{é  ¹ã‡ÛÀÜ߇Üd÷Áå¼ÝÁàá‡äÈã‡ä ædÜ=çŸÜ 'èÀäÈã‡ Ü ]Ü)á‡á‡ä{å™èä ývÝÀì äÈÜ)á¹åvá—ã‡ß«ä{éã«ìÈêFéàdè6æÜëoà í Üéã‡ä ædܱâöÞÀè”éã‡ä àdè÷
íÀޟã¼èÀàdãtæ6ä{éÜ|æÜß4á‡åÅò2éàè”á—ä{çŸÜß  H ) -ó|*ò ì Üã4é4ÛÀÜß÷]øù' ü dó—ó4ô ]à-ÿ#ÜæÜß÷ÜædÜèµäÈâ#ã«ÛÀ Ü ]Üá«á‡ä ådèÅä{á
ÝÁàá‡ä:ã«ä ædÜvá—Üývä{çŸÜ ”è”ä:ã«Ü™÷@ã‡ÛÀÜá—àìÈÞÀã‡ä àdèVéådèµáã«äÈì ìKíÁÜ|ÞÀè”ä !‹ÞÀÜ ¼éàdè”á‡ä{çŸÜßNãÿ¹àUÝÁàdä è‹ã«áIå™ì àd è ã«ÛÀÜoß«Üådì
ì ä èÀܱÿiäÈã«ÛTéà6àdß4çŸä è”å-ã«Üá ) # H øNå™è'I ç )  HR 6÷'ådè”çÿiä:ã«ÛFÝÁàdì{åd߇äÈã‡ä Ü) á 7 å™è”5 ç = ô ¯Üܱ߫ã«ÛÀ Ü ¯Üá«á—ä{å™èFä{á
ÝÁàá‡ä:ã«ä ædÜ=á—Üývä çÀÜ ”èÀäÈã«Ü™÷ŸíÀޟã]ã«ÛÀÜNá‡àdì ޟã‡ä àè ò
H  2D @HED
="HRS¼ä , è 0 !6áô=@ò B S‹ó4÷@ò B”ø ó4÷@ò B dó‡ó#ä{á
ÞÀèÀ ä !‹ÞÀÜdô
ƒã¥ä{á¹ådì{á—àNÜ)ådá‡êtã‡à ”è”çoá‡àdì ޟã«ä àdè”á?ÿi۔ä é4ÛFå™ß«Ü¯èÀàdã#ÞÀè”ä !‹ÞÀÜ
ä èvã‡Û”Ü
á‡Üè”á‡Ü±ã‡Û”å™ã¹ã«ÛÀÜ =@ä è|ã‡Û”Ü
ÜëŸÝ”ådè”á‡äÈàè|à™â
Yå™ß«Ü
èÀà™ãiÞÀèÀ ä !‹ÞÀÜ  âöàdߥÜëŸådývÝÀì ܙ÷Ÿéàè”á—ä{çŸÜß&ã«ÛÀÜ`ÝÀß«àdíÀì Üý àdââöàÞÀß]á—Üݔå™ß4å™í”ìÈܯÝ'àäÈè‹ã4á
 
àdèUåvá !‹Þ”å™ß«Ü=äÈè m   ) # H ˆ
ø Dø 2  
÷ ) H `
ø Dø 2  
÷ ) 8 H `
ø D `ø å™è”/  
ç ) H ˆ
ø D `ø .÷ÀÿiäÈã‡ÛTÝÁàdì{å™ß«äÈã‡ä Üá
 
7D CD CD 7 ¯ß«Üá‡Ý'Ü)éã‡ä æÜì ê™ô $±èÀÜ á‡ àdì ޟã«ä àdèDä  
á
H ˆ
ø DKS 2÷ H SŸ÷ H  SI d2
ú D SI dú DKSI d 
ú DKSI ú .û
å™è”à™ã‡Û”Ü߯Û'ådáiã«ÛÀܼá‡ådýv+ 
Ü
ådè”ç )÷8íÀޟã H SI 2 ú D SI 2 
ú D SDKS &òöèÀàdã‡ÜWã‡Û”å™ã±íÁà™ã‡Ûïá—àì ޟã‡ä àdè'áiá‡å™ã‡ä{áâöêFã‡Û”Ü
éàè”á—ã‡ß4å™ä è‹ã« á = . SIådè”ç  = = L = H SóP

  ô  ÛÀÜèTéådè|ã‡Û”ä á#àŸééÞÀß#äÈè dÜèÀÜß4å™ì  % äÈæÜèoá‡àdývÜ


á—àì ޟã‡ä àdè
&÷”é4ÛÀà6àá‡Ü±å™è rÿiÛÀä{é4Û|ä{á&ä è|ã«ÛÀÜ=è6ÞÀì ìÁá‡Ý”ådéܱàdârã‡Û”Ü ¯Üá«á—ä{åd è = H L = L  < = 9 <  ÷”å™è”çoß‡Ü !‹ÞÀä ߇ܯã‡Û”å™ã


@ò B Eó¥ÿiä ì ìì Üå æÜ  ޔè”é4Û”å™ è dÜç+ô
ƒ1â S1 = 7 = 1 ådè”
å™ì{á‡àtå¼á‡àdì ޟã«äÈà è #ô

íÁÜNàd߇ã‡Û”à dàè”å™ì8ã«à¼ã‡ÛÀÜIædÜ)éã‡àß]å™ì ìràdâÿi۔àá‡ÜNéàdývÝÁàdè”Üè‹ã«áiåd߇Üvødô¥Ú¥ÛÀÜèÃådçÀçÀäÈ è  rã‡à OäÈ"
ç á«å-ã‡ä{á ”Üá 0 !'ô=ò B‹údó÷”ã«ÛÀÜ3 
è 0 !'ô
è 7 @ä{á

¯à-ÿ ådí'àޟãWá—àì ޟã‡ä àdè'á±ÿi۔Üܼ߫ã‡ÛÀÜ -'


0D J.Få™ß«Ü¼ã‡ÛÀÜý|á—Üì ædÜá±èÀàdãWÞÀèÀä !‹ÞÀÜ Yò VÜ|Üývݔ۔ådá‡äÜIã‡Û”å™ã
ã‡Û”ä ávéå™è àdè”ìÈêO۔å™ÝÀÝÁÜè ä èDÝÀ߇ä è”éä ÝÀì ÜoäÈâ±ã«ÛÀÜ ]Ü)á‡á‡ä{å™è ä á¼è”à™ã|ÝÁàá‡ä:ã«ä ædÜTçŸÜ ”è”ä:ã«Ü™÷iå™è”çDÜædÜèDã«ÛÀÜè÷
ã‡Û”ÜNá—àìÈÞÀã‡ä àdè”á¥åd߇Ü=èÀÜ)éÜá«á«å™ß«äÈì ê dì àdí'å™ìöó4ôKÚ¥ÛÀÜ=âöàìÈì à-ÿiä èNæÜß«êoá‡äÈývݔìÈܯã‡ÛÀÜàdß«Üý_á—ÛÀà-ÿ]á#ã«Û”å-ã]äÈâèÀàdè
ÞÀèÀ ä !‹ÞÀܼá—àì ޟã‡ä àdè'á]àŸééÞÀß÷ã«ÛÀÜè ã‡Û”ܼá‡àdì ޟã«ä àdèÃå-ã`àèÀÜIàݟã‡ä ý|ådì@ÝÁàdä è‹ã
ä{á
éàèã«ä è‹Þ”àdޔá‡ì êçŸÜâöàdß«ý|å™íÀì Ü
ä è‹ã‡àtã‡ÛÀÜNá‡àdì ޟã«ä àdèFå™ãiã‡ÛÀÜWà™ã‡Û”ÜßiàdÝÀã‡ä ý|å™ì8ÝÁàdä è‹ã÷”ä èTá—Þ”é4ÛUå¼ÿ¥å êvã‡Û'å-ã¯å™ì ìä è‹ã‡Ü߇ývÜ)çŸä{å-ã‡Ü±Ý'àä èã4áiå™ß«Ü
å™ì{á‡àtá‡àdì ޟã«ä àdè”áô


  
 
 8M  * M4"    6*M G    > I( * M 5  *I"    6*M G -
!D J.  8M  * M3M GG2    I(
* M 57 I  6 M KHM5 ICG2  *"CMGJM K. M    M ?GJI $ ( $ M IFJM  *" M  $ -  I  GDI "CM   M   7
M  /I 5AI *  G  / * * MIFJM  *" M  $ -  I ()) * G  G K.*  K  6 "  6 $AM  M $ M MM  G  G #
5 (*  
H ¾ò ”ó H ò—ø ”ó    
7 # D ?   
 SDø  $G $  $ ( ¾ò ”ó8 G  GJI(6 $  I(+ I(  6*6 
   
u=Ô-ÕrÕE( rÜã
ã‡Û”ÜIývä èÀä ýtÞÀý

 
vò ó H vò # ó H 8 = B ô #êFéàdè6ædÜë6äÈãê|àdâ t÷ vò ïò ”ó‡ó òø ”ó vB ò ó vò # ó H
Àޔߗã«ÛÀÜß«ývàd߫ܙ÷Ÿí6êoì ä èÀÜåd߇äÈãêd÷dã‡Û”Ü
?
   "1    87  
æ-å™ì ÞÀÜIà™âKã«ÛÀÜIàíÜéã‡ä ædÜNâöÞÀè”éã«ä àdèÃíÁÜ

B B
= ô`ڥ۔Üè¾í6êÃåá‡á‡ÞÀývݟã«äÈàè÷
? = ô
B
ò ”óiá‡å™ã‡ä{á—âöê¼ã‡ÛÀÜWéàdè”á—ã‡ß4å™ä è‹ã«á+01!'ô±ò S‹ó4÷@ò ”ø)ó KÜëŸÝÀì ä{éäÈã‡ì êTò,åå™ä è
éàýIí”äÈè”äÈ
è Ní'àdã‡ÛUéàè”á—ã‡ß4å™ä è‹ã«á¹äÈè‹ã«àtàèÀÜ)ó 

#9< = 7 dó 
ò‡òø4 ”óò
9< =  
7 ó 7 rò
# 9< = 7 # ó—ó
 
L = ò H L =

 òø ”óò—ø  = ó 7 ròø   = ó H ø  = ò dó

 ì:ã«ÛÀàd
Þ dÛ|á‡äÈývݔìÈÜd÷-ã‡ÛÀä{áKã‡ÛÀÜàdß«Üý ä á1!ޔä:ã«Ü]ä è”á—ã‡ß«Þ”éã«äÈæܙô ”àdß¹ÜëÀå™ývÝÀì Üd÷dàdèÀܯýväۋãã«ÛÀä èÀõIã‡Û”å™ã&ã‡Û”Ü
ÝÀß«àdíÀì Üý|áçŸÜÝÀä{éã‡Ü)çWä è @äÞÀ߇Ü
øS±Û”å æÜ#á‡ÜæÜß4å™ì6çŸäÁÜ߇Üèã?àݟã‡ä ý|å™ì6á‡àdì ޟã‡ä àè”á&òöâöàdßã‡Û”Ü¥éådá‡Ü¥à™â'ì ä èÀÜ)å™ß
á‡ÞÀÝÀÝÁàd߇ã¯ædÜ)éã‡àß]ý|ådé4۔äÈè”Üá4ó4ô4]à-ÿ#ÜædÜß÷”á‡ä è”éÜ`àèÀÜWéå™èÀèÀàdã±á‡ývà‹àdã‡ÛÀì ê|ývà-æÜ
ã‡ÛÀÜIۋê6ÝÁÜß«ÝÀì{å™èÀÜ
âöß«àdý
àdè”ÜWÝÀß«àdÝÁàá‡ÜçÃá‡àdì ޟã«ä àdèã‡àå™èÀàdã‡ÛÀÜß±ÿiäÈã‡Û”àdޟ ã dÜè”Üß4å-ã‡ä 
è vÛ6ê6ÝÁÜß«ÝÀì{å™èÀÜ)á]ÿiÛÀä{é4Û¾åd߇ÜNè”à™ã`á—àìÈÞÀã‡ä àdè”á÷
ÿ#Üoõ6èÀà-ÿ ã‡Û'å-ãtã‡ÛÀÜ)á—ÜÝÀß«àdÝÁàá‡Üçµá‡àdì ޟã«äÈàè”áNåd߇ÜFäÈèµâ,ådéãtèÀà™ãvá‡àdì ޟã‡ä àè”áNå-ãvå™ì ì.ô
;èOâ,ådéã÷KâöàßIÜ)ådé4Û
à™â&ã‡ÛÀÜ)á—Ütéådá‡Üá÷Áã‡ÛÀÜtàdݟã«ä ý|å™ìޔèÀ ä !ޔÜWá—àì ޟã‡ä àdèTä{á
å-ã
H6SÀ÷ÿiä:ã«Û¾åoá‡ÞÀäÈã«ådíÀì ÜNé4ÛÀàdä{éÜNà™â |òöÿiÛÀä{é4Û
۔åá
ã‡ÛÀÜ|Ü ÁÜ)éãNàdâ¥åá‡á‡ä dèÀä  è oã‡ÛÀÜ|á«å™ývܼì{å™íÁÜìã«àTådì ìã‡ÛÀÜvÝÁàdä è‹ã«á4ó4ô  à™ã«Ü¼ã‡Û”å™ã`ã‡ÛÀä{á=ä{á`åTÝ'ÜߗâöÜ)éã«ìÈê
ådééÜݟã«ådíÀì ܼá‡àdì ޟã«ä àdèÃã«àTã‡ÛÀÜFéì{ådá«á—ä 'éå-ã«äÈàèUÝÀß«àdíÀì Üý Nådè‹ê¾ÝÀ߇àÝ'à‹á—Ü)ç¾Û6ê6ÝÁÜß«ÝÀì{å™èÀÜUòöÿiäÈã«Û
HG  S‹ó
ÿiä ì ì8éå™Þ”á‡Ü
ã‡ÛÀÜ`ݔ߇ä ý|å™ìÁàd í Üéã«ä ædܱâöÞÀè”éã«ä àdèFã‡àtã«ådõdÜ`åtÛÀä dÛÀÜß#æ-ådìÈޔܙô

;Á$›“)Ž,…=<> <  0 -²  0 ( $!¥* r" 12+


²- 0 ² 0 *. " 3  0 2.;1 3-043 »  3 "$¿-¹* 0   ,1 " 40 3 * 5

ä è”å™ì ì ê™÷6èÀàdã‡Ü


ã‡Û”å™ã¥ã‡ÛÀÜ
â,ådéãiã‡Û”å™ã¯î6ð±ñ ã‡ß4å™ä èÀä è tå™ì ÿ#å êŸá ”è”çÀáiå dì àí”å™ì8á—àì ޟã‡ä àdèvä{á#ä èFéàdè‹ã‡ß4ådá—ã
ã‡àtã«ÛÀÜNéåá—Ü=à™âèÀÜÞÀß«ådìèÀÜãÿ#àdß«õŸá÷ŸÿiÛÀÜ߇Ü=ý|ådè‹êvì àŸéådì8ýväÈè”äÈý|åNޔá—Þ'å™ì ì êtÜëŸä á—ãô

  ÕE(±pÕ+%2×Ó)Ù,ÕÁÒ
z46‹ÓÕrÖ I

Ú¥ÛÀÜ`á‡ÞÀÝÀÝÁàd߇ã#æÜéã«àdß#àdݟã«ä ývä )å-ã«äÈàèIݔ߇àíÀì ÜýþéådèoíÁÜ=á‡àdì æÜçvå™è'å™ì ê‹ã‡ä{éådìÈì êNàèÀì ê¼ÿiÛÀÜèoã‡ÛÀÜ=è6ÞÀýtí'Üß


à™â@ã‡ß4å™ä èÀä ètçÀå-ã4åIä{á¥æÜß«ê|á—ý|ådìÈì.÷‹àdߥâöàdߥã«ÛÀÜNá‡Üݔådß«ådíÀì ܱéåá—Ü
ÿiÛÀÜèäÈãiä{á#õ‹è”à-ÿièFíÁÜâöà߇Ü۔å™è”çFÿiÛÀä{é4Û
à™âã«ÛÀÜ]ã«ß«ådä èÀä  è `çÀå-ã4å`í'Ü)éàývܯá—Þ”ÝÀÝ'àߗã#ædÜ)éã‡àß«á¯ò,ådá¹ä èoî6Üéã‡ä àdè'$á EŸô ENå™è'/ç Ÿô dóô  à™ã‡Ü¯ã‡Û”å™ã&ã«ÛÀä{á&éådè
۔ådÝÀÝ'ÜèVÿiÛÀÜè ã‡ÛÀÜvݔ߇àíÀì Üýy۔åá`á—àývÜtá‡ê6ývývÜã‡ß«êÅò2î6Ü)éã«äÈà5 è EÀô E‹ó4÷í”ÞŸã`ã‡Û”å™ãNäÈã=éå™èVå™ì{á—à۔ådÝÀÝ'Üè
ÿiÛÀÜèFäÈãiçŸà6Üá#èÀà™ãNò.î6Üéã‡ä àd, è Ÿô dó4ô ”àdß#ã‡ÛÀÜ ÜèÀÜß«ådìÁådè”å™ì ê‹ã‡ä{é]éådá‡Ü™÷6ã‡ÛÀÜ=ÿ#àdß4áã¥éåá—Ü=éàývÝÀޟã«å™ã‡ä àdè'å™ì
éàývÝÀì ÜëŸäÈãêFä{á=àdâ¹àdß4çŸÜß Q
8 òöä è6ædÜß«á‡ä àdèUàdâ¹ã«ÛÀÜ ]Ü)á‡á‡ä{å™è'ó÷ÿiÛÀÜß« Ü
ä{á±ã‡Û”Üvè‹Þ”ýIíÁÜß`àdâ#á‡ÞÀÝÀÝÁàd߇ã
ædÜ)éã«àdß4á÷Àå™ìÈã«ÛÀàdÞ Û|ã«ÛÀÜ=ãÿ¹à¼ÜëŸådývÝÀì Üá dä ædÜèoíÁà™ã«ÛÛ'å ædÜ=éàdývݔìÈÜëŸä:ãêtà™1 â $tòø ó4ô
¯à-ÿ¹ÜædÜß÷äÈèVývà‹áãWß«ÜådìKÿ#àdß«ì çïéåá—Ü)á÷ 0 !Þ'å-ã‡ä àè”ávò@B Eóvò,ÿiä:ã«ÛµçŸà™ãtÝÀß«à6çÀޔéã4áNß«ÜÝÀì{ådéÜç í6ê õÜß
èÀÜì á4ó4÷ò@B B‹ó4÷å™è'çÅò@B‹úó¥ýtޔáã±í'Ütá—àìÈæÜçFè6ÞÀývÜß«ä{éå™ì ì ê™ô+Ààdß
á—ý|ådì ìÝÀ߇àíÀì Üý|á÷”å™è6ê,dÜè”Üß4å™ìrÝÀޔ߇ÝÁàá‡Ü
àdÝÀã‡ä ývä å-ã«ä àdèWÝ'ådé4õ-å Ü¥ã‡Û”å™ã¥á‡àdì ædÜ)áì äÈè”Üå™ß«ì êNéàè”áã«ß«ådä èÀÜç¼éàè6ædÜë !‹Þ”ådçÀß«å™ã‡ä{é¥ÝÀß«àdß4å™ý|áÿiä ì ì”çŸà”ô 
dà6àŸçÃá‡ÞÀß«ædÜêFà™âKã«ÛÀÜIå æ-ådäÈì{ådíÀì Ü
á‡àdì ædÜß«á÷'ådè”çUÿiÛÀÜ߇ÜWã‡à Üã±ã‡ÛÀÜýT÷8éå™èÃíÁÜNâöàÞÀè”ç #  ä èOò2ñUàdß ÜNådè”ç 
V߇ä dۋã÷8ø)ùdù Eó4ô

”àdßtì ådß Üß`ÝÀß«àdí”ìÈÜý|á÷åUß4å™è Ü|à™âiÜëŸä{á—ã‡ä è Tã‡Ü)é4ÛÀèÀ ä !‹ÞÀÜáWéå™èOí'ÜFíÀ߇àÞdۋãNã«à¾íÁÜådßô  âöÞÀì ì¹Üë


ÝÀì àdß4å-ã«ä àdèTà™â¹ã‡ÛÀÜt߇Üì{å-ã‡ä æÜNývÜß«äÈã«á]àdâKã‡Û”Üá‡ÜtývÜã‡ÛÀàŸçÀá±ÿ#àdÞÀì{ç ”ì ì?å™è”à™ã‡Û”Üß
ã‡ÞŸã«àdß«ä{å™ì.ô ¯Üß«ÜIÿ#Ü ޔáã
çŸÜ)á‡é߇ä íÁÜ`ã‡ÛÀÜ dÜèÀÜß4å™ìä{á‡á‡ÞÀÜ)á÷å™è”çUâöàdß=éàdè'éß«Üã‡ÜèÀÜá«á÷ ä ædÜNåFíÀ߇ä ÜâÜëŸÝÀì{å™è”å™ã‡ä àdèTà™â&ã‡ÛÀÜIã‡Ü)é4ÛÀèÀä !‹ÞÀÜ
ÿ#Ü¥éÞÀ߫߇Üèã«ì ê`ޔá—Üdô #ÜìÈà-ÿ=÷då 4â,ådéÜ ¯ývÜ)å™è”áå`á‡Üã?à™â8ÝÁàdä è‹ã«áì ê‹ä  è 
àdèIã‡Û”Üií'àÞÀè”çÀåd߇êNàdâ”ã«ÛÀÜ¥âöÜåá—ä íÀì Ü
ß«Ü dä àè÷å™è”çÅådè ådéã‡ä ædܼéàè”á—ã‡ß4å™ä è‹Kã |ä{á`åUéàdè”á—ã‡ß4å™ä è‹ã±âöàßNÿiÛÀä{é4Û ã‡ÛÀÜ|Ü !‹Þ”å™ì äÈãêUÛÀàdì{çÀáô ÀàßNývàdß«Ü
àdèèÀàèÀì äÈè”Üå™ß¹ÝÀß«àdß4å™ývývä è=ã«Üé4ÛÀè”ä!‹ÞÀÜ)á¥á—ÜܼòìÈÜã«é4ÛÀÜß÷ø)ùdü'6ûÀñÃå™è‹ådá«å™ß«ä{å™è÷ÁøùùŸûŸñÃé ¹à߇ývä{é4õÁ÷
øùü E‹ó4ô

Ú¥ÛÀÜWí”ådá‡ä{é±ß«Üéä Ý'Ü=ä{á¥ã‡àÃò—ø)ó¥è”à™ã‡ÜNã‡ÛÀÜNàݟã‡ä ý|ådìÈäÈãêT ò `Ú]ó¥éàdè”çŸäÈã«äÈàè”á#ÿiÛÀä{é4Ûã‡ÛÀÜWá‡àdì ޟã«ä àdèoýtޔá—ã


«á å-ã‡ä{á—âöê™÷iò ó`çŸÜ 'èÀÜFåÃá—ã‡ß4å-ã«ÜêÃâöàdßIå™ÝÀÝÀß«àåé4ÛÀä èàdݟã«äÈý|ådì ä:ãêTí6êïÞÀèÀäÈâöàdß«ývì êÃä è”éß«Üåá—ä èoã‡ÛÀÜçŸÞ”å™ì
àdíÜéã«ä ædÜ
âöÞÀè”éã‡ä àdèUá‡ÞÀíÜéã]ã‡à¼ã«ÛÀÜWéàdè”á—ã‡ß4å™ä è‹ã«á÷Àå™è”çÅò%Eó¥çŸÜ)éä{çŸÜ`àdèUåvçŸÜ)éàývÝ'à‹á—äÈã‡ä àèoå™ìdà߇äÈã«ÛÀý
á‡à|ã‡Û'å-ã=àdèÀì êÝ'àߗã«äÈàè”áiàdâKã‡ÛÀÜIã‡ß4å™ä èÀä  è vçÀå™ã«åoèÀÜÜ)çÃíÁÜI۔ådè”çŸì ÜçUå™ã=å dä ædÜèã‡ä ývÜo*ò #à‹á—Üß÷ % ÞÀêàdè
å™è'çUðKå™ÝÀè”äÈõÁ÷øù ù 6 û $
á‡ÞÀè”åŸ÷ Àß«Üޔè”ç¾ådè”ç % ä ߇à‹á—ä.÷ø)ùd ù -åó@
ô VÜ dä æÜWåvíÀß«ä Üâ&çŸÜ)á‡é߇ä ݟã«äÈàèFàdâ¹á‡àdývÜ
à™â#ã‡Û”Ü|ä{á‡á‡ÞÀÜá
ä è6ædàìÈæÜç8ô $±èÀÜ|éå™èïæ6äÈÜÿ ã«ÛÀÜ|ÝÀß«àdíÀì Üý ådá=ß« Ü !‹ÞÀä ß«äÈ è |ã‡Û”Üoá—àì ޟã‡ä àdè à™âiåUá—Ü !‹ÞÀÜè”éÜ
à™âiÜ !Þ'å™ì äÈãêÃéàdè'áã«ß«ådäÈè”ÜçÃݔ߇àíÀì Üý|áô  dä ædÜè Ü !‹Þ”å™ì äÈãêÃéàè”áã«ß«ådä èÀÜç ÝÀß«àdíÀì Üý éå™èVíÁÜoá‡àdì ædÜ)ç¾ä è
àdè”Ü=á—ã‡ÜÝTí‹êFޔá‡äÈ è Wã«ÛÀÜ  Üÿ¥ã‡àèývÜã‡ÛÀàŸçïò,ådì:ã«ÛÀàd Þ dÛ|ã«ÛÀä{áiß« Ü !‹ÞÀä ߇Ü)á¹á—ã‡àß«å dܱâöàdß]åtâ,åéã‡à߇ä )å-ã‡ä àèvà™â
ã‡Û”ÜWÝÀß«à Ü)éã‡Ü)ç ]Ü)á‡á‡ä{å™è'ó÷'à߯ä èÃå-ã
ývàá— ã :Ká—ã‡ÜÝ'á¯Þ”á‡ä 
è oéàdè  Þ ‹å-ã«Ü dß4ådçŸä Üèã¯åá‡éÜè‹ãIò .Kß«Üá«á]Üã=å™ì.ôÈ÷
øù ù ó&ò,ÿiÛÀÜß«@ Ü :8ä{áã‡ÛÀÜiè6ÞÀýtí'Üß?à™âçÀå-ã4å
Ý'àäÈè‹ã4áâöàdß?ã«ÛÀÜiÝÀß«àdíÀì Üý[éÞÀ߫߇Üè‹ã‡ì ê`í'Üä  è `á—àìÈæÜç rè”à`Üë6ã‡ß4å
á—ã‡àdß4å ܼä á=ß« Ü !‹ÞÀä ß«Üç”óôTî6àývÜvå™ì dà߇äÈã‡Û”ý|á¯ývà-æÜIÿiäÈã‡Û”äÈèÅå äÈæÜè â,ådéÜvÞÀè‹ã‡ä ì¹åTèÀÜÿþéàdè'áã«ß«ådäÈè‹ã=ä{á
Üè'éàdޔèã«Üß«Üç8÷Ÿä èÿiÛÀä{é4ÛFéåá—ܱã‡Û”Ü=ådì dàdß«äÈã‡ÛÀý ä{á#߇Ü)áã4å™ß‡ã‡ÜçoÿiäÈã‡Û|ã«ÛÀÜ`èÀÜÿ éàè”á—ã‡ß4å™ä è‹ã#ådç”çŸÜçoã‡àtã‡Û”Ü
ì ä{áãKàdâ Ü !‹Þ”ådìÈäÈãêWéàdè”á—ã‡ß4å™ä è‹ã«áôڥ۔ä á&ývÜã«ÛÀàŸçv۔ådá&ã‡Û”ܱçŸä{á«ådçŸæ-å™è‹ã4å dÜ¥ã«Û”å-ã#àdèÀì êtàdèÀܱèÀÜÿ éàdè”á—ã‡ß4å™ä è‹ã
ä{á=ý|ådçŸÜvåéã‡ä æܼå™ãWåã‡ä ývܙô  .Kß«à Ü)éã«äÈàèÃývÜã«ÛÀàŸçÀKá T۔å ædÜvå™ì{á‡àFíÁÜÜèµéàè”á—ä{çŸÜ߇Ü)çOò2ñUàdß Ü™÷#øùùÀø)ó÷ 
ÿiÛÀÜ߇ܥå
Ý'àäÈè‹ãàdޟã4á—ä{çŸÜ¹ã‡Û”ܹâöÜ)ådá‡ä íÀì Ü&ß«Ü dä àèNä{áéàdývÝÀÞÀã‡Üç÷då™è”çWã‡ÛÀÜèIì ä èÀÜ#á—Ü)å™ß4é4ÛÀÜáå™è'çNÝÀß«à Ü)éã‡ä àè”á
å™ß«Ü±çÀàdèÀÜ=á—àWã‡Û”å™ã¥ã‡ÛÀÜ=ådéã‡Þ”ådìÁývà-æÜ]ß«Üý|å™ä è”áKäÈè'á—ä{çŸÜiã«ÛÀܱâöÜådá‡ä íÀì Ü]ß«Ü dä àèôÚ¥ÛÀä{á#å™ÝÀݔ߇à‹ådé4Ûoéå™èoåçÀç
á‡ÜædÜß«ådìèÀÜÿ éàè”áã«ß«ådä èã4á=å-ãNàdè'éܙô  à™ã«Ü¼ã‡Û”å™ãWä è íÁà™ã«Ûµå™ÝÀݔ߇à‹ådé4ÛÀÜ)á÷á‡ÜæÜß4å™ì?ådéã‡ä ædܼéàè”áã«ß«ådä èã4á
éådè íÁÜéàdývÜ *    *" MNä è¾àdè”ܼá—ã‡ÜÝô
;èÅå™ì ì?å™ì dà߇äÈã‡Û”ý|á÷ÁàdèÀì êTã‡Û”ÜtÜ)á‡á‡Üè‹ã«ä ådìݔå™ß‡ã`à™â&ã«ÛÀÜ ]Ü)á‡á‡ä{å™è
ò{ã«ÛÀÜFéàdì ÞÀývè”á`éàd߫߇Ü)á—ÝÁàdè'çŸä  è ã‡3à "= H  S‹ó=èÀÜÜ)çÅíÁÜFéàývÝÀޟã«Üç ò,ådì:ã«ÛÀàd Þ dÛÅá—àývÜ|å™ì dà߇äÈã«ÛÀý|á±çÀà
éàývÝÀޟã«Ü¯ã«ÛÀܱÿi۔àdì  Ü ¯Üá«á—ä{ådè'ó4ô Ààß¹ã«ÛÀÜ  Üÿ¥ã‡àdèå™ÝÀݔ߇à‹ådé4Û÷6àdèÀÜ=éådèFådì á‡àNã4å™õܱådçÀæ ådè‹ã«å ܯàdâã‡Û”Ü
â,ådéã±ã«Û”å-ã
ã‡Û” Ü ¯Üá«á—ä{å™èUä{á¯Ý'à‹á—äÈã‡ä æÜNá—Üývä çÀÜ ”èÀäÈã«Ü`í‹êUçŸä{å dàdè'å™ì ä ä è WäÈã
ÿiä:ã«ÛUã‡Û”Ü #ÞÀè”é4 Û `ådޟâöý|å™è
å™ì àdß«ä:ã«ÛÀý ò #ÞÀè”é4Û å™è”ç `å™ÞŸâöý|ådè÷¯ø û #ÞÀè”é4ÛDå™è”ç `å™ÞŸâöý|ådè÷]øù
ü S‹ó|òöäÈâ]ã«ÛÀ
ù 6+ Ü ]Ü)á‡á‡ä{å™èµÿ#Üß«Ü
ä è”çŸÜ ”èÀäÈã‡Üd÷'äÈã
éàdÞÀì{çUá—ã‡ä ì ìrí'ÜtÜåá—ä ì ê|ß«ÜçŸÞ'éÜçã«! à -ë víÀì à6é4õTçŸä{å àdè”ådì8âöàdß«ý ÿiä:ã«ÛUã‡Û”ä á±å™ì dà߇äÈã«ÛÀýoó4ô

;èµã«ÛÀä{áIådì dàdß«äÈã‡ÛÀýT÷@ÿiÛÀÜèDåÃèÀÜÿ éàdè'áã«ß«ådäÈè‹ãWä{áWý|ådçŸÜådéã«ä ædÜvàdßtä è”ådéã‡ä ædÜd÷@ã«ÛÀÜFâ,ådéã«àdß«ä å-ã«ä àdèïà™â
ã‡Û”ÜWÝÀß«à Ü)éã‡Ü) ç ]Üá«á‡ä ådèTä á]Üådá‡ä ì êvÞÀÝÁç”å-ã‡Ü)çµò,åá]àÝÀÝ'à‹á—Ü)çFã‡à|ß«ÜéàdývÝÀޟã«ä  è tã‡ÛÀÜWâ,ådéã«àdß«ä å-ã«ä àdèvâöß«àdý
á«éß4å-ã«é4ÛÁó4ô @ä è”ådì ìÈêd÷Áä èïä èã«Üß«ä àd߯ÝÁàdä è‹ã=ývÜã‡Û”à6ç”á÷rã«ÛÀÜvæ-å™ß«ä{å™íÀì Üá±å™ß«ÜIÜ)á‡á‡Üè‹ã«ä ådì ìÈêF߇Ü)á‡éå™ì Üç¾á—àUådá±ã«à
å™ì ÿ¥å êŸá߇Üý|å™ä èIä è”á‡ä{çŸÜiã«ÛÀÜ]âöÜ)ådá‡äÈí”ìÈÜiß«Ü ä àdèô  è|ÜëŸådývÝÀì Üiä{á?ã‡Û” Ü   $  $`å™ì dà߇äÈã«ÛÀý à™â&ò,ðKå™è”çÀÜß
íÁÜä.÷KøùLù BåÀûðKå™è”çŸÜ߇íÁÜä.÷?øùLù Bí'ó4÷ÿiÛÀä{é4ÛÃä{á=åoݔ߇ä ý|å™ì ;çŸÞ”ådìݔå-ã«Û¾âöàìÈì à-ÿiä  è vå™ì àdß«ä:ã«ÛÀýTô
ڥ۔ä á±ì{ådá—ã
ývÜã«ÛÀàŸçtä áKìÈä õÜì ê
ã‡àNíÁÜ]ޔá‡ÜâöÞÀì'âöàdß&ÝÀ߇àíÀì Üý|áÿiÛÀÜ߇ܥã«ÛÀܯè6ÞÀýtí'Üß?à™ârá‡ÞÀÝÀÝÁàd߇ã&ædÜ)éã‡àß«á?åáKå=âöß4ådéã‡ä àdè
à™âã‡ß4å™ä èÀä  è Iá‡ådývÝÀì Ü
á‡ä Ü
ä á#Üë6ÝÁÜéã‡Ü)çoã«àví'Ü`ì{ådß ܙô

VܼíÀ߇ä  Ü ”êçÀÜá«éß«äÈíÁÜNã«ÛÀܼéàdß«ÜWàݟã‡ä ýväå™ã‡ä àdèývÜã«ÛÀàŸçUÿ#ÜtéÞÀ߇߫Üè‹ã«ìÈêޔá‡Ü # -ô


ƒã=ä{á±ådè ådéã‡ä ædÜIá—Üã
ývÜã«ÛÀàŸçWéàdýtíÀä èÀä è dß4ådçŸä Üèãå™è”çtéàè Þå™ã‡Ü dß4ådçŸä Üè‹ãådá«éÜè‹ãô> ÛÀÜèÀÜæÜßã‡ÛÀÜ¥àíÜéã‡ä ædÜ&âöÞÀè”éã«ä àdè
ä{á±éàdývÝÀÞÀã‡Üç÷á‡àoä{á]ã‡ÛÀÜ dß4ådçÀäÈÜè‹ã÷Áå™ã
æÜß«êFì äÈã—ã«ì ÜNÜë6ã‡ß4åoéàá—ãô
;è¾Ý”Û”ådá‡Üoød÷Áã«ÛÀÜvá—Ü)å™ß4é4ÛÃçŸä ߇Ü)éã«äÈàè”á
 å™ß«Ü¼å™ì àdè oã‡ÛÀÜ ß«åçŸä Üè‹ãôtÚ¥ÛÀܼèÀÜåd߇Ü)áã
â,ådéܼådì àdè oã‡ÛÀÜ|á‡Üådß«é4Û¾çÀäÈß«Üéã‡ä àdè¾ä á±âöàÞÀè”ç8ô
ƒâ#ã‡ÛÀÜvçŸàdã
ÝÀß«àŸçŸÞ”éã
à™â?ã«ÛÀÜ ß«åçŸä Üè‹ãiã‡ÛÀÜ߇ÜIÿiäÈã‡Û  äÈè'çŸä{éå-ã«Üá¥ã«Û”å-ã±ã‡ÛÀÜtý|å-ëŸä ýtÞÀý å™ì àd è   ì ä ÜáiíÁÜãÿ#ÜÜèUã‡Û”Ü
éޔ߇߫Üè‹ãKÝÁàdä è‹ã&å™è”çIã‡Û”Ü]èÀÜåd߇Ü)áã?â,åéÜd÷ã«ÛÀÜ]àdÝÀã‡ä ý|å™ì6ÝÁàdä è‹ã&å™ì àd è 
ã«ÛÀܯá‡Üå™ß4é4Û¼çŸä ߇Ü)éã‡ä àèWä{áKéàývÝÀޟã«Üç
å™è'å™ì ê‹ã‡ä{éådìÈì ê=òöèÀàdã‡Ü&ã‡Û”å™ãã‡Û”ä á@çŸà6ÜáèÀà™ãß‡Ü !ޔäÈß«ÜKåiì ä èÀÜKá‡Üå™ß4é4Û'ó÷ ådè”ç=ÝÀ۔åá—Ü ]ä{áÜè‹ã‡Ü߇Ü)ç8ô $¯ã«ÛÀÜß«ÿiä{á—Üd÷
ÿ#Ü ÞÀývÝã‡à¼ã‡Û”Ü`èÀÜÿgâ,ådéÜNå™è”çß«ÜÝÁÜå™ã¥Ý”Û”ådá‡Üvø™1 ô
;èUݔ۔ådá‡Ü 6÷ .àì åd' õ iä íÀä Ü߇Ü]éàdè 
Þ ‹å-ã«
Ü ß«åçŸä Üè‹ã
ådá«éÜè‹ã=ò .Kß«Üá«á&Üãiådì.ô:÷8øù ù dóKä{á#çÀàdèÀÜd÷6ޔèã«ä ì8åIèÀÜÿ â,ådéܱä{á¹Üè”éàdÞÀè‹ã«Üß«Üç¾ò,ä èoÿiÛÀä{é4Ûoéådá‡Ü±ÝÀÛ'ådá‡ÜIø
ä{á
ß«Ü ƒÜè‹ã‡Ü߇Ü)ç”óKàߥã‡ÛÀÜNá—ã‡àÝÀÝÀä  è ¼éß«äÈã‡Üß«ä àdè|ä{á#ývÜãô  àdã‡Ü
ã‡ÛÀÜ=âöàì ìÈà-ÿiä è  

 î6Üådß«é4ÛµçŸä ß«Üéã‡ä àdè”á`åd߇ÜFå™ì ÿ#å êŸá


ÝÀß«à Ü)éã‡Ü)çµá‡àUã‡Û”å™ãWã«ÛÀÜ = éàdè‹ã‡ä è6ÞÀܼã«à á«å-ã‡ä{á—âöêÃã«ÛÀÜFÜ !‹Þ”å™ì äÈãê
éàdè'áã«ß«ådäÈè‹ã 01!'ô ò@B6údó4ô  à™ã«ÜFã«Û”å-ãvã«ÛÀÜÃéàè Þ‹å-ã‡Ü ß«åçŸä Üè‹ã¼ådìdàdß«äÈã‡ÛÀý ÿiä ì ì¥á—ã‡ä ì ì¥ÿ¹à߇õÁûiÿ#Ü
å™ß«Üá‡ä ývÝÀì êïá‡Üådß«é4ÛÀä è ä è åVá—Þ”í”á—Ý'ådéÜdô ¯à-ÿ¹ÜædÜß÷KäÈãvä{áIä ývÝÁàd߇ã«ådèãIã‡Û”å™ãvã‡ÛÀä{átÝÀß«à Ü)éã‡ä àèµä{á
äÈývݔìÈÜývÜè‹ã‡Ü)çäÈèïá—Þ'é4Û åFÿ#å êã‡Û'å-ã=èÀà™ã`àdè”ìÈêTä{ á 01!'ôF@ò B6údó¯ývÜãvòöÜ)ådá‡êŸó÷ríÀޟãNå™ì{á‡àoá‡àoã«Û”å-ã=ã‡Û”Ü
å™è ìÈÜ&í'Üãÿ¹ÜÜèIã‡ÛÀÜ#߇Ü)á—Þ”ì:ã«ä 
è ¯á‡Üå™ß4é4ÛWçŸä ß«Üéã‡ä àdè÷-å™è'ç`ã‡Û”Ü¥á‡Üådß«é4ÛIçŸä ߇Ü)éã‡ä àè`ÝÀ߇ä àßrã‡à
ÝÀß«à Ü)éã‡ä àè÷
ä á#ývä èÀä ývä Ü)çUòöèÀàdã !‹ÞÀäÈã«Ü=á‡à¼Üåá—êÀó4ô
 ïÜoådì{á—àޔá‡Üoå á—ã‡ä{é4õ6êTâ,ådéÜáKUå™ìdà߇äÈã‡Û”ý ±ÿiÛÀÜèÀÜæÜßWå äÈæÜè¾â,ådéÜoä á=۔ä:ãNývà߇Ütã«Û”å™èÅàè”éÜd÷

ã‡ÛÀÜtá—Ü)å™ß4é4ÛTçÀäÈß«Üéã‡ä àdè'áiå™ß«ÜWådç Þ'áã«ÜçÃá‡àvã‡Û'å-ã
ådì ì@á‡ÞÀí”á‡Ü !‹ÞÀÜè‹ã±á‡Üådß«é4۔Üá]åd߇ÜWçÀàdèÀÜNÿiäÈã«ÛÀä èTã‡Û”å™ã
â,ådéÜdô  ì  ì á—ã‡ä{é4õ6êoâ,åéÜKá |åd߇ÜI߇Ü)á—Üã¼ò,ý|ådçŸÜ 4èÀàè ƒá—ã‡ä{é4õ6êó#ÿiÛÀÜèÃã«ÛÀÜIß4å-ã«ÜWàdâ&ä è”éß«Üåá—ÜNàdâKã‡Û”Ü
àd
í Ü)éã‡ä æܯâöÞÀè'éã‡ä àèoâ,ådìÈì{á¹í'Üì à-ÿ åIã‡ÛÀß«Üá‡ÛÀàì çô

 Ú¥ÛÀÜ]å™ì dà߇äÈã«ÛÀý áã«àdݔá?ÿi۔Üè¼ã‡Û”Ü¥âöß«åéã‡ä àè”å™ìŸß4å-ã«Ü#àdâÁä è”é߇Ü)ådá‡Ü¥à™âÁã‡ÛÀÜiàíÜéã‡ä ædÜ#âöÞÀè”éã‡ä àdè  â,å™ì ì{á


í'ÜìÈà-ÿþåÃã‡àdì Üß«ådè”éܾòöãê6ÝÀä{éå™ì ì êµøÜ 4øSŸ÷âöàßtçŸàÞÀíÀì Üoݔ߇Ü)éä{á—ä àè'ó4ô  à™ã«Üoã«Û”å-ã¼àdèÀÜéådè å™ì{á‡àUޔá‡Ü
ådá=áã«àdÝÀݔäÈ
è é߇äÈã‡Ü߇ä àèTã‡ÛÀÜ|éàdè”çŸäÈã«äÈàèUã‡Û'å-ã=ã‡ÛÀÜ|á‡äÜtà™â¹ã‡ÛÀܼÝÀß«à Ü)éã‡Ü)ç á‡Üådß«é4ÛïçŸä ߇Ü)éã«äÈàèTâ,å™ì ì{á
í'ÜìÈà-ÿ åWã«ÛÀß«Üá‡ÛÀàdì{ç8$ ô ]à-ÿ#ÜæÜß÷ã«ÛÀä{áiéß«äÈã‡Üß«ä àdèoçÀà‹Ü)á¥èÀà™ã]Û'å™è”çŸì Ü=á‡éå™ì ä 
è Wÿ#Üì ì.ô


;èµýIê àdÝÀä èÀä àè¾ã«ÛÀÜo۔ådß«çÀÜá—ãNã‡ÛÀä èTã«à ÜãWß«ädۋãNä{á`۔å™è'çŸì äÈè ݔ߇Ü)éä{á—ä àè ÝÀß«àdí”ìÈÜý|á`éà߇߫Üéã‡ì ê
ÜædÜ߇ê6ÿiÛÀÜ߇Üdô ƒ
âã«ÛÀä{á?ä{áKèÀàdã¹çŸàdè”Ü™÷‹ã‡ÛÀÜ
å™ìdà߇äÈã‡Û”ý ý|å êWèÀàdã#éàè6ædÜßdÜd÷™àdß¹ý|å êWíÁܯýtޔé4Ûvá—ì à-ÿ#Üß
ã‡Û”ådèäÈãièÀÜÜçÀá#ã«àví'Üdô
 dà6àŸç|ÿ¥å êtã‡à¼é4ÛÀÜé4õtã«Û”å-ãiêdàÞÀߥå™ìdà߇äÈã‡Û”ý ä{á&ÿ#àdß«õ6ä è`ä{áKã«à¼é4۔Üé4õtã‡Û”å™ã¹ã«ÛÀÜ`á—àì ޟã‡ä àdè|á«å-ã«ä{á ”Ü)á
å™ì ì?ã«ÛÀÜ `åd߇Þ'á—Û =ÞÀÛÀè ƒÚ@ޔé4õdÜß`éàdè'çŸäÈã‡ä àdè”á
âöàßNã«ÛÀÜ|ÝÀß«ä ý|å™ì?ÝÀß«àdíÀì ÜýT÷á‡äÈè'éܼã‡Û”Üá‡Üoå™ß«Ü|èÀÜ)éÜá«á«å™ß«ê
å™è'çÃá— Þ véä Üè‹ã±éàè”çŸäÈã‡ä àè”á¥ã‡Û'å-ã¯ã«ÛÀܼá—àìÈÞÀã‡ä àdèí'ÜtàdÝÀã‡ä ý|å™ì.ô]Ú¥ÛÀÜ `Ú éàdè”çŸäÈã«äÈàè”á]ådß‡Ü 0 !6áôIòBü‹ó
ã‡Û”߇à Þ dÛ ò.ú ó÷?ÿiä:ã«ÛµçŸà™ãIÝÀ߇àŸçŸÞ'éã«áWí'Üãÿ¹ÜÜèOç”å-ã«åÃædÜéã‡àß«á`ß«Üݔì åéÜ)ç¾í6êVõdÜ߇èÀÜì{á=ÿiÛÀÜß«ÜæÜß`ã«ÛÀÜê
å™Ý”Ý'Ü)å™ß]òöè”à™ã‡. Ü
[ýIÞ'áãKíÁÜiÜëŸÝ”ådè”çŸÜç¼åáäÈè 0 !”ô¥@ò B‹üó ”ß4áã÷‹á‡ä è”éÜ
ä{áèÀàdãKä è ÜèÀÜß«ådì6ã‡ÛÀÜiý|ådÝÀÝÀä  è 


à™âNåÅÝÁàdä è‹ã|ä è #óô ڥۋÞ'ávã‡à é4ÛÀÜé4õOã‡ÛÀ


Ü `Ú éàdè”çŸäÈã«äÈàè”á÷¹äÈãoä{á|á‡Þ |éä Üè‹ãvã‡à é4ÛÀÜé4õOã‡Û”å™ãoã‡Û”Ü
"=±á«å-ã«ä á—âöê S 1 =1 I÷?ã‡Û”å™ãWã«ÛÀÜFÜ !‹Þ”å™ì äÈãê¾éàè”á—ã‡ß4å™ä è‹ãvò Bù‹ó`ÛÀàì ç”á÷ã‡Û”å™ãtådìÈì¹Ý'àä èã4á`âöàßWÿiÛÀä{é4Û
S 1: = A ê 01!'ôWò2úÀø)ó]ÿiä:ã«Û  = H SÀ÷Áå™è'çTã‡Û”å™ã
ådìÈìÝ'àäÈè‹ã4á]ÿiäÈã‡Û = H á«å-ã‡ä{á—âöê 0 !”ôWò.úŸø ó
á‡å™ã‡ä{áâö,
âöàdß`á‡àdývÜ  = 6SŸôvÚ¥ÛÀÜá‡Üvå™ß«Ütá‡Þ |éä Üè‹ã`éàè”çŸäÈã‡ä àdè'áiâöàdßNådì ì@ã«ÛÀÜ `Ú éàè”çŸäÈã‡ä àè”á]ã«àTÛÀàdì{ç 
èÀà™ã«Ü
ã‡Û'å-ãNí6ê çŸàä  è oã«ÛÀä{á=ÿ¹Ü¼èÀÜædÜß`۔å ædÜtã‡àTÜë6ݔìÈä{éä:ã«ì êéàdývÝÀޟã«Ütã‡ÛÀÜ  = àd ß
= ÷å™ìÈã«ÛÀàd
Þ Û çŸàä 
è á‡àTä{á
ã‡ß«ä æ6ä ådì.ô

( $ ICK 576 M    #  &   6   *6   #    .-    6*6 M6    *6   #

î6ÞÀݔÝ'àߗã¯æÜéã‡àd߯ý|ådé4ÛÀä èÀÜ)á¥Û”å ædÜ


ã‡Û”ÜNâöàdì ì à-ÿiä  è WæÜß«êFá—ã‡ß«ä õ‹ä  è tÝÀß«àdÝÁÜ߇ãê™ô #à™ã«ÛFã«ß«ådä èÀä èvå™è”çã«Üá—ã
âöÞÀè”éã‡ä àdè'á]çŸÜÝÁÜè'çUàdèã‡Û”ÜWçÀå-ã4åvàdè”ìÈê|ã‡ÛÀß«àdÞÛã‡ÛÀÜNõÜß«èÀÜìrâöÞÀè”éã«ä àdè”á
 ò<,= D < )óô 0&ædÜèFã«ÛÀàdÞ dÛUäÈã
éà߇߫Üá‡ÝÁàdè”çÀá±ã«àTåTçŸàdã`ÝÀ߇àŸçŸÞ'éãNä èïåTá‡Ý”ådéÜIàdâ¥çÀäÈývÜè”á‡äÈàè ÷@ÿi۔Üß«Ü éå™èïí'ÜvæÜß«êUì ådß ÜWàß
ä  è ”èÀäÈã«Ü™÷6ã‡ÛÀÜNéàdývÝÀì Üë6äÈãêtà™â?éàývÝÀޟã‡ä  è   éå™èíÁÜ=â,å™ß]á‡ý|å™ì ì Üßô ÀàßiÜëÀå™ývÝÀì Üd÷âöàßiõdÜß«èÀÜì á¹à™âã‡Û”Ü

âöàdß«ý  H ò <>=9 < )ó  ÷‹å=çŸàdãKÝÀ߇àŸçŸÞ'éã?ä è ÿ#àdÞÀì{çNß« Ü !‹ÞÀä ß«Ü&àdâÁàß«çŸÜß     7 #  àdÝÁÜß4å-ã«ä àdè”á÷-ÿiÛÀÜß«Üåá
ã‡Û”ÜNéàdývݔޟã«å™ã‡ä àdè|àdâ  ò <,= D < )ó#ß« Ü !‹ÞÀä ß«Üá¹àdèÀì ê¼ò ó#àÝ'Üß«å™ã‡ä àdè”á
òöß«Üéå™ì ì
ã‡Û”ÜWçÀå-ã4åó+
  ä{á#ã‡ÛÀÜNçŸä ývÜè”á—ä àèvè à™ â
ô
ƒã¯ä{á#ã«ÛÀä{á¥â,ådéã]ã‡Û”å™ã±å™ì ì à-ÿ]á¹Þ”áiã«àoéàè”á ã«ß‡Þ'éã]Û6ê6Ý'Ü߇ÝÀì{ådèÀÜá#ä è㇠ÛÀÜ)á—ÜNæÜß«ê|ÛÀä dÛUçŸä ývÜ
á‡äÈàè”å™ì?á‡Ý”ådéÜá=êÜãNáã«ä ìÈìíÁÜvì Üâ{ãNÿiäÈã‡ÛVåFã‡ß4ådéã4å™íÀì ܼéàývÝÀޟã«å™ã‡ä àdèrô¼Ú¥Û6ޔáWîŸð±ñÃáNéä ß«éÞÀýIæÜè‹ã±íÁà™ã«Û
âöàdß«ý|á]àdâ?ã‡ÛÀÜ éÞÀß«á‡ÜNàdâ&çŸä ývÜè”á‡ä àdè”ådìÈäÈã ê ã«ÛÀÜIݔ߇àìÈäÈâöÜß«å™ã‡ä àdè|àdâKݔå™ß4å™ývÜã‡Üß«á]éå™Þ”á‡ä è vä è‹ã‡ß4ådéã4å™íÀì Ü
éàývÝÀì ÜëŸäÈãê™÷6å™è”çFã‡Û”Ü`ÝÀ߇àì ä:âöÜß«å™ã‡ä àdè¼àdâ@ݔådß«ådývÜã‡Üß«á#éådޔá‡äÈ è Ià-æÜß Àã—ã«äÈ è Àô

((   * *,+ ”àdßéàè”éß«Üã«ÜèÀÜ)á‡á÷-ÿ¹Ü¹ÿiäÈì ì dä ædÜKß«Üá‡ÞÀìÈã«árâöàdßã‡Û”Ü#éàdývÝÀޟã4å-ã«äÈàè”å™ìéàdývݔìÈÜëŸä:ãê¯à™â


àdè”ܯã«ÛÀÜ=ã‡ÛÀÜ`ådí'à-æÜ]ã‡ß4å™ä èÀä èIå™ìdà߇äÈã‡Û”ý|á]ò*#ÞÀè”é4Û `ådޟâöý|å™è'ó#  ò `ådޟâöý|å™è÷ø)ùdùdü‹ó4ô?Ú¥ÛÀÜá‡Ü=߇Ü)á—Þ”ì:ã4á
ådá«á‡ÞÀývÜiã‡Û'å-ã#çÀä 8Üß«Üè‹ã¥áã«ß«å™ã‡Ü ä Üá?å™ß«Ü¯Þ'á—Ü)çvä èoçŸä ÁÜ߇Üè‹ã¹á—äÈã«Þ”å-ã«äÈàè”áô>Vܱéàè”á‡ä çÀÜßKã«ÛÀܯݔ߇àíÀì Üý à™â
ã‡ß4å™ä èÀä  è Wàdè ޔáã]àèÀ-
Ü é4Û6ÞÀèÀ õ Fò,á‡ÜÜ=í'Üì à-ÿ¯ó4ô  ‹å™ä èoì Üã :í'Ü
ã«ÛÀÜ`è6ÞÀýIíÁÜߥàdâã‡ß4å™ä èÀä  è WÝ'àäÈè‹ã4á÷

ã‡Û”ÜNè6ÞÀýIíÁÜ߯à™â?á—ÞÀݔÝ'àߗã¯æÜéã‡àdß4á`ò2îŸð±á4ó4÷å™è”ç ã‡ÛÀÜWçÀäÈývÜè”á‡äÈàè|à™âã«ÛÀÜNä èÀÝÀޟã


çÀå-ã4åŸô
;èTã‡ÛÀÜWéådá‡Ü

ÿiÛÀÜ߇ÜNývà‹áã±îŸð±á
å™ß«ÜNèÀà™ã
å-ã]ã«ÛÀÜWÞÀݔÝ'Üß±íÁàdÞÀè'ç8÷8ådè”ç
= :A%A ø™÷Áã‡Û”ÜWè6ÞÀýtí'Üß]à™â?àdÝÁÜß4å-ã«ä àdè” á
ä{á¼ò Q
8 7Dò
 ó : 7
:.ó4ô
ƒâä è”á—ã‡Ü)ådç
F= :  ø™÷6ã«ÛÀÜè Ãä{á¼ò Q
8 7
+: 7
:.ó¯ò,í”ådá‡ä{éå™ì ì ê
í6êÃáã4å™ß‡ã‡ä 
 
è |ä èUã«ÛÀÜtäÈè‹ã«Üß«äÈàßià™âKã«ÛÀÜIâöÜådá‡ä íÀì ÜNß«Ü dä àè'ó4ô Àà߯ã«ÛÀÜtéådá‡ÜWÿiÛÀÜ߇ÜIývàá—ã=î6ð
á=å™ß«ÜIå-ã
ã‡Û”Ü
ÞÀÝÀÝÁÜß=íÁàdÞÀè'ç8÷@å™è'ç
=$: A%A ød÷ã‡ÛÀÜè µä{á
¼ò Q
 7

ÞÀÝÀÝÁÜ߯í'àÞÀè”ç8÷'ådè”ç
=$:  ød÷Àÿ¹Ü=۔å æÜ ¾à™â ¼ ò  :  ó4ô 
 :2óô äÈè'å™ì ì ê™÷8ä:âKývà‹áãNî6ð
á
åd߇Ütå-ã=ã‡Û”Ü

”àdßNì{å™ßdÜ߱ݔ߇àíÀì Üý|á÷Áãÿ#àÃçŸÜ)éàdývÝÁàá‡äÈã‡ä àdèÃådìdàdß«äÈã‡ÛÀý|á¯Û”å ædÜtíÁÜÜèÅݔ߇àÝ'à‹á—Ü)çÃã«àÃçÀå-ã«Ü™ô
;èïã‡Û”Ü
é4Û6ÞÀè”õ‹ä è  oývÜã‡ÛÀàŸç ò¹  à‹á—Üß÷ % ÞÀêdàèµå™è”çïðKådÝÀèÀä õÁ÷#ø)ùdù ó4÷àdèÀÜoá—ã«ådߗã4á`ÿiäÈã‡ÛÅåÃá‡ý|å™ì ì.÷å™ß«íÀäÈã‡ß4å™ß«ê


á‡ÞÀí”á‡ÜãKà™âÁã‡Û”Ü]çÀå-ã4å`å™è”çWã‡ß4å™ä è”áàèWã«Û”å-ãô?ڥ۔Üi߇Ü)áãKàdâ”ã‡Û”Üiã‡ß4å™ä èÀä è


çÀå-ã4å=ä á@ã«Üá—ã‡Üç¼àèWã«ÛÀÜ]ß«Üá‡ÞÀìÈã‡ä è
éì{åá‡á‡ä ”Üß÷‹ådè”çFåtì ä{áã¥à™â@ã‡ÛÀÜ`Ü߇߫àdß4á¹ä áiéàdè”á—ã‡ß«Þ”éã‡Üç÷”á—àߗã«Üç|í6ê|۔à-ÿ â,å™ßiàèoã«ÛÀÜ`ÿiß«àd è ¼á—ä{çŸÜ
à™âã‡Û”Ü
ý|å™ß dä èvã«ÛÀÜêì ä Ütò,ä2ô ܙô#ÛÀà-ÿgÜ dß«Ü ä àdޔá‡ì êWã«ÛÀÜ `Ú éàdè”çÀä:ã«ä àdè”á¥å™ß«Ü=æ6äÈàì{å-ã‡Ü)ç”ó4ô&ڥ۔ÜNèÀÜë6ã¯é4Û6ÞÀèÀõFä{á
éàè”á—ã‡ß«Þ”éã«Üçtâöß«àdý ã«ÛÀÜ 'ß«á—ã à™â8ã‡Û”Üá‡Ü™÷ŸéàdýtíÀä èÀÜ)çWÿiäÈã‡Ûtã«ÛÀ Ü
|á‡ÞÀÝÀÝÁàd߇ã&ædÜ)éã‡àß«á?ådì ߇Ü)ådçŸê`âöàÞÀè”ç8÷
ÿiÛÀÜß‡Ü 7
ä{á]çŸÜéä{çŸÜçÛÀÜÞÀ߇ä{á—ã‡ä{éådì ìÈêTò,åoé4ۋޔèÀõFá‡ä Ü=ã‡Û'å-ã¯ä{á]ådìÈì à-ÿ#Üç¼ã«/ à dß«à-ÿ ã«à6à !‹ÞÀä{é4õ‹ì êvàß
ã‡à6àoá‡ì à-ÿiì êvÿiäÈì ìrß«Üá‡ÞÀìÈã]ä èUá—ì à-ÿ à-æÜß4å™ì ìréàè6ædÜß dÜè”éÜ ó4ô  à™ã«ÜNã«Û”å-ã¯æÜéã‡àdß4á]éå™èUíÁÜWçŸß«àdÝÀÝÁÜçâöß«àdý
åvé4Û6ÞÀèÀõÁ÷”å™è'çoã«Û”å-ã
á—ÞÀݔÝ'àߗã]æÜéã«àdß4á#äÈèTàèÀÜ`é4ۋޔèÀõoý|å êvèÀàdã¯å™ÝÀÝÁÜådßiä èFã«ÛÀÜ ”è”ådìá‡àdì ޟã‡ä àèôKÚ¥ÛÀä{á
ÝÀß«àŸéÜá«á#ä{áiéàdè‹ã«äÈè6ÞÀÜ)ç|ÞÀè‹ã«äÈìrådì ì8ç”å-ã«å¼ÝÁàdä è‹ã«á¥åd߇Ü
âöàdޔè”çFã‡àvá‡å™ã‡ä{á—âöê¼ã‡ÛÀÜ `Ú éàdè'çŸäÈã‡ä àdè”áô
Ú¥ÛÀÜ¥å™íÁà-ædÜ&ývÜã‡Û”à6çNß‡Ü !ޔäÈß«Üáã‡Û”å™ãã‡Û”ܹè6ÞÀýtí'Üßàdâ”á—ÞÀݔÝ'àߗãædÜ)éã‡àß«
á
í'Ü#á—ý|ådì ì™ÜèÀàÞdÛIá—à¯ã‡Û”å™ã
å ¯Üá«á—ä{ådèvà™â@á‡äÜ
í6ê
ÿiä ì ìÀã¥ä è|ývÜývà߇êdô  èTå™ìÈã«Üß«è”å-ã«äÈæÜiçŸÜéàdývÝÁàá‡ä:ã«ä àdè¼å™ìdà߇äÈã‡Û”ý ۔åá

íÁÜÜèTÝÀß«àdÝÁàá‡ÜçFÿiÛÀä{é4Ûà-ædÜß4éàývÜáKã‡ÛÀä{áiì ä ýväÈã«å-ã«ä àdèUò$
á‡ÞÀè”åÀ÷ Àß«ÜÞÀè”çTådè”ç % äÈß«àá‡ä.÷Áø)ùdù í'óô  ådäÈèr÷
ä èWã«ÛÀä{áKå™ì àdß«ä:ã«ÛÀýT÷àèÀì êWå`á‡ý|å™ì ìÝÁàd߇ã‡ä àèIàdâ'ã«ÛÀÜ¥ã‡ß4å™ä èÀä  è 
çÀå-ã4å=ä áã«ß«ådä èÀÜçWàdèvå-ã&å äÈæÜèWã‡ä ývܙ÷dådè”ç
âöÞÀ߇ã‡ÛÀÜ߇ývà߇Üd÷dàdè”ìÈêtåWá‡ÞÀí”á‡Üã&àdâã‡ÛÀÜ
á—Þ”ÝÀÝ'àߗã¹ædÜéã‡àß«á?è”ÜÜç|í'ܱäÈè¼ã«ÛÀ Ü ÿ¹à߇õ6ä 
è =á—ÜKã |ò,ä.ô Üdô@ã«Û”å-ã¥á—Üã
à™âÝÁàdä è‹ã«á¥ÿiÛÀà‹á— Ü 1 á¯å™ß«Ü=ådì ìÈà-ÿ#Üçvã‡àvæ-å™ß«êÀó4ô¹Ú¥ÛÀä{á¥ývÜã‡ÛÀàŸçF۔ådáiíÁÜÜèUá—ÛÀà-ÿièã«àví'ÜNådíÀì ܱã«àvÜåá—ä ì ê
۔ådè”çŸì Ü|åUÝÀß«àdíÀì ÜýfÿiäÈã‡Û ødø SŸ÷ S
S S|ã«ß«ådäÈè”äÈ è FÝÁàdä è‹ã«áNådè”ç ø S SŸ÷ S
S SFá‡ÞÀÝÀÝÁàd߇ãWædÜ)éã«àdß4áô ]à-ÿ#ÜæÜß÷@äÈã
ýtޔáã¹í'Ü
èÀà™ã«Üç|ã‡Û”å™ã&ã‡Û”Ü
á‡Ý'ÜÜçvàdârã‡Û”ä á¹å™ÝÀݔ߇à‹ådé4Ûvß«Üì ä Üáàdèoý|å™è6êIàdâã‡ÛÀÜ=á‡ÞÀÝÀÝÁàd߇ã¹ædÜ)éã«àdß4áK۔å æ6ä è
éà߇߫Üá‡ÝÁàdè”çŸä  è ܯýtÞÀìÈã‡ä ÝÀì ä Üß4,
è  å dß4å™ á = å™ã¥ã‡ÛÀÜ`ÞÀݔÝ'Üß]í'àÞÀè”ç8÷ = H Iô
Ú¥ÛÀÜ)á—ܹã‡ß4å™ä èÀä  è ]ådì dàdß«äÈã‡ÛÀý|á8ý|å ê±ã«ådõdÜ¥ådçŸæ-ådèã4å ÜKà™â”Ý'å™ß4å™ì ì Üì™ÝÀß«àŸéÜ)á‡á‡ä 
è iä èIá‡ÜædÜß«ådìdÿ¥å êŸáô ä ß4áã÷
™å ì ìKÜì ÜývÜè‹ã4á=à™âiã‡Û”Ü ]Ü)á‡á‡ä{å™èVäÈã«á‡ÜìÈâ¥éå™èÅíÁÜFéàdývÝÀޟã«ÜçVá‡äÈýtÞÀìÈã«ådèÀÜàޔá‡ìÈêdôî6Ü)éàdè'ç8÷Ü)ådé4ÛÅÜìÈÜývÜè‹ã
à™â{ã«Üèïß‡Ü !‹ÞÀä ߇Ü)áiã‡Û”ܼéàdývÝÀÞÀã«å-ã«ä àdèUà™â¥çŸà™ã`ÝÀß«àŸçŸÞ”éã«á
à™â¹ã‡ß4å™ä èÀä è|çÀå™ã«åŸ÷@ÿiÛÀä{é4Û¾éàÞÀì{ç¾å™ì{á‡à|íÁÜtÝ'å™ß
å™ì ì Üì ä Ü)ç8ôIÚ¥ÛÀä ß4ç8÷ã«ÛÀÜ|éàývÝÀޟã4å-ã‡ä àè¾à™â¹ã‡ÛÀÜoàd í Ü)éã‡ä æÜWâöÞÀè'éã‡ä àè÷@àß dß4ådçŸä Üè‹ã÷rÿiÛÀä{é4Û ä{á=åUá—ÝÁÜÜ)ç
íÁà™ã—ã«ì ÜèÀÜ)é4õ'÷-éådè`í'ܹݔå™ß4å™ì ì Üì ä Ü)çNòöäÈãß« Ü !‹ÞÀä ß«Üáåiý|å™ã‡ß«äÈë¯ýIޔì:ã«ä ÝÀì ä éå-ã«äÈàè'ó4ô äÈè'å™ì ì ê™÷àèÀÜ&éådè`Üè6æ6ä{á—ä àdè
ݔådß«ådìÈì ÜìÈä äÈ è Iå-ã`åFÛÀä dÛÀÜß±ì ÜæÜì.÷”âöàß=ÜëÀå™ývÝÀì ÜNí6êTã«ß«ådäÈè”äÈ è |àdèïçŸä ÁÜ߇Üèã=é4Û6ÞÀèÀõŸá=á—ä ýtÞÀìÈã«å™è”ÜàdÞ'á—ì ê™ô
îŸé4ÛÀÜývÜá#á—Þ'é4Ûåá&ã«ÛÀÜá‡Ü™÷”éàdýtíÀä èÀÜç|ÿiä:ã«Û|ã«ÛÀÜ`çŸÜéàdývÝÁàá‡ä:ã«ä àdèvå™ì dà߇äÈã«ÛÀý[àdâ#ò $
á—ÞÀè'åŸ ÷ Àß«ÜÞÀè'çFådè”ç
% ä ߇à‹á—ä.÷‹øùdù  í'ó÷-ÿiäÈì ìí'Ü¥èÀÜÜçŸÜ)ç`ã‡à±ý|å™õÜKædÜ߇ê=ì{å™ß dÜKݔ߇àíÀì Üý|áKò,ä2ô ܙô .%. ø S SŸ÷ S
S
Siá‡ÞÀÝÀÝÁàd߇ãædÜéã‡àß«á÷
ÿiäÈã‡Ûý|å™è6êvèÀàdã¯å-ãií'àÞÀè”ç”ó÷”ã«ß«åéã«ådíÀì ܙô

($ M G  *,+
;è ã‡Üá—ãTÝÀ۔ådá‡Ü™÷±àdèÀÜ ýIޔá—ãá‡ä ývÝÀì êOÜæ ådì ޔå-ã«Ü 01!'ôyò*Àø ó4÷
ÿiÛÀä{é4Û ÿiäÈì ì±ß‡Ü !ޔäÈß«Ü
 ò 
ó#àÝ'Üß«å™ã‡ä àdè'á÷‹ÿiÛÀÜß«Ü  ä{á&ã«ÛÀÜ=è6ÞÀýIíÁÜß#à™âàdÝÁÜß4å-ã«äÈàè”á¹ß‡Ü !ޔäÈß«Üçvã‡àtÜæ-å™ì ޔå™ã‡Ü±ã‡ÛÀÜ=õdÜ߇è”Üì.ô
¼
Ààß±çŸàdã±ÝÀß«àŸçŸÞ”éã
å™è'çQ  DõdÜß«èÀÜì á÷  ä{á ¼ò  ó÷8ã‡ÛÀÜtçŸä ývÜè”á‡ä àdèà™â?ã‡Û”ÜIçÀå™ã«åvæÜéã«àdß4áô  ådäÈèr÷

íÁà™ã‡Ûã«ÛÀÜ`Üæ-å™ì ޔå™ã‡ä àdèoà™âã‡ÛÀÜ`õÜß«èÀÜìå™è'çFàdâã«ÛÀÜNá—Þ”ý å™ß«Ü
ÛÀädÛÀì êvݔådß«ådìÈì ÜìÈä)å™íÀìÈÜ¥ÝÀ߇àŸéÜçŸÞÀß«Üáô

;èFã‡ÛÀÜ=å™í'á—Üè”éÜ
à™âÝ'å™ß4å™ì ì ÜìÀ۔ådß«çÀÿ#åd߇Üd÷àdè”Ü
éå™èFá—ã‡ä ì ì'á‡ÝÁÜÜçoÞÀÝFã‡Üá—ã¥ÝÀ۔ådá‡Ü
í‹ê|åWì{å™ßdÜiâ,åéã‡àß÷Àåá
çŸÜ)á‡é߇ä íÁÜç|ä èUî6Üéã‡ä àdèTùŸô

z q " 
ok Ù')*6Ò Ù2Õ'Ò Õ+(±p×&Õ'Ô ÓC6ØdÓÕ'Ô-46#ÀØ7Ù,Ò"
VÜvèÀà-ÿ á‡ÛÀà-ÿ ã«Û”å-ã`ã«ÛÀܼð  çŸä ývÜè”á—ä àèUà™â¥îŸð±ñÃáNéå™èïí'ÜvæÜß«êUì{å™ßdÜFò,ÜæÜèïäÈè”èÀäÈã‡Ü ó4ô ïÜvÿiä ì ì

ã‡Û”Üè ÜëŸÝÀì àdܾ߫á—ÜædÜß«ådì±å™ßdޔývÜè‹ã«áFådáoã‡àDÿiۋêd÷±ä è á‡ÝÀäÈã‡Ü à™â`ã‡Û”ä á÷=îŸð±ñÃáޔá‡Þ”å™ì ì êOÜëŸÛÀä íÀäÈã dà6àŸç
dÜèÀÜß4å™ì ä å™ã‡ä àdèVÝÁÜ߇âöàdß«ý|å™è”éܙô ]à-ÿ#ÜæÜßtäÈãoá—ÛÀàÞÀì{çµíÁÜÃÜývݔ۔ådá‡äÜçÅã‡Û”å™ãvã‡ÛÀÜ)á—ÜÃåd߇ÜTÜá«á‡Üè‹ã‡ä{å™ì ì ê
ÝÀì{å™Þ'á—ä íÀä ì äÈãêïådß ÞÀývÜè‹ã«áô ¹ÞÀ߫߇Üèã«ì êÅã‡ÛÀÜß‡Ü ÜëŸä{áã4ávèÀàÅã«ÛÀÜà߇êDÿiÛÀä{é4Û +F$      M M Gtã‡Û”å™ãå äÈæÜè
â,å™ývä ì ê¼à™â?î6ð±ñÃá]ÿiäÈì ì8۔å æܱÛÀä Ûåééޔ߫åéêvàdèTå dä ædÜèoÝÀß«àdí”ìÈÜýTô
VÜIÿiä ì ì@éå™ì ìådè‹êTõÜß«èÀÜìã‡Û”å™ã=á«å-ã«ä á ”Ü)á]ñUÜß4éÜß$á¯éàdè”çÀä:ã«ä àdèUå|ÝÁàá‡äÈã‡ä ædÜ`õÜß«èÀÜì.÷Áådè”çTã«ÛÀÜtéàd߫߇Ü
á‡Ý'àè”çŸä è¯á‡Ý”ådéÜ ã‡ÛÀÜ#Üýtí'Ü)çÀçŸä è¯á‡Ý”åéܙôïÜ#ÿiä ì ìå™ì{á‡à¯éådì ìå™è6ê=ÜýtíÁÜçÀçŸä è±á—Ý”åéܹÿiä:ã«ÛNývä èÀä ý|å™ì
çŸä ývÜè'á—ä àdè|âöàdß]å dä ædÜèoõÜß«èÀÜìåQ4ývä èÀä ý|å™ì'Üýtí'Ü)çÀçŸä è¼á—Ý'ådéÜŸô"ïÜ`Û'å ædÜ
ã‡ÛÀÜ=âöàì ìÈà-ÿiä è


 
  8M   M  5AI G  *" M  M M6 / * I M G)5AI7CG  I  . K *  K  66M KCM2*,+3G5  M
1 M  $ M  ( KNM GI I $ MJI M G)5 I(7(*%+G $ 55 I(  " M   I( K   * M / M M $ M M I


5AM   6  # *      G  6*6*I/M2  I )  M  6*6 "  6 $AM G   G F Vò ó>7 ø 

u=Ô-ÕrÕE( 

DÞÀè”çŸÜß&ã«ÛÀܱý|ådÝÀÝÀä è

ƒâã‡Û”ܯývä èÀä ý|å™ì6ÜýtíÁÜçÀçŸä èNá‡Ý”åéÜi۔åá&çŸä ývÜè'á—ä àdè
 ÷‹ã‡ÛÀÜè  ÝÁàdä è‹ã«á&äÈètã«ÛÀܯä ý|å Ü¥à™â
é å™è|íÁܱâöàdÞÀè”çoÿiÛÀàá‡Ü¯ÝÁàá‡äÈã‡ä àdè¼æÜéã«àdß4áKä è Yåd߇ܱì äÈè”Üå™ß«ì ê`ä è”çŸÜÝÁÜè'çŸÜè‹ãô

Àß«àdý Ú¥ÛÀÜà߇Üýød÷#ã«ÛÀÜá‡ÜUædÜ)éã«àdß4ávéå™è íÁܾá‡Û”å-ã‡ã‡Üß«ÜçDí6êDۋê6ÝÁÜß«ÝÀì{å™èÀÜ)átäÈè Uô Ú¥Û6ޔáví6êOÜäÈã‡ÛÀÜß
ß«Üá—ã‡ß«ä éã‡ä èàdÞÀß4á‡Üì ædÜ)á
ã‡à î6ð
ñÃáWâöàdßNã«ÛÀÜoá‡Üݔådß«ådíÀì Üvéådá‡Ü¾ò.î6Üéã‡ä àdè EŸô ø)ó÷?àdß`âöàßWÿiÛÀä{é4Ûïã‡ÛÀÜFÜ߫߇àß
ÝÁÜè”ådì:ãê ä{á#å™ì ì à-ÿ¹Ü)çNã«àWã4å™õܱå™ì ìÁæ-å™ì ÞÀÜá±ò,á‡àWã«Û”å-ã÷ÀäÈâã‡ÛÀÜ
Ý'àä èã4á¹åd߇ܱì äÈè”Üå™ß«ì êWá‡Üݔådß«ådíÀì ܙ÷‹å éådè
íÁÜIâöàÞÀè”çVá‡Þ”é4Û¾ã«Û”å-ã=ã«ÛÀÜvá—àìÈÞÀã‡ä àdè¾çÀà‹Ü)á=ä è”çŸÜÜ)ç¾á‡Üݔådß«å™ã‡ÜIã‡ÛÀÜýoó4÷rã«ÛÀÜtâ,å™ývä ì êFàdâ#á‡ÞÀÝÀÝÁàd߇ã`ædÜéã‡àß
ý|ådé4۔äÈè”ÜáÿiäÈã‡Û¼õdÜ߇èÀÜì yéådèvå™ì{á—à`á‡Û”å-ã‡ã‡Üß?ã‡ÛÀÜ)á—ܯÝ'àäÈè‹ã4á÷ådè”ç¼ÛÀÜè”éÜi۔åáKð OçŸä ývÜè”á‡ä àdè
 7ïødô

Üã$áiì à6àdõ|å™ã#ãÿ#à¼ÜëÀå™ývݔìÈÜ)áô


M  KM G I




  I-4I(6 # ILK4  6 M M6 G
¹àdè'á—ä{çŸÜߥådèTîŸð±ñ ÿiäÈã‡ÛÛÀàdývàdÜè”ÜàdÞ'á&ÝÁàdì ê6èÀàdývä{ådì”õdÜ߇è”Üì.÷Àådéã«ä èIàèç”å-ã«åtä è m   

Oò'<
# DK<

ó1H ò< # 9<  ó  D <
# D@<

? m-  ò -ü‹ó

 áNä èVã‡ÛÀÜFéådá‡ÜvÿiÛÀÜè
  H Tå™è”çïã«ÛÀÜ|õdÜ߇è”ÜìKä{á !‹Þ”åçŸß«å™ã‡ä{éTò2î6Ü)éã«äÈàè B‹ó4÷?àèÀÜ|éådèÅÜëŸÝÀì ä{éäÈã‡ì ê
é àè”á—ã‡ß«Þ”éãKã«ÛÀܯý|ådÝ ¯ô rÜã‡ã‡ä è 7=HB) # =,)  =‡÷Ÿá—à`ã«Û”å-ã Oò'< # D <  ó H ò # 7 9:9;9 7  ó  ÷‹ÿ#ܱá‡ÜÜ]ã‡Û”å™ã

Üåé4ÛçÀäÈývÜè”á‡äÈàèvà™â éàd߫߇Ü)á—ÝÁàdè'çÀá¹ã‡àvåIã‡Üß«ý ÿiäÈã‡Û,dä æÜèoÝÁà-ÿ#Üß4á¹àdâã«ÛÀÜ 7=äÈèFã‡Û”Ü`ÜëŸÝ”å™è'á—ä àdèoà™â
Å ô
;èUâ,ådéã±äÈâKÿ#ÜWé4ÛÀà6àá‡Ü`ã‡àFì{å™íÁÜìrã«ÛÀÜIéàdývÝÁàdèÀÜè‹ã«á]àdâ
ò<@ó]ä èTã‡ÛÀä{á]ý|ådèÀèÀÜß÷8ÿ¹ÜIéå™è¾ÜëŸÝÀì ä{éäÈã‡ì ê
ÿiß«ä:ã«Ü¯ã«ÛÀÜ`ý|å™Ý”ÝÀä  è Wâöàß]å™è6ê Uå™è'ç 


(   =
 #   ;9;9   /D #  
9 ; )  ) 9:9;9)     ,D  =  ò -ù‹ó

     ò<@ó H
:9 D
= )
#
H S

Ú¥ÛÀä{á¥ì ÜåçÀá¹ã‡à

 
 * * MG)5   M * / * $ M ) 6 *" M  G KMAG2I(      M 
H m    * M 
 
 KM  G I  I $ M K.*  K  6 MJK&M2(*%+NG)5  M  I ILKNI!+ M MI $ G 5AI6 # ICK.  6  M M 6 G I  M +( M M,
 Oò'< # D <  ó H ò< # 9 <  ó  D < # D<  ? m    G      7 #  
ò2Ú¥ÛÀÜvÝÀß«à‹àdâ&ä{á=ä èÃã‡Û”Ü  ÝÀÝÁÜè”çŸäÈë”ó4ô|Ú¥Û6ޔá
ã«ÛÀÜvð  çŸä ývÜè”á—ä àèUà™â¥îŸð±ñÃá=ÿiäÈã‡Û ã‡Û”Üá‡ÜtõÜß«èÀÜì{á±ä{á
    7 #  7 ødô  á¥èÀàdã‡ÜçTådí'à-æܙ÷6ã‡ÛÀä{á Üã«á¥æÜß«ê|ì{å™ßdܱædÜß«ê/!‹ÞÀä{é4õ6ìÈêdô
M  KM G I
$%

  I     6   G  G
$    I( 
 M M6 G

 
 $IAG M * M%6  GG I  M M  M M6 G  I / * Oò< # D <  ó S  GJ< # -<  
  
 7  (I @/ * Oò'<PD <ó@ G 0     7  GG $ KM *  * M8 (    M  ICG M  ;    *6 # 2 ICK
m  : 7 M  * M   K.*6 #ID6  G G MGDIAG G  *%+NI4G $ 55AI  "CM  IK   * M G>$ G*,+ * M GJM  M M6 G 
   (I 8/ * * MM I 5AM  6  #  G  6*6 I/M2  I    M  6*6 "  6 $AM G  G*    M   KMAGI   
u=Ô-ÕrÕE(  Ú¥ÛÀÜ`õdÜ߇èÀÜìrý|å-ã«ß‡äÈë8÷  =  1 Oò'< = DK<  ó4÷Áä áiå % ß4å™ý ý|å-ã«ß‡äÈëÃò,å¼ý|å™ã‡ß«ä:ë|àdâçÀà™ã]ÝÀß«àŸçŸÞ”éã4á 
á‡Üܵò ¯àdß«è÷Nøùüúó—óIä è Ãô ¹ì Üåd߇ì êÅÿ#ÜÃéådè é4ÛÀà6àá‡ÜFã«ß«ådä èÀä èïç”å-ã«åÅá‡Þ”é4Û ã«Û”å-ãFådì ìià  ƒçŸä{ådàdè'å™ì
Üì ÜývÜè‹ã«á  =)   éå™è¼íÁÜ]ý|ådçÀÜ¥åd߇í”ä:ã«ß«åd߇ä ì ê±á‡ý|å™ì ì.÷™å™è”çtí6êIåá‡á‡ÞÀývݟã«ä àdèWådìÈìÀçÀä ådàè”å™ì6Üì ÜývÜè‹ã«á  = ) 
å™ß«Ü]àd â $tòø)óôڥ۔ܯý|å-ã«ß‡äÈ ë  ä{áKã‡ÛÀÜè|à™ââöÞÀì ìÁß«ådèÀõÁû‹Û”Üè”éÜ]ã‡Û”ܱá‡Üã¹àdâædÜéã‡àß«á÷ÿiÛÀà‹á—Ü
çŸà™ã¹ÝÀ߇àŸçŸÞ'éã«á
ä è âöàdß« ý ï÷‹åd߇Ü#ì ä èÀÜåd߇ì ê¯ä è”çÀÜÝÁÜè”çŸÜè‹ãi%ò ]à߇è÷'øùdü‹údóûdÛÀÜè'éܙ÷í‹êIÚ¥ÛÀÜà߇Üýþø™÷™ã«ÛÀÜiÝ'àä èã4áéå™ètíÁÜ
á‡Û”å-ã‡ã‡Üß«Üç|í‹êvÛ6ê6ÝÁÜß«ÝÀì{å™èÀÜ)á?ä è U÷”å™è'çvÛÀÜè'éÜ=å™ì{á—à`í6ê|á‡ÞÀÝÀÝÁàd߇ã¹æÜéã«àdß#ý|ådé4ÛÀä èÀÜ)á?ÿiäÈã‡Ûoá‡Þ |éä Üèã«ì ê
ì{å™ß dÜ
Ü߫߇àßiÝ'Üè”å™ìÈãêdô#î6ä è”éÜ=ã«ÛÀä{áiä{á#ã‡ß«ÞÀÜ`âöà߯å™è6/ ê 'èÀäÈã‡Ü`è6ÞÀýtí'Üßià™âÝ'àäÈè‹ã4á÷Àã«ÛÀÜNð  çŸä ývÜè'á—ä àdèoà™â
ã‡Û”Üá‡ÜNéì{ådá«á—ä ”Üß«á&ä{á¹ä  è 'èÀäÈã‡Ü™ô
 à™ã‡Ü=ã«Û”å-ãiã«ÛÀÜWåá‡á‡ÞÀývݟã«äÈàè”á¹äÈèFã‡Û”Ü=ã‡ÛÀÜàdß«ÜýYåd߇Ü`á—ã‡ß«àd è Üß#ã‡Û”ådèTèÀÜéÜá«á‡åd߇êÃòöã‡ÛÀÜêoÿ#Üß«Ü=é4۔àá‡Üè
ã‡àý|å™õÜNã«ÛÀÜvéàdè”èÀÜéã‡ä àdèUã«àTß«åçŸä{å™ìí'ådá‡ä á¯âöÞÀè”éã‡ä àdè'á
éì Üå™ßó4ô
;è â,ådéã
äÈã=ä{á±àèÀì êTèÀÜéÜá«á‡åd߇êã‡Û'å-ã :
ã‡ß4å™ä èÀä è tÝÁàdä è‹ã«áiéådèTí'ÜWé4۔àá‡ÜèUá—Þ'é4ÛFã«Û”å-ãiã«ÛÀÜNß4å™èÀõFà™âã‡ÛÀÜWý|å-ã‡ß«äÈë  =  ä è”é߇Ü)ådá‡Üá¹ÿiäÈã‡ÛÀàޟã]ì äÈýväÈã
ådá :@ä è”éß«Üåá—Ü)áô ÀàdߥÜëŸådývÝÀì ܙ÷âöàdß % å™Þ”á«á‡ä åd-è   ÅõÜß«èÀÜì{á÷dã‡Û”ä á¥éå™èFådì{á—àIí'Ü`ådééàývÝÀì ä á‡ÛÀÜ)çFò,ÜædÜè
âöàdßNã‡ß4å™ä èÀä è TçÀå-ã4åT߇Ü)áã«ß‡ä{éã«Üç¾ã‡àÃì ä ܼä èVåTíÁàdޔè”çŸÜçÅá‡ÞÀí”á‡ÜãIà™â m   ó=í6ê é4ÛÀà6àá‡ä  è Tá—ý|ådìÈì?ÜèÀàd Þ dÛ
  Ãÿiä{ç6ã«Û”áô ¯à-ÿ¹ÜædÜßä è dÜèÀÜß4å™ì6ã«ÛÀÜið µçÀäÈývÜè”á‡äÈàèWàdâî6ð
ñ    éì åá‡á‡ä ”Üß4áéå™èvéÜߗã4å™ä èÀì ê`íÁÜ
”èÀäÈã«Ü™÷ådè”çWä è”çÀÜÜç÷-âöàdßKçÀå™ã«å±ß‡Ü)áã«ß‡ä{éã«ÜçNã‡à=ì äÈܹä èIå
í'àÞÀè”çŸÜ)çIá‡ÞÀí”á‡Üã?àdâ m   ÷‹é4ÛÀà6à‹á—ä  è ]ß«Üá—ã‡ß«ä{éã«äÈàè”á
àdèFã‡Û”Ü   µÿiä{ç6ã‡Û'á¥ä áiå à‹àŸçFÿ#å ê¼ã«àvéàdè‹ã«ß‡àì8ã‡ÛÀÜ`ð  çŸä ývÜè”á‡ä àdèô
Ú¥ÛÀä{á`éådá‡Ü ä ædÜá
ޔáWåá‡Üéàdè”çïàÝÀÝ'àߗã«ÞÀèÀäÈãêTã‡àUݔ߇Ü)á—ÜèãNåUá‡äÈã‡Þ”å™ã‡ä àdèÃÿi۔Üܼ߫ã‡ÛÀÜoî6ð
ñ á—àì ޟã‡ä àdè
éådèÅí'ÜéàývÝÀޟã‡Ü)çÅå™è”ådì êã«ä{éå™ì ì ê™÷ÿiÛÀä{é4Ûµådì á‡àUå™ývàÞÀè‹ã«á=ã«à åÃá‡Üéàdè”ç8÷Kéàdè”á—ã‡ß«Þ”éã«ä ædܼÝÀß«à‹àdâià™âiã‡Û”Ü
Ú¥ÛÀÜàdß«ÜýTô Ààßvéàdè'éß«Üã‡ÜèÀÜá«átÿ¹Üÿiä ì ì&ã4å™õdÜFã‡Û”ÜTéådá‡Üoâöàß % å™Þ”á«á—ä{ådè*   õdÜ߇èÀÜì{áWàdâ]ã‡ÛÀÜâöà߇ý
O'ò < DK< ó H
#      
7 <  7 <  ô rÜã±Þ”á¯é4ÛÀà6à‹á—Ü
ã‡ß4å™ä èÀä è tÝÁàdä è‹ã«á]á‡Þ”é4Ûã‡Û”å™ã]ã‡Û”ÜWá—ý|ådì ìÈÜ)áã¥çŸä{áã4å™è”éÜ

íÁÜãÿ#ÜÜèå™è6êvݔådäÈß#à™â@Ý'àäÈè‹ã4á¹ä{á¹ýIÞ'é4Û|ì{å™ß dÜß&ã‡Û”ådè|ã«ÛÀÜ=ÿiä çŸã‡Û ô+¹àè”á‡ä çÀÜß¹ã‡ÛÀÜ`çŸÜ)éä{á—ä àè¼âöÞÀè”éã«ä àdè
Üæ-ådìÈÞ'å-ã‡Ü)ç|àèFã«ÛÀÜNá‡ÞÀÝÀÝÁàd߇ã¥æÜéã‡àdß   


ò  )ó H ( "=L
= 7 
7       7 I ò2ü
S‹ó
=

Ú¥ÛÀÜNá‡ÞÀý àèoã«ÛÀÜ`ß«ä ۋã#۔ådè”çá—ä{çŸÜ


ÿiä ìÈìÁã«ÛÀÜèTíÁÜ
ì{ådß Üì êtçÀàdývä è”å-ã«Üçví6êvã«ÛÀÜ=ã‡Ü߇ý F"H ÀûÀä èFâ,ådéã 
ã‡Û”Ü`ß«å™ã‡ä àWàdâã‡Û'å-ãiã‡Ü߇ý ã‡àtã‡ÛÀÜNéàdè‹ã‡ß«ä íÀޟã«äÈàèvâöß«àdý ã‡Û”Ü`߇Ü)áãià™â@ã‡ÛÀÜNá‡ÞÀýYéå™èí'Ü`ý|åçŸÜ=å™ß«íÀäÈã‡ß4å™ß«äÈì ê
ì{å™ß dÜ=í6êFé4ÛÀà6à‹á—ä  è tã‡Û”ÜNã‡ß4å™ä èÀä ètÝÁàdä è‹ã«á¥ã«à|í'ÜIå™ß«íÀäÈã‡ß4å™ß«äÈì êtâ,å™ß±å™Ý”ådߗãô
;èUàß«çÀÜßiã«à ”è”çTã«ÛÀÜtî6ð
ñ
á‡àdì ޟã‡ä àè÷&ÿ#ÜTå ådäÈè ådá«á—ÞÀývÜFâöàdß¼ã«ÛÀÜUývàdývÜè‹ãIã«Û”å-ã|ÜædÜß«êVã‡ß4å™ä èÀä  è  Ý'àä èãvíÁÜéàdývÜá¼åVá‡ÞÀÝÀÝÁàd߇ã
ædÜ)éã«àdß÷@å™è”çïÿ#Üvÿ¹à߇õ¾ÿiä:ã«Ûµî6ð±ñÃá`âöàdß`ã«ÛÀÜoá‡Üݔådß«ådíÀì ÜIéåá—ÜÃò.î6Üéã‡ä àdè EŸô ø)ó¼òöã‡ÛÀÜFá‡ådývÜtådß ÞÀývÜè‹ã
ÿiä ì ì¹ÛÀàì{çÅâöàdß|î6ð
ñÃá¼âöàßIã«ÛÀÜTèÀàd è ƒá‡Üݔådß«ådíÀì Üoéåá—ÜäÈâ fäÈ) è 01!'ô @ò B B6óNä{á¼å™ì ì à-ÿ#Üç ã‡àïã«ådõdÜì{å™ß dÜ
Üè”àd Þ Û æ-å™ì ÞÀÜá4ó4ôþî6ä è”éÜ å™ì ì±ÝÁàdä è‹ã«áFå™ß«Ü¾á‡ÞÀÝÀÝÁàd߇ãFædÜ)éã«àdß4á÷iã«ÛÀÜ Ü !‹Þ”å™ì äÈã‡ä Üá¼ä è 0 !6áô òø S‹ó4÷Iò—ødø ó
ÿiä ì ìÛÀàì çUâöàdß
ã‡ÛÀÜýTô rÜã
ã‡Û”Üß«ÜIíÁ Ü ò 7 ó±Ý'à‹á—äÈã«äÈæÜ|òöèÀ Ü å™ã‡ä ædÜ óiÝÁàdì{å™ß«äÈãêoÝÁàdä è‹ã«áô VÜIâöÞÀߗã«ÛÀÜß

ådá«á‡ÞÀývÜWã«Û”å-ãNådìÈìÝÁàá‡äÈã‡ä ædÜòöèÀ Ü å-ã«ä ædÜ)ó¯ÝÁàdì{å™ß«äÈãêFÝÁàdä è‹ã«á
۔å æÜWã«ÛÀÜ|á‡ådývÜIæ-ådìÈޔ Ü ò ó]âöàß=ã‡ÛÀÜä ß
%

å dß4å™
 7
è ܱýtÞÀìÈã‡ä ÝÀì ä Üßô]ò VÜWÿiä ì ìõ6èÀà-ÿ ã«Û”å-ã¯ã‡ÛÀä{á]åá‡á‡ÞÀývݟã«äÈàèFä{áiéàd߫߇Ü)éã]äÈâäÈã¯çŸÜì äÈæÜß4á¥å|á—àì ޟã‡ä àdè
ÿiÛÀä{é4ÛTá‡å™ã‡ä{á 'Üá¥å™ì ìÁã‡ÛÀÜ `Ú éàè”çŸäÈã‡ä àè”á¹ådè”çTéàè”áã«ß«ådä èã4á«óôڥ۔Üè 01!6áô¯òøù‹ó4÷'ådÝÀÝÀì ä Üç¼ã«à|å™ì ì8ã‡Û”Ü
ã‡ß4å™ä èÀä  è tçÀå-ã4åŸ÷”ådè”ç|ã«ÛÀÜ` Ü !‹Þ”ådì ä:ãêvéàdè”á—ã‡ß4å™ä è‹ã 0 !'ôiò—øü‹ó4÷ÀíÁÜéàývÜ

 7 Ñø
H

 7 7 H `ø
   7 7 H S ò2üÀø ó

ÿiÛÀä{é4ÛTå™ß«Ü`á‡å™ã‡ä{á 'Üç|í6ê


 7
H
7 7 

7 H
7 7  

  7 ò2ü ó
H
7 7 
è  = åd߇Ü=å™ì{á‡àIÝÁàá‡äÈã‡ä ædÜd÷6ådì ì'ã«ÛÀÜ `Ú éàdè”çÀä:ã«ä àdè”á#å™è”çTéàdè”á—ã‡ß4å™ä è‹ã«á#å™ß«Ü
Ú¥Û6ޔá÷'á‡äÈè'éܱã‡ÛÀÜ`ß«Üá‡ÞÀìÈã‡ä 
«á å-ã‡ä{á ”Üç÷Ÿådè”çFÿ¹Ü`ýtޔá—ã#۔å æÜ
âöàdÞÀè”çoã‡Û”Ü dì àdí”ådìá—àìÈÞÀã‡ä àdè¾ò,ÿiäÈã‡Û,Üß«àIã‡ß4å™ä èÀä èWÜ߇߫àdß4á4ó4ôKî6ä è”éÜ
ã‡Û”Ü
è6ÞÀýtí'Üß]à™â?ã«ß«ådäÈè”äÈè tÝÁàdä è‹ã«á÷Áådè”çã‡Û”Üä ß]ì{å™íÁÜì ä èÀ÷Àä{á±å™ß«íÀäÈã‡ß4å™ß«ê™÷”å™è'çã‡ÛÀÜêTåd߇ÜNá‡ÜÝ'å™ß4å-ã‡Ü)çTÿiäÈã‡ÛÀàޟã
Üß«ß«àdß÷‹ã«ÛÀÜ`ð  çÀäÈývÜè”á‡äÈàè|ä{á#äÈ è ”èÀäÈã‡Üdô
Ú¥ÛÀÜNá‡äÈã‡Þ”å™ã‡ä àdèoä áiá‡ÞÀývý|åd߇äÜ)çvá‡é4۔Üý|å-ã«ä{éå™ì ì êNä è @äÞÀ߇Ütødødô
;Á$›“)Ž,…4<<>  Ä 4-*.*,"$ ¦ º³ * 9?*,i;"$ 1, §*.!¥4 r"$)1,+T ;$*2*2" 9ˆ§| 2( " 12.,"  §o$. -!K(d 9
Å
12.4" " i² " 21 * .23T 1, ǧ /  ¯  12+7 -*r+-0  ?" " 3 12&³´F)" !¥ *2" 3 3 3 0
3 3 0 3 0 3 ° 3 Â)3 3 043

 à-ÿ ÿ#Ü]å™ß«Ü¥ìÈÜâ{ã?ÿiä:ã«Ûvå`áã«ß‡ä õ6ä 


è ±éàdè6ÞÀè”çŸß«ÞÀýTô 0KædÜèWã«ÛÀàdÞ dÛtã‡ÛÀÜä ß?ð µçŸä ývÜè”á—ä àèNä{á@ä è'èÀäÈã‡Ü`òöäÈâ
ã‡Û”ÜIçÀå™ã«åvä{á¯ådì ìÈà-ÿ#Üç|ã‡àoã«å™õÜWå™ì ìræ-ådìÈޔÜáiä è m   ó4÷î6ð
ñ   á±éå™èU۔å æÜNÜëÀéÜì ìÈÜè‹ã¥ÝÁÜ߇âöàdß«ý|å™è'éÜ
ò2îÀé4 ù ™óô  á‡ä ýväÈì{ådß&áã«àdß«ê|ÛÀàì ç”á&âöàßiÝ'àì ê‹è”àdývä{å™ì8î6ð±ñÃáô]à-ÿgéàývÜ 
Û àd ì õdàݟâÜã¯å™ì.÷øùd

 z q " €!6Ò‹Ô$#%2Ù'&
#ÀÓÙ,ÕÁÒ u‹Ô$(ƒÕ”Ô$)*#ÀÒØ
¾Õ+(±p 04 

;è`ã«ÛÀä{á@î6Ü)éã‡ä àè`ÿ¹Ü#éàdì ì Üéãæ åd߇ä àޔárå™ßdޔývÜè‹ã«áådè”ç`íÁàdÞÀè”ç”áß«Üì{å-ã«ä è#ã‡à]ã«ÛÀÜ1ÜèÀÜß«ådì ä)å-ã«äÈàè]ÝÁÜ߇âöàdß


ý|å™è'éÜ¥à™âî6ð
ñÃáô"Vܯáã4å™ß‡ãKí6êWÝÀß«Üá‡Üè‹ã‡ä è`  å
â,ådýväÈì ê=à™âî6ð
ñ ƒ ìÈä õÜ#éì åá‡á‡ä”Üß4áâöàdßKÿiÛÀä{é4Û¼áã«ß‡Þ'éã‡Þ”ß«ådì
ß«ä á‡õ¼ývä èÀä ývä) å-ã«äÈàèWéådèoíÁÜ=߇äd à߇àޔá‡ìÈêWäÈývݔìÈÜývÜè‹ã‡Ü)ç8÷‹ådè”ç|ÿi۔ä é4ÛFÿiä ìÈì d ä ædܱޔá¥á—àývܯä è”á‡äd ۋã¹ådá¹ã«à
ÿiÛ6ê|ý|å-ëŸä ývä ä è
 ã‡Û”Ü`ý|å™ßd ä è|ä{á¥á—à¼ä ývÝ'àߗã4å™è‹ãô

    KM G I I 


 5 I 6*M     6  GG2 MG

¹àdè'á—ä{çŸÜßWåTâ,å™ývä ì êUà™â¯éì{ådá«á—ä”Üß«átòöä.ô ܙô¾åÃá‡Üãtà™â¥âöÞÀè”éã‡ä àdè”á [àdè - m  óNÿiÛÀä{é4Ûïÿ#Üoÿiä ì ìKéådì ì ‹å™Ý


ã‡àì Üß4å™è‹ã]éì{ådá«á—ä”Üß«áô   ݔådߗã«ä éÞÀì{å™ßiéì{åá‡á‡ä”Üß =5? ä{á]á‡ÝÁÜéä”Ü)çTí6êoã«ÛÀÜWì àŸéå™ã‡ä àdèå™è”çÃçÀä ådývÜã«Üß
à™âKåví'å™ì ìrä è m  ÷8ådè”çTí6ê|ãÿ#à|Û6ê‹ÝÁÜß«ÝÀì{å™è”Üá÷Àÿiä:ã«ÛUݔå™ß4å™ì ì Üì8èÀà߇ý|ådì{á÷Àå™ì{á‡à¼äÈè m  ô #ådìÈìrã‡ÛÀÜWá‡Üã±à™â
ÝÁàdä è‹ã«á¹ìÈê6ä  è `íÁÜãÿ#ÜÜè÷ŸíÀޟã¥èÀà™ã¥àdè÷‹ã‡Û”ܱÛ6ê6Ý'Ü߇ݔì ådèÀÜáKã‡ÛÀÜ 4ý|ådß ä ètá‡Üãô ïÚ¥ÛÀÜ=çŸÜéä á‡ä àdètâöÞÀè”éã‡ä àdè'á
=¼å™ß«Ü&çŸÜ ”èÀÜ)çWådárâöàdì ì à-ÿ]á ÝÁàdä è‹ã«árã‡Û”å™ã@ì ä ÜKä è”á—ä{çŸÜã«ÛÀÜ#í”å™ì ì.÷íÀÞÀãèÀàdãä è=ã«ÛÀܹý|ådß ä è
á‡Üã÷då™ß«Ü&ådá«á—ä èÀÜç
éì{åᇠá - Iø .6÷‹çŸÜÝ'Üè”çŸä  è Nàè|ÿiÛÀä{é4Ûvá—ä{çŸÜ]àdâã‡ÛÀܱý|å™ß dä è¼á—Üã&ã‡Û”Üêtâ,å™ì ì.ô  ì ì”à™ã«ÛÀÜß¹Ý'àä èã4á&åd߇ܯá‡ä ývÝÀì ê
çŸÜ ”èÀÜçÃã‡àFí'Q Ü éàd߫߇Ü)éKã À÷'ã«Û”å-ã
ä{á÷8ã‡Û”ÜêÃå™ß«ÜNèÀàdã=åá‡á‡ä dèÀÜ)çTåoéì{åá‡á¯í‹êã«ÛÀÜtéì{ådá«á—ä ”Üß÷'ådè”ç¾çÀàoèÀàdã
éàè‹ã‡ß«äÈí”ÞŸã‡ÜWã‡àTå™è6êT߇ä{á‡õ'ôNÚ¥ÛÀܼá‡ä:ã«Þ”å-ã«ä àdèUä{á±á‡ÞÀývý|åd߇ä Ü)ç8÷”âöàß
 H 6÷rä è ä dÞÀß«Ü|7ø 6ôWÚ¥ÛÀä{á±ß«å™ã‡ÛÀÜß
àŸçÀçoâ,å™ývä ì êtàdâéì åá‡á‡ä ”Üß4á÷dã‡à dÜã‡ÛÀÜß#ÿiäÈã«Ûå¼éàè”çŸäÈã‡ä àè|ÿ¹Ü=ÿiä ì ì'ä ývÝÁàá‡Ü¯àèFÛÀà-ÿ ã‡ÛÀÜêoå™ß«Ü±ã‡ß4å™ä èÀÜç÷
ÿiä ì ì'ß«Üá‡ÞÀìÈã¹ä èFá‡êŸáã«Üý|á¹ædÜ߇êvá‡äÈývä ì{å™ßã«à¼îŸð±ñÃá÷”å™è”çoâöàdߥÿiÛÀä{é4Ûoá—ã‡ß«Þ”éã‡ÞÀß4å™ì8ß«ä á‡õ¼ývä èÀä ývä )å-ã«äÈàèWéådè
íÁÜNçŸÜývàè”áã«ß«å™ã‡Ü)ç8ô  ß«ä dà߇àޔá&çŸä{á«éޔá«á‡äÈàè|ä{á dä ædÜè|ä èoã«ÛÀÜ  ݔÝ'Üè”çŸäÈë8ô
@å™íÁÜìrã«ÛÀÜNçŸä{å™ývÜã‡Üß#àdâ@ã«ÛÀÜNí”ådì ì yå™è”çFã‡Û”Ü`Ý'Ü߇ÝÁÜè”çÀä éÞÀì{å™ßiçŸä{á—ã«å™è'éÜ=í'Üãÿ¹ÜÜèTã«ÛÀÜ=ãÿ¹àvÛ6ê6ÝÁÜß
ÝÀì{å™è”Üá  ôڥ۔Ü#ð OçŸä ývÜè'á—ä àdè`ä{á?çŸÜ”èÀÜ)çIåáí'Üâöàdܹ߫ã«à`í'Ü¥ã«ÛÀÜ¥ý|å-ëŸä ýIޔýgè6ÞÀýtíÁÜßà™âÁÝ'àäÈè‹ã4áã‡Û”å™ã
éådè¾íÁÜvá—Û”å™ã—ã«Üß«ÜçUí6êTã‡Û”ÜIâ,ådývä ìÈêd÷'íÀÞÀã=í6ê á—Û”å™ã—ã«Üß«Üçoÿ¹ÜtývÜådèUã‡Û”å™ã±ã«ÛÀܼÝ'àä èã4á±éå™è à6ééÞÀß`åá
M IGKä è|å™ì ì'Ý'à‹á‡á‡ä íÀì Üiÿ#å êŸá]ò2á—ÜÜ]ã‡Û”Ü  ÝÀÝ'Üè”çŸäÈë¼âöàdß&âöÞÀߗã«ÛÀÜߥçŸä{á«éޔá«á—ä àè'ó4ô ¹ìÈÜ)å™ß«ì êNÿ¹Ü
éådè|éàdè‹ã«ß‡àì
ã‡Û”ÜFð  çÀäÈývÜè”á‡äÈàè àdâ±åUâ,ådývä ìÈê à™âiã«ÛÀÜá‡Üéì{ådá«á—ä ”Üß«á=í6êÅéàèã«ß‡àì ìÈä  è Fã‡Û”ÜFývä èÀä ýtÞÀý ý|ådß äÈè 
å™è'ç¼ý|å-ëŸä ýIÞÀý[çŸä{å™ývÜã«Üß  ã«Û”å-ã#ývÜýtí'Üß«áàdâ8ã‡ÛÀܯâ,å™ývä ì êWå™ß«Ü¯å™ì ì à-ÿ#Üç`ã«àWådá«á‡ÞÀývܙô Ààdß¹ÜëÀå™ývݔìÈÜd÷
éàè”á‡ä çÀÜߥã‡Û”Ü`â,å™ývä ì ê|à™â ‹å™Ýã‡àìÈÜß«ådè‹ãiéì{ådá«á—ä ”Üß«á¹ä è m  ÿiäÈã‡ÛÃçŸä{ådývÜã‡Ü ß  H 6÷8á—Û”à-ÿièä " è ä dÞÀß«Ü
ø Ÿô¥Ú¥Û”àá‡ÜNÿiäÈã‡ÛTý|å™ß dä èTá‡å™ã‡ä{áâöê6ä 
 è   1 E =
¼éå™èÃá‡Û”å™ã—ã‡Üßiã‡Û”߇ÜÜNÝ'àä èã4áûÁäÈâ E = &A  A Ÿ÷”ã«ÛÀÜê
éådè¾á‡Û”å-ã‡ã‡Üß
ãÿ#àÀûådè”çUäÈâ   Ÿ÷Áã«ÛÀÜêÃéå™èïá—Û”å™ã—ã«Üß
àdèÀì êTàdèÀÜdô 0&ådé4Û¾à™âKã«ÛÀÜá‡ÜWã«ÛÀß«ÜÜNâ,ådývä ìÈä Ü)á¥à™â


B ÷?ÿiäÈã‡Û Þ'áãtã‡ÛÀß«ÜÜFèÀÜá—ã‡Ü)ç
éì{åá‡á‡ä”Üß4á`éà߇߫Üá‡Ý'àè”çÀá=ã«à¾àèÀÜoàdâiã‡ÛÀÜTá—Üã«áIà™â¯éì åá‡á‡ä”Üß4á
ä è äÞÀß«Ü À
á‡ÞÀí”á‡Üã«á¥àdâ@âöޔè”éã«äÈàè”á÷”å™è”çFÿiäÈã‡Û # H ø™÷
< H Ÿ÷”å™è”ç
<  8 <
H E
À ô

Φ=0
Φ=1

D=2
M = 3/2
Φ=0

Φ=−1
Φ=0

;Á$›“)Ž,…=<  > ¾4²


1 0 $. 3 1;$*.*," Â   40 3  412#" 38? A5

Ú¥ÛÀÜ)á—ÜFä{çŸÜåáNéådèÅí'ÜFޔá—Ü)çVã‡à á—ÛÀà-ÿ ÛÀà-ÿ ‹å™ÝVã‡àì Üß4å™è‹ãWéì{ådá«á‡ä 'Üß4á±ä ývÝÀì ÜývÜè‹ã=á—ã‡ß«Þ”éã‡ÞÀß4å™ì¹ß‡ä{á‡õ


ývä èÀä ýväå-ã«ä àdèô Ú¥ÛÀܾÜë‹ã«Üè”á‡ä àdè àdâ`ã‡ÛÀÜVå™íÁà-ædÜÃÜëÀå™ývÝÀì Üã‡àDá—Ý”åéÜ)áoàdâWå™ß«íÀäÈã‡ß4å™ß«êOçŸä ývÜè”á‡ä àdèDä{á
Üè'éå™Ý'á—ÞÀì{å™ã‡Üçoä èåTòöývàŸçŸä”Ü)ç”ó&ã‡ÛÀÜàdß«Üý àdâ#ò,ðKå™ÝÀèÀä õÁ÷røùùúó 

 
  8I: ) * 
m  $ M   KMAG2I( 
I+  5  I6*M     6  GG MG I K4*  K+$ K
K  +*   = B  7K   K+$ K   KM  M N : G> I $ <7 !M  I"CM # # K.* -     =   = B D  . 7
ø 

”àdß
ã‡ÛÀÜtÝÀß«à6à™â&ÿ#Ütåá‡á‡ÞÀývÜ`ã«ÛÀÜtâöàdì ì à-ÿiä è¼ìÈÜývý|åŸ÷ÁÿiÛÀä{é4ÛÃä èOòöðKådÝÀèÀä õÁ÷Køù'™ùó¥ä{á±ÛÀÜì{çÃã‡àFâöàdì ì à-ÿ
âöß«àdýYá‡ê6ývývÜã‡ß«êvå™ßdÞÀývÜè‹ã«á  
/ ) )*#  ¹àè”á‡ä çÀÜ1 ß O51 
 7Oø¯ÝÁàdä è‹ã«á¹ì ê‹ä è`ä èoåWí”å™ì ì ? m  ô1Üã¹ã‡ÛÀÜ
Ý'àä èã4á&íÁÜ=á—Û”å™ã—ã«Üß4å™íÀì Ü
í6ê ‹å™Ýtã‡àìÈÜß«ådè‹ãéì åá‡á‡ä”Üß4á@ÿiä:ã«ÛIý|ådß ä è  ô?Ú¥ÛÀÜè¼ä è¼àdß4çŸÜßâöàß  ã«à`í'Üiý|å™ëŸäÈýväÜç8÷)ã‡ÛÀܯÝ'àäÈè‹ã4á
ý ޔáãiì ä Ü=àdèã‡ÛÀÜWædÜ߇ã‡ä{éÜá#à™â?å™èÅòODø)ó ƒçŸä ývÜè”á—ä àè”å™ì8á—ê6ývývÜã‡ß«ä é±á—ä ývÝÀì ÜëÁ÷Ÿå™è'çFýtޔá—ã¯å™ì{á‡àIì ä ܱàè
t
ã‡Û”ÜNá—ÞÀ߇â,ådéÜ=à™âã«ÛÀÜ`í”ådìÈì.ô
u=Ô-ÕrÕE(
òO(.
 ïÜWèÀÜÜ)çFàèÀì êFéàdè”á‡ä{çŸÜß#ã‡Û”ÜWéåá—Ü`ÿiÛÀÜ߇Ü=ã«ÛÀÜNè6ÞÀýtí'Üßià™â?ÝÁàdä è‹ã«á OÅá‡å™ã‡ä{á ”Üá O 1 7 ø™ô
7 VøiÝÁàdä è‹ã«á?ÿiä ì ìŸèÀà™ã¹í'Ü
á—Û”å™ã—ã«Üß4å™íÀì ܙ÷‹á—ä è”éÜ¥ã‡ÛÀܱð OçÀäÈývÜè”á‡äÈàèWàdâ8à߇ä Üèã«ÜçtÛ6ê6Ý'Ü߇ÝÀì{ådèÀÜáä è
m  ä á 7Ãø™÷6å™è”ç¼ådè‹êNçÀä á—ã‡ß«ä íÀޟã«äÈàèNà™â8ÝÁàdä è‹ã«áÿiÛÀä{é4Ûtéå™ètí'Ü]á‡Û”å™ã—ã‡Ü߇Ü)çWí6êWå‹å™ÝIã‡àdì Üß«ådèãéì{ådá«á‡ä 'Üß
éådèFådì  á‡àWíÁÜ=á—Û”å™ã—ã«Üß«Üç|í6êoådèoà߇ä Üè‹ã«ÜçvÛ6ê6Ý'Ü߇ݔì ådèÀܙû‹ã‡Û”ä á¥ådì á‡àWá‡ÛÀà-ÿ]á&ã‡Û”å™ã
< 1  7Dø ó4ô   ‹å™ 6ä ô"è|Vÿ#ÜÜ
éàè”á‡ä çÀÜßKÝÁàdä è‹ã«á?àèoåNá‡ÝÀÛÀÜ߇Ü]àdâçŸä{å™ývÜã‡Üß U÷6ÿi۔Üß«Üiã‡ÛÀÜ
á—Ý”ÛÀÜß«Ü]äÈã«á‡ÜìÈâä{á?à™âçŸä ývÜè”á—ä àè
ÿiä ì ì‹è”ÜÜçIãÿ#à±ß«Üá‡ÞÀìÈã«á@âöß«àdý î6Üéã‡ä àd è EŸô EŸ÷dè”ådývÜì êvòø óä:E

â OFä{áÜæÜè÷ÿ¹Ü]éå™è ”è”ç¼å=çŸä{áã«ß‡ä íÀޟã«ä àdèNàd+â O
ÝÁàdä è‹ã«á#ò{ã‡Û”Ü#æÜ߇ã‡ä{éÜ)áàdâÀã‡Û”Ü='ò O|ø ó ;çŸä ývÜè”á‡ä àdè”ådì™á—ê6ývývÜã«ß‡ä{é?á‡ä ývÝÀì Üë”óÁÿiÛÀä{é4ÛIéå™èWíÁÜiá—Û'å-ã—ã«Üß«Üç`í6ê
ådÝtã‡àdì Üß«ådèãKéì åá‡á‡ä ”Üß4á@ä:â    =   = B H OÃø™÷6å™è”çTò óäÈâ Oä{áàŸçÀç8÷6ÿ#ܯéådè 'è”çvåNçŸä{á—ã‡ß«äÈí”ÞŸã‡ä àdè
à™P â O¾ÝÁàdä è‹ã«á¥ÿi۔ä é4ÛéådèFíÁÜNá—àvá‡Û”å-ã‡ã‡Ü߇Ü)çoäÈâ -   =   = H ò O  ø ó ò O 7 ø ó =$O, ô
B

ƒâPO ä{á#ÜæÜè÷Áå-ãiývàá—ã ï
O ÝÁàdä è‹ã«áiéådèFíÁÜNá‡Û”å-ã‡ã‡Üß«ÜçFÿiÛÀÜèÀÜæÜß


O ø 1    =   =
B
A OPI Eó
ò2ü ‹
Ú¥Û6ޔáNâöàdß O ÜæÜèïã‡ÛÀÜvý|å™ëŸäÈýtÞÀý è6ÞÀýtí'ÜßNà™â¥Ý'àä èã4á
ã‡Û”å™ãIéådèVí'Üoá‡Û”å™ã—ã‡Ü߇Ü)ç¾ý|å ê¾í'Ü|ÿiß«äÈã—ã«Üè
-
  =   =

B
7 ødô

ƒâ Å
O ä á±àŸçÀç8÷å™ã
ývà‹áãOOÝ'àäÈè‹ã4á±éå™èÃíÁÜtá‡Û”å™ã—ã‡Ü߇Ü)çÃÿiÛÀÜè     =   = YòO
H 7 ø)ó =7O
ø ó  'ò O g  ô
]à-ÿ#ÜæÜß÷6ã‡ÛÀÜ ‹! ޔådèã«äÈãêvàdèFã‡ÛÀÜ`ß«äd ۋã#Û'å™è”çá—ä{çŸÜ`á«å-ã«ä á ”Ü)á B

5 +A
O òO  ø ó  'ò O 7 ø ó =7O  A O Dø ò2üLB6ó

âöàß±å™ì ìrä è‹ã‡ Ü dÜß O . ø™ô]Ú¥Û6ޔá]âöàdßOVàŸçÀçã«ÛÀÜWì{å™ßdÜ)áãiè6ÞÀýtí'Üß]à™â?ÝÁàdä è‹ã«á¥ã«Û”å-ã=éådèUí'Ütá—Û”å™ã—ã«Üß«Üç


ä{áNéÜߗã4å™ä èÀì êUíÁàdÞÀè”çÀÜçÅå™íÁà-ædܼí6ê    =   =  
7 ød÷ådè”çïâö߇àýfã«ÛÀÜoå™íÁà-ædÜtã«ÛÀä{á`í'àÞÀè”çÅä{á`ådì á‡à
á«å-ã‡ä{á ”Üç ÿiÛÀÜè ODä{á=ÜæÜèô ¯Üè”éÜväÈè ÜèÀÜß«ådì@ã«ÛÀÜ|ð  çŸä ývÜè”á‡ä àdè
B

ýtޔáã]á«å-ã«ä á—âöê
< à™â ‹å™Ýïã‡àì Üß4å™è‹ã=éì{ådá«á—ä”Üß«á

< 
1    7
 
  = B 
ø
I ò2üúó

Ú¥ÛÀä{á¥ß«Üá‡ÞÀìÈã÷6ã‡àdÜã‡ÛÀÜßiÿiä:ã«Û
< 1  7 ø™÷Áéàdè'éì ޔçŸÜ)á&ã«ÛÀÜ`ÝÀß«à6à™â;ô
 $%  5 (I 6*M     6   
G G MG &   $   $   6  G   *  K. ( I    &  G
rÜ ã $áiá—Üܱ۔à-ÿ ÿ¹Ü=éådèFçŸàvá—ã‡ß«Þ”éã«ÞÀß4å™ì8߇ä{á‡õIývä èÀä ýväå™ã‡ä àdèIÿiäÈã‡Û ‹å™Ýoã‡àdì Üß«ådèã¥éì{ådá«á‡ä 'Üß4áô,VÜ=èÀÜÜ)ç
àdè”ìÈê=éàè”á‡ä çÀÜßã«Û”å-ã?á—Þ”í”á—ÜãàdâŸã‡ÛÀÜ
¯÷déådì ìdäÈã
r÷-âöàdß@ÿiÛÀä{é4Û`ã‡ß4å™ä èÀä è á—Þ”ééÜÜçÀáKŸ÷ ÿiÛÀÜß«Ü&í6ê`á‡Þ”ééÜá«á
ÿ#ÜWývÜådèTã‡Û”å™ã=ådì ìrã‡ß4å™ä èÀä  è vçÀå™ã«åFå™ß«ÜIådá«á‡ä èÀÜçTåoì ådí'Üì1? - IøC.òöèÀàdã‡ÜIã‡Û”å™ã±ã«ÛÀÜá‡ÜWì{å™íÁÜì{á]çÀàoèÀàdã
۔å æÜWã«àéàdä è”éä{çŸÜIÿiäÈã‡ÛÃã«ÛÀÜ|ådéã‡Þ”ådìì ådí'Üì{á÷ä.ô ÜdôNã‡ß4å™ä èÀä  è FÜ߫߇àß«á±å™ß«Ütådì ìÈà-ÿ#Üç'ó4ô  äÈã‡ÛÀä è
÷ 'è”ç
ã‡Û”ÜNá—ÞÀí'á—Üã]ÿiÛÀä{é4Û äÈæÜá¹ã‡Û”Ü=âöÜÿ#Üá—ãiã‡ß4å™ä èÀä  è WÜ߇߫àdß4á ¹éådì ì'ã«ÛÀä{á¥è6ÞÀýIíÁÜßiàdâÜ߇߫àdß4á  = B ô  äÈã‡ÛÀä è
ã‡Û'å-ãiá—ÞÀí'á—Üã ÷ ”è”çoã‡ÛÀܱâöÞÀè”éã‡ä àdL
è =TÿiÛÀä{é4/ Û dä æÜá?ý|å™ë6ä ýtÞÀý ý|ådß ä èTò2å™è”çoÛÀÜè'éܱã‡ÛÀÜ
ì à-ÿ¹Ü)áã&íÁàdޔè”ç
àdè¾ã‡ÛÀܼð  çÀäÈývÜè”á‡äÈàè'ó4ô  àdã‡ÜIã‡ÛÀܼæ-å™ì ÞÀÜIà™â¹ã‡ÛÀÜt߇Ü)á—Þ”ì:ã«ä  è |ß«ä á‡õí'àÞÀè”çDò{ã‡Û”Ütß«ä dۋã±Û'å™è”ç á—ä{çŸÜIà™â
01!'ôiò E‹ó4÷ŸÞ”á‡äÈ è =ã‡ÛÀÜ
í'àÞÀè”çvàè¼ã‡ÛÀÜ
ð  çŸä ývÜè”á‡ä àdètä èvÝÀì{ådéܯà™â8ã‡ÛÀÜ
ð  çŸä ývÜè”á‡ä àdè'óô  Üë6ã÷6ÿiäÈã‡ÛÀä è

÷ ”è'çTã‡Û”å™ã
á‡ÞÀí”á‡Üã¯ÿi۔ä é4Û ä ædÜ á  = B 7 ø`ã«ß«ådä èÀä  è ¼Ü߫߇àß«áô  ådäÈèr÷'ÿiäÈã‡ÛÀä èã‡Û'å-ã
á‡ÞÀí”á‡Üã÷ 'è”ç
ã‡Û”C Ü =µÿiÛÀä{é4Û äÈæÜá¯ã‡ÛÀܼý|å™ë6ä ýtÞÀý_ý|å™ß dä è÷å™è”ç èÀà™ã«Ütã‡ÛÀÜ|éàd߫߇Ü)á—ÝÁàdè”çÀäÈ è |߇ä{á‡õTí'àÞÀè”ç8ô
ƒã‡Üß«å™ã‡Üd÷
å™è'ç|ã4å™õdÜ
ã«Û”å-ã¯éì åá‡á‡ä ”Üß¹ÿiÛÀä{é4Û ä ædÜá&ã‡Û”Ü`à-ædÜß4å™ì ìÁývä èÀä ýIÞÀý ß«ä á‡õvíÁàdÞÀè”çô
 è¼ådìÈã‡Üß«è”å™ã‡ä ædÜ&ådÝÀÝÀß«àåé4ÛWä{á@ã‡àNçŸä æ6ä{çŸÜKã«ÛÀÜ¥âöÞÀè”éã‡ä àdè”á Åä èã«à±è”Üá—ã‡Üç¼á‡ÞÀí”á‡Üã4á = D F ? D F  ø™÷
 
då á¯âöàdì ì à-ÿ]á¥ådìÈì =*? =¹Û”å ædÜ- D  .¼á‡å™ã‡ä{á—âöê‹ä è   =  1 F«ô=Ú¥Û6ޔá±ã‡Û”ÜNâ,å™ývä ì êoàdâKâöÞÀè”éã‡ä àdè'á
ä è =K۔åá]ð  çŸä ývÜè”á‡ä àdèFí'àÞÀè”çŸÜ)çÃå™íÁà-ædÜ`í6êýväÈèò'F D ó?7 ø™ô  àdã‡ÜWådì{á—àtã‡Û'å-ã = = # ô±î]ñ
 
ã‡Û”ÜèÅÝÀß«àŸéÜÜ)çÀá`í6ê ã«å™õ6ä èã‡Û'å-ã&=µâöàdßWÿiÛÀä{é4Û ã«ß«ådä èÀä èá‡Þ”ééÜÜ)çÀáNä èVÜåé4ÛÅá—ÞÀí'á—ÜãIå™è”çïâöàßNÿiÛÀä{é4Û
ã‡Û”ÜIÜývÝÀä ߇ä{éådì8߇ä{á‡õFä{á]ývä èÀä ývä Ü)ç|ä èUã«Û”å-ã=á—ÞÀí'á—Üã÷rå™è”ç¾å ådä è÷Áé4ÛÀà6à‹á—ä  è ¼ã«Û”å-ã = ÿiÛÀä{é4"Û dä ædÜ)á¥ã‡Û”Ü
ì à-ÿ¹Ü)áã¥à-ædÜß«ådì ì”ß«ä á‡õvíÁàdÞÀè”çô
 à™ã‡Ü&ã‡Û”å™ã@äÈãä{áÜ)á‡á‡Üè‹ã‡ä{ådì-ã‡àiã«ÛÀÜá‡Ü¹ådß ÞÀývÜè‹ã4áÁã‡Û”å™ãã‡Û”Ü&íÁàdÞÀè”ço
ò EórÛÀàdì{çÀáâöàdß   #Ké4ÛÀà‹á—ÜèNçŸÜéä{á—ä àdè
âöÞÀè”éã‡ä àdèr÷èÀàdãޔá—ãKã‡Û”ܯàdè”Üiã‡Û”å™ã&ývä èÀä ýväÜáã‡Û”Ü]ÜývÝÀä ß«ä{éå™ì6ß«ä{á—õoò,à™ã«ÛÀÜß«ÿiä{á—ÜiÜìÈä ývä è”å™ã‡ä è¯á‡àdì ޟã«äÈàè”á
âöàdßiÿi۔ä é4ÛTá‡àdývܱã‡ß4å™ä èÀä  è NÝÁàdä è‹ã <ïá«å-ã«ä á ”Ü)á ='ò <@1 ó H Stÿ#àdÞÀì{çFä è‹æ-ådìÈä{çÀå™ã‡Üiã«ÛÀÜNå™ß dޔývÜè‹ã4óô
Ú¥ÛÀÜF߇Ü)á—Þ”ì:ã«ä 
è  å™ÝVã«àdì Üß4å™è‹ãWéì åá‡á‡ä ”Üß=ä{áNä èVâ,åéãtå¾á—ÝÁÜéä ådì&õ6ä è”çVà™â]á‡ÞÀÝÀÝÁàd߇ãIæÜéã«àdßIý|ådé4ÛÀä èÀÜ
ÿiÛÀä{é4Ûvá—ä ývÝÀì ê`çŸà6Üá&èÀà™ã&éàdÞÀè‹ã¹ç”å-ã«å
â,ådì ìÈä è±àdޟã4á—ä{çŸÜ¥ã«ÛÀܯá‡ÝÀÛÀÜ߇Ü]éàdè‹ã«ådäÈè”äÈè ±å™ì ìŸã«ÛÀÜiã«ß«ådäÈè”äÈè 
çÀå™ã«åÀ÷
àdß¼ä è”á‡ä{çŸÜ|ã«ÛÀÜUá—Üݔå™ß4å-ã«äÈ è Ãý|å™ß dä è÷KådávådèOÜ߇߫àdßô
ƒã|á—ÜÜý|áIædÜ߇êÅß«Üåá—àè”å™íÀì Üvã«àïéàdè”éì ޔçŸÜFã‡Û”å™ã
á‡ÞÀÝÀÝÁàd߇ã#æÜéã«àdߥý|ådé4۔äÈè”Üá÷ÿiÛÀä{é4Ûoåd߇ܱã‡ß4å™ä èÀÜ)çvÿiäÈã‡ÛoæÜß«êvá—ä ývä ì{å™ß?àd í Üéã«ä ædÜá÷Ÿå™ì{á—à å™ä èoåtá‡äÈývä ì{å™ß
õ6ä è”çVà™â±éå™Ý”åéäÈãê éàdè‹ã‡ß«àdì&âö߇àý ã«ÛÀÜä ßIã‡ß4å™ä èÀä  è ”3
ô ]à-ÿ#ÜædÜß÷?" å ‹å™ÝVã«àdì Üß4å™è‹ãWéì{åá‡á‡ä ”Üß`ä{áNè”à™ãtådè
î6ð
ñV÷Áådè”çUá—à¼ã«ÛÀÜWådß ÞÀývÜè‹ã]çŸà6Üá¯èÀà™ã¯éàdè”á—ã‡äÈã‡ÞÀã‡ÜWå¼ß«ä dàdß«àdÞ'á¹çŸÜývàdè”á—ã‡ß4å-ã«ä àdèoàdâKáã«ß‡Þ”éã‡ÞÀß4å™ì߇ä{á‡õ
ývä èÀä ývä å-ã«ä àdè±âöàdß¹î6ð
ñÃáô?ڥ۔Üiàdß«ä ä è”å™ì‹å™ß dÞÀývÜèãâöàßKáã«ß‡Þ”éã‡ÞÀß4å™ìŸß«ä{á—õWýväÈè”äÈývä )å-ã‡ä àè¯âöàß¹î6ð±ñ¾á?ä{á
õ6èÀà-ÿiètã‡à`íÁÜ 'å ÿ#Üç8÷‹á—ä è”éÜ¥ã‡ÛÀÜ]á—ã‡ß«Þ”éã«ÞÀß«Ü¥ã‡ÛÀÜ߇Ü]ä{á?çŸÜã‡Ü߇ývä èÀÜ)çWí6êNã«ÛÀܯçÀå™ã«åvò2á—ÜÜNòöðKå™Ý”èÀä õ'÷Áøùùúdó÷
î6Ü)éã‡ä àè¾ú6ô ødø)óô
iíÁÜì ä ÜæÜ`ã‡Û'å-ã
ã‡ÛÀÜ߇ÜIä á±åvâöÞÀ߇ã‡Û”Üß`á—Þ”íŸã‡ì ÜNÝÀß«àdí”ìÈÜý ÿiäÈã«ÛUã‡ÛÀÜtàdß«ä dä è”ådìrå™ß dÞÀývÜèãô
Ú¥ÛÀܯá—ã‡ß«Þ”éã‡ÞÀß«Üiä{á?çŸÜ ”è”Üçvá‡à=ã‡Û”å™ã&èÀà=ã‡ß4å™ä èÀä  è 
ÝÁàdä è‹ã«áKåd߇ܥývÜýtíÁÜß4á@àdâ8ã‡ÛÀÜ]ý|ådß ä èWá—Üã$ ô ]à-ÿ#ÜæÜß÷
àdè”ÜKýIÞ'áã@á—ã‡ä ì ìdá‡Ý'Ü)éäÈâöê=ÛÀà-ÿïã‡Ü)áãÝ'àäÈè‹ã4áã‡Û'å-ãâ,ådì ìdä è‹ã‡à¥ã‡Û”Ü&ý|å™ß dä è=å™ß«Ü?ã‡à±í'ܹì{å™íÁÜì Üç8ô
ƒâ'àdèÀÜ&á‡ä ývÝÀì ê


ådá«á‡ä è”á@ã‡ÛÀÜ
á‡ådývܙ÷ ”ë6Ü)çvéì{ådá«áã‡à=ã«ÛÀÜýyò2á‡å ê7Iø)ó4÷ã‡ÛÀÜè¼ã‡ÛÀܯð OçÀäÈývÜè”á‡äÈàèWÿiä ì ìŸí'ܯÛÀädÛÀÜß  #&ã‡Û”ådè
ã‡Û”Ü`í'àÞÀè”ççŸÜß«ä ædÜçoä èFÚ¥ÛÀÜàdß«Üý Ÿô¯à-ÿ¹ÜædÜß÷‹ã‡ÛÀÜNá«å™ývܱä{á&ã«ß‡Þ”Ü`ä:â@àdèÀÜ=ì{å™íÁÜì{á&ã‡ÛÀÜý å™ì ìådá#Ü߇߫àdß4á
ò,á‡Üܹã‡Û”Ü  ÝÀÝÁÜè”çŸäÈë”ó4ô
ƒâ'àèÀÜ#ì ådí'Üì{áã‡Û”Üý ådìÈì6ådá@éàdß«ß«Üéã Ÿ÷ àdèÀÜ¥å™ß«ß«äÈæÜárå™ã å™ÝNã‡àdì Üß«ådèãéì{ådá«á‡ä 'Üß4áô
$±èFã‡ÛÀÜ`àdã‡ÛÀÜߥ۔å™è”ç÷Àä:ãiä{á#õ6èÀà-ÿièoÛÀà-ÿ ã‡àvçŸàváã«ß‡Þ'éã‡Þ”ß«ådìÁß«ä{á—õ¼ývä èÀä ýväå™ã‡ä àdèIâöàdßiá‡ê6á—ã‡Üý|á#ÿiÛÀÜß«Ü
ã‡Û”Üá—ã‡ß«Þ”éã«ÞÀß«ÜçŸà6Ü)átçÀÜÝÁÜè”çOàdèµã«ÛÀÜTçÀå-ã4å ò.î6۔å ÿ#Ü ;Ú@å ê6ì àdß`Üã¼ådì2ôÈ÷]øùùåŸû#î6Û'å ÿ¹Ü ƒÚå ê6ìÈàß`Üãvå™ì.ôÈ÷
øùù dí'ó4ô ¯èŸâöàd߇ã‡Þ”è”å-ã«Üì êÃã«ÛÀÜv߇Ü)á—Þ”ì:ã«ä 
è FíÁàdޔè”çÀáWåd߇ܼýtޔé4ÛVì à‹à‹á—Üß
ã‡Û”ådè ã«ÛÀÜ|ð  íÁàdÞÀè”ç”áNå™íÁà-ædÜd÷
ÿiÛÀä{é4ÛTå™ß«ÜNå™ì ߇Ü)ådçŸê¼æÜß«êoì à6àá‡Ütò,ÿ¹Ü`ÿiä ì ìÜëÀå™ývä èÀÜ=åIãê6ÝÀä{éå™ìréådá‡Ü`í'Üì à-ÿ ÿiÛÀÜ߇Ü
ã‡Û”ÜNð  íÁàdޔè”çTä{á
åoâ,ådéã«àdß=à™â±ø S
SoÛÀä dÛÀÜ߯ã«Û”å™è¾ã‡ÛÀܼývÜ)ådá‡ÞÀ߇Ü)çã‡Ü)áã`Üß«ß«àdßó4ôWÚ¥Û6ޔá=å-ã
ã‡ÛÀܼývàývÜè‹ã±á—ã‡ß«Þ”éã«ÞÀß«ådì߇ä{á‡õ
ývä èÀä ývä å-ã«ä àdè¯ådìÈàèÀܹçÀà‹Ü)áèÀà™ãÝÀß«à-æ‹ä{çŸÜ¹å  + I I $ GÜëŸÝÀì{ådè”å-ã«äÈàè`ådá@ã‡à
ÿiÛ6êWî6ð±ñÃáàdâ{ã‡Üèt۔å æ1 Ü dà6àŸç
dÜèÀÜß4å™ì ä å™ã‡ä àdè±Ý'Üߗâöà߇ý|ådè”éÜdô ]à-ÿ#ÜæÜß÷)ã«ÛÀÜ¥å™íÁà-ædܹådß ÞÀývÜè‹ã4áráã«ß‡àè dì ê=á—
Þ dÜ)áãã‡Û”å™ãådì àdß«äÈã‡ÛÀý|á
ã‡Û'å-ã±ývä èÀä ývä  Ü   =  éådèUí'ÜIÜëŸÝÁÜéã«Üçã«à dä æÜ
íÁÜã‡ã‡Üß ÜèÀÜß«ådìÈä )å-ã‡ä àèvÝ'Üߗâöà߇ý|ådè”éÜdô ”ÞÀߗã«ÛÀÜß
Üæ6ä{çŸÜè”éÜ?âöàßã«ÛÀä{áä{árâöàdÞÀè”çWä è=ã‡ÛÀܹâöàdì ì à-ÿiä è &ã«ÛÀÜà߇Üý à™â@ò,ðKå™ÝÀèÀä õÁ÷Ÿøùùdüó÷)ÿi۔ä é4ÛWÿ¹+ Ü !ޔà™ã‡Ü¹ÿiäÈã‡ÛÀàޟã
ÝÀß«à6à™â K 

 
  8 II25   K  6 #!5AM)576   MG 5  G G*,+ *  IE$+ * 
MI +* / M  " M
  vò    ó  1    =   
ò2ü‹ó

/ M M6vò    ó G * M57 I   *6   #I M I("I $ M  M G  GJM   * MM 5AM   ( II * M 6*M*   G"I(" M
:

 6*6    * *%+ GJM  GIG M ïø   7 * MM 5 M  ) I(I( $ M +   GI"CM  6*6    * *%+NG M  GIG2 M
:
: 

¯à-ÿ¹ÜædÜß÷Ÿä èFàß«çŸÜß#âöàdߥã‡Û”Üá‡Ü`àdí”á‡Üß«æ-å-ã‡ä àè”áKã«àví'Ü`Þ'á—ÜâöÞÀìâöàdßiß«ÜådìÝÀß«àdíÀì Üý|á÷6ÿ¹Ü=èÀÜÜçTåtÿ#å ê¼ã«à


é àývÝÀޟã«Ü=ã‡ÛÀÜtçŸä{å™ývÜã«Üߥà™â?ã«ÛÀÜNývä èÀä ý|å™ìÁÜè'éì àá‡ä èvá—ÝÀ۔Üß«ÜNçŸÜá«éß«ä í'Ü)çådí'à-æܙ÷Àâöàß±ådè‹êFè6ÞÀýIíÁÜ߯à™â
ã‡ß4å™ä èÀä èIÝ'àä èã4á¥å™è”çFâöàdß]ådè6ê|õdÜ߇èÀÜì8ý|å™ÝÀÝÀä è”ô

 ! 3I/  I $ ICK 5 $  M * M  *  K  6    6*I G*,+ & 5 M  M


 ‹å™ä èïìÈÜã íÁÜvã‡Û”Ü|ý|å™ÝÀݔäÈè |ã‡àTã«ÛÀÜ|ÜýIíÁÜçÀçÀäÈè á‡Ý”ådéÜ Uô VÜ|ÿiä{á—Û ã‡àÃéàdývÝÀÞÀã‡Ütã‡ÛÀÜoß«åçŸä ޔá
à™â¹ã‡ÛÀÜvá‡ý|å™ì ì Üá—ã¯á—Ý”ÛÀÜß«ÜIä è ÿiÛÀä{é4ÛÃÜè”éì à‹á—Ü)á]ã«ÛÀܼý|å™ÝÀÝÁÜçÃã‡ß4å™ä èÀä èoçÀå™ã«å±ã«Û”å-ã`ä{á÷ÿ#ܼÿiä á‡ÛUã«à
ývä èÀä ývä @
Ü A  á—Þ”
í Üéã#ã«à

ò,) = ó

 k   1 A   F ò2ü'dó

ÿiÛÀÜß‡Ü k ? ä á#ã«ÛÀÜoò,ÞÀèÀõ6èÀà-ÿiè'ó¥éÜè‹ã‡Üßià™âã‡ÛÀÜWá‡ÝÀÛÀÜ߇Üdô¹Ú¥Û6ޔá¥ä è‹ã‡ß«à6çÀޔéä ètÝ'à‹á—äÈã«äÈæÜ@å ß«ådèdÜ


ýtÞÀìÈã‡ä ÝÀì ä Üß4á N= ‡÷Ÿã‡Û”Ü`ÝÀ߇ä ý|ådìE@å dß4å™è dä{å™èvä{á

5H A   ( N= 'A «ò  #


ò'<,=2ó  k ó I ò2üdü‹ó
=

Ú¥ÛÀä{áiä{á]åådäÈèTå|éàdè6ædÜë !‹Þ”ådçŸß4å-ã«ä{é±Ý”߇àdß4å™ývývä èNÝÀß«àdí”ìÈÜýT÷”á—àvÿ#ÜWéå™èTä è”áã«ÜåçFý|å™ëŸäÈýväÜ]ã‡Û”Ü


VàdìÈâöÜ`çŸÞ”å™ì


  H ( +=  ò<>= D <>= .ó  ( +=  Oò'<,= DK< )ó ò2üdù‹ó


=  
=

ò,ÿiÛÀÜß«Ü`ÿ¹Ü=۔å æÜ
åådäÈèF߇ÜÝÀì{ådéÜç

ò'<,=.ó 9
ò< )ó#í6ê  ò<,= D < )ó‡ó¥á—ÞÀíÜéãiã«à

( = H ø ò2ù
S‹ó
=

N=  S ò2ùÀø ó
ÿiäÈã‡ÛUá‡àdì ޟã«äÈàè/dä æÜè|í6ê

k H ( N=
ò<,=ƒó I ò2ù ó
=

Ú¥Û6ޔá]ã‡ÛÀÜNݔ߇àíÀì ÜýYä{á¥æÜß«êFá‡äÈývä ì{å™ß&ã‡àvã«Û”å-ã±à™âKá—Þ”ÝÀÝ'àߗã]æÜéã‡àdß]ã‡ß4å™ä èÀä èÀ÷Àådè”çTä èFâ,åéã]ã«ÛÀÜWéà6çÀÜ


âöàdß
ã«ÛÀÜIì{å™ã—ã‡Üß±ä{á±Üåá—ä ì êoývàŸçŸä”Ü)çTã‡àTá—àì ædÜ`ã«ÛÀÜvå™íÁà-ædÜNÝÀß«àdí”ìÈÜýTô  à™ã«ÜWã«Û”å-ã=ÿ#ÜIÿ#Üß«ÜWä è åá‡Üè”á‡Ü
ê Ÿ÷í'Ü)éådޔá—Ü|ã‡ÛÀÜoådí'à-æÜ|å™è”ådì ê6á‡ä{á=á—ÛÀà-ÿ]áNޔáNã«Û”å-ãWã‡ÛÀÜß‡Ü M  G  G`å™èµÜëŸÝ”å™è”á‡ä àdè ò,ù dó
âöàßNã‡Û”Ü
4ì ޔé4õ6
éÜè‹ã‡ÜßûŸã‡Û”Üß«Ü
ä{á#èÀà  5 Iß«Üåá—àè|ÿiÛ6ê|ÿ¹ÜNá‡ÛÀàÞÀì{ç|ÜëŸÝÁÜéã#ã«Û”å-ãiã«ÛÀÜNéÜè‹ã‡Üßiàdâã«ÛÀÜNá—Ý”ÛÀÜܱ߫ä è
á‡ÛÀàdÞÀì{çTíÁÜIÜëŸÝÀ߇Ü)á‡á‡ä íÀì Ü`ä èTã‡Üß«ý|á]àdâKã‡Û”ÜIý|ådÝÀÝ'Ü)çTã‡ß4å™ä èÀä  è vçÀå™ã«åoäÈèÃã‡ÛÀä{á±ÿ#å êdô
Ú¥ÛÀܼá‡ådývÜWéådèÃíÁÜ
á«å™ä{çà™â?ã‡Û”ÜIá‡àdì ޟã‡ä àèoâöà߯ã«ÛÀÜIá‡ÞÀÝÀÝÁàd߇ã¯ædÜ)éã«àd߯ݔ߇àíÀì ÜýT÷ 0 !”ôWò B‹ó4ôI%ò ¯ådçÃÿ¹Üté4ÛÀàá‡ÜèUá‡àdývÜNàdã‡ÛÀÜß
dÜàdývÜã‡ß«ä éå™ìÁéàdè'áã«ß‡Þ”éã‡ä àdèr÷Àÿ¹Ü=ývä dۋã¥èÀà™ã]۔å æÜ=í'ÜÜèÃá‡àIâöàߗã«ÞÀè”å™ã‡Ü™ô ¹àdè”á‡ä{çŸÜß#ã‡Û”ÜNá—ý|ådìÈì Ü)áã¥å™ß«Üå
Ü !‹ÞÀä ì{å-ã«Üß4å™ì@ã‡ß«ä{å™è ìÈܼéàè‹ã«å™ä èÀä è oãÿ¹à ä ædÜè Ý'àä èã4á=ä è m  , ô
ƒâ#ã«ÛÀÜ|ÝÁàdä è‹ã«á rÝ'à‹á—äÈã«äÈàè¾æÜéã«àdß4á`å™ß«Ü
ì ä èÀÜåd߇ì ê¼çŸÜÝÁÜè”çÀÜè‹ã÷Àã«ÛÀÜNéÜè‹ã‡Üßiàdâ@ã«ÛÀÜ=ã‡ß«ä{å™ è ì ܯéådèÀèÀà™ãiíÁÜ`ÜëŸÝÀß«Üá«á—Ü)çoä èFã‡Ü߇ý|á#à™âã‡Û”ÜýTô ó

    "IE$  2  ILK M  "CM 0  M  0 $ 

òöðKådÝÀèÀä õÁ÷røùùúdó1dä æÜá#å™èUå™ìÈã‡Ü߇è'å-ã‡ä æÜ]í'àÞÀè”çàdèFã‡Û”ÜNådéã«Þ”å™ìß«ä{á—õvàdâá‡ÞÀÝÀÝÁàd߇ãiædÜ)éã‡àߥý|ådé4ÛÀä èÀÜ)á 

  vò    ó  1   ÞÀýtÞÀýtíÁÜíÁßiÜßià™â@à™â?ã‡ß4á‡å™ÞÀä ÝÀèÀÝÁä èàdt߇ã¥á‡ådæývÜéÝÀã‡ì àdÜß4á á




D ò2ù E‹ó

ÿiÛÀÜ߇Üvò    ó=ä{á±ã‡ÛÀÜvådéã‡Þ”ådì?߇ä{á‡õâöàdß`åoý|åé4ÛÀä èÀÜNã«ß«ådä èÀÜçUàè 8 ø¼ÜëÀå™ývݔìÈÜ)á÷   vò    ó 


:
ä{áFã‡ÛÀÜÅÜë6ÝÁÜéã«å™ã‡ä àdègà™âIã‡ÛÀܵåéã‡Þ'å™ì`ß«ä á‡õ à-ædÜßUå™ì ì`é4ÛÀàdä{éÜ)áà™âWã«ß«ådä èÀä è á‡ÜãÃàdâtá‡äÜ 6 ø™÷Nådè”ç
  ÞÀýtíÁÜßià™âá—Þ”ÝÀÝ'àߗã]æÜéã‡àdß4áä{á¥ã‡ÛÀÜIÜëŸÝÁÜéã4å-ã«äÈàèTà™âã‡ÛÀÜIè6ÞÀýIíÁÜ߯à™â&á‡ÞÀÝÀÝÁàd߇ã¯ædÜ)éã‡àß«á]à-ædÜß]ådì ì
:

é4ÛÀàä éÜá¹à™ârã«ß«ådä èÀä èWá‡Üã«á¥àdâ@á‡äÜ:ô
ƒã$á¥Üådá‡ê¼ã‡à¼á‡ÜÜ=ÛÀà-ÿ ã«ÛÀä{á¹íÁàdޔè”çFåd߇ä{á‡Üáéàdè”á‡ä{çŸÜß&ã‡ÛÀÜ=ãê6ÝÀä{éådì
è Wàèå äÈæÜèoã‡ß4å™ä èÀä èIá‡Üã÷”á—Û”à-ÿièFä è @äÞÀ߇Ütø EÀô
á‡ä:ã«Þ”å-ã«ä àdèoå™â{ã‡Üß]ã‡ß4å™ä èÀä 

; $›“)Ž,… < > º  ² ² 21 —;1 . * ;"$.;$*   3 (d 0 !#. 0 . *  0 2* * 49ˆ12—Á.! 0‡° 4d 3 ]. » 12.4" 3 " 3  1,+- 0 1,12—] " 3 
Á
  12*@1,+- ; Ã0  ° " *2" 0 *,-2:9 
3-0 3 043 5

VÜiéå™è dÜãå™èIÜá—ã‡ä ý|å-ã«Ü?à™âÀã«ÛÀÜ&ã«Üá—ãÜ߇߫àdß@í6ê


ß«Üývà-æ6ä  è ¥àdè”ܹàdâŸã‡ÛÀÜ#ã‡ß4å™ä èÀä 
è iÝÁàdä è‹ã«á÷-߇Ü 2ã«ß«ådä èÀä 
è À÷
™å è'ç`ã‡Û”Üètã‡Ü)áã«äÈè ¯àdèIã‡Û”Ü#ß«Üývà-æÜç=ÝÁàdä è‹ãûådè”ç`ã«ÛÀÜètß«ÜÝÁÜå-ã«ä è]ã«ÛÀä{á÷-âöàßådì ìã«ß«ådä èÀä è]ÝÁàdä è‹ã«áôÀß«àdý
ã‡Û”ܯá—Þ”ÝÀÝ'àߗãKæÜéã‡àdßKá‡àdì ޟã«ä àdèWÿ#Üiõ6èÀà-ÿ ã‡Û”å™ãK߇Üývà-æ‹ä è
å™è6êNã«ß«ådä èÀä è¯ÝÁàdä è‹ã«áã«Û”å-ã&åd߇Üiè”à™ã&á‡ÞÀÝÀÝÁàd߇ã
ædÜ)éã«àdß4ávò{ã‡Û”Üoì{å-ã‡ã‡ÜßWäÈè'éì ޔçŸÜtã‡Û”ÜoÜß«ß«àdß4á«ó±ÿiä ì ì?۔å ædÜvèÀà¾JÜ 8ÜéãIàdèVã‡Û”Ü|Û6ê‹ÝÁÜß«ÝÀì{å™è”ܼâöàdÞÀè”çôUÚ¥Û6ޔá
ã‡Û”Ütÿ#àdß4á—ã±ã«Û”å-ãNéådè¾Û”ådÝÀÝÁÜèïä á±ã«Û”å-ã`ÜæÜß«êUá—ÞÀݔÝ'àߗã`ædÜ)éã«àdß
ÿiäÈì ìí'Ü)éàývÜtådè¾Üß«ß«àdßôIÚ@ådõ6äÈ è |ã‡Û”Ü
ÜëŸÝÁÜéã«å-ã«ä àdèïà-ædÜß`ådìÈì?á‡Þ”é4Û ã‡ß4å™ä èÀä 
è Fá‡Üã4á=ã‡Û”Üß«Üâöàdß«Ü dä ædÜ)á±ådèVÞÀÝÀÝÁÜßNíÁàdÞÀè'ç àè¾ã«ÛÀÜoåéã‡Þ'å™ì?ß«ä á‡õÁ÷
âöàdߥã«ß«ådä èÀä  Ü : Dø™ô
è Iá‡Üã4á¥à™â?á—ä C
 ì:ã«ÛÀàd Þ dÛNÜìÈ Ü ådèã ÷
rÛ'å ædÜKêÜãã«à ”è'çNå]ޔá‡ÜKâöàßã«ÛÀä{áríÁàdÞÀè'ç8ôڥ۔Üß«Ü&á—ÜÜýgã‡à±í'Ü#ý|å™è6ê=á—äÈã«Þ”å-ã«äÈàè”á
ÿ ÛÀÜ߇Ütã‡Û”ܼåéã«Þ”å™ì?Ü߇߫àdß
ä è”éß«Üåá—Ü)á]ÜæÜè ã‡ÛÀàÞdÛ ã‡Û”Ütè6ÞÀýtíÁÜß=à™â¥á—ÞÀݔÝ'àߗã`ædÜ)éã«àdß4á±çŸÜ)éß«Üåá—Ü)á÷á‡à
i
ã‡Û”ÜIä è‹ã‡ÞÀäÈã«äÈæÜ`éàdè'éì ޔá‡äÈàèÅò,á‡ê6á—ã‡Üý|áiã«Û”å-ã dä ædÜ=âöÜÿ¹Üß
á‡ÞÀÝÀÝÁàd߇ã±æÜéã‡àdß4á ä ædÜ`íÁÜã—ã«Üß=ÝÁÜ߇âöàdß«ý|å™è”éÜ)ó
à™â{ã«ÜèUá‡ÜÜý|á¹ã«àIâ,ådä ì2ô Àޔߗã«ÛÀÜß«ývàd߫ܙ÷Àå™ìÈã«ÛÀàdÞÛvã‡Û”Ü`í'àÞÀè”çTéådèFíÁÜ=ã‡ädۋã«Üß#ã‡Û”ådèã‡Û”å™ãiâöàdÞÀè”çFޔá‡ä è
ã‡Û”ÜIÜ)áã«äÈý|å™ã‡Ü`àdâKã‡ÛÀÜIð  çŸä ývÜè'á—ä àdèTéàýIí”äÈè”ÜçÿiäÈã‡Û 0 !”ôvò E‹ó4÷äÈã
éå™è¾å™ã¯ã‡Û”Ütá«å™ývÜ`ã«ä ývÜNí'Ütì Üá«á
ÝÀß«ÜçŸä{éã‡ä ædÜd÷6åá¥ÿ¹Ü`á‡Û”å™ì ìá—ÜÜ`ä èoã«ÛÀÜ`èÀÜë6ã¯î6Ü)éã‡ä àèô

    &  I$ 7 G  7 * M D   $  6  G 

 rÜãIޔáIÝÀޟãtã‡Û”Üá‡Üoàdí'á—Ü߇æ-å-ã«ä àdè”á
ã«à á‡àdývÜ|ޔá‡Ü™ô  áIývÜè‹ã‡ä àèÀÜçVå™íÁà-ædÜd÷@ã«ß«ådä èÀä èÃå™èOî6ð
ñ   
éì{åá‡á‡ä”Üßvÿiä ì ì±ådޟã‡àý|å-ã‡ä{éå™ì ì ê ä ædÜUæ-å™ì ÞÀÜ)ávâöàdßFã‡Û”Ü    ÿ#Üädۋã«á÷]è6ÞÀýtí'Üßoà™âWéÜè‹ã‡Üß«á÷±éÜè‹ã‡Üß
ÝÁàá‡ä:ã«ä àdè”á÷å™è”ç¾ã‡Û”߇Ü)á—ÛÀàì{ç8/ ô Ààdß % ådޔá«á—ä{å™è   á÷ã«ÛÀÜß«Üvä{á
àdèÀì êÃàèÀܼݔå™ß4å™ývÜã‡Üß
ì Üâ{ã `ã‡ÛÀÜ   
ÿiä{ç6ã‡Ûgò äÈè 01!'ô ò, ü Só—óFòöÿ#ÜTådá«á—ÞÀývÜoÛÀÜß«ÜoàèÀì êïàèÀÜ    ÿiä çŸã‡ÛµâöàßWã«ÛÀÜTÝÀß«àdíÀì Üýoóô #ådèµÿ#Ü
”è”ç|ã‡ÛÀܱàdݟã«ä ý|å™ì”æ-ådìÈޔÜiâöàdß¹ã‡Û”å™ã&ã«à‹à”÷Ÿí‹êvé4ÛÀà6à‹á—ä  è =ã«Û”å-ã UÿiÛÀä{é4Ûvývä èÀä ývä Üá   =   ä dޔ߇ÜNø B
á‡ÛÀà-ÿ]áå]á‡Üß«ä ÜáàdâŸÜëŸÝ'Ü߇ä ývÜèã4árçŸàèÀÜKàd è dü-Në ™ü 
—îŸÚÅçŸä däÈãçÀå™ã«åÀ÷ ÿiäÈã«Ûvø SŸ÷ S
S S#ã‡ß4å™ä èÀä 
è ¥ÝÁàdä è‹ã«árådè”ç

SÀ÷ S S
S]ã‡Üá—ã?Ý'àä èã4áôÚ¥ÛÀÜ#ã‡àÝtéÞÀ߇æܹä èWã‡ÛÀÜiì Üâ{ã۔ådè”çWÝ'å™èÀÜìÀá—ÛÀà-ÿ]á@ã«ÛÀÜ¥ð VíÁàdÞÀè”çTò,ä2ô ܙô@ã‡ÛÀÜiíÁàdޔè”ç
ß«Üá‡ÞÀìÈã‡ä  è ±âö߇àý[å™Ý”ÝÀ߇à ëŸä ý|å-ã«ä è iã‡Û”Üið OçÀäÈývÜè”á‡äÈàèNä è 01!'ô¥%ò Eó  8 í6ê 01!'ô¥ò2üúó—ó4÷ã‡ÛÀܯývä ç”çŸì Ü#éÞÀ߇æÜ
á‡ÛÀà-ÿ]á¹ã‡ÛÀÜ`íÁàdÞÀè'ç|âöß«àdý ì Ü)å ædÜ ƒàdè”Ü ƒàdޟã±ò 01!'ô]ò,ù Eó—ó÷'å™è'ç|ã«ÛÀÜ=í'àdã—ã‡àý éÞÀ߇æÜ
á‡ÛÀà-ÿ]á¹ã‡Û”Ü`ývÜådá‡ÞÀß«Üç
ã‡Ü)áã¥Üß«ß«àdßô ¹ì Üåd߇ì ê™÷‹ä èvã‡ÛÀä{á#éåá—Üd÷ã«ÛÀܱíÁàdޔè”çÀá¥å™ß«Ü¯æÜß«êIì à6àá‡Ü™ô?Ú¥ÛÀÜ
߇ä dۋã&Û'å™è”çvÝ'å™èÀÜì8á‡ÛÀà-ÿ]á ޔáã
ã‡Û”Ütð  í'àÞÀè”çDò{ã‡Û”ÜIã«àdÝVéÞÀß«ædÜd÷8âöàdß  .
S
Só÷8ã‡à Üã«ÛÀÜß
ÿiäÈã‡ÛÃã«ÛÀÜtã‡Ü)áã`Üß«ß«àdß÷8ÿiäÈã«ÛÃã‡Û”ÜIì{å-ã‡ã‡Üß
á«éå™ì Ü)ç¾ÞÀÝÅí6êïåâ,ådéã«àdßNàdâ
ø S
SVòöè”à™ã‡Ü|ã‡Û”å™ãNã‡ÛÀÜ|ãÿ¹àUéޔ߇æÜáNé߇à‹á‡á4ó4ô
ƒãIä á`á—ã‡ß«ä õ6äÈ è oã«Û”å-ãNã«ÛÀÜvãÿ#à
éޔ߇æÜá`۔å æÜvývä èÀä ý|å|ä èïã‡ÛÀÜoá«å™ývÜvݔì åéÜ Nã‡Û6ޔáWäÈèïã«ÛÀä{áNéåá—Üd÷@ã«ÛÀÜoð  íÁàdÞÀè”ç÷?ådìÈã‡ÛÀà Þ dÛïì à‹à‹á—Üd÷
á‡ÜÜý|á?ã‡àWíÁÜ
èÀÜæÜ߇ã‡ÛÀÜìÈÜ)á‡áݔ߇Ü)çŸä{éã‡ä æܙ
ô 0KëŸÝ'Ü߇ä ývÜè‹ã4áàdèoçŸä ä:ã4á =ã«ÛÀ߇à Þ dÛ|ùIá—Û”à-ÿ¹Ü)çtã‡Û”å™ã&ã‡Û”ܯð 
íÁàdÞÀè”ç ‹å ædÜiå=ývä èÀä ýIޔý âöàßKÿiÛÀä{é4Û  ÿ¥ådá?ÿiäÈã‡Û”äÈè¼å
â,ådéã‡àßKà™â8ãÿ#à
àdâ8ã‡Û”å™ã&ÿiÛÀä{é4ÛIývä èÀä ývä Ü)ç=ã‡Û”Ü
ã‡Ü)áã#Ü߫߇àß]ò,çŸä ä:ã]ø¯ÿ#åá?ä è”éàè”éì ޔá‡ä ædÜ)óô
;è‹ã‡Üß«Üá—ã‡ä  è ì ê™÷™ä è¼ã‡ÛÀà‹á—ܱéådá‡Üá?ã‡ÛÀܱð µíÁàdޔè”ç|éàè”á‡ä á—ã‡Üè‹ã‡ì ê
å æÜiå=ìÈà-ÿ#ÜßÝÀß«ÜçÀä éã‡ä àdèWâöàdß  ã‡Û”ådè¼ã‡Û”å™ã&ÿiÛÀä{é4ÛIývä èÀä ývä Ü)ç=ã‡Û”Ü¥ã‡Üá—ã&Ü߇߫àdßô $±ètã‡Û”Ü]à™ã«ÛÀÜßKÛ'å™è”ç8÷
ã‡Û”ÜIì Üå æÜ ƒàdèÀÜ .àޟã¥í'àÞÀè”ç8÷ådì:ã«ÛÀàd Þ dÛã‡ä dۋã«Üß÷8çŸà6Ü)á¯èÀàdã
á‡ÜÜý ã«àoíÁÜIݔ߇Ü)çŸä{éã‡ä æܙ÷'á‡ä è”éÜIä:ã±Û”ådçUè”à
ývä èÀä ýIޔý âöàߥã‡ÛÀÜ`æ-å™ì ÞÀÜ)á¥à™â 
ã‡Üá—ã‡Ü)ç8ô

0.7 0.7
Actual Risk : SV Bound : VC Bound

0.6 0.65
VC Bound : Actual Risk * 100

0.5 0.6

0.4 0.55

0.3 0.5

0.2 0.45

0.1 0.4

0 0.35
0 100 200 300 400 500 600 700 800 900 1000 0 100 200 300 400 500 600 700 800 900 1000
Sigma Squared Sigma Squared

;Á$›“)Ž,…=<> < +-³´F( 0  3 


 3 (d²-2)"$;12" ° ¹
   r+-  .* 
° 3 3 00 5
z/&Ù µ
) ÙöÓ#ŸÓÙ2Õ'Ò 
.Ü߫۔ådݔá]ã«ÛÀܼíÀäÜá—ã±ì ä ývä:ã4å-ã«äÈàèFàdâ&ã«ÛÀÜvá—ÞÀݔÝ'àߗã=ædÜ)éã‡àß`å™ÝÀÝÀß«àåé4ÛÃì ä Üá]ä èïé4ÛÀàdä{éÜIà™â¹ã‡ÛÀܼõdÜ߇è”Üì.ô
$ è”éÜ|ã‡Û”ÜoõdÜ߇è”Üì&ä{á ÀëŸÜç8÷¹î6ð
ñéì åá‡á‡ä”Üß4á
۔å ædÜoàdèÀì êïàdèÀÜFޔá—Üß ; é4ÛÀà‹á—ÜèïÝ'å™ß4å™ývÜã«Üß|òöã‡ÛÀÜÜ߫߇àß
±
ÝÁÜè”ådì:ãêÀó÷‹íÀÞÀã¹ã«ÛÀܱõÜß«èÀÜì'ä{á¹åWædÜß«êtíÀäN  ß‡Þ N  ÞÀè”çŸÜߥÿiÛÀä{é4Û¼ã‡àIá‡ÿ#ÜÜÝoݔå™ß4å™ývÜã‡Üß4áôî6àdývܱÿ¹à߇õt۔åá
íÁÜÜèFçŸàdèÀܯàdèvì ä ývä:ã«ä è¯  õÜß«èÀÜì{á?ޔá‡ä è`
 ÝÀß«ä àdß?õ6èÀà-ÿiì Üç Ü`ò2îŸé4Ûà ì õdàdÝÀâÁÜã#å™ì.ôÈ÷'ø)ùdùdüåŸû#  ÞÀßd Ü)á÷Áøùùdüó÷
íÀޟãiã«ÛÀÜ`íÁÜá—ã¯é4ÛÀàdä{éÜ
à™âõdÜ߇è”ÜìÁâöàdß]å d ä æÜèoݔ߇àíÀì Üýþä{áiáã«ä ìÈìåtß«Üá‡Üå™ß4é4Û|ä{á«á—ÞÀÜdô
 á‡Üéàdè”çDì ä ýväÈã«å-ã«ä àdèÅä{á|á‡Ý'ÜÜç å™è'çDá‡ä Üd÷#íÁà™ã«Û äÈèDã«ß«ådäÈè”äÈè ï  ådè”çDã‡Ü)áã«äÈè À ô  ۔äÈì Üã‡Û”ܾá—ÝÁÜÜ)ç
ÝÀß«àdíÀì Üý ä èOã‡Üá—ã¼ÝÀ۔ådá‡Üä áIì{å™ßd ÜìÈêïá—àì ædÜçVä ègò*#  ÞÀßd Üá÷¯ø)ùdù‹ ó4÷?ã«ÛÀä{áIá—ã‡ä ì ì¹ß«Ü ‹! ÞÀä ß«ÜáNãÿ¹à ã‡ß4å™ä èÀä è
ݔåá‡á‡ÜáôÚ@ß«ådä èÀä èi  âöàdßæÜß«ê`ì ådß  Ü&çÀå™ã«ådá‡Üã4á¥òöývä ì ìÈä àè”á8à™â8á—ÞÀݔÝ'àߗã?ædÜ)éã«àdß4á«órä áådèWÞÀè”á‡àdì æÜçNݔ߇àíÀì ÜýTô
- ä{á‡é߇Üã‡Ü±ç”å-ã«åIÝÀß«Üá‡Üè‹ã«á#å™è”à™ã‡Û”Üß#ÝÀ߇àíÀì ÜýT÷6å™ìÈã‡ÛÀàÞd Ûoÿiä:ã«Ûoá‡ÞÀäÈã«å™í”ìÈܯ߇Ü)á‡éå™ì ä è`
±  ÜëÀéÜì ìÈÜè‹ã&߇Ü)á—Þ”ì:ã4á
۔å æÜIèÀÜædÜߗã«ÛÀÜì Üá«á±í'ÜÜèVàdíŸã4å™ä èÀÜ)çOòd& àåé4ÛÀä ý|á÷øùù'd ó4ô @  ä è”ådì ìÈêd÷rå™ìÈã‡ÛÀàÞd Û á—àývÜIÿ#àdß«õU۔ådá=íÁÜÜè
çŸàèÀÜvàdèVã«ß«ådäÈè”äÈè   åTýtÞÀìÈã‡ä{éì{åá‡á=î6ð±ñ ä èVàdè”Ü|áã«ÜÝ  d÷ã‡Û”Ü|àdݟã«ä ý|å™ìKçŸÜ)á—äd è âöàdßWýIÞÀìÈã«ä éì{ådá«á
î6ð
ñ
éì{åá‡á‡ä”Üß4áKä{á¥åtâöÞÀ߇ã‡ÛÀÜß]å™ß«ÜåWâöàdßiß«Üá‡Üå™ß4é4Ûô

 z w < Ó 6Ò)Ù,ÕÁÒ 
VܱæÜß«êtí”߇ä Ü 'ê¼çÀÜá«éß«äÈíÁÜiãÿ#àIàdârã‡Û”Ü
á‡ä ývÝÀì Üá—ã÷ådè”ç|ývà‹áã#ÜJ8Üéã«ä ædܙ÷6ývÜã«ÛÀàŸçÀá¹âöàdß#ä ývÝÀ߇à-æ6ä è
ã‡Û”Ü

ÝÁÜ߇âöàdß«ý|å™è”éܱàdâî6ð
ñÃáô
Ú¥ÛÀܾæ‹ä ߇ã‡Þ”ådì]á—Þ”ÝÀÝ'àߗãFædÜéã‡àßvývÜã‡Û”à6ç ò.îŸé4 Û à ìÈõàdݟâ;÷ #ÞÀß dÜávådè”ç ðKå™Ý”èÀä õ'÷=øùùÀû #ÞÀß Üávådè”ç
î é4Ûà ì õdàdÝÀâ;÷@øùù'dó4÷å-ã—ã«Üývݟã4á]ã«àoä è”éàdß«Ý'àß«å™ã‡Ü`õ6èÀà-ÿièUä è6æ åd߇ä{ådè”éÜ)á¥à™âKã«ÛÀÜWÝÀß«àdí”ìÈÜý òöâöàdß
ÜëÀå™ývݔìÈÜd÷
Ÿ
ã‡ß4å™è'á—ì{å-ã«ä àdèïäÈè6æ-å™ß«ä{å™è”éÜtâöàdßNã«ÛÀÜoä ý|ådÜvß«ÜéàdèÀäÈã«äÈàè¾ÝÀß«àdí”ìÈÜýoó
í6ê 'ß«á—ãWã«ß«ådäÈè”äÈè Tå á—êŸá—ã‡ÜýT÷ådè”ç
ã‡Û”Üèoé߇Ü)å-ã‡ä  è `è”Üÿ çÀå™ã«å`í6êvçŸä{áã«àd߇ã‡ä  è 
ã‡Û”ܯ߫Üá‡ÞÀìÈã‡ä è `á—Þ”ÝÀÝ'àߗã#ædÜ)éã‡àß«á¯ò{ã‡ß4å™è'á—ì{å-ã«ä è
ã‡ÛÀÜýT÷‹ä è¼ã‡Û”Ü
éåá—ÜWývÜè‹ã‡ä àdè”Üç”ó÷Áå™è', ç ”è”å™ì ì ê|ã«ß«ådä èÀä è våvèÀÜÿ á‡êŸáã«Üý àdèTã«ÛÀÜIçÀä á—ã‡àߗã«ÜçÅò2å™è”çTã«ÛÀÜWޔè”çŸä{áã«àd߇ã‡Ü)ç”ó
çÀå™ã«åŸô Ú¥ÛÀÜTä{çŸÜå ä{átÜådá‡êVã‡àVä ývÝÀì ÜývÜè‹ãIå™è”çDá‡ÜÜý|áIã«àïÿ#àdß«õÅíÁÜã—ã«Üß¼ã«Û”å™è à™ã«ÛÀÜß¼ývÜã‡ÛÀàŸçÀátâöàß
ä è”éà߇ÝÁàdß4å-ã«ä  è Nä è6æ åd߇ä{ådè”éÜ)áKÝÀß«àdÝÁàá‡ÜçFá—àtâ,å™ßô
Ú¥ÛÀÜvß«ÜçÀޔéÜ)ç á‡ÜãNývÜã‡ÛÀàŸçD*ò #ÞÀß dÜá÷&ø)ùdù Àû #ÞÀß dÜá=ådè”çÅîŸé4
Û àd ì õàdݟâ;÷?øù'ù dó]ÿ¥ådá=ä è‹ã‡ß«àŸçŸÞ”éÜ)çUã«à
ådç”çŸß‡Ü)á‡á]ã‡ÛÀÜtá—ÝÁÜÜ)çUà™âKá‡ÞÀÝÀÝÁàd߇ã±æÜéã«àdß]ý|åé4ÛÀä èÀÜá]äÈèTã«Üá—ã±ÝÀÛ'ådá‡Ü™÷å™è”çUådì á‡à|á—ã«å™ß‡ã«á¯ÿiäÈã‡ÛÃå¼ã«ß«ådäÈè”Üç
î6ð
ñVô6ڥ۔Ü]ä{çŸÜå=ä{á?ã«àNß«ÜÝÀì{ådéÜ#ã‡ÛÀÜ
á—ÞÀý ä / è 01!'ôi@ò B‹óí6êtåWá—ä ývä ì{å™ßá—ÞÀýT÷‹ÿiÛÀÜß«Ü]ä è”á—ã‡Ü)ådçtà™ârá‡ÞÀÝÀÝÁàd߇ã
ædÜ)éã«àdß4á÷éàdývÝÀÞÀã‡ÜçtæÜéã«àdß4á]òöÿi۔ä é4Ûvåd߇ÜièÀàdã&Üì ÜývÜè‹ã«áà™â8ã«ÛÀÜ]ã«ß«ådäÈè”äÈ è 
á‡Üãó?å™ß«Üiޔá‡Üç8÷Ÿå™è”çtä è”á—ã‡Ü)ådç
à™â¯ã‡ÛÀ Ü =—÷¹å çŸä ÁÜ߇Üèã¼á—Üãtàdâ¯ÿ#Üä dۋã«áWå™ß«ÜFéàývÝÀޟã«Üç8ôµÚ¥ÛÀÜè6ÞÀýIíÁÜßIà™â¯Ý'å™ß4å™ývÜã«Üß4á`ä{áIé4۔àá‡Üè
íÁÜâöàdß«ÜÛ'å™è”çVã«à ä ædÜvã«ÛÀÜá‡ÝÁÜÜçÀÞÀÝDçÀÜá‡äÈß«ÜçôVÚ¥ÛÀÜß«Üá‡ÞÀìÈã‡ä  è UædÜ)éã«àdßWä{átáã«ä ìÈì#å¾æÜéã‡àdßIä è U÷¹ådè”ç
ã‡Û”ÜWݔådß«ådývÜã‡Üß«á¥åd߇Ü`âöàÞÀè”çTí6êýväÈè”äÈývä äÈ è `ã‡ÛÀÜ 0Kޔéì ä çÀÜå™èFèÀàdß«ý_à™âã‡ÛÀÜtçŸä ÁÜ߇Üè”éÜ`íÁÜãÿ#ÜÜèUã‡Û”Ü
àdß«ä dä è”ådìÀædÜ)éã‡àß
Yå™è”çoã‡Û”Ü=ådÝÀÝÀß«à ëŸäÈý|å™ã‡ä àdèIã‡à¼äÈãôKÚ¥ÛÀÜ`á«å™ývܱã‡Ü)é4ÛÀèÀ ä !‹ÞÀÜ
éàdÞÀì{çoí'Ü=ޔá‡Üçoâöàd߯î6ð
ñ
ß«Ü dß«Üá«á‡äÈàè¾ã«"
à ”è'çµýtޔé4ÛÅývàdß«Ü|Ü |éäÈÜè‹ãNâöÞÀè”éã‡ä àdèµß«Üݔ߇Ü)á—Üèã4å-ã«äÈàè”á|ò,ÿiÛÀä{é4Ûµéàdޔì çVíÁÜޔá—Ü)ç8÷Kâöàß
ÜëÀådývÝÀì ܙ÷6äÈèTçÀå™ã«å¼éàývÝÀ߇Ü)á‡á‡ä àdè'óô
¹àýIíÀä èÀä èNã‡ÛÀÜ)á—ܱãÿ¹àtývÜã«ÛÀàŸçÀá+å æܱåIâ,ådéã‡àdß#à™â?ú Stá—ÝÁÜÜ)çŸÞÀÝVòöÿiÛÀä ì Ü]ã«ÛÀÜ=Ü߫߇àß¹ß4å-ã«Ü±ä è”é߇Ü)ådá‡Üç
âöß«àdýfødô S [ã‡àUødôÈø Ió¹àèoã«ÛÀÜ 
—îŸÚgçŸädäÈã4á
ò#ÞÀß Üá¥å™è'çTîÀé4Ûàd ì õdàݟâ;÷8øùdù™óô

Ð z kIÕÁÒ@Ø %,×  Ù2Õ'Ò 


î6ð
ñÃávÝÀß«à-æ6ä çÀÜFåïèÀÜÿ å™Ý”ÝÀ߇à‹ådé4ÛOã‡àïã‡ÛÀÜUݔ߇àíÀì Üý à™â
ݔå-ã‡ã‡Ü߇è ß«Üéàd èÀäÈã«äÈàè ò{ã«àd Üã‡ÛÀÜßvÿiäÈã‡ÛD߇Ü
dß«Üá«á‡äÈàè|Üá—ã‡ä ý|å™ã‡ä àdèoådè”çì äÈè”Üå™ß#àdÝÁÜß4å-ã«àdßiä è6ædÜß«á‡ä àdè'óÿiäÈã«ÛTéì Üå™ßiéàdèÀèÀÜ)éã«äÈàè”á¹ã‡à¼ã«ÛÀÜNÞÀè”çÀÜß«ìÈê6ä è
á—ã«å-ã«ä{áã«ä éå™ìŸì Üåd߇è”äÈè ¯
 ã«ÛÀÜà߇êdôÚ¥ÛÀÜêtçÀä 8Ü߹߫åçŸä{éådìÈì ê
âöß«àdý[éàdývݔådß«ådíÀì Ü#ådÝÀÝÀß«àåé4ÛÀÜá?á‡Þ”é4Û|ådá&èÀÜޔ߫ådì
èÀÜãÿ¹à߇õŸá¥  î6ð
ñ ã‡ß4å™ä èÀä èv  å™ì ÿ¥å êŸá+”è”çÀá
å d ì àí”å™ìrývä èÀä ýtÞÀýT÷Ÿå™è”çTã«ÛÀÜä ߯á‡ä ývÝÀì Ü d ÜàývÜã«ß‡ä{é
ä èã«Üß
ÝÀß«Üã4å-ã‡ä àè|ÝÀß«à-æ‹ä{çŸÜ)á?âöÜߗã«äÈì Ü  ߇àÞÀè”ç¼âöàß#âöÞÀߗã«ÛÀÜßiä è6ædÜ)áã«ä  å-ã«ä àdèô  èUî6ð
ñ ä{á¹ì ådß  Üì êIé4Û'å™ß4ådéã«Üß«ä Üç
í6êã‡ÛÀܼé4ÛÀàdä{éÜ`à™âKäÈã«á¯õdÜß«èÀÜì2÷8å™è”ç î6ð±ñÃá±ã«Û‹Þ'á¯ì ä èÀõFã‡ÛÀÜIÝÀ߇àíÀì Üý|á¥ã«ÛÀÜêUåd߇ÜWçÀÜá‡ä  èÀÜçâöàß±ÿiäÈã«ÛÃå
ì{å™ßd ÜKíÁàŸçŸê`à™â'ÜëŸä{áã«äÈè ]  ÿ¹à߇õ
àdèIõdÜ߇èÀÜìí'ådá‡ÜçNývÜã‡ÛÀàŸçÀáô 
ÛÀàdÝÁÜ&ã«Û”å-ãã«ÛÀä{árã«ÞŸã‡à߇ä{å™ì‹ÿiä ì ìdÜè'éàdޔ߫åd Ü
á‡àdývܱã‡à¼ÜëŸÝÀì àdß«Ü`î6ð±ñÃáiâöàdߥã‡Û”Üý|á‡Üì ædÜ)áô


oØrÒÕ

%'6Ö.E)*6Ò8Ó 

ý æÜß«ê ß«å™ã‡ÜâöޔìÀã‡à .ô =èÀä ß4á‡é4Ûr÷ ¯ô  àdÛÀì.÷ 0iô $
á‡ÞÀè”åÀ ÷ 0] ô iä Üã‡ý|å™èr÷ ±ôŸîŸé4Û àd ì õdàݟâ;÷ 6WôÀî6ä 
è Üß÷  ô
î ývàì åÀ÷¯ô8î‹ã«Üè”ådß«ç÷8ådè”çTðNôÁðKå™ÝÀèÀä õÁ÷”âöàß]ã«ÛÀÜä ߯éàdývývÜè‹ã4á¥àdèTã‡Û”ÜNý|å™è6ޔá«éß«ä ݟãôiڥ۔å™è”õ6á¯å™ì{á—àtã«à
6
ã‡Û”ܯ߫Üæ6ä Üÿ#Üß4á÷ådè”çtã‡àWã‡ÛÀÜ0&çŸäÈã«àdß÷ `ô”å ê6êåç8÷dâöàß&Üë‹ã«Üè”á‡ä ædÜd÷ޔá‡ÜâöÞÀì8éàývývÜè‹ã«áôîŸÝ'Ü)éä{å™ìŸã«Û”å™è”õ6á
å™ß«ÜWçŸÞ”ÜNã‡àFðNôðKå™Ý”èÀä õ'÷8ÞÀè”çÀÜß
ÿiÛÀàá‡ÜNݔå™ã‡ä Üè‹ã ÞÀä{çÀå™è”éÜ
iì Üåd߇èÀÜ)çFã‡ÛÀÜt߇àÝ'Ü)áûÁã‡à  ôî6ývàì å¼ådè”ç
±ô8îŸé4Û àd ì õdàݟâ;÷Àâöàdß±ý|å™è6êoä è‹ã‡Ü߇Ü)áã«ä è vå™è”çâöß«ÞÀäÈã—âöÞÀìçŸä{á«éޔá«á—ä àè”áû”ådè”çã‡à &Ÿôî6۔å ÿ#Ü ;Ú@å ê6ì àdߥå™è'" ç -Nô
îŸé4Û6ÞÀÞÀß«ý|å™è'á÷6âöàdßiæ-ådìÈÞ'å™íÀì ܱçÀä á«éÞ'á‡á‡ä àdè”á&àdèUáã«ß‡Þ'éã‡Þ”ß«ådìÁß«ä{á—õvývä èÀä ývä å™ã‡ä àdèrô

- 16ÒÖ@Ù <


Uz Ð z
  ÕE(]q
u=Ô ÕÕ+( v "‹Õ'Ô$2)%

VܯéàìÈì Ü)éã?ÛÀÜß«Üiã«ÛÀÜiã‡Û”Üàdß«Üý|á?á—ã«å™ã‡Ü)ç¼äÈè¼ã«ÛÀÜiã«Üë6ã÷‹ã‡àdÜã«ÛÀÜß&ÿiä:ã«Û¼ã‡ÛÀÜä ßKÝÀß«à‹àdâ,áô?Ú¥ÛÀÜÜývý|å


۔åá

å|á‡ÛÀàd߇ã‡Üß]ÝÀß«à6à™âޔá—ä è|å Ú¥ÛÀÜàdß«ÜýYàdâã‡ÛÀÜ  ìÈã‡Ü߇è”å™ã‡ä ædÜd÷ ò,ñ¾å™è‹ådá«å™ß«ä ådè÷røùdù‹ó&í”ÞŸã±ÿ#ÜNÿiä{á—Û”Üç
ã‡à¼õÜÜÝã«ÛÀÜ`ÝÀß«à‹àdâ,á¥ådáiá‡ÜìÈ â ƒéàdè‹ã«ådä èÀÜç|åá¥Ý'à‹á‡á‡ä íÀì ܙô

 >  /I3G M  G I85 I(*  G * m B K  #(M GJM 5


   ( 2M (#  #!5 M )576   M    (I  6 #   * M
*  M G M   I(5I $ M*+I( "CM  $ 6*6 8
G  GMJK 5  # 
u=Ô-ÕrE Õ ( VÜIå™ì ì à-ÿ ã«ÛÀÜNèÀàdã‡ä àdè'áià™âKÝÁàdä è‹ã«áiä è m B ÷8ådè”çTÝ'à‹á—äÈã«äÈàèFæÜéã‡àdß4áiàdâã«ÛÀàá‡ÜNÝÁàdä è‹ã«á÷”ã«àoíÁÜ
ޔá‡Üçïä è‹ã‡Üß4é4۔ådèdÜ)å™íÀì êoä è ã‡ÛÀä{á=ÝÀß«à6à™â;ô-Üã &÷ gí'Ü|ã‡ÛÀÜ|éàdè6ædÜëÃۋޔìÈì{á±à™â#ãÿ¹àUá‡Üã4á=à™â¥Ý'àäÈè‹ã4á
 ÷  ä è m B ô rÜã    çÀÜèÀàdã‡ÜUã«ÛÀÜïá‡ÜãFà™âNÝÁàdä è‹ã«á|ÿi۔àá‡ÜÃÝ'à‹á—äÈã«äÈàè ædÜéã‡àß«á|ådß‡Ü dä ædÜèDí6ê
# 
D # ?  D *? yò,èÀà™ã«Ü
ã‡Û”å™ã   
 çŸà6Üá¥èÀàdã]éàdè‹ã4å™ä è|ã«ÛÀÜ=àdß«ä ä è'ó4÷Ÿå™è”çFì Üã   ۔å æÜ
ã‡Û”Ütéàd߫߇Ü)á—ÝÁàdè”çÀäÈ è vývÜå™è”äÈ è vâöàdß±ã‡ÛÀܼéàè6ædÜëUÛ6ÞÀì ì{áô=Ú¥ÛÀÜèïá—Û”à-ÿiäÈ 
è vã‡Û”å™ã  å™è'ç _å™ß«ÜWì ä èÀÜåd߇ì ê
á‡Üݔådß«ådíÀì Ü
ò2á—Üݔå™ß4å™íÀì Ü¥í6êtå=Û6ê6ÝÁÜß«ÝÀì{å™èÀÜ óä áÜ !‹ÞÀä æ ådì Üè‹ãã‡àWá‡ÛÀà-ÿiä  è 
ã‡Û”å™ãKã‡Û”ܯá—Üã   
ä{á?ì ä èÀÜåd߇ì ê
á‡Üݔådß«ådíÀì Ü`âö߇àý ã‡ÛÀܼà߇ä dä è Iô Ààß=á‡ÞÀÝÀÝÁàá‡ÜIã‡ÛÀܼì{å-ã‡ã‡Ü ß ]ã«ÛÀÜ è 
? m B D ? m D+ CA Sá‡Þ”é4Û
 
ã‡Û'å-ã <9
7 J. S E< ?   |ô  à-ÿ ÝÀä{é4õ¾á‡àdývÜ  ? v÷?å™è”çVçŸÜèÀà™ã«Ü¼ã‡ÛÀÜ|á‡ÜãNàdâ¥ådì ì?Ý'àäÈè‹ã4á
#  7  D # ?  D *? 
í6ê    7  ôKÚ¥ÛÀÜ- è < 9
H7 >.  9
E< ?    7  ÷Àå™è”ç|éì Üå™ß«ì ê

 9
7 A  9
÷Àá‡à`ã‡ÛÀÜ=á‡Üã«á   7  ådè”ç  åd߇ܯìÈä èÀÜ)å™ß«ì êWá—Üݔå™ß4å™í”ìÈÜdô iÜÝ'Ü)å-ã‡ä è Wã‡ÛÀä{á&ÝÀ߇àŸéÜá«á
á‡ÛÀà-ÿ]áiã«Û”å-ã    
ä{á]ì ä èÀÜåd߇ì êoá‡Üݔådß«ådíÀì Ü=âö߇àý_ã‡ÛÀÜtàdß«ä dä èFäÈâ&ådè”çUàdè”ìÈêäÈâ  ådè”ç _å™ß«ÜNì ä èÀÜåd߇ì ê
á‡Üݔådß«ådíÀì ܙô
VÜIè”à-ÿ
 á‡ÛÀà-ÿ ã‡Û”å™ã÷äÈâ ;H6÷Áã‡ÛÀÜè 
  3 ä á¯ì äÈè”Üå™ß«ì êvá—Üݔå™ß4å™íÀì Ü=âöß«àdý ã‡ÛÀÜIàdß«ädä èô
¹ì Üåd߇ì ê 
  _çŸà6ÜáèÀà™ãÃéàdè‹ã«ådäÈè ã«ÛÀÜVàdß«ädä èô : 
ÀÞÀ߇ã‡ÛÀÜ߇ývàß‡Ü  ä{áFéàdè6ædÜë8÷±á—ä è”éÜ
 
E< # H # #  # D<  H #    D ? SDø D # # D #  ?  D # D  ? i÷™ÿ#Ü&۔å æܱò—A ø  Áó < # 7 N<  H
ò—ò—ø  Áó # # 7 # ó , ò‡òø Áó # 7   ó?   ]ô ]Üè”éÜIä:ã±ä á¯á—Þ |éäÈÜè‹ãiã‡àFá‡ÛÀà-ÿ ã‡Û”å™ã
ådè‹ê
éàè6ædÜëVá—Üã#÷?ÿiÛÀä{é4ÛÅçŸà6ÜáIèÀàdãIéàèã4å™ä è I÷Kä{á`ì äÈè”Üå™ß«ì êÃá—Üݔå™ß4å™í”ìÈÜtâöß«àdý Iô Üã <> = B ? íÁÜ
ã‡Û'å-ã¯ÝÁàdä è‹ã]ÿiÛÀàá‡Ü 0&ޔéì ä{çŸÜådèFçŸä{á—ã«ådè”éÜ=âöß«àdý I÷ J<> = B -÷'ä{áiývä èÀä ý|å™ì.ô]ò  à™ã‡ÜWã‡ÛÀÜ߇ÜNéå™èUíÁÜNàdè”ìÈê
àdè”ÜNá—Þ”é4ÛTÝÁàdä è‹ã÷”á‡ä è”éÜ=äÈâ@ã«ÛÀÜß«Ü`ÿ#Üܱ߫ãÿ#àÀ÷”ã‡ÛÀÜNé4ÛÀàß«ç àäÈè”äÈ è Wã«ÛÀÜýT÷”ÿi۔ä é4ÛTå™ì{á‡àIì ä Üá#ä  è #÷'ÿ#àdÞÀì{ç
éàè‹ã«å™ä èïÝ'àä èã4á`éì àá‡Üß=ã«à Iô$ó VÜ|ÿiä ìÈì?á‡ÛÀà-ÿ[ã‡Û”å™ ã E<R?¥ ÷ <9
<  = B . SÀôTî6ޔÝÀÝ'à‹á— Ü <R?
á‡Þ”é4ÛVã‡Û”å™ã <9
<  = B 1 SÀô rÜã  íÁÜ|ã«ÛÀÜ|ì ä èÀÜ|á— Ü dývÜèã àä èÀä  è  <  = B ådè”5 ç <ô Ú¥ÛÀÜèOéàè‹æÜëŸäÈãê
ä ývÝÀì ä Üá?ã«Û”å-ã  #ô#ڥۋÞ'á '  ? = ]÷'á‡äÈè'éÜ=í6êFådá«á‡ÞÀývݟã‡ä àè  ?
= #ô ]Üè”éÜ`ã«ÛÀÜ=ã‡Û”߇ÜÜ`Ý'àäÈè‹ã4á I+÷ <
å™è'ç <  = B âöàdß«ý ådèÃàdíÀã‡Þ”á‡ÜFò,àdß
߇ä dۋãó#ã‡ß«ä{å™
è ìÈÜd÷”ÿiäÈã‡ÛÃàíŸã‡Þ'á—Üòöàdß
ß«ä ۋã4óiåd è dì Ü`àŸééÞÀ߇߫ä 
è |å-ã
ã‡Û”Ü
ÝÁàdä è‹ã Iô -¯Ü ”èÀÜ Ò  1þò <3 <  = B ó =* < <  = B  ô=Ú¥ÛÀÜè¾ã‡ÛÀÜtçŸä{áã4å™è”éÜ`âöß«àdý_ã‡ÛÀܼéì à‹á—Ü)áã]ÝÁàdä è‹ã±ä è
 ã«à  ä{& á J<> = B    ò <  = B 9 Ò  ó  ÷8ÿiÛÀä{é4ÛUä á¯ì Üá«á¥ã‡Û”åd
è  <> = B    ô ]Üè”éÜ </9<8 = B . S|å™è'
ç Dä{á
ì ä èÀÜåd߇ì êNá‡Üݔådß«ådíÀì ܹâöß«àdý Iô&Ú¥Û6ޔá   Åä{á?ì ä èÀÜåd߇ì êNá‡Üݔådß«ådíÀì Ü#âö߇àý I÷Àå™è'ç   I  I   
ä{á#ìÈä èÀÜ)å™ß«ì êtá‡Üݔådß«ådíÀì Ü]âöß«àdý I÷'å™è”çoã‡Û6ޔá  ä á#ì ä èÀÜåd߇ì ê¼á—Üݔå™ß4å™í”ìÈܯâö߇àý vô 


ƒã¥ß‡Üý|å™ä è”áã«àIá‡ÛÀà-ÿDã‡Û”å™ã÷ŸäÈâã‡ÛÀܱãÿ#àIá‡Üã«á¹à™ârÝÁàdä è‹ã«á  ÷ [å™ß«Ü¯ì ä èÀÜåd߇ì êNá‡Üݔådß«ådíÀì ܙ÷™ã«ÛÀܱä è‹ã‡Üß«á‡Üé
ã‡ä àèFàdâã‡Û”Üä ßiéàdè6æÜë|Û6ÞÀì ì{á¹äÈâÜývݟãêdô #êoåá‡á‡ÞÀývݟã«ä àdèvã«ÛÀÜß«Ü=ÜëŸä{áã4á#å¼Ý'å™ä ß
? m B D ?!AI÷”á‡Þ”é4Û
ã‡Û'å-ã  # = ?  D
9 # = 7 >. S=ådè” 
ç  =9? MD
9 "= 7 >A SÀô ¹àè”á—ä{çŸÜß?å ÜèÀÜß«ådì6Ý'àäÈè‹ãP<5? ¹ô
ċ
ý|å êNíÁÜ]ÿiß«ä:ã‡ã‡Üè < H  = = # = D  = H ø
D1S 1 = 1 ødôڥ۔Üè
9 <7 H  = = -'
9 # = 7, J. . SŸô
î6ä ývä ì{å™ß«ìÈêd÷âöàdßvÝÁàdä è‹ã«á  ?  ÷.
9  7 A SÀô]Üè”éÜ    H 6÷]á‡ä è”éÜTà™ã«ÛÀÜß«ÿiä{á—Üÿ#Ü
ÿ#àdÞÀì{ç í'Üïå™íÀì Üã‡à 'è”ç V å Ý'àä èã <GH  ÿiÛÀä{é4Û á—ä ýtÞÀìÈã«ådèÀÜàޔá—ì êVá‡å™ã‡ä{á ”Üá¼íÁà™ã«Û äÈè”Ü !‹Þ”å™ì äÈã‡ä Ü)áô

q "6ՔÔ$2) Ð  ¹àè”á—ä{çŸÜßIá‡àdývÜoá‡Üã¼à™âD ÝÁàdä è‹ã«áWä è m B ô)¹ÛÀà6à‹á—Üå™è6êVàdèÀÜà™â]ã«ÛÀÜÝ'àäÈè‹ã4áIåá


àdß«ädä èô Ú¥ÛÀÜè ã‡ÛÀÜ Ý'àäÈè‹ã4á|éådèDíÁܾá‡Û”å-ã‡ã‡Ü߇Ü)ç í6ê àdß«äÈÜè‹ã‡Üç Û6ê6Ý'Ü߇ÝÀì{ådèÀÜátäÈâ=ådè”ç àdè”ìÈêOä:â
ã‡Û”Ü
ÝÁàá‡ä:ã«ä àdè|æÜéã«àdß4á#à™âã‡ÛÀÜ`ß«Üý|ådäÈè”äÈè NÝ'àä èã4á¥å™ß«Ü
ì ä èÀÜ)å™ß«ìÈêtä è”çŸÜÝ'Üè”çŸÜè‹ãô
u=Ô-ÕrE 
Õ ( ådí'Üìrã«ÛÀÜWà߇ä dä è I÷ådè”çUådá«á‡ÞÀývÜ
ã‡Û”å™ã¯ã‡Û”Ü   øNÝÁàá‡äÈã‡ä àdèædÜ)éã«àdß4áià™âã‡Û”ÜWß«Üý|å™ä èÀä è
ÝÁàdä è‹ã«á=å™ß«ÜIì ä èÀÜ)å™ß«ìÈêFä è”çŸÜÝÁÜè'çŸÜè‹ãô ¹àdè'á—ä{çŸÜß
ådè‹êUÝ'å™ß‡ã‡äÈã‡ä àdè¾à™â&ã«ÛÀÜ& Ý'àä èã4á
äÈè‹ã«àoãÿ#àá‡ÞÀí”á‡Üã4á÷

# å™è”ç   ÷àdâ&àdß4çŸÜD ß  # å™è'ç   ß«Üá‡Ý'Ü)éã‡ä æÜì ê™÷8á—àoã‡Û”å™ã# # 7@  H ¾ô rÜã # íÁÜWã«ÛÀܼá—ÞÀí'á—Üã
éàè‹ã«å™ä èÀä 
è  Iô#Ú¥ÛÀÜèTã‡ÛÀÜNéàdè6ædÜëoÛ6ÞÀì ì à™â  ä{á#ã‡Û”å™ã¯á—Üã¯à™âÝÁàdä è‹ã«á¥ÿiÛÀà‹á—Ü=ÝÁàá‡ä:ã«ä àdèoæÜéã‡àdß4á <
# #
á«å-ã‡ä{á—âöê
 
< H (  = = D (  = H ø D = ;
 S ò  ôÈø ó
= )
# = )
# #
ÿiÛÀÜ߇ÜNã‡ÛÀÜ  # =Kå™ß«Ü=ã‡ÛÀÜWÝ'à‹á—äÈã‡ä àèFæÜéã«àdß4á¥à™âã‡Û”Ü  # Ý'àäÈè‹ã4áiä è # òöä è”éìÈÞ'çŸä èWã«ÛÀÜNè6ÞÀì ìrÝÁàá‡äÈã‡ä àdè
ædÜ)éã«àdß&àdâã‡ÛÀܱàdß«ädä è'ó4ô?î6ä ývä ì åd߇ì êd÷ã«ÛÀܱéàdè6ædÜëtÛ6ÞÀì ì  ™à â   ä{á?ã‡Û'å-ãiá—Üã¹à™ârÝÁàdä è‹ã«á&ÿiÛÀàá‡Ü]ÝÁàá‡äÈã‡ä àdè
ædÜ)éã«àdß4á <Vá«å-ã‡ä{á—âöê
 
< H (   = = D (   =H ø
D  =  S ò  ô ó
= ) #

*)
=
#
ÿiÛÀÜ߇ÜNã‡ÛÀÜ  = åd߇Ü`ã«ÛÀÜNÝÁàá‡äÈã‡ä àdèTædÜ)éã«àdß4áià™âã‡Û”Ü  ÝÁàdä è‹ã«áiä è
 ô  à-ÿ á—Þ”ÝÀÝ'à‹á—ÜNã‡Û”å™ã # ådè”ç
  
ä è‹ã‡Üß«á‡Üéãô?Ú¥ÛÀÜèvã«ÛÀÜß«Ü]Üë6ä{á—ã«á¹å™èM<5? m B ÿiÛÀä{é4Û|á—ä ýtÞÀìÈã«ådèÀÜàޔá—ì ê=á‡å™ã‡ä{á ”Üá 0 !'ôiò  ô ø)ó&å™è”ç/0 !'ô
è 
ã‡ÛÀÜ)á—Ü]Ü !‹Þ”å-ã«äÈàè”á dä æÜá?å=ì ä èÀÜådßéàdýtíÀä è”å-ã«ä àdèNàdâÁã«ÛÀÜ 2Ãø¥èÀàè .è6ÞÀì ìŸÝÁàá‡äÈã‡ä àdè

ò  ô ó4ô&î6ÞÀíÀã‡ß4ådéã«ä 
ædÜ)éã«àdß4á±ÿi۔ä é4Ûïæ-å™èÀä{á‡ÛÀÜá÷rÿiÛÀä{é4ÛVéàdè‹ã«ß«åçŸä{éã«á¯ã‡Û”Ü|ådá«á—ÞÀývÝÀã‡ä àdèÃàdâ#ì ä èÀÜ)å™ß
äÈè'çŸÜÝÁÜè”çÀÜè”éܙ/ ô #êÃã‡Û”Ü
ì Üývý|åÀ÷'á—ä è”éÜ # å™è”ç  çŸàFèÀà™ã=ä èã«Üß4á—Ü)éã÷'ã«ÛÀÜß«ÜWÜë6ä{á—ã«á±åoÛ6ê6Ý'Ü߇ݔì ådèÀÜNá‡Üݔådß«å™ã‡ä  è   # å™è”ç   ô
î6ä è”éܱã«ÛÀä{á¥ä{á&ã«ß‡Þ”Ü=âöàdß]å™è6êoé4۔àdä{éܱà™âݔå™ß‡ã‡äÈã‡ä àè÷ã«ÛÀ% Ü fÝÁàdä è‹ã«á¥éådèFíÁÜNá‡Û”å-ã‡ã‡Üß«Üçô

ƒãKß«Üý|ådäÈè'árã«àNá—ÛÀà-ÿµã‡Û”å™ãKä:âÁã‡Û”Ü :Tø&èÀàè ƒè‹Þ”ìÈìŸÝÁàá‡äÈã‡ä àdèWædÜéã‡àß«áå™ß«Ü¥èÀà™ã?ì ä èÀÜåd߇ì ê
ä è”çŸÜÝÁÜè'çŸÜè‹ã÷
ã‡Û”ÜèIã‡ÛÀÜ þÝÁàdä è‹ã«áéådèÀèÀà™ãíÁÜ¥á‡Û”å™ã—ã‡Ü߇Ü)çWí6ê`à߇ä Üè‹ã«Üç`Û6ê6Ý'Ü߇ݔì ådèÀÜáô
ƒâ'ã‡ÛÀÜ HFø&ÝÁàá‡ä:ã«ä àdèNæÜéã«àdß4á
å™ß«Ü=èÀà™ãiì ä èÀÜåd߇ì êtä è”çŸÜÝÁÜè'çŸÜè‹ã÷Ÿã«ÛÀÜèTã«ÛÀÜß«Ü=ÜëŸä{áã  Dø=è6ÞÀýIíÁÜß4á÷ = ÷”á—Þ”é4Ûã«Û”å-ã
 7#
(  == H S ò  ô E‹ó
= )
#

ƒâ@ådì ìÀã‡Û”Ü2=@åd߇ܱà™âã‡Û”ܱá«å™ývܯá‡ädè÷ã‡ÛÀÜèoÿ#ܱéådè|á‡éå™ì Üiã«ÛÀÜý á‡à`ã‡Û'å-ã =P? SDø Áådè”ç  =  ="H ø™ô  
01!'ô]ò  ô E‹ó¹ã‡ÛÀÜèUáã4å-ã‡Ü)á¹ã‡Û”å™ãiã‡ÛÀÜ=àdß«ädä èvì ä Üá#ä è|ã‡Û”ÜNéàdè6æÜëvÛ6ÞÀì ìà™âã«ÛÀÜ=߇Üý|å™ä èÀä èNÝÁàdä è‹ã«áûŸÛÀÜè'éܙ÷
í6êoã«ÛÀÜtìÈÜývý|åŸ÷Ÿã«ÛÀÜWà߇äd ä èéå™è”èÀà™ã
í'Ütá—Üݔå™ß4å-ã«ÜçFâö߇àý_ã‡ÛÀÜI߇Üý|å™ä èÀä èW  ÝÁàdä è‹ã«á¯í6êåoۋê6ÝÁÜß«ÝÀì{å™èÀÜd÷
å™è'ç|ã«ÛÀÜ`Ý'àä èã4áiéådèÀèÀà™ãiíÁÜNá—Û'å-ã—ã«Üß«Üç8ô

ƒâã‡ÛÀÜ = åd߇Ü
èÀà™ã¯ådì ìÁàdâ@ã«ÛÀÜNá«å™ývÜ=á—ädèr÷6ݔì åéÜ=å™ì ìÁã‡ÛÀÜ=ã«Üß«ý|á¥ÿiäÈã‡ÛèÀÜ‹å-ã‡ä æÜ = àdèFã‡ÛÀÜ`ß«ädۋã
(    H (   ò  ô B6ó

   
   
 
ÿ ÛÀÜ߇Ü # ÷  å™ß«ÜKã‡Û”ܹä è”çŸä{éÜáàdâÀã‡ÛÀÜ¥éà߇߫Üá‡ÝÁàdè”çŸä èiÝ'å™ß‡ã‡äÈã‡ä àdè=àdâ   ò,ä.ô Üdô@à™âŸã«ÛÀÜ¥á—Üã Ãÿiä:ã«Û`ã‡Û”Ü
i
àdß«ädä è|ß«Üývà-æÜç”óô  à-ÿgá‡éå™ì ܱã‡ÛÀä{á¥Ü !‹Þ”å™ã‡ä àdèá—àtã«Û”å-ã]Üä:ã«ÛÀÜß  
  H ø`å™è”ç  

àdß  
  1 ø|å™è”ç  
        1 ø™÷
H_ødôî6ÞÀݔÝ'à‹á—ÜvÿiäÈã‡Û”àdޟãNì àá«á
à™â dÜèÀÜß4å™ì äÈãêã‡Û”å™ã`ã‡ÛÀÜvì{å-ã‡ã‡Üß 
  
  â 0 !'ôUò  ô B‹ó
ä{á±ã‡ÛÀÜvÝÁàá‡äÈã‡ä àdè¾ædÜéã‡àß`à™â#åÝÁàdä è‹ã`ìÈê6ä èFäÈè ã‡Û”Ü
ÛÀàì ç”áôvÚ¥ ÛÀÜèïã«ÛÀÜvì Üâ{ã`۔å™è'ç  á‡ä{çŸÜ¼à™+
éàè6ædÜëtÛ6ÞÀì ìÀà™â8ã‡Û”Ü]Ý'àä èã4á- 
  .  ò,àdß÷äÈâ8ã‡ÛÀÜ¯Ü !‹Þ”å™ì äÈãêNÛÀàì{çÀá÷à™â8ã‡ÛÀܯÝ'àäÈè‹ã4á- 
  .™ó4÷
å™è'çWã«ÛÀÜiß«ä ۋã۔ådè”çtá—ä{çŸÜ¥ä{áã‡ÛÀÜiÝÁà á‡äÈã‡ä àdèWædÜéã‡àß?à™âÁå=ÝÁàdä è‹ã?ì ê‹ä è±ä èWã«ÛÀÜ]éàè‹æÜëNÛ6ÞÀì ìŸà™âÁã‡Û”ÜiÝ'
 àäÈè‹ã4á

  ÷rá—àvã«ÛÀܼéàdè6æÜëFÛ6ÞÀì ì{áià-æÜß«ì ådÝ÷'ådè”çUí6êoã«ÛÀÜtìÈÜývý|åŸ÷Àã«ÛÀÜNãÿ#àoá‡Üã4á¯àdâKÝ'àäÈè‹ã4á¯éådèÀèÀàdã±íÁÜ

 ådß«å™ã‡Ü
á‡Üݔ çoí6êFåtÛ6ê‹ÝÁÜß«ÝÀì{å™è”Ü™ô?ڥۋÞ'á#ã‡ÛÀ% Ü fÝÁàdä è‹ã«á¥éå™èÀèÀàdãií'ÜNá‡Û”å-ã‡ã‡Ü߇Ü)ç8ô

q "6Ք$Ô 2)  "
ĉ
ã‡ÛÀÜUçÀå™ã«åïä{á ;çŸä ývÜè'á—ä àdè'å™ì±ò,ä.ô Üdô
 H m  ó4÷#ã‡ÛÀÜÃçŸä ývÜè”á—ä àèµà™â±ã‡ÛÀÜUývä èÀä

ý|å™ìÜýtíÁÜçÀçŸä èá—Ý'ådéÜd÷8âöàdß=ÛÀàdývàdÜèÀÜàޔáiÝÁàdì ê6èÀàdývä{å™ìõdÜß«èÀÜì á¯à™â¹çÀÜdß«ÜÜ ò Oò'< # DK< óH ò'< # 9


ó  D < # D@< ?

m  ó÷”ä{á     7 #  ô



<
 

u=Ô-ÕrÕE( ä ß4áã¯ÿ#ÜIá‡ÛÀà-ÿgã‡Û'å-ã


ã‡ÛÀÜWã‡ÛÀÜtè6ÞÀýIíÁÜß±à™â&éàdývÝÁàdèÀÜèã4á]àdâ
ò<ó¯ä á    7 #  ô å™íÁÜì@ã‡Û”Ü

éàývÝ'àèÀÜè‹ã4á`à™â [ådá`ä è 0 !”ôµò -ùóôÃÚ¥ÛÀÜèµåÃéàdývÝÁàdèÀÜè‹ãNä áNÞÀèÀä !‹ÞÀÜì êÃä{çŸÜèã«ä”Üçïí6êÃã«ÛÀÜFé4ÛÀàä{éÜ
à™â#ã‡Û”Ü ä èã«Ü Üß4á  = SŸ÷  = )  =@H2rô  à-ÿ[éàdè”á‡ä{çŸÜß6ÅàdíÜéã4á`çŸä{áã«ß‡ä íÀÞÀã‡Üç å™ývàèá—ã  ø
ݔådߗã«ä:ã«ä àd è”á¼òöè6ÞÀýtíÁÜß«Üç ø¼ã‡ÛÀß«àd í Üéã4áNå™ß«Üvå™ì ì à-ÿ¹Ü)çTã‡àUíÁÜvã«àTã‡ÛÀÜ|ì Ü â{ãNà™â
#
Þ Û  ø)ó÷á‡Þ”é4Ûïã‡Û'å-ãNàd

å™ì ì?ݔådߗã«äÈã‡ä àdè”á÷ràdß=ã«àTã‡ÛÀÜo߇ä dۋã`à™âiå™ì ì?ݔådߗã«äÈã‡ä àdè”áôoî6ÞÀÝÀÝÁàá‡C Ü  à í Üéã«á=â,ådìÈì&í'Üãÿ¹ÜÜèVݔå™ß‡ã‡äÈã«äÈàè”á
d
å ”
è ç 7 ™
ø ô r 
Ü ±
ã «
ã À
Û {
ä ±
á 
é d
à «
ß ‡
ß )
Ü —
á Á
Ý d
à '
è 
ç ‡
ã F
à |
å ‡
ã 
Ü ‡
ß ý )  
ä U
è ‡
ã À
Û t
Ü À
Ý «
ß Ÿ
à Ÿ
ç ”
Þ éã
ä è 01!'ôvò -ù‹ó4ôNî6ä ývä ì åd߇ì êd÷ 
è Iã‡àoã‡ÛÀÜNì Üâ{ã¯à™â&ådìÈìݔå™ß‡ã‡äÈã‡ä àè”áiéà߇߫Ü á‡Ý'àè”çÀá#ã«àFå¼ã«Üß«ý )  ÷å™è'/
  
#
àd í Üéã4áiâ,ådìÈì ä  ç  àd í Üéã4áiâ,ådìÈì ä è 
ã‡à¼ã«ÛÀÜNß«ä dۋãià™âKå™ì ìݔådߗã«ä:ã«ä àdè”á¥éà߇߫Üá‡ÝÁàdè”çÀá¹ã«àoåtã‡Ü߇ý )  ô#Ú¥Û6ޔá]ã‡ÛÀÜ`è6ÞÀýtí'Üß]à™â?çŸä{á—ã‡ä è”éã¥ã«Üß«ý|á
#

ã‡Û”Ü`àd
# 
í Ü)éã«á¯å™è”çݔådߗã«ä:ã«ä àdè”
# 
à™â
ã‡Û”ÜTâöàdß«ý )  )  9;9;9)  D  = )  =MH ,D  =  Sïä átã«ÛÀÜUè6ÞÀýtí'Üßtàdâ
ÿ¥å êÅà™â`çŸä{á—ã‡ß«äÈí”ÞŸã‡ä 
 á#å™ývàè á—ã¹ã«ÛÀÜý|á‡Üì æÜá÷6ývàŸçŸÞ”ìÈàtÝÁÜß«ýIޟã4å-ã«äÈàè”á¹à™âã‡ÛÀÜNÝ'å™ß‡ã‡äÈã‡ä àdè'á¹ådè”ç
è 

ÝÁÜß«ýIޟã4å-ã«äÈàè”á¹à™âã‡ÛÀÜ`à í Üéã«á÷ÀÿiÛÀä{é4Ûoä{á    7 #  ô

 Üë6ã?ÿ¹Ü¥ýtޔáãá—Û”à-ÿÅã‡Û”å™ãã‡ÛÀÜiá‡Üã?à™â”æÜéã‡àdß4á@ÿiä:ã«ÛtéàdývÝÁàdèÀÜè‹ã«á
    ò<@óá‡Ý”å™èWã‡ÛÀÜiá‡Ý”ådéÜ Uô
Ú¥ÛÀä{á¹âöàdì ì à-ÿ]áKâöß«àdý ã‡ÛÀÜ=â,åéã¥ã‡Û”å™ãiã‡ÛÀÜNéàdývÝÁàdèÀÜè‹ã«á#à™â
ò<@ó#å™ß«Ü=ì äÈè”Üå™ß«ì êWä è”çŸÜÝ'Üè”çŸÜèãiâöޔè”éã«äÈàè”áô 
Ààß`á—ÞÀݔÝ'à‹á—ÜIäÈè'áã«ÜådçUã‡Û”å™ã
ã«ÛÀÜtäÈý|ådÜNàdâ åéã‡ä èFàdè < ? ä{á±åá‡ÞÀí”á‡Ý”ådéÜWà™â UôIÚ¥ÛÀÜèÃã‡Û”Üß«Ü

ÜëŸä{á—ã«á¥å ÀëŸÜçèÀàd è Üß«àtædÜéã‡àß  ? yá‡Þ”é4Ûoã«Û”å-ã


çŸä ý  
(
 = ò @ó
= < H S  < 

? @I ò  ô$úó
*)
=
#
±á—ä ètã‡Û”Ü`ì ådí'Üì äÈè Nä èã«ß‡àŸçŸÞ'éÜçFå™íÁà-ædÜd÷”éàdè'á—ä{çŸÜß#åtݔådߗã«ä éÞÀì{å™ß¥éàývÝ'àèÀÜè‹ã¥à™â 

(   =PH ,I ò  ô ‹ó



   
ò<ó D
= )
#
î ä è”éÜ/01!'ôÅò  ô údó`ÛÀàdì{çÀá
âöàßWå™ì ì9<?÷?å™è”çVá‡ä è”éܼã«ÛÀÜ|ý|å™Ý”ÝÀä è
6 ä è 01!'ôïò -ù‹ó=éÜ߇ã«ådä èÀì êU۔ådáNådì ì
çŸÜ߇ä æ-å-ã«äÈæÜá¹çŸÜ ”è”Üç8÷Áÿ¹Ü`éådèådÝÀÝÀì ê¼ã‡Û”Ü`àdÝÁÜß4å-ã‡àß

ò
 ) ó 9;9;9 ò   ) ó  ò  ô dó
# 
ã«à 0 !'ôFò  ô$úó4÷ÿiÛÀä{é4ÛÃÿiä ì ìÝÀä{é4õFã«Û”å-ã`àèÀÜWã«Üß«ýyÿiäÈã‡Û éàd߫߇Ü)á—ÝÁàdè'çŸä è|ÝÁà-ÿ¹Üß«á±à™âKã«ÛÀÜC)N=¥ä è 0 !'ô
ò™ùó÷dä æ6äÈè 

ò  ô ü‹ó

    H SI

D:9;9;9D  Hr÷ÜæÜß«êéàdývÝÁàdèÀÜèã±à™â
 á‡Þ”é4Ûã‡Û'å-ã  =*) # 
î6ä è”éÜNã«ÛÀä{á]ä{áiã«ß‡ÞÀÜIâöàdß
å™ì ì@é4۔àdä{éÜ)áià™â  # 

=1H
 ýtޔáãiæ-å™è”ä á‡Ûô,]Üè”éÜ=ã«ÛÀÜ`ä ý|å dܱà™â åéã‡ä ètàdè!<5? á‡Ý”ådè”á Uô

Uz  z
 €!#  q#Õ+% Ô$#ÀÒ8Óok %'# )Ù P‹Ô #ÀÒÖ(ok }tÕ'×Ò@Ö 
Ú¥ÛÀÜ¥âöàìÈì à-ÿiä è]ÝÁàdä è‹ã?ä{áéÜè‹ã‡ß4å™ì6ã«à=ã‡ÛÀÜ]ådß ÞÀývÜè‹ãô $±èÀÜ¥èÀàdß«ý|å™ì ì ê±ã‡ÛÀä èÀõŸáà™âå=éàìÈì Ü)éã‡ä àè`à™â8Ý'àäÈè‹ã4á
ådáíÁÜä 
è Má‡Û”å-ã‡ã‡Üß«ÜN
ç ]í6êWå
á—Üãàdâ”âöÞÀè”éã‡ä àdè'á÷™äÈâÀâöàßådè6ê=é4۔àdä{éܹà™â'ì{ådí'Üì árâöàdßã‡Û”Ü#ÝÁàdä è‹ã«á÷™å±âöÞÀè”éã«ä àdè
âöß«àdýgã‡ÛÀÜ¥á‡Üãéå™èNíÁܹâöàdÞÀè”çWÿiÛÀä{é4ÛNådá«á—äè”á8ã‡Û”àá‡Ü&ì{å™íÁÜì{áã«à]ã«ÛÀܹÝÁàdä è‹ã«áô@Ú¥ÛÀÜ#ð ïçŸä ývÜè'á—ä àdè
à™â”ã‡Û”å™ã
á‡Üã¥à™ârâöÞÀè'éã‡ä àè”á&ä{á&ã‡ÛÀÜèFçŸÜ ”èÀÜ)çFåáKã«ÛÀܱý|å™ëŸäÈýtÞÀý[è‹Þ”ýIíÁÜß#à™ârÝÁàdä è‹ã«á&ã‡Û”å™ã¥éå™èFí'Ü=á—à¼á‡Û”å-ã‡ã‡Üß«Üçô
]à-ÿ#ÜæÜß÷réàdè'á—ä{çŸÜß
åá—ì ä dۋã«ìÈêTçŸä 8Üß«Üè‹ã=çÀÜ ”èÀäÈã«äÈàèô ÜãNåFá‡Üã`àdâ¹ÝÁàdä è‹ã«á±í'Ü|á‡Û”å-ã‡ã‡Ü߇Ü)çÃí6ê¾åá—Üã
à™â?âöޔè”éã«äÈàè”áiäÈâ?âöàdß
å™è6êFé4۔àdä{éÜ`àdâKì ådí'Üì{á#âöàdß]ã«ÛÀÜWÝÁàdä è‹ã«á÷Áå|âöÞÀè”éã‡ä àdèTâöß«àdý ã‡ÛÀÜtá—Üã
éå™èUíÁÜNâöàdޔè”ç
ÿiÛÀä{é4ÛTådá«á—ä dè'áKã«ÛÀ: Ü * I M  ì{å™íÁÜì{á¹ã‡àvådìÈì8ã«ÛÀÜ`ÝÁàdä è‹ã«áô  ådäÈèì Üã¥ã‡Û”Ü`ð  çŸä ývÜè”á—ä àèvà™âã‡Û”å™ã¯á—Üã
à™ââöÞÀè”éã‡ä àdè'á¹íÁÜNçŸÜ ”èÀÜçTåá#ã‡ÛÀÜ`ý|å™ë6ä ýtÞÀý è6ÞÀýIíÁÜߥàdâÝÁàdä è‹ã«á¹ã‡Û'å-ã¯éådèFíÁÜNá‡à¼á‡Û”å™ã—ã‡Ü߇Ü)ç8ô

ƒãoä{átä èOâ,åéãvã«ÛÀä{á|á—Ü)éàè”ç çÀÜ ”èÀäÈã«äÈàè ò,ÿiÛÀä{é4Û ÿ#ÜÃådçŸàݟã¼âö߇àý ÛÀÜ߇ÜUàè'óIã‡Û”å™ã|Üè‹ã‡Üß«átã«ÛÀÜUð 
íÁàdÞÀè”çµÝÀ߇à6àdâ,á|òöðKådÝÀèÀä õÁ÷#ø)ù'-ùÀû -¯Üæ‹ß«à-êdÜd÷ % ê àd ß µå™è”ç Þdà‹á—ä.÷#øùdùóô"$¯â]éàÞÀß4á—ܼâöàßNâöÞÀè”éã‡ä àdè'á
ÿiÛÀà‹á—Ü]ß4å™ è dÜiä{á - Iø .tòöä.ô ܙô?å™ì ì'ç”å-ã«åNÿiäÈì ìÀíÁܱåá‡á‡ädèÀÜ)çtÜäÈã‡ÛÀÜßKÝÁàá‡ä:ã«ä ædÜiàdß&èÀÜ‹å-ã‡ä æÜ]éì{ådá«á«ó÷dã«ÛÀÜ]ãÿ#à
çŸÜ ”èÀäÈã‡ä àdè'á¹åd߇Ü
ã‡Û”Ü=á«å™ývÜdô ¯à-ÿ¹ÜædÜß÷ŸäÈâ@å™ì ì8ÝÁàdä è‹ã«á¹â,å™ì ì ä  è Nä èá‡àdývܱ߇ Ü dä àdèFå™ß«Ü=á‡ä ývÝÀì êtçÀÜÜývÜ)çvã«à
íÁ0 Ü 4Üß«ß«àdß4á À÷‹à ß éàd߫߇Ü)éKã À÷ã«ÛÀÜ`ãÿ#àvçŸÜ ”è”ä:ã«ä àdè”á¥å™ß«Ü`çŸä ÁÜ߇Üè‹ãô  á]å¼éàdè'éß«Üã‡Ü`ÜëÀå™ývÝÀì ܙ÷Ÿá‡ÞÀÝÀÝÁàá‡Ü
ÿ#Ü
çŸÜ ”èÀÜ  ‹å™Ý|ä è‹ã‡àìÈÜß«ådè‹ã&éì{ådá«á—ä ”Üß«Ká Ÿ÷ÿiÛÀä{é4Ûoå™ß«Ü¯ì ä õdÜ ‹å™Ývã«àdì Üß4å™è‹ã¹éì{ådá«á—ä ”Üß«á÷díÀޟãiÿiÛÀä{é4Û|ì{ådí'Üì
å™ì ì6ÝÁàdä è‹ã«áì ê‹ä  è ¯äÈèIã‡Û”Ü#ý|ådß ä è`àdßàdޟã4á—ä{çŸÜ¹ã‡Û”Ü¥á‡ÝÀÛÀÜ߇Üiå6 á M I(G«ô ¹àè”á—ä{çŸÜßå ådäÈèNã‡ÛÀÜiá‡ä:ã«Þ”å-ã«ä àdèNä è
ä dÞÀß«ÜNø Ÿ÷ŸíÀޟã]ådá«á—ä ètÝÁàá‡äÈã‡ä ædܱéì{ådá«á?ã«àtådìÈì'ã‡Û”߇ÜܱÝÁàdä è‹ã«áôڥ۔ÜèFå ådÝ|ä è‹ã‡àdì Üß«ådèã&éì{ådá«á—ä ”ÜßKÿiäÈã‡Û
ý|å™ß dä èÃÿiä{ç6ã«Û dß«Üå-ã«Üß
ã‡Û'å™èïã‡ÛÀÜoí”å™ì ìKçŸä{å™ývÜã‡Üß
éå™èÀèÀàdãWá—Û'å-ã—ã«Üß=ã«ÛÀÜ|ÝÁàdä è‹ã«á=äÈâ¹ÿ#Üvޔá‡Ü¼ã‡ÛÀÜ ”ß4á—ã
çŸÜ ”èÀäÈã‡ä àdèFà™ â á‡Û”å-ã‡ã‡ÜKß À÷6í”ÞŸã¯éådèá‡Û”å-ã‡ã‡Üߥã‡ÛÀÜ`ÝÁàdä è‹ã«á¥äÈâ@ÿ#Ü=ޔá‡Ü±ã«ÛÀÜNá‡Üéàè”çïò,éà߇߫Üéã4ó#çŸÜ ”èÀäÈã‡ä àdèrô
 äÈã‡Û¼ã«ÛÀä{á&éå ædÜå™ã?äÈè¼ývä è”ç8÷‹ÿ¹Üiè”à-ÿDàޟã‡ì ä èÀÜ¥ÛÀà-ÿ ã‡ÛÀܱð Oí'àÞÀè”çÀá¹éå™è|ådÝÀÝÀì ê`ã«à`âöÞÀè”éã‡ä àdè”á&ÿiäÈã‡Û
ß4å™èÜ- Iø DKS .‹÷rÿiÛÀÜ߇ܼã«ÛÀÜvì{å™íÁÜì SývÜådè”á
ã‡Û'å-ã`ã‡Û”ÜvÝ'àäÈè‹ã`ä{á=ì{å™íÁÜì Üç;éà߇߫Üéãô Yò2Ú¥ÛÀÜví'àÞÀè”çÀá
ÿiä ì ìå™ì{á‡à¼ådÝÀÝÀì ê|ã«à|âöÞÀè'éã‡ä àè”á]ÿiÛÀÜß‡Ü Soä{á]çŸÜ 'èÀÜçTã«à|ývÜådè 4Üß«ß«àdß Ÿ÷”íÀÞÀã¯ã‡Û”ÜIéà߇߫Üá‡ÝÁàdè”çŸä ètð 
çŸä ývÜè'á—ä àdèIÿiä ìÈì”í'Ü]۔ä ÛÀÜß÷dÿ#ÜådõdÜè”äÈè ±ã«ÛÀܯíÁàdޔè”ç8÷Ÿå™è”ç¼ä è¼àdÞÀß#éåá—Üd÷ý|å™õ6ä è
äÈã&ޔá‡Üì Üá«á«óô>Vܯÿiä ì ì
âöàdì ì à-ÿ ã‡Û”Ü`èÀà™ã4å-ã‡ä àèoà™â¥*ò -±Üæ6ß«à-êdܙ÷ % ê à ß Uå™è”! ç r Þ dàá‡ä.÷øùd
ù óô
¹àè”á—ä{çŸÜßiÝ'àä èã4á <5?QA  ÷Áådè”çì Üã$@ò'<óiçŸÜèÀà™ã«ÜNåvçŸÜè”á‡äÈãê|àdè A  ô rÜãD=ÃíÁÜWåtâöÞÀè'éã‡ä àèàè A 
ÿiäÈã‡ÛÅß4å™èÜ - Iø D S .6÷å™è'çVìÈÜã í'ÜåÃá—ÜãWà™â]á‡Þ”é4ÛVâöÞÀè”éã‡ä àdè'áô rÜãIÜåé4Û5< ۔å ædÜ|ådèVåá‡á‡àŸéä{å-ã«Üç
ì{å™íÁÜì L  ?3- IøC.‹ô9rÜã-7< # D:9;9:9JD < B .WíÁÜNå™è6ê ”è”ä:ã«Ü=è‹Þ”ýIíÁÜßiàdâ@ÝÁàdä è‹ã«á¥ä è!A  ?ã‡ÛÀÜèTÿ¹Ü=ß«Ü !‹ÞÀä ߇Ü
ã‡àvÛ'å ædÜ
ã‡ÛÀÜ`ݔ߇àÝ'Üߗãêvã«Û”å-ãiã«ÛÀÜß«Ü`ÜëŸä{á—ã«á¥å-ã]ì ÜåáãiàèÀÜ = ? á—Þ'é4Ûoã«Û”å-ãD=ò<"=2ó ?3- Iø .@)N=—ô Ààß
dä æÜL
è =÷'çÀÜ ”èÀÜ=ã«ÛÀÜNá‡Üãià™âÝ'àä èã4á  í‹ê

 :- ),
L H
H ø D =@ò,)'ó1H `ø .-E),
LH2`ø D = ò*)'ó H øC. ò  ô ù‹ó

= íÁÜNá‡Þ”é4Ûoã«Û”å-ã]ådìÈìá‡Üã4á 
VÜ`ß‡Ü !‹ÞÀä ߇ܯã‡Û”å™ãiã‡ÛÀÜ U
 å™ß«Ü±ývÜ)ådá‡ÞÀß«ådíÀì ܙôÜã çŸÜè”à™ã‡Ü
ã«ÛÀÜNá—Üãià™âådì ì
 ô

! ÒÙöÓ)Ù,ÕÁÒ 0Üã<>= DKF H ø
D;9:9;9JDKO í'Ü!O ÝÁàdä è‹ã«áô5ïÜUçŸÜ”èÀÜFã‡ÛÀÜÜývÝÀä ß«ä{éå™ì&߇ä{á‡õ¾âöàßIã«ÛÀÜTá—Üã
-7<,= D =+.Nã‡àvíÁÜ

ò/-$<>= =+.™ó1H òø =$Oó ( B


ò  ô øS‹ó

B
D
= )
<

 1I
#
ÿiÛÀÜ߇Ü vä{á#ã«ÛÀÜ`ä è”çŸä{éå™ã‡àdß&âöÞÀè”éã‡ä àdèô  = ò< = ó
à™ã«Ü=ã‡Û”å™ã#ã«ÛÀÜ`ÜývݔäÈß«ä{éådì”ß«ä á‡õvä{á Ü߇àtäÈâ  H 8Q< = ô
S


! = ã«àví'Ü
ÒÙöÓ)Ù,ÕÁÒ PVÜNçŸÜ ”è”Ü=ã‡ÛÀÜNåéã‡Þ'å™ìß«ä á‡õ¼âöàdߥã«ÛÀÜ=âöÞÀè”éã‡ä àdè T

ò 8ó ,= H
H vò<5?  ó I ò  ô ødø ó

 à™ã‡ÜNådì{á—àIã‡Û”å™ã¥ã‡ÛÀà‹á—Ü`ÝÁàdä è‹ã«á < = ò'<@ó


âöàdßiÿiÛÀä{é4Û @ H tçÀàtè”à™ã¯éàè‹ã‡ß«äÈí”ÞŸã‡Ü±ã‡à¼ã«ÛÀÜNådéã‡Þ”ådì߇ä{á‡õ'ô
S


! ÒÙöÓ)Ù,ÕÁÒ  Ààß ÀëŸÜçVò<
# ;9:9;9D <
D
B
ó ? A  ÷”ì Üã  í'Ü=ã«ÛÀÜ`è6ÞÀýtí'Üß#àdâçÀä 8Üß«Üè‹ãiá—Üã«áiä è

- -$< # ;D 9:9;9D < B .     .


? ò  ô ø ó


ÿiÛÀÜ߇Ü
ã«ÛÀÜNá—Üã«á   ä{áiçŸÜ”èÀÜ)ç
åd߇Ü=çŸÜ”èÀÜçTådí'à-æܙôKÚ¥ÛÀÜ`è .ã‡ÛTá—Û'å-ã—ã«Üß]éà‹Ü|éä Üè‹ãià™â [

‹ò DKOó1H ý|å-ë ±ò'< # :D 9;9;9D < ó Eó


ò  ô ø ‹
    <  
I
B
<   

VÜ|å™ì{á‡àçŸÜ”èÀܼã«ÛÀÜvð  çÀäÈývÜè”á‡äÈàèTâöàdß=ã«ÛÀÜ|éì{ådá«á  ã‡àUíÁܼã‡ÛÀÜvý|å™ë6ä ýtÞÀý_äÈè‹ã«ÜdÜß ) ø¼âöàß


ÿiÛÀä{é4Û ò D ”ó H  ô

    
 
     5  M2 2 ICK  M"  I(# M #
I   7 $+ I G   M I( MJK    *"CM  B ò -7<,= D =+.™ó
= ó  7 ‹ò D Oó M  M2  I"CM  7+*" M O 5 I(*  G
ò< DIII DK< ó ?!A  6*M  M I  M *  G $  
GJM  I G $  *   6*6 = ? G (  G 2#+=ò<=.ó ?3- IøC.8 <,# =   B  G8 M G  *  I5K  # M " M/M2  G
ò Á
    
5    I * M    * *,+  6 + I( $ K  M  I   #NG $  = 
vò   B ò 7- <,= D =+.™ó  ,=  .4ó1 ü ‹ò D Oó6ÜëŸÝ
7
ò 8ó B   8  ò  ô øJB6ó

Ú¥ÛÀÜtÝÀß«à6à™â?ä{á]ÜëÀåéã‡ì êFã‡Û”å™ã±àdâ±ò*-±Üæ6ß«à-êdܙ÷ % ê àd ß å™è”ç rÞàá‡ä2÷@øùdùó÷î6Ü)éã«äÈàè”áNø7 6ô EŸ÷ø 6ô Boådè”ç


ø Ÿô$úŸ÷Ú¥ÛÀÜàdß«Üý|á¼ø7 6ô úTå™è”ç ø7 6ô Ÿô!ïÜF۔å ædÜ|çŸß«àdݔÝ'Ü)ç¾ã«ÛÀÜ5á—Þ”ÝNã‡àÃÜývÝÀ۔åá—äÜtã«Û”å-ãNã«ÛÀä{á`ÛÀàì ç”á

âöàdß±å™è6ê|à™âã‡Û”Ü`âöÞÀè”éã‡ä àdè”á =ô
;èTݔå™ß‡ã‡ä{éޔì ådß÷6äÈã]ÛÀàdì{çÀá#âöàßiã‡Û”àá‡Ü%=¾ÿiÛÀä{é4ÛýväÈè”äÈýväÜiã‡ÛÀÜWÜývÝÀä ß«ä éå™ì
Üß«ß«àdßNå™è'ç¾âöàßNÿiÛÀä{é4ÛÅå™ì ìã‡ß4å™ä èÀä èTçÀå™ã«åã«ådõdܼã«ÛÀÜ|æ-å™ì ÞÀÜ)á- Iø .6ô  àdã‡ÜvÛÀà-ÿ#ÜæÜß=ã«Û”å-ãNã«ÛÀÜ|ÝÀß«à6à™â
àdè”ìÈêFÛÀàdì{çÀáiâöàdßiã«ÛÀÜIá‡Üéàdè”çUçŸÜ ”èÀäÈã‡ä àèFàdâ?á‡Û”å™ã—ã‡Ü߇ä è  ä ædÜèTå™íÁà-ædÜdô @ä è”ådì ìÈêd÷ŸèÀà™ã«Ü`ã‡Û”å™ã¯ã«ÛÀÜNޔá‡Þ”å™ì
âöàdß«ý à™â8ã‡ÛÀܯð µíÁàdޔè”çÀáKä{á?Ü)ådá‡ä ìÈêNçÀÜß«äÈæÜçWâö߇àý 0 !'ô¥ò  ô Jø B‹ó?í‹êtޔá‡ä  è ‹ò DKO ó 1gò O8= ó vòöÿi۔Üß«Ü
è N0H 
ä{á¹ã‡ÛÀÜ`ð  çŸä ývÜè'á—ä àdèÁóiòöðKådÝÀèÀä õÁ÷røùdù‹údó÷Ÿá‡Üã‡ã‡ä 
< è Wâöàdß ô
ü ‹ò D Oó6ÜëŸÝ 7 B  8  ÷'ådè”çá—àìÈæ6ä  
<
¹ì Üåd߇ì êVã«ÛÀÜá‡ÜÃß«Üá‡ÞÀìÈã«ávå™Ý”ÝÀì êÅã‡àµàÞÀß ådÝDã‡àdì Üß«ådèã|éì åá‡á‡ä”Üß4áIà™âWî6Üéã‡ä àdè ‹ô ø™ô Ààßvã‡ÛÀÜýT÷]å
ݔådߗã«ä éÞÀì{å™ß`éì{åá‡á‡ä”Üß =R? [ä{áNá‡Ý'Ü)éä”ÜçVí6êVåÃá‡ÜãIàdâ]ݔå™ß4å™ývÜã‡Üß«á- D! D  .‹÷?ÿiÛÀÜß«Ü 
ä áWå 
í”ådìÈìä è A  ÷  ? m ä{á]ã«ÛÀÜvçŸä{å™ývÜã‡Üß
à™â v÷ ä{á
å   øvçŸä ývÜè”á‡ä àdè”ådìràdß«ä Üè‹ã‡Ü)çUÛ6ê6Ý'Ü߇ÝÀì{ådèÀÜWä è
 ã‡Û”Ü|ý|å™ß dä è-
m  ÷?å™è”ç 
? m ä{áNåUá«éå™ì{ådß±ÿiÛÀä{é4Ûïÿ¹ÜvÛ'å ædÜ|éådì ìÈÜ)çT ô äÈã«á‡ÜìÈâ¹ä{á`á‡Ý'Ü)éä ”Üçïí6ê¾äÈã4á
èÀà߇ý|ådìò,ÿiÛÀàá‡ÜNçŸä ß«Üéã«ä àdèFá‡ÝÁÜéä ”Ü)á¥ÿiÛÀä{é4ÛFÝÁàdä è‹ã«á ò ó]å™ß«Ü
ì{ådí'ÜìÈÜ)çoÝÁàá‡äÈã‡ä ædܼòöè”Ü å™ã‡ä ædÜ óKí6ê
ã‡Û”ÜIâöޔè”éã«äÈàè'ó4÷ådè”ç í‹êTã«ÛÀܼývä èÀä ý|å™ìçŸä{á—ã«ådè”éÜWâö߇àý
 ã«ào 7 ã«ÛÀܼàdß«ä ä èô Ààdß`å dä ædÜ è = ? ¯÷rã‡Û”Ü
ý|å™ß dä èvá‡Üã  ä{á¹çÀÜ ”èÀÜ)çoåá&ã«ÛÀÜ`á—Üã¥éàdè”á‡ä{áã«ä  è `à™â@ã‡ÛÀà‹á—Ü
Ý'àä èã4á&ÿi۔àá‡Ü¯ývä èÀä ý|å™ì”çÀä á—ã«ådè”éܯ㇠à
ä{áiì Üá«á¥ã‡Û'å™è := Ÿô -¯Ü ”èÀ Ü 1   | ÷ 

1
   
÷8ådè”ç 
7 1
 
7 ô¯Ú¥Û”Ü`âöÞÀè”éã‡ä àdè =
ä{á¹ã‡ÛÀÜèÃçŸÜ ”è”ÜçTådá¹âöàdì ì à-ÿ]á 

=ò<@ó1H øE< ?



5=ò<ó
D H `ø E< ?
7 D =ò'<ó H Iàdã‡ÛÀÜ߇ÿiä{á‡Ü
S ò  ô ø)úó

ådè”çFã‡ÛÀÜNéàd߫߇Ü)á—ÝÁàdè”çÀäÈè Wá—Üã«á  åá¥ä è,0 !”ô]ò  ô$ùó4ô

UÕ'Ó 

 5  -5 7 )  $ %'2" ° 41.¹´ 0 !¥!K 3 "$41," 043


! +-]. ¹" + !g12+)"$*¥; "$;" 12*]`*2" ¶" N9:—; " W" *¹-2—¼1 *21,-)§ º1.2  "$#$%'& ¦À 12.+-
5]< 3 0 +-.K"$*i*,"$!#² 3 $¹3  !¥;1.,3 "$4'" 12—,²-.;1240 12" 9'Î6. 3 ¹!K  1," ²  " —2*+@41
 "$#()& "$*2+ ² "$"$*
?(  /  ,§i 0  ..*,² 5@<)" K1 K*2" 4$ *,1.0 24" 1 1,+-3 .)"$ 1 9‹041,3t +-r0 9: 1," 3 (d" #;½1.2—!¹"$·—
!K-*20 1?3 (d¥²-240  $;1 04123 +-i3 20)"$ 1 3 91,+-04¥3 9ˆ ;123 " + *.¥ 3 1 0 -2*#*,²;3 " 9ˆ§N1204+-3 i( 3  )2§ r1&
(   ,§` .2—*,² 0 )" ]1 1,+-¹ 3 " 0 12.*.;1," 3 9'04 3 *212.0 4" 12* 043 1,+-0 ¹.)"$ 1K!& *21(d0 &3²-.4  5”1 
 " 0 —3  !K( 0 " 412" 043 3 041," #3 " 1,+-K043¼ *. 0 9'04" 3 ¿-4 3 " 1{§N *212.4" 12* 3 9”12+ ¹2)"$ 12* 9”120 + 
39ˆ ;12" 0 *@r+ 3 *2?04 3 1 3-04-3 .» *@3 *2²d" 9:° §]1,+-3 ?(   20 § 3 043 3 0 3 0
3 4
0 3 0 4
0 3 0 0 3 5
 5 É 3 1,+ "$*¹²-4²d— 12+ ¯² + .*.-  ,2 — " W!¥.+)" / .`"  (d] *.I9 ¹ §W9: 1," *21,"$!¥41," 4$
2" 12+-! ,21.24" " $ .&9 À1,+-²-.!¥;3 123 8*21,"$!¥41,3 " ²- —-. ,21.0 *,12" $ 3 .¹9 ”3 1,+-r04 3 !#²  12412" 043 9d12+ 04 »
9ˆ ;12" 4 3 - 3  0 0 ,2²d—,9 2!¥ /.¯9 1,+-¥04 3 .40  "$·412" ;-23 § 0 "  —2 0 241.¹*
5 5
043

1.0 *,1K*.;1
*2" ·—3 12 043I  *° 1 " 3 " 1{§  $0 *.* 312+-," 0 *.K*21241. 3 043 0
3 0 3 Â 3 3 0 5
 5 @ Ä "  12+- !¥ ,21.*218*.;1 .&²d—,+-4²-*Á8*2+  $]4$* -*. ,212.4" *.;1 & .&( )1812+ + ( (§" *212* 1Á12+-2
2*2° 1 3 3 0 0 3 0 0
 @-5 *2@1,+-@12.! , ,"$ 12±+§²d2²   /.¹1 !#² + *2"$·1,+-4181,+-!¥41,+-!¥41,"$4 ( ;1r *2"$ 2—
*
5i"$¸ *À12+ ²-4"  
    0 r+-3 .
O" *”1,+-*.;13 9™² 0 " 1.*'+)"$.+¥ " " 12+-r+§²d2²   @  0  "$*'²-043 21,"$; $
0 0 3
.+ " —?9 12+-? " 1 .!¥4 +-*           .?" d—2 1 2"$ 1.=+§²d2²)$ * 3 3 3
0 0 3 3 0 5”< 3 3 0 3 3 5
º-2+=¥*21 9  ² " 1.* r+ "$2+`*2²-     )"$!¥ *," 4À*, (-*2² — 9À& " *,²- 2?*.4"$
%
5 1 ( ,2"  0 —24-² 0 3*2" 1," .   ! 3   3 3+-r 043 ;½¥+   9d?0 *21 93 O² " 12*Á"  .4
"(
² 0 *2" 1," 3   3 * 0   043  )"$!¥ 0 *," 0 0 4‹0—*2°"$!#²)$;½ 5”12+ <  2041,"$3° * 9r+ "$0 .+¯.r1,0 +-² " 0 1.3 *81,+-3 !¥*.;3  *
0 +-)04—3 ," 41, " 3 9‹3 1,+-(  ¯*.3 *,-!¥ 043 *Á1,+-4112+ !#² "$° ,"$462" *2¶¥ 0  .* " 9 .!# 0  3 §i1 12+ ;12° -4 5
(
5]<2" *2¶K*À12+-°  -04!K 3
(d0 — 9-12.40 " 3 "  (-*. 41," *Á" —2*.* ³Á4² " ¶ 043° 3 0 0
3 0 3 3 0 ° 4
0 3 3 3 "( " 5  3 —*2*.2§& 3 ¹*2 ¥"  3 1
 )" 1," 9 1,+ "$*?"$*?1,+-41? "$ !   È  r+-2  "$*?1,+- -!K( 9812.4" " =*2!#² $*K 
 043 : " *041,3 +-0 ³´F 3 12 0 ²§ 0 9”1,+-?*21 0 9À ;"$*," 043 9: 3 ;12" 043 * ³Á4² 3 " 3 ¶  "( "'& 0 ³'4² 3 " 3 ¶ 3  "$"$* 5 ¦ 0 r 3 3 §
*.;1 9-9ˆ ;12" *'r" 1,+¥" " 12³´I)" !¥ *2" 1,+-8³´t 12 ²§K"$*    ! ++- r9 Ÿ12+ —*2r *.*2" .*
1,+-?0 .¿ 3 "$.
043  " 9 .!O3  Â)3 . # 3 * 043‹1r+ $  ± 3 * 0 ;" 12+ —0  *r12+ 3 ( 0   Â
3 0 043° 3 0 3-0 0 3 0&3 0 0 3 5
# +-.&"$*? " —# !#122" ¥" 122²-2;1.41," 9 12+ ¥)-4”²- ()$! +" 1?"$*( *2"$4  § " 
1,+-#1{
5]<; *.*,1@² " 3 1.* 9À 0 ;½
+  3  * 9Ÿ1,+-?1{ 043 *.;0 12* º 0  3 3 0
0 ? 0 )3 ? 0 12+-0431 ° .¿-?1 (d0  0 5 /  3 3 1,1 3  / .  3 *,1.;" 3 — "$"$# 5
"
!
5 @3 3 Â)3 0 0
"$# &% % % # ( ' *) #
% % % #   # +' , #

r+-.].;²d41.¼" )"$*i.]*2-!#!¥

 1,+-¯2"$4+1#+  v*2"$)  tr+-2 ) "$*¹1,+-]1 124  §
 5  %

 21 "$*,§)!#!¥;1.,"$±12 3 * &" 12+ ).-  0‡° 043 3 3 0


 5 Ç 4 r1,+-41]Ä2—;¶W" 3 )" —*i2] *.t1 0   -3 0 1.]12 3 * 0 
 3 !#²  12* +-3 ?*,0 -! 9”1 .¿% % -% / * ,1 +-K " *2" *,+-1"$*1,+- +
0 043 3 58< 0 0 043 043 3
( ) # 1% % % #  2 0 # +'  , 0 #  ( ) # 1% % % # 3 2 0 # +'   0 Ì 056
Í4 # 7) # .% % % # $ 8 # ( '  8 4 # 9  5  (
  
0 0

& 5 É 3 1,+- 0 ,"$4" 3 4Ÿ9 0 .!K $41," 043 ³Á4² 3 " ¶ "( " 1,+-;§±24 $ ,.;½12.!¥ ° ;1 0 2* 5 .
  5ö/ § ,. ;"$*2" 043 9: 3 ;12" 043 .=¥!¥ 3 ¯9: 3 ;12" 043;: =<Ÿ r+ 0 *2i*2"$ 3 .;²-2—*2 3 12*?12+-i;$*2*¹*2*2"$ 3 —W1 0
 412#² " 1 <
0 3 5
! 5ö/ § ,2" 3 122" 3 *2"$)"$!¥ 3 *," 043 .K@!#— 3 1,+- 3  !&(d 0 9d²-.!¥;12.*Á2¿ " .i1 0 *,²;" 9ˆ§i² 0 " 3 1 043 12+ 
!¥ " 9 $
3 0 5
« 5 @ 1. 3 412" ° ; § 043 ¹ 3 24-&1,+-41 4" °  3 12+-K9 0 .! 0 9”1,+-K* 0   1," 0436 12+ K² 0 *2*2" (   Í !K-*21 "$K" 3 
*2)(-*2²- 9”)"$!# *2" 
0 3 043 5
‡ 5{¸W0 2¶]" 3 ²-.;²-2412" 043‹5
* 5ö< +- 3 ¶*1 0  5 º! 0  ¥9 0 ² 0 " 3 12" 3 ]1,+ "$* 0  1 5
% 5,7  3 §¯1,+- 3 ¶*r1 0i043  0 9Ÿ1,+-K. ° "$;.*r9 0 ² 0 " 3 12" 3 i12+ " * 0  1 5
 ( 5ö< +-] 0 .]¿  .41,"$ 0 ² 1,"$!#" ·—¥"$*¹4( 0  1 (>  " 3 —* 0 9´
?@? 5N< +-]+ "$4+-#$ ° ; 0   1 0 +- 3 $
.+ "  9À 1²  )-;1.* .+ ¶"  É ;12 "$*¿)" 1.K !#²  ½± = *,"$ .4() §
$2
3 0 0 0 3 3 ¹ 0 3 043 5
# 5ö< +- 3 ¶*1 0 Î 5 ?4 9:!¥ 3 9 0 ²- 0—° "$" 3 ]!¥r" 1,+=1,+-*.K.*2) 1.* 5
" 5öÇ —4 d1,+-4181,+- ,.;"  " 3 $ .¥*2"$ B ADC 4!# — * ,.*.!¥4 $*21" 1.r.412—81,+- 8¿-4™1 .N@ * 12+-2
"$*¹1{§² " 1,+-K;12-4Ÿ9 .!K3 $¹ "  3 " ³'4² " ¶  3 "$"$* r+ " .+`ÉÁ+- 3¯ ?0  ..;12—±0 +-5 . 0
0 3 0 ° 3 3 3 ° 0 5
!> > 12 9 @½!#²   1,+-411,+-¹"$*212 #(d;1{  2§=² 4"$ 9 —,12" —* 9”12+ #*2§!¥!¥;122"$&*2" !#² $;½
5 "$*Á0 1,+-*20!¥$ +À*.F  E'¿ !$% 3 3 ° 0 ° 0
5 H5 G@0  °  ¹,"$ 0  0  *8²- 00 9‹"$* 3 —   3 ]*89È'*ɔ¶ 3-0 "$*8$2¶" 3  5
! +- ¶*1 º+ ‡ —§ 9 ² " 12" i12+ " *  1
5ö< 3 0 I-5
6 »{< 0 0 0 3 3 0 5
!$! ³ ³Á4² " ¶ %Á," 412¹´ !#!& "$412"
5 5 3 ° 0 3 043‹5
! +-.?"$*@ 4 1. 412" #(   &!#"$4+1-*2 !¥; §=1,+-41 2.*2² )" ¯1 12+ ¹*21 9”1 124  §
5ö(<    3 412" ¹9: 1," * EÁ¿-41," È -3 !$# " ³'4² " ¶ 0  "$"$*04 ,3 3 80   9 @ 0 *.*0 9ˆ 
3 ° 0 3 4
0 3
1," 0 3 *124¶" 3-04±3 1,»È+-3  4 -° ¹·— 3 04 3   `" 049'3 1,+-¹5 —!¹² "$23 " —4'2" *23 ¶¯"$*· 12 5 +)"$G*0 (  ° ="$*0  0 *2—1,+-3  »
043 3 ° 0¯0 043 R 3 - .
R Y 0 0 3 00 3
1,+-41@" EÁ¿  r+-  K  JMLDN O PQL A JTSVU  SW$N O PQLDX S Z   % r+ "$.+=" *1,+-?*.?+-.
3 5 3 ° 5
!4 ³ $ · %'2" 41.¹´ !¥!K "$41,"
5 5)/ 3 ° 0 3 043

m-2( ‹Ô$‹ÒØ


t
E
7& !¥5 ;1,5 + ±" ²-4361,12— 5 7t. 5À /  ° " 1," $36
 "$·.!¥ .  —2!¥  FÎ É
3"  5 ”
· 
5 Ç0 043 5Y< 0
+- .;12" —49   412" * 912+ 
² 1. 12"$49:  1,"
0 3 043 + 0 0 3 3 40 3
0 3 3 0 3 40 3 3 3 \5 [ )“ {>]#ŠÈÈ–IŠ–™Æ^r….]¥{…!_”–- Ž,† !$* #$! )#( "$%4 5
 1,+ §v v> "$* %À¯$ " W  ;-24 ;1{ 2¶* É ˜‹š …?Š–™ÆŒ2‡ti„Ž,Šˆ–V˜‹š)…ƒŽIŠ–™Æ
7t5 3 043
K…—“)Ž,Š† K…—
'3 Ž 4‘ ²-56/ * %$5 "4«)%$"( "$"$3 * 3 5 3 3 3 0 5 3
3 412+-3 !¥41,5 "$4”0 *2* " 412" 3 9À@3 !¥3 2"$5  3 …ƒ>]¥…‡ÈŽFŠ=Ž 
 %  ;121=  E 2  *212;"  Ä !¥;1.,§T" $ "  É ²-W1 4² ²d
5 5*2/ + " 3 43 1 Ï 3 ´ 5"$/ "$# 0
´ ¸ 3 4
0 ‹
3 5
" *2+ ² ?…‡“Ž2Š†?…‡
'Ž ‘;ŽrŠ {…‡Ž;–K^…ƒ•ƒ.›–-ˆ È– ´Á$2  $
5 Á
5 7 0 4
0 N
3 0 5 %Á2*.* ½9 . "$"$*
³ 5 7t5)$ / · 0 5 º.+  ¶ ² 9 ) 12+  ´ -2—* ³ ³'45 ² " ¶  3  043 ³'1,12+— 0 ´ !#²-,"$5* 9 "$; (-*.
5”( /  ;3 1¹28/ 5  " 12" 0  0 4 
G2¹ " 1,+-5À!¥ / *& 
-*20" `.45” / "$*,12"$  t! 5  ;$* 3 É ´ 3 <?5   54$*2(  0 . 043F0 º° ;$  ´
³0 2(- - 0 3   043 º 0 )+  )" 31 .* 0 5 3 5°043 7 Ÿ¸¾56°043 363I-5 5
0  6
3 3 
/ 5 3 0 0 5[ Ž;È Á•—ÈŠ † ?…‡“)Ž,Š † K…— 
' Ž 4 ‘ >_ [   ²-* !$*K !$*$% -/ , " 36
 "$"$% º²-2" @Î6;1,-.K> 12*" ´ !#²  12º;"$  ³   !
/5 56/0
E 5 *2 3 É 567t5 Ä@ § 043‹ 0  3 W³ 3 5 ³'0 4² 3 " ¶ 5 µ12.3 4" 3 " 3 `0 45 $ 0 ," 1,+-5 !g9 0  0 ² 12" !¥4!¥24" 3 ;$*2*2"  2* 5 É 3 ;Á ƒ:š
–-–-“ Š † = Ž ‘2š) v; – _”Q ]™“){Š :–™Š†6‰‹…ƒŠŽ;–-ˆ–›I˜‹š ….Ž  %'" 1,1.*,( -24+  "$"$! 5 ´ 7t5
[ !¥*  .+W `Î"  ]?4 9:!¥ º !¥&*2124( $¹!¥;12+  *9 @4$;  412" =" 21,"$¯ `*  " ¯*2§!¥!¥;122"$
I  " —@ÇK*25-§/*212!¥ 3 * 3
. 3
]   Q 
] 365 0
 0 0 3 3 3 0 ° 3
!¥3 *  .+N 5  =΋" )±?4 9:!¥  {Š  :!¹– ²  124 ö12«"  ( 4+ 8 %!¥‡ ;1, + ( " = 9 "($r( 125 +-K" ) " 12¥¿  .41,"$¹²  .!#!#" 

Š ˆ
 š … ¥ 
Š
 :
 ‡
• K
‘  & .
•  ™ )
“
I ²- ( $ÇK! 5™/ ‰”3 ˆ–™…ƒŠŽ 3 † ›…«Œ—3 Ž,Š±Š–™Æ¯: ‘ 36!5 ™† :•ƒŠ 0 È–-‘ 4 + 4043  (  "$0 #> 0 3 Â)3 0 3
´ 0 ´ 5  .*@  [ [
º2+  ¶ ² 9 É{!#²  " ¥1,+-K;-.;§± =*2²d 9À*2)² ² 21 —;1 @$ " ]!¥.+)" * 5
É M5 I-5 5 / · 3 /. 5  0   0 5 %À12*.2+-0‡° 3 )" 1 .* Æ#"4Š–™•ƒ…‡‘K3 ˆ–K…—“)Ž,Š0 †$;–%;Ž ]¥ 0 Š :° –&0 Ž,‡•ƒ…—‘ƒ‘ƒ3 ˆ–3 ›('$‘ƒ{….]#3 ‘  5
3²-` t
7 )
5
*  ( *‡$ # ´!K(-,"$ =
7 0 -7 t 5 I
 0 ‹
3 3 K
<
  "$"( 5 É %'.*.* 0 [
-2* º"$!#²  " =*2 d7²)² ,1 ;1 57  <;"$*2" 2 5  —* É Î . ·¥º4" 1,1. )" 1 
/ ;–- …‡Ž;–™5 Š :–™Š† _”–%…—Ž,…‡–™0 •ƒ…¥° – 0 Š•šˆ–™…&04‰‹3 …ƒŠŽ;–-:–› 5 ²-3 0 * (3 '($( 2" É 1.4 0 § r"$Ž,"$—% •ƒ…ƒ…ƒÆˆ–.›‘K  ?ˆš …¯˜‹š:Ž )
´ ´
5{I-…ƒ…—5 –-:5š*  ?4 9È!#
´ ´ -.*  " $)" ¯ 4  §`" 2"$ 1¶ ;$* É rŽ,—•ƒ…ƒ…ƒÆˆ–›‘#  K-/:š)= … <   (+',=5Á7= Ž 0‘2š) v3 - – 'd“ !)36Ž;5
5 .dI-….5 •‡{5 /Ž Š•š5¥
ˆ–™/ …‡0 ‘ /ö ±3 Š !)0 ….Š2Ž 1  "$3"$° # 5 3
3 5 3
´ ´ -.* %  " .*.2+   241.*2.+ º)² ² 21 ;1 ;(=²-$+8+121,² + 3#3«* ! 2*...+ (;  $4(-*  !
5 I-5 .+ 5 / " —4À2;² ,51 ΋3 - 1 3 .+ ÇK+5  G 4" —* 5 0 ° 0 ° 5 5 » 5 0 5
 "$"$%
´ < ´ 23 12*@ ±³ 0 ³Á4² " ¶ 3 º<  ² ² 3-0 21 0 ;1  ;1{5 2¶* !> + !(4‡)
5 ´ 0 -. 13  =Ï 5 " 3  (,5 1 0:š)‡Æ° ‘& 0 3 Šˆš ….]¥ 0 Š :•ƒ 
Š ;
•
5 Š† 8š4‘ƒ:•‡‘ É 12.*.;"$  
š :
 ™
– &
… ‹
‰ ƒ
… 
Š ;
Ž -
– ˆ
 
– ›  !$"(  "$"$*
5
ÇK
΋-5 ¹Ï 0   3 § 3 6 Î 5 *.·;5 7 G5 Ä@§  0 5  …—W Ä 45 ( ?Î- *2"
- 
r ,
Ž 
 .
Π
Š —
Œ ˆ
 † ˆ
 ƒ
‘

5 :•I3 ˜‹š)…ƒŽ =3  8 Š"$ * …‡ Ž;5 – ^…ƒ•ƒ.›–-ˆ :– º²-," 
³'—,$ °  0 ² ²  "$41," 0 * 9 0  Â641,+-3 !¥41,"$*0 ³  0  ; 5  "$[ "$% 5 3
4
0 3 0 7 0 5 5
G¹5 Ï#Æ "4,Š-–™.•ƒ¶…—‘? :& ´ ´
5 I-5 5d/
-.* Î ?4)9È!¥  º! $  W³ ³'4² " ¶ º ² ² ,1 ;1 ¹2—2*.*2" !¥.+)" *
5 – Ž,‡•ƒ3‹…—‘ƒ‘ƒˆ–5 (
› '$0 ‘ƒ{.… ]#‘ 3 " +  *$5 *‡  % 3  "$5 "( 5
0 ° 0 043 3 5
[ ¦Ÿ$;1.2+- – r?Ž,Š…‡•‡“) Ž,:•ƒŠŠ$† † ƒ%– …—: Ž š)]#‡ŠÆÈ‘KÈ 9 (:;™  ]# <‡Š :– 5 I0 3=¸ + " $
 ;


§  `
 º * É  ! ±
 —
 
 " 2
1 "  "$#(
ÇK º1,5 -21Ä!¥5   !E' "  "   *21 .¶ >@;-.4 1{  2¶* ¯12+-?3 ( " *8043 3 23 "$ 5$ K3 )"  —!#!¥04 36 ?…‡“Ž2Š5 †_”>]™“) Š!)
 :–  + ) *$#  "$"$! 3 3 / 3 3 0 5 3 0 3 ° 3 5
¦ Ä@"$ *2"  ¿ " 45   —(d1{8— *,²-.*284² ²- ½"$!¥41,"  #*, ² ² 21 ;1 '!¥.+ " —* K…—“)Ž,Š † _'> ]d“{Š :–
5 /ö{¯Š0 !)5…ƒŠŽ2173 =@_Ÿ„ _6° ‰ 3  …1]# < 3 —’ ˜  [  "$"$#
0
5
043 3 0 ° 0 3 5
É Ä@)§ ³ ³Á4² " ¶ *. Î 1,1   Tº  º  $ º122-;1,-.42"$*,¶|!#" "$!¹"$·412" 9 i.+-212
5 .  0436" 1," 5 #Æ "43 Š–™•ƒ/…—‘? :5'& /?0 …‡“)Ž,Š$† ƒ58%– / 0 Ž ]#0 ŠÈÈ& 3 rŽ,‡•.5 …‡‘ƒ5 ‘ƒˆ–0 ( 5 ‘ƒ{.… ]#‘ + 3 043 0
0 34$! 0436*  5 [ – 
 
 – › $
' 
   ( ( "  "$"$!
5
%
5 Ç&5 — G  0 5 [  =:† ´ÁŒ.…‡+-Ž;>2'?$* Š•ƒ…@rŽ,+ Œ—† * …1] „@—Š È5 Ž;B Ï A 5 ³Á–™ Š3 † > ‘ƒ:0 ‘ *,1.2´8 3 !&`(-´ ,"$0  !# ²- ¤ 3 § " É 3 . *2"5$1{§= "$%Á%2( 5 *.*  "$#$*
Ç0 .+ 5 " !¥ G* 0 3 ;3 ½1&—412 2"$Ç& ·45 1,"I0 3 "041236+t50*2 ² ² ,1 [ ;1 ¹!¥5 2+ " * —2+ 3 "$° 4.;² 21 ÎÀº=³É,É2É? 5 >-!K(
!
<?¤ $ 5 I0 " .*2" 1{§ 5Å9”< Ï ,1.!K  0 "$"( 043 9:1,² + 3#3‡9ˆ12² 4" " 0 9 .° !#4120 " ¶  "  3 212!K5V  <   %3 3‡² )($3 ;²0 212*3«2;² ,1 ! ² *
Î ?4 9:!¥ 3 ° 0 0 3
º  " 1,+-8¿²¹²  ( $!Ã9 ‹*2 ² ² ,1 1 Ÿ1.24" "  É Ž,‡•ƒ….…ƒÆ:–›‘@ 8:š)… <   +'D= Ž 4‘2š)  5 » 5 3 0 5 3 » 0 3 5 Ç 0 0 5 5 C
À 5
5 & – 'd“ !)36Ž;0 5 .d0 ….•‡° {3 Ž Š•šˆ–™…‡0 ‘ 0 /ö ±Š !)0 ….Š2Ž 1  "$0 "$# ° 0 3 3 5 3
 >   !    `º ³ ¦ !#" ƒ–- Ž,‡Æ“ •—{Ž5 ^…ƒŠ† –™Š† ‘ƒˆ‘ %Á2 1,"$ 4  É   "(
¹5
5 Î 5 0  0.0 *,"$0— ° 3 K–-5 † :–™5 …ƒŠ0 
5 7 3 6
3 5 Ž r36Ž,.5 ›Ž,>Š ]\]#ˆ–› 5¹7 ‡Ä.— [ G "   >;5 F  E 3 2¶  » "$G %$"
0 5
3 5$ 5
Ä21,+N% ‡´ .!¹"$.¶ K–W‰”ˆ–™…ƒŠ6 Ž Ž,ƒ›Ž2>Š ] ]#ˆ–4› G=˜‹š)…ƒŽ «’ [ † ›Ž;:ˆš ]¹‘#Š–™Æ [ ?™† È•ƒŠ :–-‘ 5 I0 + 3`¸ " $;§N 3 
º * É 5‹7  "$0 # 5
Ï ´ 043 3 125$ !¥2§¯ 5   E  %À.¶ ;–-ÈŽ2—Æ“ •— È–W{#‰”:–™….ŠF
Ž ^…ö›Ž,…—‘ƒ‘ƒ:– [ –™Š† ‘ƒˆ‘ + " $;§
 =º * É 
5 5)7=043 0 3 5 5 5 5 I0 3±¸ 3 043 3 5$
! ±—" 12"  "$"$!
3 4 5   4
0 6
3 2"$4+1 :;dÈ=]¹B<‡Š :– “):Æ… ºÉ{ 5
5  3 ±5 Ä.. 0¹<Ÿ0 24$ 0 5 @3 5 1,+-7t
7=0 3 ¸ 4 @ "$"
*   1," 5 96 .¿- 2412"$²  .!#!#" K²- ()$!¥*" 12+¯(  
I0  . *212I™.5)47= " 12* 'H 0
>:;™  ]# <‡Š :–  ö4 + "‡ « 043= 0 0 0 3 0 0 3
º 043  ¶+-3    5 E [JI
 "$"
*2   `¦ Ä@"$ *2" >  " ²-.)" 5 1," 9Á2+- 12" ¹1,"$!¥&*.2"$* *2" ]i*, ² ² 21 —;1 
5d!¥7 .+)"  É 5 rŽ,‡•.…ƒ3 …ƒÆ:–›3 ‘N `5 :š) … 0K>K+5 KL04= 3 3 Ž ‘,š   M – K04…‡3I “Ž,0 Š † K…‡N 0
Á Ž 8 ‘  Ž 'd ›–™ŠO †  3 Ž,‡•ƒ…—‘ƒ‘ƒˆ– › 0  ° ²-0 *
3 5 3
*)  * " !# "$iÉ{*2$ 3  ¦ÀÎ  "$"( 5
   $  º! $ Ä 41.*2.+ º.+  ¶ ² 9  + $! .  N³ ³'4² " ¶ %'.)"$;1," =1,"$!¥¥*2—,"$*
r5 »{ÇK ’ Iƒ–-™{5 …‡Ž;–™0 Š :–™0 Š† _”36%– ;3 …‡Ž,…—–™•ƒ5 …]– 3 [ Ž;È5  Á•—ÈŠ;
57 *,  ² ² 21 5 ;1 & 0 !#.+ 5‹" Ç  * É Ÿ/ Ž25 —•ƒ…ƒ….Æ0  ˆ–›0 ‘,
" 1,+t
0 ° 0 3 5 3 † K…‡“3 Ž,Š; † K…— 
' Ž 4‘
²- "$"$" º²-," Î6;1,-.K> 12*" ´ !#²  12º"  —  "$"(
EÁ) *2 5 3  ÁÇ3 0 (d—,1i¦-.; 3  0  3 o¦-3  0 ,"$ 0 Ä@"$ 0 *2" 5 3  3 "$!#²- 5 0‡° v1.24" 3 " 3 t4$ 0 ," 12+ ! 9 0 #*, ² ² 0 21 ° —;1 0 
!¥.+)" * É rŽ,‡•.…ƒ…ƒÆ:–›‘] ¥ˆš B … <   (PK+K>KQ= Ž ‘2š)  – ?…‡“Ž2ŠR † K…‡N
Á Ž S ‘ ;@ Ž 'd$›–™ŠT † rŽ,—•ƒ…‡‘.‘ƒ:–›« ’ KrÆ‘ >
>I TrŽ;ˆ3 –™•‡ 5 …’”3 7 ‰ > ˆ† …‡‘,> ’  > ŽÈ›Š–)+ ’ K >
ˆ† ‘;– ² —* !( %& !$#$* @!¥; "$iÉ{*,$ 3  ¦ÀÎ  "$"( 5
EÁ) *, 3  ŸÇ0 (d21K¦-.; 3   3 W¦-—)—,"$ 0 Ä@"$ 0 *," 5¾< .4" 3 " 3 =*, ² ² 0 21 ° ;1 0 &!¥.+ " 3 *+& 3 4²)²  "$41," 043 1 0
04365 3 PK+K>K _”%– …—Ž,…‡–™•ƒ…K– _”> ]™“){…—( Ž .Ÿ:‘ƒ:–`Š–™6 Æ Š  …‡Ž;– ^…ƒ•ƒ.›–-ˆ :– ²-* «> ]«$ %  "$"( 5
9:— ;12—;1," É
EÁ) *2 W o¦- 2"$ Ä@"  *2" )-;" I12+-
2 12"$!#
 !#² $;½" 1{§ 9?*2 ²)² ,1 ;1 ]!¥.+)" * É
ƒ–-{…‡Ž;–™Š :3 –™Š†3 _”–%;…‡Ž,…‡–™•ƒ…#0 –r0 ŠÈ{5 …‡Ž;– Ç ^…ƒ•ƒ.›3 –-ˆ È– /ö‘ƒ“ 3 Œ.» ]#ˆ {….Æ71 0 "$"$# 5 0 0 ° 0 3 5 3
"   "$! %Á2*.* .4" % ¦Ÿ$ 2§ º4 ' ; ¶ $*2¶§   "   "$! ³';12122"  “ ]¥…—Ž;È•.Š†”Ž,…ƒ•‡ …‡‘#ˆ–
¸
_>ÀG ˆš …#G¹ 5
ŠŽ;8 ?  ‘;•‡:/…‡–-È Á 3•¹•ƒ>5 ]™ “)3 ˆ3 –› 5 ´!K(-,"$ 5d<  ¤ 3 0" ° —2*2" 1{§
3 %Á2—¸ *2* ! 3 =<K)" 5 1," 0436 "$3"$! 5 5
º.+-!¹"$)1 É{  1," 9ˆ§" i*2²d4¶8" 12+±*2 ²)² ,1 ;1  ;1{ ,¶)* É ;–- …‡Ž ;Š•.…9  8Ž,‡•ƒ….…ƒÆ:–›‘ º§ ;§ "$"$%
7t5 º.+  ¶ ² 59 3 3 0 $)°  ( 0 -3 .i³'0 2$ 5 3  "$.+ 3 5
/5 º.+ 0   ¶ 0 ² 9 5 ´ d' “! -.Ž;0* ™. …ƒ •‡{=Ž³ ‰‹…ƒŠ³'Ž;4–-² ˆ–› " ¶ 5?ÇKE'5(½12.;3 12" 0 
*, ² ² 21 ™741.]3 9 i4"$" " ( 5 1.*,¶ É ¤ ¦-‡§§N 
/5 ¤ 0 12 +-0 ,-*.!K5™§ / )" 1 .* 3
ÇK5 0  Ž,‡•.…ƒ5 …ƒÆ:–›3 ‘2’ 5 ;ÁˆŽ;‘ƒ8ƒ –-{…—3 Ž;–™ŠÈÈ–™Š0 † _”–%;…‡Ž,…‡0 –™•ƒ…W–° &3 –™#
r† …ƒ5 Ƈ›…
r Kˆ‘;•ƒ#"«…‡Ž&Š3 {Š
3 5d7t5
ˆ–-:–› @É8%'.*.* 7  3  0 %À,¶ ´ "$"$* 5
º.+  ¶ 5 ² 9 ´ -2—*  ]³ ³'4² " ¶ É  2² .41," ¥" ,"$ *" *, ² ² 21 ;1 $ " ¥!#.+ " * É
/´5 0   0  4$5*,/ ( -. 3 º5   3 5 ´ 3 ³ 0 2( 0  -3  3°  3 º )+3  )0 " 1 2° * 0 Ž;  Á•‡:Š3 †#K 3 3 5 3
‡
5 
° 4
0 3 7 ‡¸ —
5 
° 4
0 3 ‹
3 I
- 5 5 0 6
3 3 
/ 5 3 0 0 [ …—“)Ž,Š†4K…—
'Ž 4‘
L_ [   ² 
 
 —
 *  (K *$! —
 ,
  " "$"$% 
º -
² ,
 " 

 
 
 6
Î 
 
 ,
1 -
 2
 &
 > .
1 
 r
* " ´ #
! ² )
 .
1 
 
 
º ;
 $
"  
  ³  ! 5
º.+  ¶ ²)9 % º"$!#.  º! )/$  36&³ ³Á45 ² " ¶ 3 %'2" Ÿ¶ r$ 0 " *23  ²)² 0 ,1 1 '¶3  ;$* 0 É 5 2 
/5 ?0   0 *  5 ]º º  $ 5 )" 1 0 .* Æ#3 "«Š–™•.5 …‡‘r:– 3 ?…‡5 “)Ž,Š†40 ƒ–%3-Ž 0 ]¥Š :–(3 Ž2—•ƒ…—‘ƒ‘ƒˆ0 –›6'$° ‘ƒ{0 …1]¹‘ < 3 ´85 !K3¥(-7t  2"  5&I 0  36
7t5 3 É %Á3 2—*2* 5 É 0 ²-.*2* 0 M[ )7
 "$"$#
º.+ 5Á 7 ¶ ² < 9  º!5 3 $  `5    $ >  " K !#²  1 4 §*2"$*K*i¶ ;”;"$ 4 -¥²- ( $!
/K 5 …—“)Ž,0 Š † _” 0 > ]™“)5 {Š :0 – 3 5 »{Ç&5-7  5 043 3 0 043 3 3 3 3° 0 5
 "$"$# É ²-2*.*
º2+  ¶ ² 9  º!    5 3   $ ´ ´ 5 -2—*  =³ ³Á4² " ¶ º ² ² 21 1 !¥;1,+  *"  — " 
/ 5 ¯9È0  41,0 -.?;½51.21,0 " É 5 »{Ç&5-7  5 I-5 – 5-/ _”–›Ž,…‡‘ƒ‘K3 –&K5 …—“)Ž,Š† 3 K…—5 
ÁŽ 4‘00 /ö{¯° Š !0 …ƒŠŽ21 "$"$0 # 3 3 3
3 º2+  ¶ ² 9  º 04 365 ´ 3 -:.–-ˆš * [ ¦ “‘ƒ Ä@Ž,Š"  † :Š*29 " % >@" § 4" % 4"  t³ ³Á4² " ¶ ´ !¹²-52" `*2 ² ² ,1
/5 ;1 0   0
!#.+ " 5 *r" 3 1,+N4-5Ÿ*./ *,"$ ¶ ;5 $*1 0 .)" 45 Ÿ(-*20"$*@9:Á<  ?5 1," 0 ;$0 *.*," 3 .* 5 PK+K>K 3 ˜-Ž,5 Š–-‘ >R0 'd ›–>;3Ž,‡•ƒ…—‘ƒ‘ƒˆ0–›
° + 0 3 3 3 0 3 043 Â 5
 * !( *$#¹
  !( %$*  "$"( 5
+ º+ ‡ —§  %À;12—±Î ,12 1,1 (,1`´ "   "$!¥*   ,12"  12+ §  9:.!# 2¶|9 
I0 *21223  1,-24,»{<"$*2¶¥!#0 " "$!¹"$·412" 58/ É Ž,‡•ƒ….Džƒ 
Æ :

0 –›‘2’ :š 5Á¸ –-–-“)Š† _”043‹–%;…‡Ž,…—3 –™•ƒ…¹7 – _'3 >]d3 “{Š04 3 :–™5 Š†‰‹…ƒŠŽ;–-ˆ–›N˜‹0 š)…ƒŽ0 
²-* %$#‡' ( %  "$"$% 3 043‹5 3 [
5
I0 !#+ "$3 ·4º1,+-" ‡8 » < —Ÿ‡§) 40 1.  %”);²d12 & Î  5/ 1'+),"$12 .1,.1 2ŸÇ+ @"$0 * (d21¹ ´ "   "$!#*
.+ 5™"$¸ 4-.;² 2041 36>@ 3  ´ 7 Î 3 .3 + "$043 4 5 ² ,1À>?´
  21,"  1,+ § º122-;1,-.4'2" *2¶`!#" "
"$% $*
3 »
 "$"$%
4
0 i
3 —
0 ° » 3 3 r
5 < 3 0 0 ¼
< < 3 Ç 0 {
» r
< 
Ç » »
 º! 5 $¯  º.+  ¶ ² 9 i¶ ; (-*.N!¥;12+ `9 @²-41,1. 2  " 12" .2—*2*2" 4²)²- ½"$!#412"
 5  0 ²243 1 r/" 5 —2*2" 0  0 5 † ›@3Ž;:ˆš ]¹È•.Š9 3 /ö{» ¯Š!)…ƒŠŽ21 0 0
 "$"$#
3 0 3 0436 043‹ 0 043
 º! $ 3 0 0 
3 °
º.+  ¶ ² 9  ` 4
0 ‹
3 5  [   $ Ä .4À *21@9: ;12" *9 *2 ²)² ,1 ;1 ..*.*," 5 É ?ˆ–-:š
5 “)‘ƒÈ0Ž2Š† Èd/Š – 5 _'–›0  Ž2…—‘ƒ0 ‘K&
B – 3 K…‡“Ž,Š5 »  † Ç&?5 …‡7 
'  Ž 0 ‘ 5 /ö ¯3 Š !…ƒŠ2Ž 1 0  "$"$3# 5 043 0 0 ° 0 04365 3
@[ ½ º! $  +-2Tº.+  ¶ ² 9  F 4-* (d21   $ +-
 1," (d;1{ .4 $,"$·412"
²d.I-45 1 .*0 
/*, ² ² 3 21 ;1 0  ¶—0  ;$* 3 † ?»{Ç …‡  0
' Ž  ‘ 7 /ö ± Š !)5 ….Š2Ž < 1  "$"$04# 3)5 3 043 3 043
0º12" 1.* 3  Ä0 !¥!¥° 2!¥0  ³ 3 ³Á45 ² ?" …‡¶ “Ž2Š³ 

0 ³ ¶ ´ 41,¶" *   *21 º ² ² 21 1 ¥ 
7t 5 ¹5  !#² *2" 041,36" 5 .+ " —4”2² 36 ,1 5 §4 3   5 —0‡§N ° ´  $5‹¸  ;² 3 21 3 -!&I-(d56@ ¸ ´rºÏ 04365 "( !$0! "$° "( 0 3-0—°
Ä@"  (d0 21?º120 . 04 365¹ƒ–-<  Ž,—Æ3 “)•‡ :–t{ 0 ?)Ç™@† È0 …ƒÆ GŠ0 :š)1…0 ]#ŠÈÈ•—‘ 0 ; ™Ç$*2$;§ 0 ´8!& 3 ( 2"$ #%Á.*2»{* <rÇr» »
 "$#$%
5
³'  23 (d;5 " É 1.2" @² " 1!¥[ ;1,+  * +”@  2" 1,+-!¥*5 ¸ 
9 .!K » $41," * :H^'

> _ > 
]  5 “ ˆ–›
ÇKM5 I-5 3
 "$"4
5 3 0 0 3 0 0 3 0 043 5 [ I '  d %) {4 + $  !‡4
³Á5  )—,(d" Î
ÇKº5 I™125 412" *21,3 "$*
 +-
5 ²d.41,@" * 3 *.3 .2+ 0 %Á,0" 3 ;1 0 ¤ 0 " 2*2" 1{§  "$"4 0
" 122" ² " 1  K9 ¿  .41,"$¹²  .!#!#" 
3 5]<
.+ "$4Á2² ,1 %' .!O"
3 0 0 3
³ ³Á4² " ¶ 4
0  3 Ç
K‘ƒ ]¥Š :–F &…P)…—–™Æ…‡–™•ƒ…—‘i„@Š‘;….Ƽ– K]™:Ž;:•ƒŠ† &Š{Š {ˆ– ^“)‘ƒ‘ƒ:Š– 5 3 4
0 3 3 °   5  @
> 4
  4
¶  .
*    "( "
5 E 3 4 " 3 *2+`5 12. 3 *,$412" 043 +rº² 2" 3 ³Á2  >; E 0 2¶  "$#$! 5 Á7=0 0 5
³ ³Á4² " ¶ ˜6š)@ … 
? 
Š
 )
“ ,
Ž ¥
…   
 '
d
 
Š È
 :
 ƒ
‘ È
 È
 ƒ
• 
Š 
† ‹
‰ ƒ
… 
Š ;
Ž -
– ˆ
 
– I
› ‹
˜ )
š ƒ
… 
 Ž   º²-,"  ³'2$ >@; E ,¶  "$"$*
³ 5 ³Á4² 3 " ¶ 5 'd{Š :‘. È•.Š†d‰6….ŠŽ;–-ˆ–›I˜‹š)…ƒŽ + " $;§= 5 `º 3 * É »  >@;FE ,¶ 0 " ²-2;²-.5 41,"
5
³ ³'4² " ¶ º Ä  r"$.+  v º! $ 3 5 5 @ I
 0 º)² ² 21 ;3 1 i04!#3 1,+ 3 o5$ 9 ¹9ˆ ;0 1," 43 ² ²- ½" !¥41204" 365 ..*.*,"
=
3 ¸
5 *21,"$!¥43 1," 5 ±0 *20 "$ 4‹²- 3 —*2*2" 5  0 !Æ "«5 Š–™•ƒ…‡‘?ˆ& – 0 K…‡° “Ž,Š† 0 ;%– ; Ž ]¥Š0  :& – 0 rŽ,—•ƒ3 …‡‘.‘ƒ:04–3 ( › '$‘.{1…0 ]¹‘ " + !$04#36) !$#(  "$"$04% 3 5
4
0 6
3 3 3
Ä. 4+(- º ²)² ,1 —;1 r!¥.+ " —* .;²- -;" ¥¶ ;+ "  (d21*2² —* ]12+-? É rŽ,‡•.…ƒ…ƒÆ:–›‘&  0 3 5  [
:š)… < ¸    5+',=0 Ž ‘2š)°  ¼0& – 'd“ !3 Ž; .™…ƒ•‡ 0Ž Š•;3 š:–™…—0 ‘ 3 /ö{¯Š !…ƒŠ2Ž 1  "$"$# 5 3
°d5 3
*21  Ä!#!¥.!¥ º1," 12* ³ ³'4² " ¶ ³ ³ ¶  N´ 412¶" * Ï *," 1{§=*,12"$!#412" -*," 
I-5 *2)¸ ² ² 0421 36 —;1 5 !¥.+ " * 36-7t —2+ (5 ¹5"$4.;² 043621 5 §4 3   5 ‡§¯ 0‡° ´   —3  5 ;¸ ² 21 3 -!K 5 (d3 ´rºÏ 043 3
0 ° 0 3 5@< 3 0 Ç0 G@0 0 0 )Ç 0 3 »{<rÇr» "( » ! "$"( 5

You might also like