当前位置:网站首页>[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
边栏推荐
- Supervised pre training! Another exploration of text generation!
- 8.8.2-PointersOnC-20220214
- Wechat applet + Alibaba IOT platform + Hezhou air724ug build a serverless IOT system (III) -- wechat applet is directly connected to Alibaba IOT platform aliiot
- [Yu Yue education] reference materials of political communication science of Communication University of China
- How to execute a swift for in loop in one step- How can I do a Swift for-in loop with a step?
- [Apple Push] IMessage group sending condition document (push certificate) development tool pushnotification
- In Net 6 project using startup cs
- 第十届中国云计算大会·中国站:展望未来十年科技走向
- Esp32 series (3): GPIO learning (take simple GPIO input and output, ADC, DAC as examples)
- Wechat applet + Alibaba IOT platform + Hezhou air724ug built with server version system analysis
猜你喜欢

nodejs基础:浅聊url和querystring模块

Is pytorch open source?

2022 P cylinder filling examination content and P cylinder filling practice examination video

Wechat applet + Alibaba IOT platform + Hezhou air724ug build a serverless IOT system (III) -- wechat applet is directly connected to Alibaba IOT platform aliiot

JMeter starts from zero (III) -- simple use of regular expressions

CVPR 2022 | 大連理工提出自校准照明框架,用於現實場景的微光圖像增强

Web会话管理安全问题

释放数据力量的Ceph-尚文网络xUP楠哥

Mutex and rwmutex in golang

Download and install captura and configure ffmpeg in captura
随机推荐
用户体验五要素
[daily question] dichotomy - find a single dog (Bushi)
eth入门之DAPP
Error in compiled file: error: unmapped character encoding GBK
2022deepbrainchain biweekly report no. 104 (01.16-02.15)
[Yu Yue education] reference materials of political communication science of Communication University of China
2.14 simulation summary
vim 的实用操作
动态规划:最长回文子串和子序列
sklearn数据预处理
Separable bonds and convertible bonds
2022 tea master (intermediate) examination questions and analysis and tea master (intermediate) practical examination video
[mathematical logic] predicate logic (judge whether the first-order predicate logic formula is true or false | explain | example | predicate logic formula type | forever true | forever false | satisfi
2022 tea master (primary) examination questions and tea master (primary) examination question bank
105. SAP UI5 Master-Detail 布局模式的联动效果实现明细介绍
如何迈向IPv6之IPv6过渡技术-尚文网络奎哥
Recursive use and multi-dimensional array object to one-dimensional array object
Appium自动化测试框架
Supervised pre training! Another exploration of text generation!
Appium automated testing framework