Relations

(関係)

Discrete Mathematics I

9th lecture, Nov. 24, 2017

http://www.sw.it.aoyama.ac.jp/2017/Math1/lecture9.html

Martin J. Dürst

AGU

© 2005-17 Martin J. Dürst Aoyama Gakuin University

Today's Schedule

 

Summary of Last Lecture

 

Subsets and Pascal's Triangle

 

Subsets and Combinations

 

Direct Formula for Combinations

(prove it as a homework)

 

Relations

 

Importance of Relations for IT

 

Tuples

 

Cartesian Product

 

Definition of Relation

 

Representation of Relations

 

Matrix Representation

A relation between sets A and B is represented as a matrix where:

Matrix representation is suited for binary relations. For ternary,... relations, we need a tensor.

A matrix with only 1 or 0 as entries is called a logical matrix (also binary matrix, relation matrix, or Boolean matrix)

 

Table Representation

A relation between several sets is represented in a table as follows:

Table representation is suited for relations of any arity.

Table representation is suited for sparse relations
(relations with very few entries).

Table representation is used in relational databases.

 

Graph Representation

A relation between sets A and B is represented as a graph as follows:

Graph representation is suited for binary relations.

 

Inverse Relation

 

This Week's Homework

Deadline: November 30, 2017 (Thursday), 19:00.

Format: A4 single page (using both sides is okay; NO cover page), easily readable handwriting (NO printouts), name (kanji and kana) and student number at the top right

Where to submit: Box in front of room O-529 (building O, 5th floor)

  1. Prove nCm = n!/(m! (n-m)!) for 0≦n, 0≦mn using nCm = n-1Cm-1 + n-1Cm
    (Hint: Prove first for m=0 and m=n, then for 0<m<n)
  2. Describe three relations from the real world that can be expressed as mathematical relations:
    1. A binary relation on a single set.
    2. A binary relation between two different sets.
    3. A relation between more than two sets.

    For each relation, describe the set(s) used (including approximate size), the conditions for a tuple to be a member of the relation, the approximate size of the Cartesian product, and the approximate size of the relation, and give three examples of tuples belonging to the relation.

    Example (for a binary relation between two different sets): Teachers (size ~1000) and lecture halls (size ~200) at AGU: The relation is true if a teacher t teaches in lecture hall l. Size of Cartesian product: ~200,000; size of relation: ~2000; Example elements: (Martin Dürst, E-202), (Martin Dürst, E-203).

    Hint: If you do not understand the concept of relation very well yet, consult additional references (books, the Web)

    There will be a deduction if different students submit the same relation.

 

Glossary

Pascal's triangle
パスカルの三角形
combinatorics
組合せ論
combination
組合せ
permutation
順列
repeated combination
重複組合せ
repeated permutation
重複順列
factorial
階乗
product (∏)
総乗、総積
neutral element
単位元
relational database
関係データベース
tuple
タプル
ordered pair
順序対
n-tuple
n 項組、n 字組
triple
三項組、三字組
quadruple
四項組、四字組
quintuple
五項組、五字組
sextuple
六項組、六字組
septuple
七項組、七字組
octuple
八項組、八字組
nonuple
九項組、九字組
Cartesian product (set)
直積 (集合)
definition
定義
divisible
割り切りが可能
binary relation
2項関係
ternary relation
3項関係
(binary) relation on A
A の中の関係、A の上の関係、A における関係
representation
表現
matrix
行列
binary (logical) matrix
論理行列
row
column
列、欄
correspond to
と対応する
tensor
テンソル
arity
アリティ
sparse
スパース、まばら (な)
vertex (plural: vertices)
頂点、節
edge
directed
有向 (の)
opposite
反対
inverse relation
逆関係