当前位置:网站首页>[set theory] order relation (hastu example | divisive relation hastu | inclusive relation hastu | refinement relation hastu)
[set theory] order relation (hastu example | divisive relation hastu | inclusive relation hastu | refinement relation hastu)
2022-07-03 08:03:00 【Programmer community】
List of articles
- One 、 Hastu example ( Division relations )
- Two 、 Hastu example ( Inclusion relation )
- 3、 ... and 、 Hastu example ( Refinement relation )
One 、 Hastu example ( Division relations )
aggregate
A
=
{
1
,
2
,
3
,
4
,
5
,
6
,
9
,
10
,
15
}
A = \{ 1, 2, 3, 4, 5, 6, 9, 10, 15 \}
A={ 1,2,3,4,5,6,9,10,15} ,
aggregate
A
A
A On the division relationship “
∣
|
∣” It's a partial order relationship ,
Poset is
<
A
,
∣
>
<A, |>
<A,∣>
x
x
x to be divisible by
y
y
y ,
x
x
x It's a divisor ( The denominator ) ,
y
y
y It's a dividend ( molecular ) ;
y
x
\dfrac{y}{x}
xy
y
y
y Can be
x
x
x to be divisible by ,
x
x
x It's a divisor ( The denominator ) ,
y
y
y It's a dividend ( molecular ) ;
y
x
\dfrac{y}{x}
xy
Draw the above partially ordered set of hastu :

1
1
1 The smallest is the smallest ,
1
1
1 Can divide all numbers ;
1
1
1 The upper layer is prime , Prime numbers can only be
1
1
1 Divide by itself ; Primes must be covering
1
1
1 Of ; That is, prime numbers and
1
1
1 There are no elements between ;
Number above prime , Composed of numbers multiplied by prime numbers ;
6
6
6 It can be divisible
2
2
2 , It can also be divided
3
3
3 , Therefore, it covers
2
2
2 , And cover
3
3
3 ;
10
10
10 It can be divisible
2
2
2 , It can also be divided
5
5
5 , Therefore, it covers
2
2
2 , And cover
5
5
5 ;
15
15
15 It can be divisible
3
3
3 , It can also be divided
5
5
5 , Therefore, it covers
3
3
3 , And cover
5
5
5 ;
4
4
4 Divisibility
2
2
2 , therefore
4
4
4 Cover
2
2
2 ;
9
9
9 Divisibility
3
3
3 , therefore
9
9
9 Cover
3
3
3 ;
Two 、 Hastu example ( Inclusion relation )
aggregate
A
=
{
a
,
b
,
c
}
A = \{ a, b , c \}
A={ a,b,c} ,
Set family
A
\mathscr{A}
A Included in
A
A
A The power set of a set ,
A
⊆
P
(
A
)
\mathscr{A} \subseteq P(A)
A⊆P(A) ,
Set family
A
=
{
∅
,
{
a
}
,
{
b
}
,
{
c
}
,
{
a
,
b
}
,
{
b
,
c
}
,
{
a
,
c
}
}
\mathscr{A} = \{ \varnothing , \{ a \} , \{ b \} , \{ c \} , \{ a , b \} , \{ b,c \} , \{ a, c \} \}
A={ ∅,{ a},{ b},{ c},{ a,b},{ b,c},{ a,c}}
Set family
A
\mathscr{A}
A Upper Inclusion relation “
⊆
\subseteq
⊆” It's a partial order relationship ,
Poset is
<
A
,
⊆
>
<\mathscr{A} , \subseteq >
<A,⊆>

An empty set Included in All sets , The smallest is the smallest , At the bottom of hasstu ;
An empty set Above is the unit set , Unit set Cover An empty set , There is no third element between them ;
There is no inclusive relationship between the three unit sets , Is incomparable ;
Unit set Above all Binary set , Every Binary set Below is the corresponding unit set it contains ;
3、 ... and 、 Hastu example ( Refinement relation )
Refinement relation yes Ordered pair set , Each of them Elements of ordered pairs yes Set family ;
aggregate
A
A
A Non empty ,
π
\pi
π yes
A
A
A Set divided into sets , Every partition is a set family ;
Divide reference : 【 Set theory 】 Divide ( Divide | Partition example | Partition and equivalence )
There is a relationship between sets , Refinement relation , Using symbols
≼
Add
fine
\preccurlyeq_{ Refine }
≼ Add fine Express ;
Refinement relation
≼
Add
fine
\preccurlyeq_{ Refine }
≼ Add fine Symbolize :
≼
Add
fine
=
{
<
x
,
y
>
∣
x
,
y
∈
π
∧
x
yes
y
Of
Add
fine
}
\preccurlyeq_{ Refine } = \{ <x, y> | x, y \in \pi \land x yes y The refinement of \}
≼ Add fine ={ <x,y>∣x,y∈π∧x yes y Of Add fine }
Premise :
aggregate
A
=
{
a
,
b
,
c
,
d
}
A = \{ a, b , c , d \}
A={ a,b,c,d}
Set family
A
1
=
{
{
a
}
,
{
b
}
,
{
c
}
,
{
d
}
}
\mathscr{A}_1= \{ \{ a \} , \{ b \} , \{ c \} , \{ d \} \}
A1={ { a},{ b},{ c},{ d}}
Set family
A
2
=
{
{
a
,
b
}
,
{
c
,
d
}
}
\mathscr{A}_2 = \{ \{ a , b \} , \{ c , d \} \}
A2={ { a,b},{ c,d}}
Set family
A
3
=
{
{
a
,
c
}
,
{
b
,
d
}
}
\mathscr{A}_3= \{ \{ a,c \} , \{ b,d\} \}
A3={ { a,c},{ b,d}}
Set family
A
4
=
{
{
a
}
,
{
b
,
c
,
d
}
}
\mathscr{A}_4= \{ \{ a \} , \{ b, c , d \} \}
A4={ { a},{ b,c,d}}
Set family
A
5
=
{
{
a
}
,
{
b
}
,
{
c
,
d
}
}
\mathscr{A}_5= \{ \{ a \} , \{ b \} , \{ c , d \} \}
A5={ { a},{ b},{ c,d}}
Set family
A
6
=
{
{
a
,
b
,
c
,
d
}
}
\mathscr{A}_6 = \{ \{ a , b , c , d\} \}
A6={ { a,b,c,d}}
The above families are
A
A
A Partition of sets ;
Hassu who divides the relationship :

A
1
\mathscr{A}_1
A1 It is the refinement of all divisions , Is the most detailed division , At the bottom of hasstu ;
All the divisions are
A
6
\mathscr{A}_6
A6 The refinement of , It is the coarsest division , At the top of hasstu ;
A
5
\mathscr{A}_5
A5 both
A
2
\mathscr{A}_2
A2 The refinement of , again
A
4
\mathscr{A}_4
A4 The refinement of ;
A
3
\mathscr{A}_3
A3 And
A
4
\mathscr{A}_4
A4 Each other is not each other's refinement , There is no comparison ;
A
2
\mathscr{A}_2
A2 And
A
4
\mathscr{A}_4
A4 Each other is not each other's refinement , There is no comparison ;
A
2
\mathscr{A}_2
A2 And
A
3
\mathscr{A}_3
A3 Each other is not each other's refinement , There is no comparison ;
A
3
\mathscr{A}_3
A3 And
A
5
\mathscr{A}_5
A5 Each other is not each other's refinement , There is no comparison ;
边栏推荐
- Pat class a 1028 list sorting
- P2622 light off problem II (state compression search)
- [cocos creator] Click the button to switch the interface
- Technology dry goods | Roberta of the migration of mindspore NLP model - emotion analysis task
- haproxy+keepalived搭建01
- YOLO系列 --- xml2txt脚本
- Research shows that breast cancer cells are more likely to enter the blood when patients sleep
- Huawei switches are configured with SSH login remote management switches
- [usaco12mar]cows in a skyscraper g (state compression DP)
- Oracle queries grouped by time
猜你喜欢
![[MySQL 12] MySQL 8.0.18 reinitialization](/img/e1/9874df18bbc8d80c3c5c5fe39aefc9.png)
[MySQL 12] MySQL 8.0.18 reinitialization

Technology dry goods | Roberta of the migration of mindspore NLP model - emotion analysis task

在浏览器输入url后执行什么

MAE

【LeetCode】3. Merge two sorted lists · merge two ordered linked lists

How to configure GDAL under idea

一条通往服务器所有端口的隧道
![[end of 2021] National Meteorological Short Video (Kwai, Tiktok) influence list in December](/img/51/81ceaf8746ec7455ea8abf9f038e81.jpg)
[end of 2021] National Meteorological Short Video (Kwai, Tiktok) influence list in December

How can entrepreneurial teams implement agile testing to improve quality and efficiency? Voice network developer entrepreneurship lecture Vol.03
![[step on the pit series] MySQL failed to modify the root password](/img/d0/f975baf18bac506208abff3713ac03.png)
[step on the pit series] MySQL failed to modify the root password
随机推荐
vcs import src < ros2. Repos failed
IP production stream is so close to me
LwIP learning socket (application)
Wechat native applet cloud development learning record 01
Technology dry goods | Roberta of the migration of mindspore NLP model - emotion analysis task
[MySQL 13] if you change your password for the first time after installing mysql, you can skip MySQL password verification to log in
Pycharm remote ssh pyenv error: pydev debugger: warning: trying to add breakpoint to file that does
Huawei s5700 switch initialization and configuration Telnet, SSH user methods
Oracle queries grouped by time
C language learning notes (mind map)
haproxy+keepalived集群搭建02
How does yarn link help developers debug NPM packages?
Docker installs MySQL and successfully uses Navicat connection
*p++、*++p、++*p、(*p)++
PHP wechat red packet grabbing algorithm
Unity performance optimization
PHP常用排序算法
tslib库的移植
Unity2019_ Natural ambient light_ Sky box
Differences between tp3.2 and tp5.0