1. Formal Power Series
1.1基本定义
这一章节我们主要复习/学习一些后面会用到的关于形式级数的概念. 这在代数组合里面是最为基本的一个概念, 因为其给生成函数提供了一个坚实的理论基础.
从下面的定义中不难看出, 其和分析中的级数的区别在于我们并不把这些无穷和考虑为某一类映射到一个环中的函数, 而只是一种用来记载系数的代数对象.
然而, 在分析组合学中, 我们会把这些原本只是形式上的级数当成是具有收敛意义的 (复) 级数, 然后用分析的方法来学习一些组合对象在极限下的行为.
Definition 1.1.1. 考虑整环 , 我们定义 形式级数环为如下环
Proposition 1.1.2. 如果 是整环, 则 也是整环.
Definition 1.1.3. 在形式级数环上我们定义如下操作:
1. | , 如果 . |
2. | 如果 . |
3. | 我们定义形式级数环上的赋值 为: |
一些显然的性质有:
1. | . |
2. | . |
使用这个赋值, 我们可以证明 是一个离散赋值环.
同时, 固定任意一个 , 我们可以定义出 上的一个度量空间, 其中
用上述拓扑我们可以定义形式级数的无穷和与无穷乘积.
在一些情况下, 我们会考虑多元形式级数 , 不过我们需要小心的是, 根据定义来说, 用的是 诱导出来的拓扑, 而 使用的是 诱导的拓扑, 而这两个拓扑并不等价. 在这一情况下, 我们可以使用另一个赋值, , 或者等于 如果 .
Definition 1.1.4. 定义 为对于 定义
Definition 1.1.5. 给定 , 我们有:
1. | . |
2. | 如果 , 那么我们把 称之为复合逆. |
Proposition 1.1.6. 是良定义的当且仅当 或者 . 也就是说, 其是良定义的当且仅当 是多项式, 或者 没有常数项.
Proposition 1.1.7. 对于 , 定义求值映射 为 . 这一求值映射 是环同态
Proposition 1.1.8. 对于 , 如果 则 .
Proposition 1.1.9. 在 中可逆当且仅当 在 中可逆.
Proof. : exercise.
Definition 1.1.10. 对于 我们定义:
1. | 形式导数为 . |
2. | 如果 则定义形式积分为 . |
Proposition 1.1.11.
1. | , 其中 . |
2. | . |
3. | 如果复合是良定义的. |
Example 1.1.12. 在下属例子中我们考虑一些特殊的形式级数:
1. | . 其一些性质如下:
| ||||||||
2. | . 其一些性质如下:
显然这就是微积分意义上的 函数, 所以我们也会时不时地这样写. | ||||||||
3. | . 其一些性质如下:
显然这个在日常生活中等于 . |
Lemma 1.1.13 (Hensel 引理). 给定 , 定义 . 假设 . 则存在一个独特的 使得 .
Remark 1.1.14. Two key ideas for the proof here:
1. | Linear approximation: for any , we have . |
2. | Newton’s method: we will construct , then and we take the limit to define . Then we use linear approximation to prove the limit exists. |
Now we give the detailed proof of Hensel’s lemma.
Proof. Existence: let , . By induction, for all , hence the right hand side is defined. Now apply the linear approximation with , we getThus we see is divisible by .
On the other hand, since is invertible, from the definition of we seeis divisible by . Thus we seeand hence and thus exists. Now take limit of the defining equation of , we getwhere and hence as desired.
如下是两个 Hensel 引理的应用.
Proposition 1.1.15. 有复合逆当且仅当 在 中可逆.
Proof. : Exercise.
Proposition 1.1.16. 如果 是一个 不等于 2 的域. 则 当且仅当 , 并且 是一个平方.
Proof. : Exercise.
1.2形式洛朗级数
在上一章中我们定义了形式级数环, 不过这一套理论并不足够普遍, 以至于我们出门买菜都没法使用它和店主讨价还价. 举例来说, 在 里我们甚至没法定义 .
既然吃啥补啥, 缺啥修啥, 一个最直观的修补方法是使得我们允许在整个 上的求和, 而不是只在 上求和. 不过根据” 编程第一定理 “ (如果一个东西没有 bug 则不要碰那段 code! ) , 在这新的定义下我们立马得出如下一个例子所以我们需要退一步海阔天空, 从而得出下述的定义.
Definition 1.2.1. 定义形式洛朗级数环 为
之前定义的所有操作, 譬如提取系数, 形式求导, 极限, 都是依然良好定义的. 形式积分存在当且仅当 .
Definition 1.2.2. 我们定义两个洛朗级数之间的复合如下:
Definition 1.2.3. 对于 , 定义形式留数为 .
Proposition 1.2.4.
1. | , 其中 . |
2. | . 这是微积分基本定理的类比. |
3. | . 这是分步积分的类比. |
4. | . 这是换元积分的类比. |
作为环, , 但是对于形式洛朗级数这是错误的, 所以我们一般需要选择一个顺序. 举例来说, 考虑 . 在 中我们有 . 而在 里我们有 . 这两个表达式显然并不相等.
Theorem 1.2.5 (拉格朗日隐函数定理 (LIFT)). 假设 , 并且 是可逆的, 则:
1. | 存在独特的 使得 . This equation is called the LIFT equation. |
2. | 对所有 , |
3. | 对于任意 和 , 我们有对于 我们有where the second term is zero when . |
Theorem 1.2.6 (拉格朗日隐函数定理 (版本二)). 对于 和 , 假设 是可逆的, 并且 . 那么对于所有 , 我们有
Example 1.2.7. 我们使用 LIFT 计算斐波那契数列的通项公式.
设 , 并且 . 定义 . 根据 的性质我们注意到有 . 在这时我们可以直接求出 的表达式, 也就是 , 然后使用部分分式的技巧求解.
但是我们也可以使用 LIFT 来解决这一问题. 考虑 , 使得其满足 , 其中我们有 . 于是我们有首先注意我们有 . 现在对 和 使用 LIFT, 其中 , 我们有其中我们注意到于是于是我们得到值得注意的是, 通过 LIFT 所求出来的通项公式与使用部分分数所求出的通项公式并不一样, 于是我们得到如下 (十分显然的) 代数恒等式
Example 1.2.8 (习题). 假设 , 计算 .
Example 1.2.9. 找到一个满足关系式 的形式级数 .
改写上述式子为如下式子 , 接下来使用 换元, 我们得到 . 现在使用 LIFT, 其中 , .
后续细节留做习题, 答案是
Example 1.2.10. 假设 , 计算 .
设 , 设 的复合逆为 .
于是我们得到 当且仅当 当且仅当
现在我们可以使用 LIFT 计算 .
设置 , 我们观察到 .
后续细节略去不表, 答案是 .
Theorem 1.2.11 (Abel 二项式定理).
Proof. 考虑 , 根据 LIFT 存在一个级数 使得 . 考虑 , 其中 为任意可逆元素, 则根据 LIFT 我们有
接下来注意到根据指数级数的性质, 我们有 . 接下来我们注意到这意味着在另一边, 我们有因为 , 所以我们得出也就是说
1.3代数变换
这一章的内容在很长一段时间里都不会用到, 所以我暂且不翻译了...
Suppose we have polynomial . For example, . Given such a polynomial, we get a function given byWe call such an algebraic function.
For example, given then .
Similarly given , we get a function given by , which is called an algebraic function as well.
For example, if then .
Definition 1.3.1. An algebraic transformation of FPS is a function with such that is an algebraic function for all .
Example 1.3.2.
1. | Squaring map: is given by . We see , which is a polynomial in and hence it is an algebraic transformation. |
2. | Differentiation map: is given by . This is algebraic transformation since , which is a polynomial in as desired. |
3. | Evaluation map: Given , the evaluation map is given by . We have is a linear function of , as one can show. |
4. | Application map: given , we get is given by . This time is a degree polynomial of , as one can show. |
Definition 1.3.3. Let be the set of algebraic transformations .
We use be the set of algebraic transformations .
We use be the set of algebraic transformations .
We also note , then . To see why composition is again algebraic trans, just note composition of polynomials is still polynomial.
On the other hand, and then .
Note we get a ring structure on because the codomain of is a ring, hence we can define then we define . Define the similar point-wise subtraction and multiplications, we get a ring.
The element will be the map and the element will be .
We note is a ring, but is not a ring as it is missing the multiplicative identity.
Remark 1.3.4. We can also take limits of algebraic transformations. Given , or in . Then we sayif and only if for all FPS . Hence we can also talk about infinite sums and products of algebraic transformations.
Remark 1.3.5. In particular we can define composition with FPS. If , and . Then we can define . As an exercise, show that .
Example 1.3.6. Let and . Then what does do?
Apply this to , we see
Remark 1.3.7. Caution: note algebraic transformations are not formal power series. For example, if we have . If we know in fact .
However, on the other hand, if we have , then does not imply .