当前位置:网站首页>[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 ;
边栏推荐
- [step on the pit series] MySQL failed to modify the root password
- Redis配置文件
- regular expression
- PHP常用排序算法
- LwIP learning socket (API)
- Pat grade a 1029 median
- Unity XR realizes interaction (grasping, moving, rotating, transmitting, shooting) -pico
- PIP uses image website to solve the problem of slow network speed
- Free use until 2015 -- viz artist multi touch plug-in package
- How does yarn link help developers debug NPM packages?
猜你喜欢

My touch screen production "brief history" 2

freetype库的移植

Docker installs MySQL and successfully uses Navicat connection

Redis batch startup and shutdown script

方正锐利重磅升级到12.0版本,包装印前处理更加便捷、高效!

数据的存储

L'installateur a été installé avec une erreur inattendue

Iterm2 setting

Wpf: solve the problem that materialdesign:dialoghost cannot be closed

Technical dry goods | some thoughts on the future of AI architecture
随机推荐
Screenshot tool snipaste
tslib库的移植
Quelle est la définition? Qu'est - ce qu'une déclaration? Quelle est la différence?
The general trend of data news releases the power of visual reporting ----- essays after reading
PIP uses image website to solve the problem of slow network speed
Register keyword
数据的存储
LwIP learning socket (application)
VMware virtual machine configuration static IP
创业团队如何落地敏捷测试,提升质量效能?丨声网开发者创业讲堂 Vol.03
超限黑客认知
Unity2019_ Natural ambient light_ Sky box
When did you find out that youth was over
【cocos creator】获取资源uuid
Oracle queries grouped by time
What does (+) in Oracle mean
How does yarn link help developers debug NPM packages?
The difference between hdmi2.1 and hdmi2.0 and the conversion of PD signals.
[at] abc 258G - Triangle 三元组可达-暴力
Huawei s5700 switch initialization and configuration Telnet, SSH user methods