当前位置:网站首页>[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 ;
边栏推荐
- 金仓数据库KingbaseES 插件kdb_database_link
- What functions need to be set after the mall system is built
- AWS VPC
- [mathematical logic] predicate logic (toe normal form | toe normal form conversion method | basic equivalence of predicate logic | name changing rules | predicate logic reasoning law)
- Some information about the developer environment in Chengdu
- MySQL create table
- Redraw and reflow
- Interface in TS
- Library management system based on SSM
- Basic syntax of class
猜你喜欢
![[fxcg] inflation differences will still lead to the differentiation of monetary policies in various countries](/img/56/386f0fd6553b8b9711e14c54705ae3.jpg)
[fxcg] inflation differences will still lead to the differentiation of monetary policies in various countries

Integration of Android high-frequency interview questions (including reference answers)
![[literature reading] sparse in deep learning: practicing and growth for effective information and training in NN](/img/7e/50fa6f65b5a4f0bb60909f57daff56.png)
[literature reading] sparse in deep learning: practicing and growth for effective information and training in NN
![[NLP]—sparse neural network最新工作简述](/img/65/35ae0137f4030bdb2b0ab9acd85e16.png)
[NLP]—sparse neural network最新工作简述

Competitive product analysis and writing

Basic MySQL operations

Asp access teaching management system design finished product

C language series - Section 3 - functions
![[nlp] - brief introduction to the latest work of spark neural network](/img/65/35ae0137f4030bdb2b0ab9acd85e16.png)
[nlp] - brief introduction to the latest work of spark neural network

跨境电商多商户系统怎么选
随机推荐
Design and implementation of kubelet garbage collection mechanism to protect nodes from being preempted by containers image GC high threshold
Redis persistence principle
Which Bluetooth headset is cost-effective? Four Bluetooth headsets with high cost performance are recommended
How to use kotlin to improve productivity: kotlin tips
Basic use of continuous integration server Jenkins
[fairseq] 报错:TypeError: _broadcast_coalesced(): incompatible function arguments
Prefix and (continuously updated)
[set theory] set concept and relationship (set represents | number set | set relationship | contains | equality | set relationship property)
What's wrong with SD card data damage? How to recover SD card data damage
A outsourcing boy's mid-2022 summary
重绘和回流
Basic syntax of class
2022-02-13 (347. Top k high frequency elements)
Asp access teaching management system design finished product
C language series - Section 3 - functions
How to retrieve the password for opening word files
Nat. Comm. | use tensor cell2cell to deconvolute cell communication with environmental awareness
使用BENCHMARKSQL工具对KingbaseES预热数据时执行:select sys_prewarm(‘NDX_OORDER_2 ‘)报错
Joint search set: the number of points in connected blocks (the number of points in a set)
[set theory] Cartesian product (concept of Cartesian product | examples of Cartesian product | properties of Cartesian product | non commutativity | non associativity | distribution law | ordered pair