<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0//EN" 
               "http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [
  <!ENTITY mathml "http://www.w3.org/1998/Math/MathML">
]>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja-JP">
  <head>
    <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
    <meta http-equiv="Content-Style-Type" content="text/css" />
    <title>ガンマ関数</title>
    <link type="text/css" href="../stylesheet/report-new.css" rel="stylesheet" />
    <script type="text/javascript" src="../script/ykanai.js"></script>
  </head>
  <body>
    <p><a href="numerical.html"><img src="../images/HOME.GIF" alt="上へ戻る"
      id="up1" onmouseover="mouseOver('up1', 'border')"
      onmouseout="mouseOver('up1', 'nonborder')" /></a></p>
    <h1>ガンマ（Γ）関数とベータ（Β）関数の初歩</h1>
    <hr />
    <h2>1. ガンマ関数の初歩</h2>
    <p>これからの内容については、微分積分学の基礎と、初歩的な複素関数論についての理解を前提にしている。</p>
    <h3>1.1. ガンマ関数の定義</h3>
    <p>ガンマ関数
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>&Gamma;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
        </mrow>
      </math> は複素数 <math display="inline" xmlns="&mathml;">
        <mi>z</mi>
      </math> を変数とし，その実数部 <math display="inline" xmlns="&mathml;">
        <mrow>
          <mo>&Re;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
          <mo>&gt;</mo>
          <mn>0</mn>
        </mrow>
      </math> が成り立つとき、次のように定義される．</p>
    <div style="border-style: solid ;border-width: thin">
      <h4>ガンマ関数の定義</h4>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <mi>&Gamma;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
          <mo>=</mo>
          <msubsup>
            <mo>&int;</mo>
            <mn>0</mn>
            <mi>&infin;</mi>
          </msubsup>
          <msup>
            <mi>e</mi>
            <mrow>
              <mo>-</mo>
              <mi>t</mi>
            </mrow>
          </msup>
          <mo>&InvisibleTimes;</mo>
          <msup>
            <mi>t</mi>
            <mrow>
              <mi>z</mi>
              <mo>-</mo>
              <mn>1</mn>
            </mrow>
          </msup>
          <mo>&dd;</mo>
          <mi>t</mi>
          <mspace width="24em" />
          <mfenced>
            <mn>1</mn>
          </mfenced>
        </mrow>
      </math>
    </div>
    <p>この定義より、実数値<math display="inlin" xmlns="&mathml;">
        <mrow>
          <mi>x</mi>
          <mo>&gt;</mo>
          <mn>0</mn>
        </mrow></math> にたいして、明らかに</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>&gt;</mo>
        <mn>0</mn>
        <mo>,</mo>
        <mi>x</mi>
        <mo>&gt;</mo>
        <mn>0</mn>
        <mspace width="27.4em" />
        <mfenced>
          <mn>2</mn>
        </mfenced>
      </mrow>
    </math>
    <p>が成り立つ。また、定義式の変形として，
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>k</mi>
          <mo>&gt;</mo>
          <mn>0</mn>
        </mrow>
      </math>
      に対して次の関係がなりたつ．</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>k</mi>
            <mo>&InvisibleTimes;</mo>
            <mi>t</mi>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mi>z</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mo>&dd;</mo>
        <mi>t</mi>
        <mo>=</mo>
        <mfrac>
          <mrow>
            <mi>&Gamma;</mi>
            <mo>&ApplyFunction;</mo>
            <mfenced>
              <mi>z</mi>
            </mfenced>
          </mrow>
          <msup>
            <mi>k</mi>
            <mi>z</mi>
          </msup>
        </mfrac>
        <mspace width="23.2em" />
        <mfenced>
          <mn>3</mn>
        </mfenced>
      </mrow>
    </math>
    <h3>1.2. ガンマ関数と正規分布関数の関係</h3>
    <p>分散が <math display="inline" xmlns="&mathml;">
        <mn>1</mn></math>、平均が <math display="inline" xmlns="&mathml;">
        <mn>0</mn></math> の標準正規分布関数はつぎのような関数形で与えられる。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>f</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>=</mo>
        <mfrac>
          <mn>1</mn>
          <msqrt>
            <mi>&pi;</mi>
          </msqrt>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <msup>
              <mi>x</mi>
              <mn>2</mn>
            </msup>
          </mrow>
        </msup>
        <mspace width="26.6em" />
        <mfenced>
          <mn>4</mn>
        </mfenced>
      </mrow>
    </math>
    <p>この関数を区間 <math display="inline" xmlns="&mathml;">
        <mrow>
          <mfenced>
            <mrow>
              <mo>-</mo>
              <mi>&infin;</mi>
            </mrow>
            <mi>&infin;</mi>
          </mfenced>
        </mrow></math> で積分するとつぎのようになる。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msubsup>
          <mo>&int;</mo>
          <mrow>
            <mo>-</mo>
            <mi>&infin;</mi>
          </mrow>
          <mi>&infin;</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <mi>f</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>&DifferentialD;</mo>
        <mi>x</mi>
        <mo>=</mo>
        <mfrac>
          <mn>1</mn>
          <msqrt>
            <mi>&pi;</mi>
          </msqrt>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msubsup>
          <mo>&int;</mo>
          <mrow>
            <mo>-</mo>
            <mi>&infin;</mi>
          </mrow>
          <mi>&infin;</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <msup>
              <mi>x</mi>
              <mn>2</mn>
            </msup>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>x</mi>
        <mo>=</mo>
        <mfrac>
          <mn>2</mn>
          <msqrt>
            <mi>&pi;</mi>
          </msqrt>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <msup>
              <mi>x</mi>
              <mn>2</mn>
            </msup>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>x</mi>
      </mrow>
    </math>
    <p>正規分布関数の積分とガンマ関数値との関係を見つけるためには、<math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>t</mi>
          <mo>=</mo>
          <msup>
            <mi>x</mi><mn>2</mn>
          </msup>
        </mrow></math> と置き換えて上の最右辺の定積分を論ずればよい。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mfrac>
          <mn>2</mn>
          <msqrt>
            <mi>&pi;</mi>
          </msqrt>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <msup>
              <mi>x</mi>
              <mn>2</mn>
            </msup>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>x</mi>
        <mo>=</mo>
        <mfrac>
          <mn>1</mn>
          <msqrt>
            <mi>&pi;</mi>
          </msqrt>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>t</mi>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mo>-</mo><mn>1</mn><mo>/</mo><mn>2</mn>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>t</mi>
        <mo>=</mo>
        <mfrac>
          <mn>1</mn>
          <msqrt>
            <mi>&pi;</mi>
          </msqrt>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mfrac>
            <mn>1</mn><mn>2</mn>
          </mfrac>
        </mfenced>
        <mspace width="9.4em" />
        <mfenced><mn>5</mn></mfenced>
      </mrow>
    </math>
    <p>このように、標準正規分布関数の定積分とガンマ関数値との関係を見いだすことができた。その結果、後に述べる <math display="inline" xmlns="&mathml;">
        <mfenced>
          <mn>17</mn>
        </mfenced></math> 式からつぎの定式が成立し、<math display="inline" xmlns="&mathml;">
        <mfenced>
          <mn>4</mn>
        </mfenced></math> 式の標準正規分布関数は確率密度関数としての必要条件を満たす。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msubsup>
          <mo>&int;</mo>
          <mrow>
            <mo>-</mo>
            <mi>&infin;</mi>
          </mrow>
          <mi>&infin;</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <mi>f</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>&DifferentialD;</mo>
        <mi>x</mi>
        <mo>=</mo>
        <mfrac>
          <mn>1</mn>
          <msqrt>
            <mi>&pi;</mi>
          </msqrt>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msubsup>
          <mo>&int;</mo>
          <mrow>
            <mo>-</mo>
            <mi>&infin;</mi>
          </mrow>
          <mi>&infin;</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <msup>
              <mi>x</mi>
              <mn>2</mn>
            </msup>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>x</mi>
        <mo>=</mo>
        <mn>1</mn>
        <mspace width="17.4em" />
        <mfenced><mn>6</mn></mfenced>
      </mrow>
    </math>
    <p>なお、<math display="inline" xmlns="&mathml;">
        <mfenced>
          <mn>4</mn>
        </mfenced></math> 式は、平均 <math display="inline" xmlns="&mathml;">
        <mn>0</mn></math> であり、またその分散は <math display="inline" xmlns="&mathml;">
        <mn>1</mn></math> となること、つまり、</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msubsup>
          <mo>&int;</mo>
          <mrow><mo>-</mo><mi>&infin;</mi></mrow>
          <mi>&infin;</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <mi>x</mi>
        <mo>&InvisibleTimes;</mo>
        <mi>f</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>&DifferentialD;</mo>
        <mi>x</mi>
        <mo>=</mo>
        <mn>0</mn>
        <mo>,</mo>
        <mspace width="1em" />
        <msubsup>
          <mo>&int;</mo>
          <mrow><mo>-</mo><mi>&infin;</mi></mrow>
          <mi>&infin;</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mi>x</mi>
          <mn>2</mn>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <mi>f</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>x</mi>
        </mfenced>
        <mo>&DifferentialD;</mo>
        <mi>x</mi>
        <mo>=</mo>
        <mn>1</mn>
      </mrow>
    </math>
    <p>となることと <math display="inline" xmlns="&mathml;">
        <mfenced>
          <mn>6</mn>
        </mfenced></math> を満たすことを合わせて、それが確率密度関数としての必要十分条件を満たすことについては、簡単に示せることであるが、統計学の問題として <a href="">別の所</a>で議論したい。</p>
    <h3>1.3. 漸化式</h3>
    <p><math display="inline" xmlns="&mathml;">
        <mfenced>
          <mn>1</mn>
        </mfenced></math> 式を部分積分をすると，<math display="inline" xmlns="&mathml;">
        <mrow>
          <mo>&Re;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
          <mo>&gt;</mo>
          <mn>0</mn>
        </mrow>
      </math> であるから，<math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>t</mi>
          <mo>&rightarrow;</mo>
          <mn>0</mn>
        </mrow>
      </math> で <math display="inline" xmlns="&mathml;">
        <mrow>
          <msup>
            <mi>e</mi>
            <mrow>
              <mo>-</mo>
              <mi>t</mi>
            </mrow>
          </msup>
          <mo>&InvisibleTimes;</mo>
          <msup>
            <mi>t</mi>
            <mi>z</mi>
          </msup>
          <mo>&rightarrow;</mo>
          <mn>0</mn>
        </mrow>
      </math> となり，</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>t</mi>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mi>z</mi>
        </msup>
        <mo>&dd;</mo>
        <mi>t</mi>
        <mo>=</mo>
        <mo>-</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>t</mi>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mi>z</mi>
        </msup>
        <msubsup>
          <mo>|</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <mo>+</mo>
        <mi>z</mi>
        <mo>&InvisibleTimes;</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>t</mi>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mi>z</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mo>&dd;</mo>
        <mi>t</mi>
        <mo>=</mo>
        <mi>z</mi>
        <mo>&InvisibleTimes;</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>t</mi>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mi>z</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mo>&dd;</mo>
        <mi>t</mi>
      </mrow>
    </math>
    <p>結局，次の漸化式が得られる．</p>
    <div style="border-style: solid; border-width: thin;">
      <h4>ガンマ関数の漸化式</h4>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <mi>&Gamma;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mrow>
              <mi>z</mi>
              <mo>+</mo>
              <mn>1</mn>
            </mrow>
          </mfenced>
          <mo>=</mo>
          <mi>z</mi>
          <mo>&InvisibleTimes;</mo>
          <mi>&Gamma;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
          <mspace width="27em" />
          <mfenced>
            <mn>7</mn>
          </mfenced>
        </mrow>
      </math>
    </div>
    <p>つまりガンマ関数は，自然数
      <math display="inline" xmlns="&mathml;">
        <mi>n</mi>
      </math> に関する階乗関数 <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>n</mi>
          <mo>!</mo>
        </mrow>
      </math>
      の複素数への拡張となっている．</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mrow>
            <mi>n</mi>
            <mo>+</mo>
            <mn>1</mn>
          </mrow>
        </mfenced>
        <mo>=</mo>
        <mi>n</mi>
        <mo>!</mo>
        <mspace width="28.4em" />
        <mfenced>
          <mn>8</mn>
        </mfenced>
      </mrow>
    </math>
    <p>では，
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>&Gamma;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mn>1</mn>
          </mfenced>
        </mrow>
      </math>
      についてはどうであろうか？ これについては，定義の式より
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>&Gamma;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mn>1</mn>
          </mfenced>
          <mo>=</mo>
          <mn>1</mn>
        </mrow>
      </math>
      であるから，
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>&Gamma;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mn>1</mn>
          </mfenced>
          <mo>=</mo>
          <mn>0</mn>
          <mo>!</mo>
          <mo>=</mo>
          <mn>1</mn>
        </mrow>
      </math>
      とするのが自然であろう．結局，この意味で
      <math display="inline" xmlns="&mathml;">
        <mn>0</mn>
      </math>
      を含めた非負整数
      <math display="inline" xmlns="&mathml;">
        <mi>n</mi>
      </math>
      について，</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mrow>
            <mi>n</mi>
            <mo>+</mo>
            <mn>1</mn>
          </mrow>
        </mfenced>
        <mo>=</mo>
        <mi>n</mi>
        <mo>!</mo>
        <mspace width="28.4em" />
        <mfenced>
          <mn>9</mn>
        </mfenced>
      </mrow>
    </math>
    <p>が成立する．</p>
    <h3>1.4.
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>&Re;</mi>
          <mfenced>
            <mi>z</mi>
          </mfenced>
          <mo>&le;</mo>
          <mn>0</mn>
        </mrow>
      </math>
      の領域への解析接続</h3>
    <p>自然数
      <math display="inline" xmlns="&mathml;">
        <mi>n</mi>
      </math>
      に対して，上の漸化式 <math display="inline" xmlns="&mathml;">
        <mfenced>
          <mn>7</mn>
        </mfenced></math> 式から次の関係が求められる．</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>z</mi>
        </mfenced>
        <mo>=</mo>
        <mfrac>
          <mrow>
            <mi>&Gamma;</mi>
            <mo>&ApplyFunction;</mo>
            <mfenced>
              <mrow>
                <mi>z</mi>
                <mo>+</mo>
                <mi>n</mi>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
            </mfenced>
          </mrow>
          <mrow>
            <mfenced>
            <mrow>
              <mi>z</mi>
              <mo>+</mo>
              <mi>n</mi>
            </mrow>
            </mfenced>
            <mo>&InvisibleTimes;</mo>
            <mfenced>
              <mrow>
                <mi>z</mi>
                <mo>+</mo>
                <mi>n</mi>
                <mo>-</mo>
                <mn>1</mn>
              </mrow>
            </mfenced>
            <mo>&InvisibleTimes;</mo>
            <mi>&ctdot;</mi>
            <mfenced>
              <mrow>
                <mi>z</mi>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
            </mfenced>
            <mo>&InvisibleTimes;</mo>
            <mi>z</mi>
          </mrow>
        </mfrac>
        <mspace width="19.4em" />
        <mfenced>
          <mn>10</mn>
        </mfenced>
      </mrow>
    </math>
    <p>
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>&Gamma;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mrow>
              <mi>z</mi>
              <mo>+</mo>
              <mi>n</mi>
              <mo>+</mo>
              <mn>1</mn>
            </mrow>
          </mfenced>
        </mrow>
      </math>
      は，
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mo>&Re;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
          <mo>&gt;</mo>
          <mo>-</mo>
          <mfenced>
            <mrow>
              <mi>n</mi>
              <mo>+</mo>
              <mn>1</mn>
            </mrow>
          </mfenced>
        </mrow>
      </math>
      の
      <math display="inline" xmlns="&mathml;">
        <mi>z</mi>
      </math>
      に対して正則である．
      したがって，このとき左辺の
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>&Gamma;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
        </mrow>
      </math>
      も，
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>z</mi>
          <mo>=</mo>
          <mn>0</mn>
          <mtext>,</mtext>
          <mo>-</mo>
          <mn>1</mn>
          <mtext>,</mtext>
          <mo>-</mo>
          <mn>2</mn>
          <mtext>,&ctdot;,</mtext>
          <mo>-</mo>
          <mi>n</mi>
        </mrow>
      </math>
      の点（一位の極）を除いた
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mo>&Re;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
          <mo>&gt;</mo>
          <mo>-</mo>
          <mfenced>
            <mrow>
              <mi>n</mi>
              <mo>+</mo>
              <mn>1</mn>
            </mrow>
          </mfenced>
        </mrow>
      </math>
      の領域で正則となる．
      <math display="inline" xmlns="&mathml;">
        <mi>n</mi>
      </math>
      はいくらでも大きくとれるから，
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>&Gamma;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
        </mrow>
      </math>
      は，いずれも一位の極である
      <math display="inline" xmlns="&mathml;">
        <mn>0</mn>
      </math>
      と負の整数を除いた複素平面全面に解析接続される．</p>
    <h2>2. ベータ関数の初歩</h2>
    <h3>2.1. ベータ関数の定義と，その引数に関する対称性</h3>
    <p>ベータ関数
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mo>&Beta;</mo>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>p</mi>
            <mi>q</mi>
          </mfenced>
        </mrow>
      </math>
      は
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mo>&Re;</mo>
          <mfenced>
            <mi>p</mi>
          </mfenced>
          <mo>&gt;</mo>
          <mn>0</mn>
          <mtext>,</mtext>
          <mo>&Re;</mo>
          <mfenced>
            <mi>q</mi>
          </mfenced>
          <mo>&gt;</mo>
          <mn>0</mn>
        </mrow>
      </math>
      なる複素数
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>p</mi>
          <mtext>,</mtext>
          <mi>q</mi>
        </mrow>
      </math>
      を変数として，次のように定義される．</p>
    <div style="border-style: solid; border-width: thin">
      <h4>ベータ関数の定義</h4>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <mi>&Beta;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mrow>
              <mi>p</mi>
              <mtext>,</mtext>
              <mi>q</mi>
            </mrow>
          </mfenced>
          <mo>=</mo>
          <msubsup>
            <mo>&int;</mo>
            <mn>0</mn>
            <mn>1</mn>
          </msubsup>
          <msup>
            <mi>t</mi>
            <mrow>
              <mi>p</mi>
              <mo>-</mo>
              <mn>1</mn>
            </mrow>
          </msup>
          <mo>&InvisibleTimes;</mo>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>-</mo>
                <mi>t</mi>
              </mrow>
            </mfenced>
            <mrow>
              <mi>q</mi>
              <mo>-</mo>
              <mn>1</mn>
            </mrow>
          </msup>
          <mo>&dd;</mo>
          <mi>t</mi>
          <mspace width="19.4em" />
          <mfenced>
            <mn>11</mn>
          </mfenced>
        </mrow>
      </math>
    </div>
    <p>ここで
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mn>1</mn>
          <mo>-</mo>
          <mi>t</mi>
          <mo>&rightarrow;</mo>
          <mi>t</mi>
        </mrow>
      </math>
      と置くと，
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>&Beta;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>p</mi>
            <mi>q</mi>
          </mfenced>
          <mo>=</mo>
          <mi>&Beta;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>q</mi>
            <mi>p</mi>
          </mfenced>
        </mrow>
      </math>
      であることが容易にわかる．
      つまり，ベータ関数は２つの引数
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>p</mi>
          <mtext>,</mtext>
          <mi>q</mi>
        </mrow>
      </math>
      に関して対称である．</p>
    <h3>2.2. ベータ関数の変形</h3>
    <p>
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mfenced>
            <mrow>
              <mn>1</mn>
              <mo>-</mo>
              <mi>t</mi>
            </mrow>
          </mfenced>
          <mo>/</mo>
          <mi>t</mi>
          <mo>&rightarrow;</mo>
          <mi>t</mi>
        </mrow>
      </math>
      と変数変換すると，ベータ関数は次の形になる．</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&Beta;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>p</mi>
          <mi>q</mi>
        </mfenced>
        <mo>=</mo>
        <mo>-</mo>
        <msubsup>
          <mo>&int;</mo>
          <mi>&infin;</mi>
          <mn>0</mn>
        </msubsup>
        <mfrac>
          <mn>1</mn>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>+</mo>
                <mi>t</mi>
              </mrow>
            </mfenced>
            <mrow>
              <mi>p</mi>
              <mo>-</mo>
              <mn>1</mn>
            </mrow>
          </msup>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mfenced>
            <mfrac>
              <mi>t</mi>
              <mrow>
                <mn>1</mn>
                <mo>+</mo>
                <mi>t</mi>
              </mrow>
            </mfrac>
          </mfenced>
          <mrow>
            <mi>q</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <mfrac>
          <mn>1</mn>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>+</mo>
                <mi>t</mi>
              </mrow>
            </mfenced>
            <mn>2</mn>
          </msup>
        </mfrac>
        <mo>&dd;</mo>
        <mi>t</mi>
        <mo>=</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <mfrac>
          <msup>
            <mi>t</mi>
            <mrow>
              <mi>q</mi>
              <mo>-</mo>
              <mn>1</mn>
            </mrow>
          </msup>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>+</mo>
                <mi>t</mi>
              </mrow>
            </mfenced>
            <mrow>
              <mi>p</mi>
              <mo>+</mo>
              <mi>q</mi>
            </mrow>
          </msup>
        </mfrac>
        <mo>&dd;</mo>
        <mi>t</mi>
        <mo>=</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <mfrac>
          <msup>
            <mi>t</mi>
            <mrow>
              <mi>p</mi>
              <mo>-</mo>
              <mn>1</mn>
            </mrow>
          </msup>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>+</mo>
                <mi>t</mi>
              </mrow>
            </mfenced>
            <mrow>
              <mi>p</mi>
              <mo>+</mo>
              <mi>q</mi>
            </mrow>
          </msup>
        </mfrac>
        <mo>&dd;</mo>
        <mi>t</mi>
      </mrow>
    </math>
    <p>
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>&Beta;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>p</mi>
            <mi>q</mi>
          </mfenced>
        </mrow>
      </math>
      の引数に関する対称性を考慮して，
      明示的に対称な形に整えると次式を得る．</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&Beta;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>p</mi>
          <mi>q</mi>
        </mfenced>
        <mo>=</mo>
        <mfrac>
          <mn>1</mn>
          <mn>2</mn>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <mfrac>
          <mrow>
            <msup>
              <mi>t</mi>
              <mrow>
                <mi>p</mi>
                <mo>-</mo>
                <mn>1</mn>
              </mrow>
            </msup>
            <mo>+</mo>
            <msup>
              <mi>t</mi>
              <mrow>
                <mi>q</mi>
                <mo>-</mo>
                <mn>1</mn>
              </mrow>
            </msup>
          </mrow>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>+</mo>
                <mi>t</mi>
              </mrow>
            </mfenced>
            <mrow>
              <mi>p</mi>
              <mo>+</mo>
              <mi>q</mi>
            </mrow>
          </msup>
        </mfrac>
        <mo>&dd;</mo>
        <mi>t</mi>
        <mtext>,</mtext>
        <mspace width="1em" />
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <mfrac>
          <mrow>
            <msup>
              <mi>t</mi>
              <mrow>
                <mi>p</mi>
                <mo>-</mo>
                <mn>1</mn>
              </mrow>
            </msup>
            <mo>-</mo>
            <msup>
              <mi>t</mi>
              <mrow>
                <mi>q</mi>
                <mo>-</mo>
                <mn>1</mn>
              </mrow>
            </msup>
          </mrow>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>+</mo>
                <mi>t</mi>
              </mrow>
            </mfenced>
            <mrow>
              <mi>p</mi>
              <mo>+</mo>
              <mi>q</mi>
            </mrow>
          </msup>
        </mfrac>
        <mo>&dd;</mo>
        <mi>t</mi>
        <mo>=</mo>
        <mn>0</mn>
        <mspace width="6em" />
        <mfenced>
          <mn>12</mn>
        </mfenced>
      </mrow>
    </math>
    <p>また，定義式において
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>t</mi>
          <mo>&rightarrow;</mo>
          <msup>
            <mo>cos</mo>
            <mn>2</mn>
          </msup>
          <mi>&theta;</mi>
        </mrow>
      </math>
      と変数変換をすると，ベータ関数は次の形になる．</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&Beta;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>p</mi>
          <mi>q</mi>
        </mfenced>
        <mo>=</mo>
        <mn>2</mn>
        <mo>&InvisibleTimes;</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mfrac>
            <mi>&pi;</mi>
            <mn>2</mn>
          </mfrac>
        </msubsup>
        <msup>
          <mo>cos</mo>
          <mrow>
            <mn>2</mn>
            <mo>&InvisibleTimes;</mo>
            <mi>p</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mi>&theta;</mi>
        <mo>&middot;</mo>
        <msup>
          <mo>sin</mo>
          <mrow>
            <mn>2</mn>
            <mo>&InvisibleTimes;</mo>
            <mi>q</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mi>&theta;</mi>
        <mo>&dd;</mo>
        <mi>&theta;</mi>
        <mo>=</mo>
        <mn>2</mn>
        <mo>&InvisibleTimes;</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mfrac>
            <mi>&pi;</mi>
            <mn>2</mn>
          </mfrac>
        </msubsup>
        <msup>
          <mo>sin</mo>
          <mrow>
            <mn>2</mn>
            <mo>&InvisibleTimes;</mo>
            <mi>p</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mi>&theta;</mi>
        <mo>&middot;</mo>
        <msup>
          <mo>cos</mo>
          <mrow>
            <mn>2</mn>
            <mo>&InvisibleTimes;</mo>
            <mi>q</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mi>&theta;</mi>
        <mo>&dd;</mo>
        <mi>&theta;</mi>
        <mspace width="1.4em" />
        <mfenced>
          <mn>13</mn>
        </mfenced>
      </mrow>
    </math>
    <p>この式に
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>p</mi>
          <mo>=</mo>
          <mi>q</mi>
          <mo>=</mo>
          <mfrac>
            <mn>1</mn>
            <mn>2</mn>
          </mfrac>
        </mrow>
      </math>
      を代入すれば，直ちに次の結果を得る．</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&Beta;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mfrac>
            <mn>1</mn>
            <mn>2</mn>
          </mfrac>
          <mfrac>
            <mn>1</mn>
            <mn>2</mn>
          </mfrac>
        </mfenced>
        <mo>=</mo>
        <mi>&pi;</mi>
        <mspace width="27.2em" />
        <mfenced><mn>14</mn></mfenced>
      </mrow>
    </math>
    <h2>3. ガンマ関数の関数等式</h2>
    <h3>3.1. ガンマ関数とベータ関数の関係式</h3>
    <p>次の積分を考える．</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>I</mi>
        <mo>=</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>+</mo>
                <mi>s</mi>
              </mrow>
            </mfenced>
            <mo>&InvisibleTimes;</mo>
            <mi>t</mi>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mi>p</mi>
            <mo>+</mo>
            <mi>q</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>s</mi>
          <mrow>
            <mi>p</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mo>&dd;</mo>
        <mi>t</mi>
        <mo>&dd;</mo>
        <mi>s</mi>
        <mspace width="15em" />
        <mfenced>
          <mn>15</mn>
        </mfenced>
      </mrow>
    </math>
    <p>これを変形していく．先に
      <math display="inline" xmlns="&mathml;">
        <mi>t</mi>
      </math>
      について積分し，そのあとで
      <math display="inline" xmlns="&mathml;">
        <mi>s</mi>
      </math>
      について積分を行う．</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>I</mi>
        <mo>=</mo>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mrow>
            <mi>p</mi>
            <mo>+</mo>
            <mi>q</mi>
          </mrow>
        </mfenced>
        <mo>&InvisibleTimes;</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <mfrac>
          <msup>
            <mi>s</mi>
            <mrow>
              <mi>p</mi>
              <mo>-</mo>
              <mn>1</mn>
            </mrow>
          </msup>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>+</mo>
                <mi>s</mi>
              </mrow>
            </mfenced>
            <mrow>
              <mi>p</mi>
              <mo>+</mo>
              <mi>q</mi>
            </mrow>
          </msup>
        </mfrac>
        <mo>&dd;</mo>
        <mi>s</mi>
        <mo>=</mo>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mrow>
            <mi>p</mi>
            <mo>+</mo>
            <mi>q</mi>
          </mrow>
        </mfenced>
        <mo>&InvisibleTimes;</mo>
        <mi>&Beta;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>p</mi>
          <mi>q</mi>
        </mfenced>
      </mrow>
    </math>
    <p>一方、これとは別な式変形もある．今度は
    <math display="inline" xmlns="&mathml;">
      <mi>s</mi>
    </math>
    についての積分を先にやり，そのあとで
    <math display="inline" xmlns="&mathml;">
      <mi>t</mi>
    </math>
    についての積分を行うとつぎのように <math display="inline" xmlns="&mathml;">
      <mi>I</mi></math> に関する別の表現を得る．</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>I</mi>
        <mo>=</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>t</mi>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mi>p</mi>
            <mo>+</mo>
            <mi>q</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <mfenced open="{" close="}">
          <mrow>
            <msubsup>
              <mo>&int;</mo>
              <mn>0</mn>
              <mi>&infin;</mi>
            </msubsup>
            <msup>
              <mi>e</mi>
              <mrow>
                <mo>-</mo>
                <mi>s</mi>
                <mo>&InvisibleTimes;</mo>
                <mi>t</mi>
              </mrow>
            </msup>
            <mo>&InvisibleTimes;</mo>
            <msup>
              <mi>s</mi>
              <mrow>
                <mi>p</mi>
                <mo>-</mo>
                <mn>1</mn>
              </mrow>
            </msup>
            <mo>&dd;</mo>
            <mi>s</mi>
          </mrow>
        </mfenced>
        <mo>&dd;</mo>
        <mi>t</mi>
        <mo>=</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>t</mi>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mi>p</mi>
            <mo>+</mo>
            <mi>q</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <mfrac>
          <mrow>
            <mi>&Gamma;</mi>
            <mo>&ApplyFunction;</mo>
            <mfenced>
              <mi>p</mi>
            </mfenced>
          </mrow>
          <msup>
            <mi>t</mi>
            <mi>p</mi>
          </msup>
        </mfrac>
        <mo>&dd;</mo>
        <mi>t</mi>
        <mo>=</mo>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>p</mi>
        </mfenced>
        <mo>&InvisibleTimes;</mo>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>q</mi>
        </mfenced>
      </mrow>
    </math>
    <p>こうして，ガンマ関数とベータ関数の関係式が得られた．</p>
    <div style="border-style: solid; border-width: thin">
      <h4>ガンマ関数とベータ関数の関係式</h4>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <mi>&Beta;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>p</mi>
            <mi>q</mi>
          </mfenced>
          <mo>=</mo>
          <mfrac>
            <mrow>
              <mi>&Gamma;</mi>
              <mo>&ApplyFunction;</mo>
              <mfenced>
                <mi>p</mi>
              </mfenced>
              <mo>&InvisibleTimes;</mo>
              <mi>&Gamma;</mi>
              <mo>&ApplyFunction;</mo>
              <mfenced>
                <mi>q</mi>
              </mfenced>
            </mrow>
            <mrow>
              <mi>&Gamma;</mi>
              <mo>&ApplyFunction;</mo>
              <mfenced>
                <mrow>
                  <mi>p</mi>
                  <mo>+</mo>
                  <mi>q</mi>
                  </mrow>
              </mfenced>
            </mrow>
          </mfrac>
          <mspace width="24.4em" />
          <mfenced>
            <mn>16</mn>
          </mfenced>
        </mrow>
      </math>
    </div>
    <p>ここに、<math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>p</mi><mo>=</mo><mi>q</mi><mo>=</mo><mn>1</mn><mo>/</mo><mn>2</mn>
        </mrow></math> を代入すると、<math display="inline" xmlns="&mathml;">
        <mfenced>
          <mn>2</mn>
        </mfenced></math> 式と <math display="inline" xmlns="&mathml;">
        <mrow>
          <mfenced>
            <mn>14</mn>
          </mfenced>
        </mrow></math> 式を考慮してつぎの関数値が求められる。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mfrac>
            <mn>1</mn><mn>2</mn>
          </mfrac>
        </mfenced>
        <mo>=</mo>
        <msqrt>
          <mi>&pi;</mi>
        </msqrt>
        <mspace width="26.8em" />
        <mfenced>
          <mn>17</mn>
        </mfenced>
      </mrow>
    </math>
    <h3>3.2. ガンマ関数の関数等式の導出と解析接続</h3>
    <p>ガンマ関数とベータ関数の関係式に
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>p</mi>
          <mo>=</mo>
          <mi>z</mi>
          <mtext>,</mtext>
          <mi>q</mi>
          <mo>=</mo>
          <mn>1</mn>
          <mo>-</mo>
          <mi>z</mi>
        </mrow>
      </math>
      を代入する．ただし，
      <math display="inline" xmlns="&mathml;">
        <mrow>
          <mn>0</mn>
          <mo>&lt;</mo>
          <mo>&Re;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
          <mo>&lt;</mo>
          <mn>1</mn>
        </mrow>
      </math>
      とする．</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>z</mi>
        </mfenced>
        <mo>&InvisibleTimes;</mo>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mrow>
            <mn>1</mn>
            <mo>-</mo>
            <mi>z</mi>
          </mrow>
        </mfenced>
        <mo>=</mo>
        <mi>&Beta;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>z</mi>
          <mrow>
            <mn>1</mn>
            <mo>-</mo>
            <mi>z</mi>
          </mrow>
        </mfenced>
        <mo>=</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <mfrac>
          <msup>
            <mi>t</mi>
            <mrow>
              <mi>z</mi>
              <mo>-</mo>
              <mn>1</mn>
            </mrow>
          </msup>
          <mrow>
            <mn>1</mn>
            <mo>+</mo>
            <mi>t</mi>
          </mrow>
        </mfrac>
        <mo>&dd;</mo>
        <mi>t</mi>
      </mrow>
    </math>
    <p>
      <a href="comp-int-1.xhtml">複素関数論の知識</a>から，
      この右辺の積分は次のような値をもつ．</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <mfrac>
          <msup>
            <mi>t</mi>
            <mrow>
              <mi>z</mi>
              <mo>-</mo>
              <mn>1</mn>
            </mrow>
          </msup>
          <mrow>
            <mn>1</mn>
            <mo>+</mo>
            <mi>t</mi>
          </mrow>
        </mfrac>
        <mo>&DifferentialD;</mo>
        <mi>t</mi>
        <mo>=</mo>
        <mfrac>
          <mi>&pi;</mi>
          <mrow>
            <mo>sin</mo>
            <mi>&pi;</mi>
            <mo>&InvisibleTimes;</mo>
            <mi>z</mi>
          </mrow>
        </mfrac>
      </mrow>
    </math>
    <p>こうして次のようなガンマ関数の<b>関数等式</b>が得られる．</p>
    <div style="border-style: solid; border-width: thin;">
      <h4>関数等式</h4>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <mi>&Gamma;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
          <mo>&InvisibleTimes;</mo>
          <mi>&Gamma;</mi>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mrow>
              <mn>1</mn>
              <mo>-</mo>
              <mi>z</mi>
            </mrow>
          </mfenced>
          <mo>=</mo>
          <mfrac>
            <mi>&pi;</mi>
            <mrow>
              <mo>sin</mo>
              <mi>&pi;</mi>
              <mo>&InvisibleTimes;</mo>
              <mi>z</mi>
            </mrow>
          </mfrac>
          <mspace width="23.2em" />
          <mfenced>
            <mn>18</mn>
          </mfenced>
        </mrow>
      </math>
    </div>
    <p>この式からも、<math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>z</mi><mo>=</mo><mn>1</mn><mo>/</mo><mn>2</mn>
        </mrow></math> を代入すると <math display="inline" xmlns="&mathml;">
        <mfenced>
          <mn>17</mn>
        </mfenced></math> 式と同じガンマ関数値が定められる。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mfrac>
            <mn>1</mn><mn>2</mn>
          </mfrac>
        </mfenced>
        <mo>=</mo>
        <msqrt><mi>&pi;</mi></msqrt>
      </mrow>
    </math>
    <h2>4. そのほかの表現</h2>
    <h3>4.1. オイラーの公式</h3>
    <p>つぎのように定義される関数を考える。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msub><mi>&Gamma;</mi><mi>n</mi></msub>
        <mo>&ApplyFunction;</mo>
        <mfenced><mi>z</mi></mfenced>
        <mo>=</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>n</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mfenced>
            <mrow>
              <mn>1</mn>
              <mo>-</mo>
              <mfrac>
                <mi>t</mi><mi>n</mi>
              </mfrac>
            </mrow>
          </mfenced>
          <mi>n</mi>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mi>z</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>t</mi>
        <mo>,</mo>
        <mspace width="18em" />
        <mfenced><mn>19</mn></mfenced>
      </mrow>
    </math>
    <p>そこで、<math display="inline" xmlns="&mathml;">
        <mrow>
          <mi>t</mi>
          <mo>=</mo>
          <mi>n</mi><mo>&InvisibleTimes;</mo><mi>v</mi>
        </mrow></math> と変数変換して、部分積分を施していくとつぎのような結果となる。</p>
    <math display="block" xmlns="&mathml;">
      <mtable columnalign="left">
        <mtr>
          <mtd>
            <msub><mi>&Gamma;</mi><mi>n</mi></msub>
            <mo>&ApplyFunction;</mo>
            <mfenced>
              <mi>z</mi>
            </mfenced>
          </mtd>
          <mtd><mo>=</mo></mtd>
          <mtd>
            <mo>&InvisibleTimes;</mo>
            <msup>
              <mi>n</mi>
              <mi>z</mi>
            </msup>
            <msubsup>
              <mo>&int;</mo>
              <mn>0</mn>
              <mn>1</mn>
            </msubsup>
            <mo>&ApplyFunction;</mo>
            <msup>
              <mfenced>
                <mrow>
                  <mn>1</mn>
                  <mo>-</mo>
                  <mi>v</mi>
                </mrow>
              </mfenced>
              <mi>n</mi>
            </msup>
            <mo>&InvisibleTimes;</mo>
            <msup>
              <mi>v</mi>
              <mrow>
                <mi>z</mi>
                <mo>-</mo>
                <mn>1</mn>
              </mrow>
            </msup>
            <mo>&DifferentialD;</mo>
            <mi>v</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd><mi>&nbsp;</mi></mtd>
          <mtd><mo>=</mo></mtd>
          <mtd>
            <mo>&InvisibleTimes;</mo>
            <msup>
              <mi>n</mi>
              <mi>z</mi>
            </msup>
            <mo>&InvisibleTimes;</mo>
            <msubsup>
              <mfenced open="[" close="]">
                <mrow>
                  <msup>
                    <mfenced>
                      <mrow>
                        <mn>1</mn><mo>-</mo><mi>v</mi>
                      </mrow>
                    </mfenced>
                    <mi>n</mi>
                  </msup>
                  <mo>&InvisibleTimes;</mo>
                  <mfrac>
                    <mn>1</mn>
                    <mi>z</mi>
                  </mfrac>
                  <mo>&InvisibleTimes;</mo>
                  <msup>
                    <mi>v</mi>
                    <mi>z</mi>
                  </msup>
                </mrow>
              </mfenced>
              <mn>0</mn>
              <mn>1</mn>
            </msubsup>
            <mo>+</mo>
            <mfrac>
              <msup>
                <mi>n</mi>
                <mrow>
                  <mi>z</mi><mo>+</mo><mn>1</mn>
                </mrow>
              </msup>
              <mi>z</mi>
            </mfrac>
            <msubsup>
              <mo>&int;</mo>
              <mn>0</mn>
              <mn>1</mn>
            </msubsup>
            <mo>&ApplyFunction;</mo>
            <msup>
              <mi>v</mi>
              <mi>z</mi>
            </msup>
            <msup>
              <mfenced>
                <mrow>
                  <mn>1</mn><mo>-</mo><mi>v</mi>
                </mrow>
              </mfenced>
              <mrow>
                <mi>n</mi><mo>-</mo><mn>1</mn>
              </mrow>
            </msup>
            <mo>&DifferentialD;</mo>
            <mi>v</mi>
          </mtd>
        </mtr>
        <mtr>
          <mtd><mi>&nbsp;</mi></mtd>
          <mtd><mo>=</mo></mtd>
          <mtd>
            <mfrac>
              <msup>
                <mi>n</mi>
                <mrow>
                  <mi>z</mi><mo>+</mo><mn>1</mn>
                </mrow>
              </msup>
              <mi>z</mi>
            </mfrac>
            <msubsup>
              <mo>&int;</mo>
              <mn>0</mn>
              <mn>1</mn>
            </msubsup>
            <mo>&ApplyFunction;</mo>
            <msup>
              <mi>v</mi>
              <mi>z</mi>
            </msup>
            <msup>
              <mfenced>
                <mrow>
                  <mn>1</mn><mo>-</mo><mi>v</mi>
                </mrow>
              </mfenced>
              <mrow>
                <mi>n</mi><mo>-</mo><mn>1</mn>
              </mrow>
            </msup>
            <mo>&DifferentialD;</mo>
            <mi>v</mi>
          </mtd>
        </mtr>
      </mtable>
    </math>
    <p>この関係を使うと、つぎのように<math display="inline" xmlns="&mathml;">
        <mrow>
          <msub><mi>&Gamma;</mi><mi>n</mi></msub>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
        </mrow></math> が展開される。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msub><mi>&Gamma;</mi><mi>n</mi></msub>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>z</mi>
        </mfenced>
        <mo>=</mo>
        <mfrac>
          <msup>
            <mi>n</mi>
            <mrow>
              <mi>z</mi><mo>+</mo><mn>1</mn>
            </mrow>
          </msup>
          <mi>z</mi>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <mfrac>
          <mrow>
            <mi>n</mi><mo>-</mo><mn>1</mn>
          </mrow>
          <mrow>
            <mi>z</mi><mo>+</mo><mn>1</mn>
          </mrow>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <mfrac>
          <mrow>
            <mi>n</mi><mo>-</mo><mn>2</mn>
          </mrow>
          <mrow>
            <mi>z</mi><mo>+</mo><mn>2</mn>
          </mrow>
        </mfrac>
        <mo>&ctdot;</mo>
        <mo>&InvisibleTimes;</mo>
        <mfrac>
          <mn>3</mn>
          <mrow>
            <mi>z</mi>
            <mo>+</mo>
            <mi>n</mi>
            <mo>-</mo>
            <mn>2</mn>
          </mrow>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <mfrac>
          <mn>2</mn>
          <mrow>
            <mi>z</mi><mo>+</mo><mi>n</mi><mo>-</mo><mn>1</mn>
          </mrow>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mi>v</mi>
          <mrow>
            <mi>z</mi><mo>+</mo><mi>n</mi><mo>-</mo><mn>1</mn>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>v</mi>
      </mrow>
    </math>
    <p>ここで、上式右辺の積分は、</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mn>1</mn>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mi>v</mi>
          <mrow>
            <mi>z</mi><mo>+</mo><mi>n</mi><mo>-</mo><mn>1</mn>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>v</mi>
        <mo>=</mo>
        <mfrac>
          <mn>1</mn>
          <mrow>
            <mi>z</mi><mo>+</mo><mi>n</mi>
          </mrow>
        </mfrac>
      </mrow>
    </math>
    <p>であるから、<math display="inline" xmlns="&mathml;">
        <mrow>
          <msub>
            <mi>&Gamma;</mi><mi>n</mi>
          </msub>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
        </mrow></math> はつぎのように展開される。</p>
    <math display="block" xmlns="&mathml;">
      <mtable columnalign="left">
        <mtr>
          <mtd>
            <msub><mi>&Gamma;</mi><mi>n</mi></msub>
            <mo>&ApplyFunction;</mo>
            <mfenced>
              <mi>z</mi>
            </mfenced>
          </mtd>
          <mtd>
            <mo>=</mo>
          </mtd>
          <mtd>
            <msup>
              <mi>n</mi>
              <mi>z</mi>
            </msup>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mi>n</mi>
              <mi>z</mi>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mrow>
                <mi>n</mi><mo>-</mo><mn>1</mn>
              </mrow>
              <mrow>
                <mi>z</mi><mo>+</mo><mn>1</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mrow>
                <mi>n</mi><mo>-</mo><mn>2</mn>
              </mrow>
              <mrow>
                <mi>z</mi><mo>+</mo><mn>2</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mo>&ctdot;</mo>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>3</mn>
              <mrow>
                <mi>z</mi>
                <mo>+</mo>
                <mi>n</mi>
                <mo>-</mo>
                <mn>2</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>2</mn>
              <mrow>
                <mi>z</mi><mo>+</mo><mi>n</mi><mo>-</mo><mn>1</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mi>z</mi><mo>+</mo><mi>n</mi>
              </mrow>
            </mfrac>
          </mtd>
        </mtr>
        <mtr>
          <mtd><mi>&nbsp;</mi></mtd>
          <mtd><mo>=</mo></mtd>
          <mtd>
            <mfrac>
              <msup><mi>n</mi><mi>z</mi></msup>
              <mi>z</mi>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mrow>
                <mi>n</mi><mo>-</mo><mn>1</mn>
              </mrow>
              <mrow>
                <mi>z</mi><mo>+</mo><mn>1</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mrow>
                <mi>n</mi><mo>-</mo><mn>2</mn>
              </mrow>
              <mrow>
                <mi>z</mi><mo>+</mo><mn>2</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mo>&ctdot;</mo>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>3</mn>
              <mrow>
                <mi>z</mi>
                <mo>+</mo>
                <mi>n</mi>
                <mo>-</mo>
                <mn>2</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>2</mn>
              <mrow>
                <mi>z</mi><mo>+</mo><mi>n</mi><mo>-</mo><mn>1</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mfrac>
                  <mi>z</mi>
                  <mi>n</mi>
                </mfrac>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
            </mfrac>
          </mtd>
        </mtr>
        <mtr>
          <mtd><mi>&nbsp;</mi></mtd>
          <mtd><mo>=</mo></mtd>
          <mtd>
            <mfrac>
              <msup><mi>n</mi><mi>z</mi></msup>
              <mi>z</mi>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mi>z</mi><mo>+</mo><mn>1</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mrow>
                <mi>n</mi><mo>-</mo><mn>2</mn>
              </mrow>
              <mrow>
                <mfrac>
                  <mi>z</mi><mn>2</mn>
                </mfrac>
                <mo>+</mo><mn>1</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mo>&ctdot;</mo>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>3</mn>
              <mrow>
                <mi>z</mi>
                <mo>+</mo>
                <mi>n</mi>
                <mo>-</mo>
                <mn>2</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mfrac>
                  <mi>z</mi>
                  <mrow>
                    <mi>n</mi><mo>-</mo><mn>1</mn>
                  </mrow>
                </mfrac>
                <mo>+</mo><mn>1</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mfrac>
                  <mi>z</mi>
                  <mi>n</mi>
                </mfrac>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
            </mfrac>
          </mtd>
        </mtr>
        <mtr>
          <mtd><mi>&nbsp;</mi></mtd>
          <mtd><mo>=</mo></mtd>
          <mtd><mo>&ctdot;</mo></mtd>
        </mtr>
        <mtr>
          <mtd><mi>&nbsp;</mi></mtd>
          <mtd><mo>=</mo></mtd>
          <mtd>
            <mfrac>
              <msup><mi>n</mi><mi>z</mi></msup>
              <mi>z</mi>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mi>z</mi><mo>+</mo><mn>1</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mfrac>
                  <mi>z</mi>
                  <mn>2</mn>
                </mfrac>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mo>&ctdot;</mo>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mfrac>
                  <mi>z</mi>
                  <mrow>
                    <mi>n</mi>
                    <mo>-</mo>
                    <mn>2</mn>
                  </mrow>
                </mfrac>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mfrac>
                  <mi>z</mi>
                  <mrow>
                    <mi>n</mi>
                    <mo>-</mo>
                    <mn>1</mn>
                  </mrow>
                </mfrac>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
            </mfrac>
            <mo>&InvisibleTimes;</mo>
            <mfrac>
              <mn>1</mn>
              <mrow>
                <mfrac>
                  <mi>z</mi>
                  <mi>n</mi>
                </mfrac>
                <mo>+</mo>
                <mn>1</mn>
              </mrow>
            </mfrac>
          </mtd>
        </mtr>
      </mtable>
    </math>
    <p>結局、<math display="inline" xmlns="&mathml;">
        <mrow>
          <msub>
            <mi>&Gamma;</mi><mi>n</mi>
          </msub>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mi>z</mi>
          </mfenced>
        </mrow></math> はつぎのような表現を得る。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msub><mi>&Gamma;</mi><mi>n</mi></msub>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>z</mi>
        </mfenced>
        <mo>=</mo>
        <mfrac>
          <msup>
            <mi>n</mi>
            <mi>z</mi>
          </msup>
          <mi>z</mi>
        </mfrac>
        <mo>&InvisibleTimes;</mo>
        <munderover>
          <mo>&prod;</mo>
          <mrow><mi>m</mi><mo>=</mo><mn>1</mn></mrow>
          <mi>n</mi>
        </munderover>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mfenced>
            <mrow>
              <mfrac><mi>z</mi><mi>m</mi></mfrac>
              <mo>+</mo><mn>1</mn>
            </mrow>
          </mfenced>
          <mrow><mo>-</mo><mn>1</mn></mrow>
        </msup>
        <mspace width="20em" />
        <mfenced><mn>20</mn></mfenced>
      </mrow>
    </math>
    <p>一方、<math display="inline" xmlns="&mathml;">
        <mrow>
          <mfenced>
            <mn>1</mn>
          </mfenced>
        </mrow></math> 式と <math display="inline" xmlns="&mathml;">
        <mrow>
          <mfenced>
            <mn>19</mn>
          </mfenced>
        </mrow></math> 式の差をとると、</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>z</mi>
        </mfenced>
        <mo>-</mo>
        <msub><mi>&Gamma;</mi><mi>n</mi></msub>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>z</mi>
        </mfenced>
        <mo>=</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>&infin;</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>t</mi>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mi>z</mi><mo>-</mo><mn>1</mn>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>t</mi>
        <mo>-</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>n</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mfenced>
            <mrow>
              <mn>1</mn>
              <mo>-</mo>
              <mfrac>
                <mi>t</mi>
                <mi>n</mi>
              </mfrac>
            </mrow>
          </mfenced>
          <mi>n</mi>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mi>z</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>t</mi>
        <mo>=</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>n</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>t</mi>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mi>z</mi><mo>-</mo><mn>1</mn>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>t</mi>
        <mo>-</mo>
        <msubsup>
          <mo>&int;</mo>
          <mn>0</mn>
          <mi>n</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mfenced>
            <mrow>
              <mn>1</mn>
              <mo>-</mo>
              <mfrac>
                <mi>t</mi>
                <mi>n</mi>
              </mfrac>
            </mrow>
          </mfenced>
          <mi>n</mi>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mi>z</mi>
            <mo>-</mo>
            <mn>1</mn>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>t</mi>
        <mo>+</mo>
        <msubsup>
          <mo>&int;</mo>
          <mi>n</mi>
          <mi>&infin;</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>t</mi>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mi>z</mi><mo>-</mo><mn>1</mn>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>t</mi>
      </mrow>
    </math>
    <p>となる。ここで、</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <munder>
          <mo>lim</mo>
          <mrow>
            <mi>n</mi><mo>&rarr;</mo><mi>&infin;</mi>
          </mrow>
        </munder>
        <mo>&ApplyFunction;</mo>
        <msubsup>
          <mo>&int;</mo>
          <mi>n</mi>
          <mi>&infin;</mi>
        </msubsup>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>t</mi>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <msup>
          <mi>t</mi>
          <mrow>
            <mi>z</mi><mo>-</mo><mn>1</mn>
          </mrow>
        </msup>
        <mo>&DifferentialD;</mo>
        <mi>t</mi>
        <mo>=</mo><mn>0</mn>
      </mrow>
    </math>
    <p>となるから、つぎの関係式が成り立つ。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <munder>
          <mo>lim</mo>
          <mrow>
            <mi>n</mi><mo>&rarr;</mo><mi>&infin;</mi>
          </mrow>
        </munder>
        <mo>&ApplyFunction;</mo>
        <mfenced open="{" close="}">
          <mrow>
            <mi>&Gamma;</mi>
            <mo>&ApplyFunction;</mo>
            <mfenced>
              <mi>z</mi>
            </mfenced>
            <mo>-</mo>
            <msub><mi>&Gamma;</mi><mi>n</mi></msub>
            <mo>&ApplyFunction;</mo>
            <mfenced>
              <mi>z</mi>
            </mfenced>
          </mrow>
        </mfenced>
        <mo>=</mo>
        <munder>
          <mo>lim</mo>
          <mrow><mi>n</mi><mo>&rarr;</mo><mi>&infin;</mi></mrow>
        </munder>
        <mfenced open="{" close="}">
          <mrow>
            <msubsup>
              <mo>&int;</mo>
              <mn>0</mn>
              <mi>n</mi>
            </msubsup>
            <mo>&ApplyFunction;</mo>
            <msup>
              <mi>e</mi>
              <mrow>
                <mo>-</mo>
                <mi>t</mi>
              </mrow>
            </msup>
            <mo>&InvisibleTimes;</mo>
            <msup>
              <mi>t</mi>
              <mrow>
                <mi>z</mi><mo>-</mo><mn>1</mn>
              </mrow>
            </msup>
            <mo>&DifferentialD;</mo>
            <mi>t</mi>
            <mo>-</mo>
            <msubsup>
              <mo>&int;</mo>
              <mn>0</mn>
              <mi>n</mi>
            </msubsup>
            <mo>&ApplyFunction;</mo>
            <msup>
              <mfenced>
                <mrow>
                  <mn>1</mn>
                  <mo>-</mo>
                  <mfrac>
                    <mi>t</mi>
                    <mi>n</mi>
                  </mfrac>
                </mrow>
              </mfenced>
              <mi>n</mi>
            </msup>
            <mo>&InvisibleTimes;</mo>
            <msup>
              <mi>t</mi>
              <mrow>
                <mi>z</mi>
                <mo>-</mo>
                <mn>1</mn>
              </mrow>
            </msup>
            <mo>&DifferentialD;</mo>
            <mi>t</mi>
          </mrow>
        </mfenced>
        <mspace width="2em" />
        <mfenced>
          <mn>21</mn>
        </mfenced>
      </mrow>
    </math>
    <p>ここで、一般的につぎの不等式が成り立つことから、さらに議論を進める。</p>
    <div style="border-style: dotted; border-width: thin;">
      <h4>[補題]</h4>
      <p>一般に、<math display="inline" xmlns="&mathml;">
          <mrow>
            <mn>0</mn><mo>&le;</mo><mi>t</mi><mo>&le;</mo><mi>n</mi>
          </mrow></math> とするとつぎが成り立つ。</p>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <mn>0</mn>
          <mo>&le;</mo>
          <msup>
            <mi>e</mi>
            <mrow>
              <mo>-</mo>
              <mi>t</mi>
            </mrow>
          </msup>
          <mo>-</mo>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>-</mo>
                <mfrac>
                  <mi>t</mi><mi>n</mi>
                </mfrac>
              </mrow>
            </mfenced>
            <mi>n</mi>
          </msup>
          <mo>&le;</mo>
          <msup>
            <mi>e</mi>
            <mrow>
              <mo>-</mo>
              <mi>t</mi>
            </mrow>
          </msup>
          <mo>&InvisibleTimes;</mo>
          <mfrac>
            <msup>
              <mi>t</mi>
              <mn>2</mn>
            </msup>
            <mi>n</mi>
          </mfrac>
          <mspace width="20em" />
          <mfenced><mn>22</mn></mfenced>
        </mrow>
      </math>
      <h4>[証明]</h4>
      <p>指数関数の性質からつぎがなりたつ。すなわち、</p>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <msup>
            <mi>e</mi>
            <mrow>
              <mo>-</mo><mi>t</mi>
            </mrow>
          </msup>
          <mo>&ge;</mo>
          <mn>1</mn><mo>-</mo><mi>t</mi>
          <mo>,</mo>
          <mspace width="1em" />
          <msup>
            <mi>e</mi>
            <mi>t</mi>
          </msup>
          <mo>&ge;</mo>
          <mn>1</mn><mo>+</mo><mi>t</mi>
          <mo>,</mo>
          <mspace width="1em" />
          <mn>0</mn><mo>&le;</mo><mi>t</mi><mo>&le;</mo><mn>1</mn>
        </mrow>
      </math>
      <p>であるから、<math display="inline" xmlns="&mathml;">
          <mrow>
            <mi>t</mi>
            <mo>&rarr;</mo>
            <mi>t</mi>
            <mo>/</mo>
            <mi>n</mi>
          </mrow></math> と置き換えたうえで両辺を <math display="inline" xmlns="&mathml;">
            <mi>n</mi></math> 乗すると、</p>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <msup>
            <mi>e</mi>
            <mrow>
              <mo>-</mo><mi>t</mi>
            </mrow>
          </msup>
          <mo>&ge;</mo>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>-</mo>
                <mfrac><mi>t</mi><mi>n</mi></mfrac>
              </mrow>
            </mfenced>
            <mi>n</mi>
          </msup>
          <mo>,</mo>
          <mspace width="1em" />
          <msup>
            <mi>e</mi>
            <mi>t</mi>
          </msup>
          <mo>&ge;</mo>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>+</mo>
                <mfrac><mi>t</mi><mi>n</mi></mfrac>
              </mrow>
            </mfenced>
            <mi>n</mi>
          </msup>
          <mo>,</mo>
          <mspace width="1em" />
          <mn>0</mn><mo>&le;</mo><mi>t</mi><mo>&le;</mo><mi>n</mi>
        </mrow>
      </math>
      <p>したがって、</p>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <mn>0</mn>
          <mo>&le;</mo>
          <msup>
            <mi>e</mi>
            <mrow>
              <mo>-</mo><mi>t</mi>
            </mrow>
          </msup>
          <mo>-</mo>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>-</mo>
                <mfrac><mi>t</mi><mi>n</mi></mfrac>
              </mrow>
            </mfenced>
            <mi>n</mi>
          </msup>
          <mo>=</mo>
          <msup>
            <mi>e</mi>
            <mrow>
              <mo>-</mo><mi>t</mi>
            </mrow>
          </msup>
          <mo>&InvisibleTimes;</mo>
          <mfenced open="{" close="}">
            <mrow>
              <mn>1</mn>
              <mo>-</mo>
              <msup>
                <mi>e</mi>
                <mi>t</mi>
              </msup>
              <mo>&InvisibleTimes;</mo>
              <msup>
                <mfenced>
                  <mrow>
                    <mn>1</mn>
                    <mo>-</mo>
                    <mfrac><mi>t</mi><mi>n</mi></mfrac>
                  </mrow>
                </mfenced>
                <mi>n</mi>
              </msup>
            </mrow>
          </mfenced>
          <mo>&le;</mo>
          <msup>
            <mi>e</mi>
            <mrow>
              <mo>-</mo><mi>t</mi>
            </mrow>
          </msup>
          <mo>&InvisibleTimes;</mo>
          <mfenced open="{" close="}">
            <mrow>
              <mn>1</mn>
              <mo>-</mo>
              <msup>
                <mfenced>
                  <mrow>
                    <mn>1</mn>
                    <mo>-</mo>
                    <mfrac>
                      <msup>
                        <mi>t</mi>
                        <mn>2</mn>
                      </msup>
                      <msup>
                        <mi>n</mi>
                        <mn>2</mn>
                      </msup>
                    </mfrac>
                  </mrow>
                </mfenced>
                <mi>n</mi>
              </msup>
            </mrow>
          </mfenced>
        </mrow>
      </math>
      <p>の関係が成り立つ。ここで、</p>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>-</mo>
                <mi>x</mi>
              </mrow>
            </mfenced>
            <mi>n</mi>
          </msup>
          <mo>&ge;</mo>
          <mn>1</mn>
          <mo>-</mo>
          <mi>n</mi>
          <mo>&InvisibleTimes;</mo>
          <mi>x</mi>
          <mo>,</mo>
          <mspace width="1em" />
          <mn>0</mn>
          <mo>&le;</mo>
          <mi>x</mi>
          <mo>&le;</mo>
          <mn>1</mn>
        </mrow>
      </math>
      <p>であるから、</p>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <mo>&therefore;</mo><mspace width="1em" />
          <mn>0</mn><mo>&le;</mo>
          <msup>
            <mi>e</mi>
            <mrow>
              <mo>-</mo><mi>t</mi>
            </mrow>
          </msup>
          <mo>-</mo>
          <msup>
            <mfenced>
              <mrow>
                <mn>1</mn>
                <mo>-</mo>
                <mfrac><mi>t</mi><mi>n</mi></mfrac>
              </mrow>
            </mfenced>
            <mi>n</mi>
          </msup>
          <mo>&le;</mo>
          <msup>
            <mi>e</mi>
            <mrow>
              <mo>-</mo>
              <mi>t</mi>
            </mrow>
          </msup>
          <mo>&InvisibleTimes;</mo>
          <mfrac>
            <msup>
              <mi>t</mi>
              <mn>2</mn>
            </msup>
            <mi>n</mi>
          </mfrac>
          <mspace width="16em" />
          <mo>&marker;</mo>
        </mrow>
      </math>
    </div>
    <p>以上より、</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <munder>
          <mo>lim</mo>
          <mrow>
            <mi>n</mi>
            <mo>&rarr;</mo>
            <mi>&infin;</mi>
          </mrow>
        </munder>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mfenced>
            <mrow>
              <mn>1</mn><mo>-</mo>
              <mfrac>
                <mi>t</mi>
                <mi>n</mi>
              </mfrac>
            </mrow>
          </mfenced>
          <mi>n</mi>
        </msup>
        <mo>=</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>t</mi>
          </mrow>
        </msup>
      </mrow>
    </math>
    <p>であるから、(21)式より</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&Gamma;</mi>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>z</mi>
        </mfenced>
        <mo>=</mo>
        <munder>
          <mo>lim</mo>
          <mrow>
            <mi>n</mi>
            <mo>&rarr;</mo>
            <mi>&infin;</mi>
          </mrow>
        </munder>
        <mo>&ApplyFunction;</mo>
        <msub>
          <mi>&Gamma;</mi>
          <mi>n</mi>
        </msub>
        <mo>&ApplyFunction;</mo>
        <mfenced>
          <mi>z</mi>
        </mfenced>
      </mrow>
    </math>
    <p>となり、つぎのオイラーの公式が得られる。</p>
    <div style="border-style: solid; border-width: thin;">
      <h4>オイラーの公式</h4>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <mfrac>
            <mn>1</mn>
            <mrow>
              <mi>&Gamma;</mi>
              <mo>&ApplyFunction;</mo>
              <mfenced>
                <mi>z</mi>
              </mfenced>
            </mrow>
          </mfrac>
          <mo>=</mo>
          <munder>
            <mo>lim</mo>
            <mrow>
              <mn>n</mn><mo>&rarr;</mo><mi>&infin;</mi>
            </mrow>
          </munder>
          <mo>&ApplyFunction;</mo>
          <mfrac>
            <mi>z</mi>
            <msup>
              <mi>n</mi>
              <mi>z</mi>
            </msup>
          </mfrac>
          <mo>&InvisibleTimes;</mo>
          <munderover>
            <mo>&prod;</mo>
            <mrow>
              <mi>m</mi><mo>=</mo><mn>1</mn>
            </mrow>
            <mi>n</mi>
          </munderover>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mrow>
              <mn>1</mn>
              <mo>+</mo>
              <mfrac>
                <mi>z</mi>
                <mi>m</mi>
              </mfrac>
            </mrow>
          </mfenced>
          <mspace width="20em" />
          <mfenced><mn>23</mn></mfenced>
        </mrow>
      </math>
    </div>
    <h3>4.2. ワイエルシュトラスの公式</h3>
    <p>オイラーの公式に出てくる項について、つぎのような関係がある。</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <msup>
          <mi>n</mi>
          <mrow>
            <mo>-</mo><mi>z</mi>
          </mrow>
        </msup>
        <mo>=</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo><mi>z</mi>
            <mo>&InvisibleTimes;</mo>
            <mo>log</mo>
            <mo>&ApplyFunction;</mo>
            <mi>n</mi>
          </mrow>
        </msup>
        <mo>,</mo><mspace width="1em" />
        <msup>
          <mi>e</mi>
          <mrow>
            <mi>z</mi>
            <mo>&InvisibleTimes;</mo>
            <mfenced>
              <mrow>
                <mn>1</mn><mo>+</mo>
                <mn>1</mn><mo>/</mo><mn>2</mn><mo>+</mo>
                <mn>1</mn><mo>/</mo><mn>3</mn><mo>+</mo>
                <mo>&ctdot;</mo><mo>+</mo>
                <mn>1</mn><mo>/</mo><mi>n</mi>
              </mrow>
            </mfenced>
          </mrow>
        </msup>
        <mo>&InvisibleTimes;</mo>
        <munderover>
          <mo>&prod;</mo>
          <mrow>
            <mi>m</mi><mo>=</mo><mn>1</mn>
          </mrow>
          <mi>n</mi>
        </munderover>
        <mo>&ApplyFunction;</mo>
        <msup>
          <mi>e</mi>
          <mrow>
            <mo>-</mo>
            <mi>z</mi><mo>/</mo><mi>m</mi>
          </mrow>
        </msup>
        <mo>=</mo>
        <mn>1</mn>
      </mrow>
    </math>
    <p>そこで、オイラーの定数 <math display="inline" xmlns="&mathml;">
      <mi>&gamma;</mi></math> が、</p>
    <math display="block" xmlns="&mathml;">
      <mrow>
        <mi>&gamma;</mi>
        <mo>=</mo>
        <munder>
          <mo>lim</mo>
          <mrow>
            <mi>n</mi><mo>&rarr;</mo><mi>&infin;</mi>
          </mrow>
        </munder>
        <mo>&ApplyFunction;</mo>
        <mfenced open="{" close="}">
          <mrow>
            <mn>1</mn><mo>+</mo>
            <mfrac><mn>1</mn><mn>2</mn></mfrac><mo>+</mo>
            <mfrac><mn>1</mn><mn>3</mn></mfrac><mo>+</mo>
            <mo>&ctdot;</mo><mo>+</mo>
            <mfrac><mn>1</mn><mi>n</mi></mfrac><mo>-</mo>
            <mo>log</mo><mo>&ApplyFunction;</mo><mi>n</mi>
          </mrow>
        </mfenced>
        <mo>=</mo><mn>0.577215664</mn><mo>&ctdot;</mo>
        <mspace width="10em" />
        <mfenced><mn>24</mn></mfenced>
      </mrow>
    </math>
    <p>のように定義されることに思い至ると、つぎのワイエルシュトラスの公式を得る。</p>
    <div style="border-style: solid; border-width: thin;">
      <h4>ワイエルシュトラスの公式</h4>
      <math display="block" xmlns="&mathml;">
        <mrow>
          <mfrac>
            <mn>1</mn>
            <mrow>
              <mi>&Gamma;</mi>
              <mo>&ApplyFunction;</mo>
              <mfenced>
                <mi>z</mi>
              </mfenced>
            </mrow>
          </mfrac>
          <mo>=</mo>
          <mi>z</mi><mo>&InvisibleTimes;</mo>
          <msup>
            <mi>e</mi>
            <mrow>
              <mi>&gamma;</mi>
              <mo>&InvisibleTimes;</mo>
              <mi>z</mi>
            </mrow>
          </msup>
          <mo>&InvisibleTimes;</mo>
          <munderover>
            <mo>&prod;</mo>
            <mrow>
              <mi>m</mi><mo>=</mo><mn>1</mn>
            </mrow>
            <mi>&infin;</mi>
          </munderover>
          <mo>&ApplyFunction;</mo>
          <mfenced>
            <mrow>
              <mn>1</mn><mo>+</mo>
              <mfrac>
                <mi>z</mi>
                <mi>m</mi>
              </mfrac>
            </mrow>
          </mfenced>
          <mo>&InvisibleTimes;</mo>
          <msup>
            <mi>e</mi>
            <mrow>
              <mo>-</mo><mi>z</mi><mo>/</mo><mi>m</mi>
            </mrow>
          </msup>
          <mspace width="19em" />
          <mfenced><mn>25</mn></mfenced>
        </mrow>
      </math>
    </div>
    <!--
    &lt;h2&gt;5. スターリング（Stirling）の公式&lt;/h2&gt;-->
    <!--
    &lt;h2&gt;6. ガンマ関数の乗法公式&lt;/h2&gt;-->
    <hr />
    <p>ご意見は<a id="e-mail" href=""><span
        id="e-mailadd" onmouseover="mouseOver('e-mailadd', 'over')"
        onmouseout="mouseOver('e-mailadd', '')">E-Mail</span></a> でお願いします。First presented on May 31, 2007, and
      Last updated by Y. Kanai on Apr. 14, 2009. 金井 泰憲</p>
    <p><a href="../index.html"><img
         src="../images/HOME.GIF" id="home2"
         onmouseover="mouseOver('home2', 'border')"
         onmouseout="mouseOver('home2', 'nonborder')"
         alt="ホームに戻る" /></a></p>

  </body>
</html>
