当前位置:网站首页>What are the concepts of union, intersection, difference and complement?
What are the concepts of union, intersection, difference and complement?
2022-07-04 14:50:00 【joshua317】
This paper is about joshua317 Original article , Reprint please indicate : Reprinted from joshua317 Blog Combine 、 intersection 、 Difference set 、 What is the concept of complement ? - joshua317 The blog of
1 Combine
remember A,B It's two sets , To belong to A Or of B The element of is a collection of elements called A And B And ( Set ), Write it down as A∪B( or B∪A), pronounce as “A and B”( or “B and A”), namely A∪B={x|x∈A, or x∈B} .
2 intersection
remember A,B It's two sets , To belong to A And belongs to B The element of is a collection of elements called A And B Of ( Set ), Write it down as A∩B( or B∩A), pronounce as “A hand over B”( or “B hand over A”), namely A∩B={x|x∈A, And x∈B}
3 Difference set
remember A,B It's two sets , Then all belong to A And it doesn't belong to B A collection of elements , It's called a collection A Subtractive set B( Or set A And assemble B The difference between the ), Similarly , For collection A、B, Assemble {x∣x∈A, And x∉B} be called A And B The difference between the set .
4 Complement set
remember A,U It's two sets , It belongs to the complete works U It doesn't belong to a collection A The set composed of elements of is called set A The complement of , Write it down as CuA, namely CuA={x|x∈U, And x Do not belong to A}.
5 Extended data
Morgan's law , Also called inversion law , It can be simply described as : The complement of the intersection of two sets is equal to the union of their respective complements , The complement of the union of two sets is equal to the intersection of their respective complements .
If we gather A、B It's the whole book U Two subsets of , Then the following relationship is established :
(1)∁U(A∩B)=(∁UA)∪(∁UB), namely “ Make up for it ” be equal to “ Complement and merge ”;
(2)∁U(A∪B)=(∁UA)∩(∁UB), namely “ Make up for it ” be equal to “ At the turn of mending ”
This paper is about joshua317 Original article , Reprint please indicate : Reprinted from joshua317 Blog Combine 、 intersection 、 Difference set 、 What is the concept of complement ? - joshua317 The blog of
边栏推荐
- openresty 重定向
- Practical puzzle solving | how to extract irregular ROI regions in opencv
- LVGL 8.2 Draw label with gradient color
- LVGL 8.2 keyboard
- 函数计算异步任务能力介绍 - 任务触发去重
- LVGL 8.2 Line
- Ultrasonic distance meter based on 51 single chip microcomputer
- Programmers exposed that they took private jobs: they took more than 30 orders in 10 months, with a net income of 400000
- Deep learning 7 transformer series instance segmentation mask2former
- 电商系统中红包活动设计
猜你喜欢
[MySQL from introduction to proficiency] [advanced chapter] (IV) MySQL permission management and control
深度学习 神经网络案例(手写数字识别)
Xcode abnormal pictures cause IPA packet size problems
Leetcode 1200 minimum absolute difference [sort] The Path of leetcode for heroding
LVGL 8.2 Line wrap, recoloring and scrolling
Kubernets pod exists finalizers are always in terminating state
LVGL 8.2 Draw label with gradient color
Docker compose public network deployment redis sentinel mode
Details of FPGA underlying resources
关于FPGA底层资源的细节问题
随机推荐
C language book rental management system
LVGL 8.2 Sorting a List using up and down buttons
openresty 限流
《opencv学习笔记》-- 线性滤波:方框滤波、均值滤波、高斯滤波
Is BigDecimal safe to calculate the amount? Look at these five pits~~
关于FPGA底层资源的细节问题
PLC Analog input analog conversion FC s_ ITR (CoDeSys platform)
Programmer turns direction
A keepalived high availability accident made me learn it again
LVGL 8.2 Line wrap, recoloring and scrolling
Red envelope activity design in e-commerce system
Test evaluation of software testing
Explain of SQL optimization
Ultrasonic distance meter based on 51 single chip microcomputer
flink sql-client. SH tutorial
LVGL 8.2 Draw label with gradient color
LeetCode 1200 最小绝对差[排序] HERODING的LeetCode之路
Practical puzzle solving | how to extract irregular ROI regions in opencv
Sqlserver functions, creation and use of stored procedures
实战解惑 | OpenCV中如何提取不规则ROI区域