当前位置:网站首页>[set theory] binary relationship (special relationship type | empty relationship | identity relationship | global relationship | divisive relationship | size relationship)
[set theory] binary relationship (special relationship type | empty relationship | identity relationship | global relationship | divisive relationship | size relationship)
2022-07-03 04:28:00 【Programmer community】
List of articles
- One 、 A special relationship
- Two 、 Special relationships on sets
- 3、 ... and 、 Division relations
- Four 、 Size relationship
One 、 A special relationship
Special binary relationship :
- Empty relation
- Identity
- Global relations
- Division relations
- Less than or equal to
- Inclusion relation
- What a relationship
Two 、 Special relationships on sets
aggregate
A
A
A Is an arbitrary set , aggregate
A
A
A The following relationships can be defined in :
Empty relation :
∅
\varnothing
∅ , There is no relation in empty relation ;
Identity :
I
A
=
{
<
x
,
x
>
∣
x
∈
A
}
I_A = \{ <x, x> | x \in A \}
IA={ <x,x>∣x∈A}
Global relations :
E
A
=
A
×
A
=
{
<
x
,
y
>
∣
x
∈
A
∧
y
∈
A
}
E_A = A \times A = \{ <x,y> | x \in A \land y \in A \}
EA=A×A={ <x,y>∣x∈A∧y∈A} , There is a relationship between any two elements ;
The above three relationships are the most basic relationships , Any set can define the above three relationships ;
Global relations yes The biggest relationship , It contains all possible ordered pairs ;
Empty relation yes Minimal relationship , There is no orderly pair ;
Identity It has a special meaning , It doesn't play any role in relational operation ;
3、 ... and 、 Division relations
A
⊆
Z
A \subseteq Z
A⊆Z ,
A
A
A A set is a subset of an integer set , Definition
A
A
A Divisible relation on set :
D
A
=
{
<
x
,
y
>
∣
x
∈
A
∧
y
∈
A
∧
x
∣
y
}
D_A = \{ <x, y> | x \in A \land y \in A \land x|y \}
DA={ <x,y>∣x∈A∧y∈A∧x∣y}
Among them
x
∣
y
x|y
x∣y Medium
∣
|
∣ The symbol means division ,
x
x
x to be divisible by
y
y
y ;
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
Examples of divisible relationships :
A
=
{
1
,
2
,
3
,
4
}
A = \{ 1, 2, 3, 4 \}
A={ 1,2,3,4}
D
A
=
{
<
1
,
1
>
,
<
1
,
2
>
,
<
1
,
3
>
,
<
1
,
4
>
,
<
2
,
2
>
,
<
2
,
4
>
,
<
3
,
3
>
,
<
4
,
4
>
}
D_A = \{ <1, 1> , <1, 2> , <1, 3> , <1, 4> , <2, 2> , <2, 4> , <3, 3> , <4,4> \}
DA={ <1,1>,<1,2>,<1,3>,<1,4>,<2,2>,<2,4>,<3,3>,<4,4>}
Four 、 Size relationship
A
⊆
R
A \subseteq R
A⊆R , aggregate
A
A
A Is a subset of the set of real numbers , In collection
A
A
A There is the following binary relationship :
Greater than the relationship ( Great Than ) :
G
A
=
{
<
x
,
y
>
∣
x
∈
A
∧
y
∈
A
∧
x
>
y
}
G_A = \{ <x,y> | x \in A \land y \in A \land x > y \}
GA={ <x,y>∣x∈A∧y∈A∧x>y}
Relationship greater than or equal to ( Great Than Or Equal To ) :
G
E
A
=
{
<
x
,
y
>
∣
x
∈
A
∧
y
∈
A
∧
x
≥
y
}
GE_A = \{ <x,y> | x \in A \land y \in A \land x \geq y \}
GEA={ <x,y>∣x∈A∧y∈A∧x≥y}
Less than relationship ( Less Than ) :
L
A
=
{
<
x
,
y
>
∣
x
∈
A
∧
y
∈
A
∧
x
<
y
}
L_A = \{ <x,y> | x \in A \land y \in A \land x < y \}
LA={ <x,y>∣x∈A∧y∈A∧x<y}
Less than or equal to ( Less Than Or Equal To ) :
L
E
A
=
{
<
x
,
y
>
∣
x
∈
A
∧
y
∈
A
∧
x
≤
y
}
LE_A = \{ <x,y> | x \in A \land y \in A \land x \leq y \}
LEA={ <x,y>∣x∈A∧y∈A∧x≤y}
If
A
A
A Set is a finite set , be
A
A
A The relationship on is limited ;
If
A
A
A A set is an infinite set , be
A
A
A The relationship on is infinite ;
边栏推荐
- 2022-02-13 (347. Top k high frequency elements)
- Kubernetes source code analysis (I)
- FuncS sh file not found when using the benchmarksql tool to test kingbases
- [文献阅读] Sparsity in Deep Learning: Pruning and growth for efficient inference and training in NN
- Joint set search: merge intervals and ask whether two numbers are in the same set
- [untitled] 2022 safety production supervisor examination question bank and simulated safety production supervisor examination questions
- Dive Into Deep Learning——2.1数据操作&&练习
- redis 持久化原理
- MySQL timestampdiff interval
- xrandr修改分辨率與刷新率
猜你喜欢

Why should programmers learn microservice architecture if they want to enter a large factory?

4 years of experience to interview test development, 10 minutes to end, ask too
![[free completion] development of course guidance platform (source code +lunwen)](/img/14/7c1c822bda050a805fa7fc25b802a4.jpg)
[free completion] development of course guidance platform (source code +lunwen)
![[pat (basic level) practice] - [simple simulation] 1063 calculate the spectral radius](/img/01/c118725f74e39742df021b5dbcc33b.jpg)
[pat (basic level) practice] - [simple simulation] 1063 calculate the spectral radius

The latest activation free version of Omni toolbox

Prefix and (continuously updated)

使用BENCHMARKSQL工具对KingbaseES预热数据时执行:select sys_prewarm(‘NDX_OORDER_2 ‘)报错

vulnhub HA: Natraj

Which Bluetooth headset is cost-effective? Four Bluetooth headsets with high cost performance are recommended

Data Lake three swordsmen -- comparative analysis of delta, Hudi and iceberg
随机推荐
vulnhub HA: Natraj
Design and implementation of kubelet garbage collection mechanism to protect nodes from being preempted by containers image GC high threshold
What are the Bluetooth headsets with good sound quality in 2022? Inventory of four high-quality Bluetooth headsets
使用BENCHMARKSQL工具对KingbaseES预热数据时执行:select sys_prewarm(‘NDX_OORDER_2 ‘)报错
[set theory] set concept and relationship (set represents | number set | set relationship | contains | equality | set relationship property)
[free completion] development of course guidance platform (source code +lunwen)
解决bp中文乱码
Joint set search: merge intervals and ask whether two numbers are in the same set
[untitled] 2022 safety production supervisor examination question bank and simulated safety production supervisor examination questions
Feature_selection
2022-02-13 (347. Top k high frequency elements)
AWS VPC
Priv app permission exception
Joint search set: the number of points in connected blocks (the number of points in a set)
Xrandr modifier la résolution et le taux de rafraîchissement
xrandr修改分辨率与刷新率
[文献阅读] Sparsity in Deep Learning: Pruning and growth for efficient inference and training in NN
[set theory] Cartesian product (concept of Cartesian product | examples of Cartesian product | properties of Cartesian product | non commutativity | non associativity | distribution law | ordered pair
Dive Into Deep Learning——2.1数据操作&&练习
Human resource management system based on JSP