离散数学期末复习

文章目录

    • Logic
      • Predicates
      • Quantifier
      • Something need to be payed attention to
      • Exactly One
      • Rules of Inference
    • Set
      • Set Notation with Quantifiers
      • Property
      • Generalized Unions and Intersections
      • One to One Function
      • Onto Functions
      • One-to-one and Onto Functions
      • Inverse Functions
      • Composition of Function
    • Relation
      • Representation form
        • normal form
        • Graph
        • Matrix
      • Relation on One Set
      • Relation Properties(important point)
        • definition
        • Graph
        • Matrix
        • Some special cases
      • Combining Relations
        • set form
        • Matrix
      • Composite
        • Properties
        • Matrix
        • The property of relation on one set
      • n-ary Relation
      • Closure
        • Reflexive Closure
        • Symmetric Closure
        • Transitive Closure
          • Theorem
          • Warshall’s Algorithm
        • Theorem
      • Equivalence
        • Definition
      • Partition
      • Partial Order
        • Non-Strict & Strict Partial Order
      • Total Order
      • Lexicographic Order
      • Hasse Diagrams
        • Covering Relation
      • Minimal/Maximal Element
      • Least/Greatest Element
      • Well Ordered
      • Lower/Upper Bound
      • Greatest Lower/Least Upper Bound
      • Lattice
        • Distributive Lattice
        • Bounded Lattice
        • Complemented Lattice
    • Counting
      • permutation and combination
      • Generating Combinations
        • Next Larger Bit String
        • Next Larger r-combinations
      • Generating Permutations
        • The basic Algorithm
        • r-Permutations
      • Pigeonhole Principle
        • Generalized Pigeonhole Principle
      • Subsequence
        • Theorem
      • Ramsey Theory
      • Recurrence Relations
      • Solving Linear Recurrence Relation(考试重点)
        • Generating Functions
        • Extended Binomial Theorem
    • Graph
      • Graph structure
        • Adjacent/Neighbor
      • Neighbor Set
      • Degree
      • Degree Sequence
      • HandShaking Theorem
      • Path
      • Cycle (Circuit)
      • Acyclic
      • Connectedness
      • Connectedness
      • Complete Graph
      • Cycle Graph
      • Wheel Graph
      • Cube
      • Bipartite Graph
      • Complete Bipartite Graph
      • Subgraph
      • Union
      • Graph Isomorphism
      • Euler and Hamiltonian Path
        • Euler Path
          • Some Obeservation
          • Theorem
          • Fleury’s Algorithm
          • Hierholzer’s Algorithm
        • Hamiltonian Path
          • Dirac’s and Ore’s Theorem
      • Planar Graph
        • Region
        • Euler's Formular
        • Corollary
      • Homeomorphic
      • Kuratowski’s Theorem
      • Coloring
        • Example
        • Small conclusion
    • Abstract Algebra
      • Group
        • Definition
        • Characteristic: closure,associativity,identity, inverse
        • Therom
        • Cayley Table
        • Law of Exponents
        • Subgroup
        • Coset
          • Lemma
          • Theorem
        • Cyclic Group
          • Theorem

Logic

一些基础性的东西就不在这里赘述了。

Predicates

离散数学期末复习_第1张图片

Quantifier

离散数学期末复习_第2张图片
离散数学期末复习_第3张图片

Something need to be payed attention to

对于 ∀ \forall 来说,一般采用的方式为: ∀ x ( Q ( x ) → P ( x ) ) \forall x(Q(x)\rightarrow P(x)) x(Q(x)P(x));
而对于 ∃ \exist 来说,一般采用的方式为: ∃ x ( Q ( x ) ) ∧ P ( x ) ) \exist x(Q(x))\land P(x)) x(Q(x))P(x))

Exactly One

离散数学期末复习_第4张图片
离散数学期末复习_第5张图片
离散数学期末复习_第6张图片
离散数学期末复习_第7张图片
离散数学期末复习_第8张图片
离散数学期末复习_第9张图片

Rules of Inference

离散数学期末复习_第10张图片

Set

这节内容较为简单,只列出重要部分

Set Notation with Quantifiers

离散数学期末复习_第11张图片

Property

离散数学期末复习_第12张图片

Generalized Unions and Intersections

离散数学期末复习_第13张图片

One to One Function

离散数学期末复习_第14张图片

Onto Functions

离散数学期末复习_第15张图片

One-to-one and Onto Functions

离散数学期末复习_第16张图片

Inverse Functions

  • A function having an inverse function is called invertible
    说明其不是可逆,只需要验证其不是one to one
    要说明其可逆,需要验证它既是one to one 而且onto

Composition of Function

离散数学期末复习_第17张图片

Relation

Representation form

normal form

离散数学期末复习_第18张图片

Graph

离散数学期末复习_第19张图片

Matrix

离散数学期末复习_第20张图片

Relation on One Set

Relation on the set A is a relation from A to A.即为自身和自身的一种关系

Relation Properties(important point)

definition

这里要记清楚定义,用定义来判断

离散数学期末复习_第21张图片
离散数学期末复习_第22张图片

Graph

离散数学期末复习_第23张图片
离散数学期末复习_第24张图片

Matrix

离散数学期末复习_第25张图片
离散数学期末复习_第26张图片

Some special cases

If it only exits one element,then
在这里插入图片描述

Combining Relations

set form

离散数学期末复习_第27张图片
离散数学期末复习_第28张图片

Matrix

离散数学期末复习_第29张图片

Composite

离散数学期末复习_第30张图片
表示的形式是从右向左。

Properties

在这里插入图片描述

离散数学期末复习_第31张图片

Matrix

离散数学期末复习_第32张图片
离散数学期末复习_第33张图片
离散数学期末复习_第34张图片
和矩阵的乘法类似,每一行乘于每一列对应的元素。
PS:这里的顺序是倒过来的

The property of relation on one set

离散数学期末复习_第35张图片
2.
离散数学期末复习_第36张图片
3.
离散数学期末复习_第37张图片
4.
If R is transitive, Rn is also transitive

n-ary Relation

离散数学期末复习_第38张图片

Closure

Minimum terms are added to R to fulfill the requirements of property P

Reflexive Closure

离散数学期末复习_第39张图片

Symmetric Closure

离散数学期末复习_第40张图片

Transitive Closure

离散数学期末复习_第41张图片
传递闭包是闭包里较为复杂的,这里需仔细复习。
离散数学期末复习_第42张图片
Some rule:

  • Let A be a set with n elements, and let R be a relation on A
  • If there is a path from a to b, then the length of this path will not exceed n
Theorem

离散数学期末复习_第43张图片

Warshall’s Algorithm

Warshall’s Algorithm can reduce the complexity of R* calculation
离散数学期末复习_第44张图片
用于简化计算。

Theorem

离散数学期末复习_第45张图片
离散数学期末复习_第46张图片
离散数学期末复习_第47张图片

Equivalence

Definition

A relation R on a set A is an equivalence relation iff R is reflexive, symmetric and transitive

Partition

离散数学期末复习_第48张图片
1.
离散数学期末复习_第49张图片
2.
离散数学期末复习_第50张图片
3.
离散数学期末复习_第51张图片

Partial Order

离散数学期末复习_第52张图片

  • Partially Ordered Set
    离散数学期末复习_第53张图片
  • Comparability
    The elements a and b of a poset(S, ≤ \le ) are called comparable if either a ≤ \le b or b ≤ \le a;
    otherwise, a and b are imcomparable
Non-Strict & Strict Partial Order

离散数学期末复习_第54张图片

Total Order

离散数学期末复习_第55张图片

Lexicographic Order

Lexicographic Order is a generalization of the way the alphabetical order of words is based on the alphabetical order of letters

Hasse Diagrams

Show the partial ordering using a graph
离散数学期末复习_第56张图片

Covering Relation

离散数学期末复习_第57张图片
即为直接相连的意思

Minimal/Maximal Element

离散数学期末复习_第58张图片
在给出的集合中该元素上面或下面没有其他元素了

Least/Greatest Element

离散数学期末复习_第59张图片
在给出的集合中,任意得元素比最大值小,比最小值大

Well Ordered

离散数学期末复习_第60张图片

Lower/Upper Bound

离散数学期末复习_第61张图片
这里的集合范围扩大到全集,对于任意在S上的元素

Greatest Lower/Least Upper Bound

离散数学期末复习_第62张图片
这里即为去其中最小的或最大的边界

Lattice

A partially ordered set in which every pair of elements has both a least upper bound and a greatest lower bound is called a lattice
离散数学期末复习_第63张图片
离散数学期末复习_第64张图片

Distributive Lattice

离散数学期末复习_第65张图片
每行只有1个或2个元素

Bounded Lattice

离散数学期末复习_第66张图片

Complemented Lattice

离散数学期末复习_第67张图片

Counting

一些高中学过比较基础的东西这里就不写了。

permutation and combination

在这里插入图片描述
离散数学期末复习_第68张图片
重点:注意隔板法的应用。

Generating Combinations

离散数学期末复习_第69张图片

Next Larger Bit String

离散数学期末复习_第70张图片
从右往左操作,完成一个流程就到下一个数。
这种算法的原理是从右往左,把1置为0,直至到0这位,把后把0这位置为1

Next Larger r-combinations

离散数学期末复习_第71张图片
这里的r是指集合里有多少个元素。
算法的原理是选完小的,再选大的。比如在{1,2,3,4,5,6}中。{1,2,3,4},{1,2,3,5},{1,2,4,5},{1,3,4,5}……

Generating Permutations

离散数学期末复习_第72张图片

The basic Algorithm

离散数学期末复习_第73张图片
即为按字典序排序。
中文翻译过来,过程大致如下:

  1. 从右往左找出符合 a j a_j aj< a j + 1 a_{j+1} aj+1的j的值
  2. 找出符合 a j a_j aj< a k a_{k} ak的k的值 (k从n开始减小)
  3. 互换 a j a_j aj a k a_{k} ak
  4. 互换 a s a_s as a r a_r ar (s从j+1开始增加,r从n开始减小)
r-Permutations

离散数学期末复习_第74张图片

Pigeonhole Principle

  • If k is a positive integer and k + 1 or more objects are placed into k boxes, then there is at least one box containing two or more of the object,called the Dirichlet Drawer Principle
Generalized Pigeonhole Principle
  • If N objects are placed into k boxes, then there is at least one box containing at least ⌈ N / k ⌉ \lceil N/k\rceil N/k objects

Subsequence

  • A subsequence of this sequence is a sequence of the form a i 1 , a i 2 , a i 3 , ⋯ a i m a_{i_1},a_{i_2},a_{i_3},\cdots a_{i_m} ai1,ai2,ai3,aim,where 1 < i 1 < i 2 < ⋯ < i m < N 11<i1<i2<<im<N
  • A sequence is called strictly increasing if each term is larger than the one that precedes it(严格单调递增)
  • A sequence is called strictly decreasing if each term is smaller than the one that precedes it(严格单调递减)
Theorem
  • Every sequence of n 2 n^2 n2 + 1 distinct real numbers contains a subsequence of length n + 1 that is either strictly increasing or strictly decreasing

Ramsey Theory

  • Ramsey theory, after the English mathematician F. Ramsey, deals with the distribution of subsets of elements of sets.
  • The rules are as follows:
    离散数学期末复习_第75张图片
    离散数学期末复习_第76张图片

Recurrence Relations

中文:递推关系

  • The initial conditions for a sequence specify the terms that precede the first term where the recurrence relation takes effect
  • A sequence is determined uniquely by Recurrence relation and Initial conditions.

Solving Linear Recurrence Relation(考试重点)

  • The Definition of LiHoReCoCo
    离散数学期末复习_第77张图片

  • The procedure
    离散数学期末复习_第78张图片

  • 如果出现重根的情况,那么第二个参数要多乘一个n

  • k 阶的表达式也差不多
    离散数学期末复习_第79张图片

Generating Functions

离散数学期末复习_第80张图片

Extended Binomial Theorem

( n r ) = C ( n , r ) = C n r \dbinom{n}{r}=C(n,r)=C_n^r (rn)=C(n,r)=Cnr
离散数学期末复习_第81张图片

Graph

离散数学期末复习_第82张图片

Graph structure

离散数学期末复习_第83张图片
2.
离散数学期末复习_第84张图片
However, Multigraph doesn’t allow loop.
3. But Pseudograph is a special multigraph allows loop.
离散数学期末复习_第85张图片

Adjacent/Neighbor

离散数学期末复习_第86张图片
离散数学期末复习_第87张图片

Neighbor Set

Neighbor Set N(v) contains all adjacent vertices of v

Degree

  • For undirected graph,number of edges containing that vertex (Adjacent vertex number)
  • For directed graph, degrees mean In-Degree and Out-Degree
    离散数学期末复习_第88张图片
    PS: Pendant vertex means 悬挂点,只有一条边与之相连

Degree Sequence

A degree sequence is a monotonic nonincreasing sequence of the degrees of vertices in an undirected graph.
For emample, (3,2,2,2,1,0)

HandShaking Theorem

中文名:握手定理
1.
离散数学期末复习_第89张图片
2.
离散数学期末复习_第90张图片
3.
离散数学期末复习_第91张图片

Path

A path is simple if all vertices on the path are distinct

Cycle (Circuit)

离散数学期末复习_第92张图片

Acyclic

离散数学期末复习_第93张图片

Connectedness

离散数学期末复习_第94张图片
a-b-e 和 a-e are two connected component

Connectedness

离散数学期末复习_第95张图片

Complete Graph

离散数学期末复习_第96张图片

Cycle Graph

离散数学期末复习_第97张图片
Just a circle

Wheel Graph

离散数学期末复习_第98张图片
just like a wheel ,where there has a middle point

Cube

离散数学期末复习_第99张图片

Bipartite Graph

离散数学期末复习_第100张图片
离散数学期末复习_第101张图片
And the number of vertex in the circle should be even.

Complete Bipartite Graph

离散数学期末复习_第102张图片

Subgraph

离散数学期末复习_第103张图片

Union

离散数学期末复习_第104张图片

Graph Isomorphism

中文名:图形同构
离散数学期末复习_第105张图片
离散数学期末复习_第106张图片

Euler and Hamiltonian Path

离散数学期末复习_第107张图片

Euler Path

离散数学期末复习_第108张图片
欧拉路径判断:能否从某个顶点出发,只经过每条边当且一次
欧拉回路:能否从某个顶点出发,只经过每条边当且一次且最后回到这个顶点

Some Obeservation

离散数学期末复习_第109张图片

Theorem

离散数学期末复习_第110张图片
利用这个定理可以较快得判断是否是欧拉路径

Fleury’s Algorithm

离散数学期末复习_第111张图片
这个算法的目的告诉你欧拉路径怎么走,而前面说的只是判断它是不是欧拉路径。

Hierholzer’s Algorithm

离散数学期末复习_第112张图片

Hamiltonian Path

离散数学期末复习_第113张图片

Dirac’s and Ore’s Theorem

离散数学期末复习_第114张图片
2.
离散数学期末复习_第115张图片
However,
离散数学期末复习_第116张图片

Planar Graph

在这里插入图片描述
注意: Planar Graph 是can be drawn, 而plane 是drawn
离散数学期末复习_第117张图片

Region

离散数学期末复习_第118张图片

  • boundary
    离散数学期末复习_第119张图片

  • Bridge
    Bridge is on the boundary of only one region (unbounded region)

  • Example
    K 3 , 3 K_{3,3} K3,3 is not a planar

Euler’s Formular

离散数学期末复习_第120张图片

Corollary
  • If a connected planar simple graph, then G has a vertex of degree not exceeding 5
  • If a connected planar simple graph has e edges and v vertices with v ≥ 3, then e ≤ 3v – 6
  • If a connected planar simple graph has e edges and v vertices with v ≥ 3 and no circuits of length three, then e ≤ 2v – 4
    通过推论来判断该图形是不是planar

Homeomorphic

离散数学期末复习_第121张图片

Kuratowski’s Theorem

The graph is not planar if it contains a nonplanar subgraph.
A graph is nonplanar iif it contains a subgraph homeomorphic to K 3 , 3 K_{3,3} K3,3 or K 5 K_5 K5

Coloring

  • Two regions sharing a border are assigned different colors
  • The smallest number of colors needed to produce a proper coloring of G
Example

离散数学期末复习_第122张图片
Bipartite Graph only need 2 colors

Small conclusion

离散数学期末复习_第123张图片

Abstract Algebra

  • 说明:考试只考Group Theory,所以这里只复习这块的内容

Group

Definition

Any mathematics systems that always havean unique solution

Characteristic: closure,associativity,identity, inverse

离散数学期末复习_第124张图片
* A commutative group is called Abelian Group(a ⋅ \cdot b=b ⋅ \cdot a),in other word,it is symmetric

Therom
  1. The identity element of a group is unique
  2. If a and b are elements of a group and a • b = e, then b = a-1
  3. If a • x = b • x then a = b so as x ⋅ \cdot a=x ⋅ \cdot b
  4. The inverse of a • b is b − 1 ⋅ a − 1 b^{-1}\cdot a^{-1} b1a1
  5. ( a − 1 ) − 1 (a^{-1})^{-1} (a1)1 = a and e − 1 e^{-1} e1 = e
Cayley Table

离散数学期末复习_第125张图片
4.Each row and each column of the inner table contains each element exactly once

Law of Exponents

离散数学期末复习_第126张图片

Subgroup

离散数学期末复习_第127张图片
离散数学期末复习_第128张图片

Coset

The subgroup can be shift by operation, which is Coset
离散数学期末复习_第129张图片

Lemma

离散数学期末复习_第130张图片
只要一个成立了,所有都成立。

Theorem
  1. Let H be a subgroup of a group G. Then left cosets of H in G partition G.That means the group G is the disjoint union of the left cosets of H in G
  2. Let H be a subgroup of a group G. The number of left cosets of H in G is the same as the number of right cosets of H in G
  3. Let H be a finite subgroup of a group G.Then each left coset of H in G has the same number of elements as H.

The Theorem above also for right coset

Cyclic Group
  • Groups that can be generated in their entirety from one member (called generator) are called cyclic groups.
Theorem
  1. Every cyclic group is abelian
  2. Every subgroup of a cyclic group is cyclic
  3. Let G be a cyclic group of order n and suppose that a is a generator for G. Then a k a^k ak = e if and only if n divides k。
    也就是说 n 是满足 a k a^k ak = e的最小的数

你可能感兴趣的:(考前突进复习笔记,数学)