首页 > 其他 > 详细

lecture 5

时间:2019-10-02 11:32:10      阅读:118      评论:0      收藏:0      [点我收藏+]

1. 

技术分享图片

 

2. m*n=n*m并不总是成立,如m,n为array时

3. u为universal的缩写,即全集

4. 证明时严格按照公式顺序写,很多时候需要用commutativity调换顺序,每一步只能用一个公式

5.

 技术分享图片

 

6. If A is a set de?ned using ∩, ∪, ∅ and U, then dual(A) is the expression obtained by replacing ∩ with ∪ (and vice-versa) and ∅ with U (and vice-versa).

 

Absorption law: A∪(A∩B) = A

Dual: A∩(A∪B) = A

证明一个即可证明另一个

7. binary relations

a binary relation between S and T is a subset of S*T

8. binary relation的定义

a. 直接列出 {(1,1), (2,3), (3,2)}

b. 列出范围{(x,y)∈ [1,3]×[1,3] : 5|xy −1}

c. 又其他relation推出{(1,1)}∪{(2,3)}∪{(2,3)}←

d.

 技术分享图片

 

e.

 技术分享图片

 

f.

 技术分享图片

9. binary relation性质

a. (R) re?exive与自身相关,如等于

For all x ∈ S: (x,x) ∈ R 

b. (AR) antire?exive不与自身相关,如小于

For all x ∈ S: (x,x) / ∈ R

c. (S) symmetric 如不等于

For all x,y ∈ S: If (x,y) ∈ R then (y,x) ∈ R

d. (AS) antisymmetric 如小于

For all x,y ∈ S: If (x,y) and (y,x) ∈ R then x = y

e. (T) transitive

For all x,y,z ∈ S: If (x,y) and (y,z) ∈ R then (x,z) ∈ R

对于含有if的定义,如果任何情况下if都不满足,则依旧成立

 

lecture 5

原文:https://www.cnblogs.com/eleni/p/11616904.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!