Summary of Lecture 7
Chebyshev’s theta function:
THEOREM:.
THEOREM: For any real number , .
THEOREM (Hadamard; Poussin, 1896):
- ;
// Rosser and Schoenfeld
THEOREM: when .
Prime Number Generation: choose and test // at most trials
- Fermat test:
THEOREM: Let and . If , then if and only if .
Chinese Remainder Theorem
THEROEM: Let be pairwise relatively prime and let . Then for any , then the system
always has a solution. Furthermore, if is a solution, then any solution must satisfy .
- Let for every .
- for every .
- .
- Let .
- Then for every .
- for all
for all
for all
Solution to Sun-Tsu’s Question
EXAMPLE: Solve the system .
- is a solution of the system iff
- Solutions:
CRT Map
THEOREM: Let and for all . Let . The CRT map is a bijection from to .
- is well-defined:
- show that for every
- for every for every
- show that
- for every ;
for every
- is injective, i.e.,
- for every
for every
- is surjective: Let . Preimage?
- Due to CRT, the system , has a solution
- for all
- Since , for all
- is a preimage of
Euler’s Phi Function
THEOREM: Let be pairwise relatively prime. Let . Then .
- is bijective
THEOREM: If for distinct primes and integers , then .
EXAMPLE:;
EXAMPLE: For , and satisfy the following properties.
- Closure:
- Associative:
- Identity:
- Inverse:
- Commutative:
Group
DEFINITION: A group is a set together with a binary operation on such that
- Closure:
- Associative:
- Identity:
- Inverse:
DEFINITION: A group is said to be an Abelian group if it is
- Commutative:
Group
THEOREM: is an Abelian group for any integer .
- Closure:
- Associative:
- Identity element:
- Inverse: such that
- Commutative:
REMARK: we are interested in two types of Abelian groups
- Additive Group: binary operation ; identity
- Example:
- Multiplicative Group: binary operation ; identity //
- Example:
Order
DEFINITION: The order of a group is the cardinality of .
DEFINITION: when , , the order of is the least integer such that ( for additive group)
EXAMPLE: Determine the orders of all elements of and
THEOREM: Let be a multiplicative Abelian group of order . Then for any , .
- If , then .
同余方程组实际应用中常见吗?
密码学里RSA是不是就靠这个?
那个23是代公式算出来的吧
证明跳得确实有点多,中间缺了几步
CRT证明那部分跳步有点多,跟不太上
同感,推导有点快
同余方程组求解看着就头大
同感,那些下标看着眼花
费马测试那个试错次数有点吓人
算那个s和t的时候最容易算错
群的阶和元素的阶老是搞混
我也搞混过,后来记|G|是群大小,|g|是g的幂次才分清
CRT不就是韩信点兵嘛
Z_6那个例子讲得挺明白的
证明欧拉函数那个公式蛮实用的
费马测试那块能再展开说说吗
同问,这块有点绕
这例题步骤还挺详细的
模运算符号老和除法混淆,烦死了
模那个竖线真的像除号,每次看都得停两秒确认😂
完全没看懂θ映射那部分在干啥
又是抽象代数,每次看到bijection就发怵🤔
bijection一出来我就知道要挂了,头大
bijection那块确实绕,脑子转不过弯来。
之前搞过同余方程组,确实折腾了好久
密码学里RSA是不是就靠这个?求大佬指点
欧拉函数那块突然就乘起来了,前面铺垫不够啊
群论定义背了八百遍还是用不利索
模7余2、模3也余2,那x-2是21倍数?然后试出23…好像也没那么难
23那个结果代进去验算倒是对的,但中间步骤太跳了