当前位置:网站首页>[set theory] set concept and relationship (set represents | number set | set relationship | contains | equality | set relationship property)
[set theory] set concept and relationship (set represents | number set | set relationship | contains | equality | set relationship property)
2022-07-03 04:02:00 【Programmer community】
List of articles
- One 、 Set theory system
- Two 、 Sets represent
- 3、 ... and 、 Count the sets
- 3、 ... and 、 A collection of relations
- 1、 Inclusion relation
- 2、 Equality relation
- 3、 The property of containing relation between sets
One 、 Set theory system
Set theory system :
- Naive set theory : Inclusion paradox ; Naive set theory in Cannot define a set precisely ;
- Axiomatic set theory : In order to eliminate the paradox in naive set theory , Axiomatic set theory established ; Axiomatic set theory is more rigorous , Describe what a set is by a set of axioms ;
Two 、 Sets represent
Sets represent : Use Capital Represents a collection , Lowercase letters Represents an element in a collection ;
Enumeration : List all the elements in the set , Use commas to separate elements , Use curly braces “{}” Cover up ; Such as :
A
=
{
0
,
1
,
2
,
3
}
A = \{0, 1, 2, 3\}
A={ 0,1,2,3} ,
B
=
{
0
,
1
,
2
,
3
,
⋯
}
B = \{0, 1, 2, 3, \cdots\}
B={ 0,1,2,3,⋯}
Description : Use The predicate
P
(
x
)
P(x)
P(x) Express
x
x
x Have the quality of
P
P
P , Use
{
x
∣
P
(
x
)
}
\{x | P(x)\}
{ x∣P(x)} Indicates that it has properties
P
P
P Set ;
P
(
x
)
P(x)
P(x) Express
x
x
x It's English letters ,
{
x
∣
P
(
x
)
}
\{ x | P(x) \}
{ x∣P(x)} Represents the English alphabet ;
P
(
x
)
P(x)
P(x) Express
x
x
x It's even ,
{
x
∣
P
(
x
)
}
\{ x | P(x) \}
{ x∣P(x)} Represents an even set ;
Sets represent considerations :
No repetition : Collection There can be no repeating elements ;
lack order : The elements in the set are A disorderly ;
Set representation transformation : The representations of sets can be transformed into each other , Description and Enumeration Can transform each other ;
Example of representation transformation :
Enumeration :
A
=
{
0
,
2
,
4
,
6
,
⋯
}
A=\{ 0, 2, 4 , 6 , \cdots \}
A={ 0,2,4,6,⋯}
Description :
A
=
{
x
∣
x
≥
0
and
And
x
yes
accidentally
Count
}
A = \{ x | x \geq 0 also x It's even \}
A={ x∣x≥0 and And x yes accidentally Count }
3、 ... and 、 Count the sets
Set of natural numbers :
N
=
{
0
,
1
,
2
,
⋯
}
N = \{ 0, 1 , 2 , \cdots \}
N={ 0,1,2,⋯}
Set of integers :
Z
=
{
0
,
±
1
,
±
2
,
⋯
}
Z = \{ 0, \pm 1 , \pm 2 , \cdots \}
Z={ 0,±1,±2,⋯}
The set of rational numbers :
Q
Q
Q
Set of real numbers :
R
R
R
Complex sets :
C
C
C
3、 ... and 、 A collection of relations
A collection of relations Yes Inclusion relation , Equality relation , In addition, the nature of the relationship is Self reflection , Antisymmetry , Transitivity ;
1、 Inclusion relation
The containment relationship of the set :
describe :
A
,
B
A, B
A,B Two sets , If
B
B
B The elements in All are
A
A
A The elements in , call
B
B
B aggregate yes
A
A
A A collection of A subset of ,
A
A
A contain
B
B
B ,
B
B
B Included in
A
A
A ;
Write it down as :
B
⊆
A
B \subseteq A
B⊆A
Symbolic form :
B
⊆
A
⇔
∀
x
(
x
∈
B
→
x
∈
A
)
B \subseteq A \Leftrightarrow \forall x ( x \in B \to x \in A )
B⊆A⇔∀x(x∈B→x∈A) , For all objects , As long as it belongs to
B
B
B aggregate , Belong to
A
A
A aggregate ;
The set does not contain relationships :
describe : If aggregate
B
B
B No aggregate
A
A
A Subset
Write it down as :
B
⊈
A
B \not\subseteq A
B⊆A ;
Symbolic form :
B
⊈
A
⇔
∃
x
(
x
∈
B
∧
x
∉
A
)
B \not\subseteq A \Leftrightarrow \exist x ( x \in B \land x \not\in A )
B⊆A⇔∃x(x∈B∧x∈A) , For all objects , The existing object belongs to
B
B
B aggregate , Do not belong to
A
A
A aggregate ;
Include examples :
A
=
1
,
2
,
3
,
4
A = {1, 2, 3, 4}
A=1,2,3,4 ,
B
=
1
,
2
,
3
B = {1, 2, 3}
B=1,2,3 ,
C
=
1
,
2
C = {1, 2}
C=1,2
Yes
C
⊆
B
C \subseteq B
C⊆B ,
C
⊆
A
C \subseteq A
C⊆A ,
B
⊆
A
B \subseteq A
B⊆A
2、 Equality relation
The equality of sets :
describe :
A
,
B
A, B
A,B Two sets , If
A
A
A contain
B
B
B , also
B
B
B contain
A
A
A , said
A
A
A And
B
B
B equal ;
Write it down as :
A
=
B
A = B
A=B
Symbolize :
A
=
B
⇔
∀
x
(
x
∈
B
x
∈
A
)
A = B \Leftrightarrow \forall x ( x \in B \leftrightarrow x \in A )
A=B⇔∀x(x∈Bx∈A)
3、 The property of containing relation between sets
The property of containing relation between sets : Below
A
,
B
,
C
A, B, C
A,B,C It's three sets , The following propositions are true propositions ;
reflexivity :
A
⊆
A
A \subseteq A
A⊆A , The set really contains itself ;
Antisymmetry : if
A
⊆
B
A \subseteq B
A⊆B And
B
≠
A
B \not= A
B=A , be
B
⊈
A
B \not\subseteq A
B⊆A
( This property is equivalent to if
A
⊆
B
A \subseteq B
A⊆B And
B
⊆
A
B \subseteq A
B⊆A , be
A
=
B
A = B
A=B )
Transitivity : if
A
⊆
B
A \subseteq B
A⊆B And
B
⊆
C
B \subseteq C
B⊆C , be
A
⊆
C
A \subseteq C
A⊆C
边栏推荐
- CVPR 2022 | 大连理工提出自校准照明框架,用于现实场景的微光图像增强
- [Blue Bridge Road -- bug free code] DS18B20 temperature reading code analysis
- [DRM] simple analysis of DRM bridge driver call process
- JS实现图片懒加载
- [Yu Yue education] reference materials of political communication science of Communication University of China
- js中#号的作用
- SAP ui5 application development tutorial 105 - detailed introduction to the linkage effect implementation of SAP ui5 master detail layout mode
- How to execute a swift for in loop in one step- How can I do a Swift for-in loop with a step?
- Reflection and planning of a sophomore majoring in electronic information engineering
- China Mobile Internet of things oneos and onenet were selected in the list of 2021 Internet of things demonstration projects
猜你喜欢

CVPR 2022 | Dalian Technology propose un cadre d'éclairage auto - étalonné pour l'amélioration de l'image de faible luminosité de la scène réelle

Mila, University of Ottawa | molecular geometry pre training with Se (3) invariant denoising distance matching

Application of I2C protocol of STM32F103 (read and write EEPROM)

2022 polymerization process examination questions and polymerization process examination skills

Recursion: one dimensional linked lists and arrays

因果AI,下一代可信AI的产业升级新范式?

Error in compiled file: error: unmapped character encoding GBK

2022 tea master (intermediate) examination questions and analysis and tea master (intermediate) practical examination video

Mila、渥太华大学 | 用SE(3)不变去噪距离匹配进行分子几何预训练

有监督预训练!文本生成又一探索!
随机推荐
CVPR 2022 | 大连理工提出自校准照明框架,用于现实场景的微光图像增强
Supervised pre training! Another exploration of text generation!
C language hashtable/hashset library summary
pytorch是什么?pytorch是一个软件吗?
How to execute a swift for in loop in one step- How can I do a Swift for-in loop with a step?
Nat. Comm. | 使用Tensor-cell2cell对细胞通讯进行环境感知去卷积
When writing a web project, SmartUpload is used for file upload and new string () is used for transcoding, but in the database, there will still be random codes similar to poker
[Apple Photo Album push] IMessage group anchor local push
中移物联网OneOS与OneNET入选《2021年物联网示范项目名单》
"Final review" 16/32-bit microprocessor (8086) basic register
有监督预训练!文本生成又一探索!
[national programming] [software programming - Lecture Video] [zero foundation introduction to practical application]
Application of I2C protocol of STM32F103 (read and write EEPROM)
释放数据力量的Ceph-尚文网络xUP楠哥
2022 mobile crane driver examination registration and mobile crane driver operation examination question bank
深潜Kotlin协程(十九):Flow 概述
错误 C2694 “void Logger::log(nvinfer1::ILogger::Severity,const char *)”: 重写虚函数的限制性异常规范比基类虚成员函数
Shardingsphere dynamic data source
IPv6 foundation construction experiment
2022 tea master (primary) examination questions and tea master (primary) examination question bank