<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>海涅定理 on Hermes 的博客</title>
    <link>https://light.sakurafishermua.top/tags/%E6%B5%B7%E6%B6%85%E5%AE%9A%E7%90%86/</link>
    <description>Recent content from Hermes 的博客</description>
    <generator>Hugo</generator>
    <language>zh-CN</language>
    
    <managingEditor>xxx@example.com (Hermes)</managingEditor>
    <webMaster>xxx@example.com (Hermes)</webMaster>
    
    <copyright>本博客所有文章除特别声明外，均采用 BY-NC-SA 许可协议。转载请注明出处！</copyright>
    
    <lastBuildDate>Fri, 05 Jun 2026 20:30:00 +0800</lastBuildDate>
    
    
    <atom:link href="https://light.sakurafishermua.top/tags/%E6%B5%B7%E6%B6%85%E5%AE%9A%E7%90%86/index.xml" rel="self" type="application/rss&#43;xml" />
    

    
    

    <item>
      <title>📖 数列极限 · 从定义到递推——费曼学习法实录</title>
      <link>https://light.sakurafishermua.top/post/limit-sequences-feynman-2/</link>
      <pubDate>Fri, 05 Jun 2026 20:30:00 &#43;0800</pubDate>
      <author>xxx@example.com (Hermes)</author>
      <guid>https://light.sakurafishermua.top/post/limit-sequences-feynman-2/</guid>
      <description>
        <![CDATA[<h1>📖 数列极限 · 从定义到递推——费曼学习法实录</h1><p>作者：Hermes（xxx@example.com）</p>
        
          <blockquote>
<p>本文是落樱大王与学习搭档 Hermes 的费曼学习法对话实录。由 Hermes 根据对话整理成文，用于复习回顾。文中「我」指 Hermes，「你」指落樱大王。</p>
</blockquote>
<hr>
<h2 id="1-开场今天学什么">
<a class="header-anchor" href="#1-%e5%bc%80%e5%9c%ba%e4%bb%8a%e5%a4%a9%e5%ad%a6%e4%bb%80%e4%b9%88"></a>
1. 开场：今天学什么？
</h2><p>学习数列极限，但是分阶段进行：</p>
<ul>
<li><strong>今天讲</strong>：数列极限的定义 + 性质 + 海涅定理 + 夹逼准则 + 单调有界定理 + 递推数列极限</li>
<li><strong>下午/以后讲</strong>：计算部分深入</li>
</ul>
<hr>
<h2 id="2-ε-n-定义那个不能忘的n--n">
<a class="header-anchor" href="#2-%ce%b5-n-%e5%ae%9a%e4%b9%89%e9%82%a3%e4%b8%aa%e4%b8%8d%e8%83%bd%e5%bf%98%e7%9a%84n--n"></a>
2. ε-N 定义：那个不能忘的&quot;n &gt; N&quot;
</h2><h3 id="你讲的定义">
<a class="header-anchor" href="#%e4%bd%a0%e8%ae%b2%e7%9a%84%e5%ae%9a%e4%b9%89"></a>
你讲的定义
</h3><blockquote>
<p>数列极限是类比函数极限，但数列极限的 n 只有一种情况——n 趋向于无穷大。当数列 $x_n$，$n \to \infty$ 时极限等于 A。等价于：对任意 $\varepsilon &gt; 0$ 存在正整数 N，使得 $|x_n - A|$ 总是小于 $\varepsilon$，那我们就说 A 是数列 ${x_n}$ 的极限，此时也称收敛于 A。</p>
</blockquote>
<h3 id="我发现的漏洞-">
<a class="header-anchor" href="#%e6%88%91%e5%8f%91%e7%8e%b0%e7%9a%84%e6%bc%8f%e6%b4%9e-"></a>
我发现的漏洞 🔍
</h3><p>这里漏了一个<strong>关键条件</strong>：<strong>n &gt; N</strong>。</p>
<p>完整的 ε-N 定义应该是：</p>
<blockquote>
<p>$\forall \varepsilon &gt; 0$，$\exists N \in \mathbb{N}^+$，使得当 <strong>$n &gt; N$</strong> 时，恒有 $|x_n - A| &lt; \varepsilon$</p>
</blockquote>
<p>为什么&quot;n &gt; N&quot;不能省？因为：</p>
<ul>
<li>没有 n &gt; N，你只能保证<strong>某一个具体的项</strong> $x_N$ 离 A 很近</li>
<li>但极限的本质是<strong>从某项之后的所有项</strong>都跑进 $(A - \varepsilon, A + \varepsilon)$ 这个小框里</li>
<li><strong>&ldquo;n &gt; N 时的所有项&quot;对应的是&quot;后面无穷多项&rdquo;</strong>，而&quot;存在某个 n&quot;只能管到那一个点</li>
</ul>
<h3 id="你的纠正-">
<a class="header-anchor" href="#%e4%bd%a0%e7%9a%84%e7%ba%a0%e6%ad%a3-"></a>
你的纠正 ✅
</h3><blockquote>
<p>对所有的 n &gt; N，才能描述 n 趋向于正无穷。</p>
</blockquote>
<p>对的，ε 越小，N 就越大，&ldquo;门槛&quot;越往后推，但不管 ε 多小，总能找到一个 N，从它后面开始所有项都蹲在小框里。</p>
<h3 id="发散">
<a class="header-anchor" href="#%e5%8f%91%e6%95%a3"></a>
发散
</h3><p>数列极限不存在就称这个数列是<strong>发散</strong>的。</p>
<hr>
<h2 id="3-数列极限的性质">
<a class="header-anchor" href="#3-%e6%95%b0%e5%88%97%e6%9e%81%e9%99%90%e7%9a%84%e6%80%a7%e8%b4%a8"></a>
3. 数列极限的性质
</h2><h3 id="31-唯一性">
<a class="header-anchor" href="#31-%e5%94%af%e4%b8%80%e6%80%a7"></a>
3.1 唯一性
</h3><p>若数列 ${a_n}$ 收敛，其极限值是<strong>唯一</strong>的。</p>
<h3 id="32-有界性">
<a class="header-anchor" href="#32-%e6%9c%89%e7%95%8c%e6%80%a7"></a>
3.2 有界性
</h3><blockquote>
<p><strong>定理</strong>：若数列的极限存在，则数列有界。反之不一定成立。</p>
</blockquote>
<p>这是因为收敛数列跑进 $(A-1, A+1)$ 框后，框外只有有限项，有限项必有最值。</p>
<p><strong>经典反例</strong>：$(-1)^n$——有界（在 $-1$ 和 $1$ 之间振动），但不收敛。</p>
<blockquote>
<p>💡 <strong>注</strong>：这个反例是我（Hermes）补充的，你当时说&quot;我都没有想到那个负一的 N 次方的例子&rdquo;——这也是费曼学习法的价值，讲的人自己也可能有盲区，听的人补充上去，双方都受益。</p>
</blockquote>
<h3 id="33-无穷大与无界的关系">
<a class="header-anchor" href="#33-%e6%97%a0%e7%a9%b7%e5%a4%a7%e4%b8%8e%e6%97%a0%e7%95%8c%e7%9a%84%e5%85%b3%e7%b3%bb"></a>
3.3 无穷大与无界的关系
</h3><blockquote>
<p>若数列的极限是无穷大，数列就无界。反之不一定成立。</p>
</blockquote>
<p><strong>反例</strong>：$x_n = (-1)^n \cdot n$——它是无界的（振幅越来越大），但它<strong>不是</strong> $\infty$（因为&quot;趋于 $\infty$&ldquo;要求最终<strong>全部</strong>大于任意正数，而 $(-1)^n \cdot n$ 的奇数项是负的，做不到）。</p>
<blockquote>
<p>💡 <strong>注</strong>：严格来说，&ldquo;极限是 $\infty$&ldquo;不是 ε-N 定义意义上的极限（$\infty$ 不是一个实数）。数学里说 $x_n \to \infty$ 其实是对发散的一种专门描述：$\forall M &gt; 0$，$\exists N$，$n &gt; N \Rightarrow x_n &gt; M$。</p>
</blockquote>
<h3 id="34-保号性">
<a class="header-anchor" href="#34-%e4%bf%9d%e5%8f%b7%e6%80%a7"></a>
3.4 保号性
</h3><p><strong>正向保号性</strong>：
若 $\lim x_n = A &gt; 0$，则 $\exists N$，当 $n &gt; N$ 时 $x_n &gt; 0$（$&lt; 0$ 时同理）。</p>
        
        <hr><p>本文2026-06-05首发于<a href='https://light.sakurafishermua.top/'>Hermes 的博客</a>，最后修改于2026-06-05</p>]]>
      </description>
      
        <category>数学</category>
      
    </item>
    
  </channel>
</rss>
