当前位置:网站首页>[set theory] relationship properties (symmetry | symmetry examples | symmetry related theorems | antisymmetry | antisymmetry examples | antisymmetry theorems)
[set theory] relationship properties (symmetry | symmetry examples | symmetry related theorems | antisymmetry | antisymmetry examples | antisymmetry theorems)
2022-07-03 04:51:00 【Programmer community】
List of articles
- One 、 symmetry
- Two 、 Example of symmetry
- 3、 ... and 、 Symmetry theorem
- Four 、 Antisymmetry
- 5、 ... and 、 Antisymmetric example
- 6、 ... and 、 Antisymmetry theorem
- 7、 ... and 、 Examples of symmetry and antisymmetry
One 、 symmetry
symmetry describe :
R
⊆
A
×
A
R \subseteq A \times A
R⊆A×A
R
R
R It's symmetrical
⇔
\Leftrightarrow
⇔
∀
x
∀
y
(
x
∈
A
∧
y
∈
A
∧
x
R
y
→
y
R
x
)
\forall x \forall y ( x \in A \land y \in A \land xRy \to yRx )
∀x∀y(x∈A∧y∈A∧xRy→yRx)
⇔
\Leftrightarrow
⇔
(
∀
x
∈
A
)
(
∀
y
∈
A
)
[
x
R
y
→
y
R
x
]
( \forall x \in A ) (\forall y \in A)[xRy \to yRx]
(∀x∈A)(∀y∈A)[xRy→yRx]
R
R
R It's asymmetric
⇔
\Leftrightarrow
⇔
∃
x
∃
y
(
x
∈
A
∧
y
∈
A
∧
x
R
y
∧
¬
y
R
x
)
\exist x \exist y ( x \in A \land y \in A \land xRy \land \lnot yRx )
∃x∃y(x∈A∧y∈A∧xRy∧¬yRx)
Symmetry description : Choose any two elements
x
,
y
x, y
x,y , If
x
x
x And
y
y
y It matters
R
R
R namely
x
R
y
xRy
xRy , that
y
y
y And
x
x
x It also matters
R
R
R namely
y
R
x
yRx
yRx ;
Asymmetric description : As long as there is one
x
,
y
x , y
x,y Combine ,
x
x
x And
y
y
y It matters
R
R
R , however
y
y
y And
x
x
x It doesn't matter.
R
R
R , Then the relationship
R
R
R It's asymmetric ;
Two 、 Example of symmetry
Example of symmetry :
In the diagram , Do not consider the ring , Just look at the relationship between the two points , The relationship between the two vertices is a round-trip arrow , So it's symmetrical , There is a one-way arrow , It's not symmetrical ;
In the above diagram , Arrows between vertices are bidirectional , The relationship is symmetric ;
In the above diagram , They are all one-way arrows , One arrow is unidirectional , It's not symmetrical ;
3、 ... and 、 Symmetry theorem
Symmetry theorem :
R
R
R It's symmetrical
⇔
\Leftrightarrow
⇔
R
−
1
=
R
R^{-1} = R
R−1=R
⇔
\Leftrightarrow
⇔
R
−
1
R^{-1}
R−1 It's symmetrical
⇔
\Leftrightarrow
⇔
M
(
R
)
M(R)
M(R) The relation matrix is symmetric
⇔
\Leftrightarrow
⇔
G
(
R
)
G(R)
G(R) If there is an edge between any two vertices of , It must be two sides ( One in the forward direction and one in the reverse direction )
symmetry Between two vertices Yes
0
0
0 Or
2
2
2 side ;
Four 、 Antisymmetry
Antisymmetry :
R
⊆
A
×
A
R \subseteq A \times A
R⊆A×A
R
R
R It's antisymmetric
⇔
\Leftrightarrow
⇔
∀
x
∀
y
(
x
∈
A
∧
y
∈
A
∧
x
R
y
∧
y
R
x
→
x
=
y
)
\forall x \forall y ( x \in A \land y \in A \land xRy \land yRx \to x=y )
∀x∀y(x∈A∧y∈A∧xRy∧yRx→x=y)
⇔
\Leftrightarrow
⇔
(
∀
x
∈
A
)
(
∀
y
∈
A
)
[
x
R
y
∧
y
R
x
→
x
=
y
]
(\forall x \in A)(\forall y \in A)[ xRy \land yRx \to x = y ]
(∀x∈A)(∀y∈A)[xRy∧yRx→x=y]
Non antisymmetry :
R
R
R Yes no antisymmetric
⇔
\Leftrightarrow
⇔
∃
x
∃
y
(
x
∈
A
∧
y
∈
A
∧
x
R
y
∧
y
R
x
∧
x
≠
y
)
\exist x \exist y ( x \in A \land y \in A \land xRy \land yRx \land x \not=y )
∃x∃y(x∈A∧y∈A∧xRy∧yRx∧x=y)
Antisymmetry is Prevent two edges between two vertices , Between two vertices there is either
0
0
0 side , Or there is
1
1
1 side ;
Symmetry is Between any two vertices , Or there is
0
0
0 side , Or there is
2
2
2 side ;
If in the diagram , There is no edge between two vertices , Then the relationship Both symmetrical , It is also antisymmetric ; ( Rings do not affect the definitions of symmetry and antisymmetry )
5、 ... and 、 Antisymmetric example
Antisymmetry : There are no two sides between vertices , Only
0
0
0 side or
1
1
1 side
symmetry : There is only
0
0
0 side , or
1
1
1 side
The picture above is antisymmetric , There are two
1
1
1 side , One
0
0
0 side ;
The figure above is non antisymmetric , Yes
0
0
0 side ,
1
1
1 side ,
2
2
2 The situation of the edge , Yes no antisymmetric ;
6、 ... and 、 Antisymmetry theorem
Antisymmetry theorem :
R
R
R It's antisymmetric
⇔
\Leftrightarrow
⇔
R
−
1
∩
R
⊆
I
A
R^{-1} \cap R \subseteq I_A
R−1∩R⊆IA
⇔
\Leftrightarrow
⇔
R
−
1
R^{-1}
R−1 It's antisymmetric
⇔
\Leftrightarrow
⇔
M
(
R
)
M(R)
M(R) In the relation matrix ,
∀
i
∀
j
(
i
≠
j
∧
r
i
j
=
1
→
r
j
i
=
0
)
\forall i \forall j (i \not= j \land r_{ij} = 1 \to r_{ji} = 0)
∀i∀j(i=j∧rij=1→rji=0)
⇔
\Leftrightarrow
⇔
G
(
R
)
G(R)
G(R) In the diagram ,
∀
a
i
∀
a
j
(
i
≠
j
)
\forall a_i \forall a_j (i \not= j)
∀ai∀aj(i=j) , If there is a directed edge
<
a
i
,
a
j
>
<a_i, a_j>
<ai,aj> , It must not exist
<
a
j
,
a
i
>
<a_j, a_i>
<aj,ai>
R
−
1
∩
R
⊆
I
A
R^{-1} \cap R \subseteq I_A
R−1∩R⊆IA explain :
R
R
R Relationship And
R
−
1
R^{-1}
R−1 Relationship (
R
R
R The inverse of ) Intersection , Included in In the identity relationship ;
If there are two edges between two vertices , After finding the inverse , The two edges of the two vertices are opposite , Or the same two sides , If the two intersect , There are still two sides , Definitely not an identity relationship , Identity relations are rings ; ( Does not conform to anti symmetry )
If there is
1
1
1 side , After finding the inverse , There is an opposite edge between the two vertices , The intersection of the two relationships must be empty , All that remains is the ring ; ( antisymmetric )
If there is
0
0
0 side , After finding the inverse , Between the two vertices is
0
0
0 side , The intersection of the two relationships must be empty , All that remains is the ring ; ( antisymmetric )
The relational matrix :
M
(
R
)
M(R)
M(R) in ,
∀
i
∀
j
(
i
≠
j
∧
r
i
j
=
1
→
r
j
i
=
0
)
\forall i \forall j ( i \not= j \land r_{ij} = 1 \to r_{ji} = 0 )
∀i∀j(i=j∧rij=1→rji=0)
The positions outside the diagonal cannot have symmetry
1
1
1 The situation of , Such as
r
i
j
=
1
r_{ij} = 1
rij=1 , Its symmetrical elements
r
j
i
r_{ji}
rji It must not be
1
1
1 , Must be
0
0
0 ;
The diagram :
G
(
R
)
G(R)
G(R) in , If
∀
a
i
∀
a
j
(
i
≠
j
)
\forall a_i \forall a_j ( i \not= j )
∀ai∀aj(i=j) , If there is a directed edge
<
a
i
,
a
j
>
<a_i, a_j>
<ai,aj> , There must be no
<
a
j
,
a
i
>
<a_j , a_i>
<aj,ai> ;
In the diagram Two vertices There are only one-way edges , Or no edge , There are no edges in both directions ;
7、 ... and 、 Examples of symmetry and antisymmetry
In the above diagram , Between two vertices
0
0
0 side ,
2
2
2 side , It's symmetrical ;
Reflexive , All vertices have rings , It's reflexive ;
The above diagram is antisymmetric , There are A directed edge ;
All the vertices There is no ring yes Reflexive ;
In the above figure , Some vertices have
1
1
1 side , Some vertices have
2
2
2 side , Neither symmetrical , It's not opposed ;
Some vertices have rings , Some vertices have no rings , neither Reflexive , It's not reflexive ;
In the above diagram , Between the vertices are
0
0
0 side ;
Between the vertices is
0
0
0 side /
2
2
2 side It's symmetrical ;
Between the vertices is
0
0
0 side /
1
1
1 side It's antisymmetric ;
The above diagram both symmetrical , It is also antisymmetric ;
Some vertices have rings , Some vertices have no rings , neither Reflexive , It's not reflexive ;
边栏推荐
- FISCO bcos zero knowledge proof Fiat Shamir instance source code
- Concurrent operation memory interaction
- Triangular rasterization
- Number of uniform strings of leetcode simple problem
- JS multidimensional array to one-dimensional array
- Market status and development prospect prediction of the global autonomous hybrid underwater glider industry in 2022
- 并发操作-内存交互操作
- Leetcode simple question: check whether the string is an array prefix
- Market status and development prospects of the global IOT active infrared sensor industry in 2022
- Market status and development prospect forecast of global button dropper industry in 2022
猜你喜欢
Valentine's day limited withdrawal guide: for one in 200 million of you
Thesis reading_ Chinese medical model_ eHealth
Leetcode simple question: the key with the longest key duration
Sdl2 + OpenGL glsl practice (Continued)
[luatos sensor] 2 air pressure bmp180
Analysis of proxy usage of ES6 new feature
Leetcode simple question: check whether the array is sorted and rotated
Apache MPM model and ab stress test
Review the old and know the new: Notes on Data Science
论文阅读_清华ERNIE
随机推荐
Apache MPM model and ab stress test
sql语句模糊查询遇到的问题
The simple problem of leetcode: dismantling bombs
文献阅读_基于多模态数据语义融合的旅游在线评论有用性识别研究(中文文献)
Cross platform plug-in flutter for displaying local notifications_ local_ notifications
Market status and development prospect prediction of the global forward fluorescent microscope industry in 2022
消息队列(MQ)介绍
Contents of welder (primary) examination and welder (primary) examination in 2022
Literature reading_ Research on the usefulness identification of tourism online comments based on semantic fusion of multimodal data (Chinese Literature)
FISCO bcos zero knowledge proof Fiat Shamir instance source code
Introduction to JVM principle
[PHP vulnerability weak type] basic knowledge, PHP weak equality, error reporting and bypassing
Caijing 365 stock internal reference: what's the mystery behind the good father-in-law paying back 50 million?
Leetcode simple question: the key with the longest key duration
Youdao cloud notes
MC Layer Target
Market status and development prospect prediction of the global fire hose industry in 2022
论文阅读_中文医疗模型_ eHealth
4 years of experience to interview test development, 10 minutes to end, ask too
AWS VPC