当前位置:网站首页>[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 ;
边栏推荐
- Transfinite hacker cognition
- oracle中的 (+)是什么意思
- A tunnel to all ports of the server
- [untitled]
- [at] ABC 258g - triple Reach - violence
- LwIP learning socket (API)
- An article for you to understand - Manchester code
- [step on the pit series] MySQL failed to modify the root password
- Unity XR realizes interaction (grasping, moving, rotating, transmitting, shooting) -pico
- IP production stream is so close to me
猜你喜欢
[step on the pit series] MySQL failed to modify the root password
WorldView卫星遥感影像数据/米级分辨率遥感影像
Worldview satellite remote sensing image data / meter resolution remote sensing image
多旅行商问题——公式和求解过程概述
Screenshot tool snipaste
Technical dry goods | Bert model for the migration of mindspore NLP model - text matching task (2): training and evaluation
Research shows that breast cancer cells are more likely to enter the blood when patients sleep
How to configure GDAL under idea
Oracle insert single quotation mark
JS common basic case sorting (continuous update)
随机推荐
Lua framwrok framework starts
What does (+) in Oracle mean
Docker installs MySQL and successfully uses Navicat connection
Huawei switches are configured with SSH login remote management switches
Huawei switch: configure Telnet, SSH and web access
register关键字
使用 FileChannel 进行文件的复制拷贝
idea取消引用顯示效果
Transplantation of freetype Library
Wpf: solve the problem that materialdesign:dialoghost cannot be closed
Unity dotween sequence animation replay problem.
P1896 [SCOI2005] 互不侵犯(状压dp)
Pat class a 1032 sharing
链式长取值
JSON与Object之间转换
Idea dereference display effect
Precautions for opensips and TLS SIP trunk docking
Huawei s5700 switch initialization and configuration Telnet, SSH user methods
Getting started with minicom
Introduction of novel RNA based cancer therapies