Unit 6 Flashcards
A binary relation is a way of expressing a blank between two sets
relationship
Mathematically, a blankbetween two sets A and B is a subset R of A x B. The term binary refers to the fact that the relation is a subset of the Cartesian product of two sets.
binary relation
For a ∈ A and b ∈ B, the fact that (a, b) ∈ R is denoted by blank.
aRb
In an blank of a relation R on sets A and B, the elements of A are listed on the left, the elements of B are listed on the right, and there is an arrow from a ∈ A to b ∈ B if aRb.
arrow diagram
A blank of relation R between A and B is a rectangular array of numbers with |A| rows and |B| columns. Each row corresponds to an element of A and each column corresponds to an element of B. For a ∈ A and b ∈ B, there is a 1 in row a, column b, if aRb. Otherwise, there is a 0.
matrix representation
It is possible to have a relation between two sets A and B in which A = B. A binary relation on a set A is a subset of A x A. The set A is called the blank of the binary relation.
domain
An arrow diagram for a relation R on a finite set A requires only one copy of the elements of A. There is an arrow from a to b if blank.
aRb
An element that is related to itself is indicated by an arrow called a blank
self-loop
The relation R is blank if for every x ∈ A, xRx.
reflexive
The relation R is blank if for every x ∈ A, it is not true that xRx.
anti-reflexive
The relation R is blank if for every x,y, z ∈ A, xRy and yRz imply that xRz.
transitive
The relation R is blank if for every x,y ∈ A, xRy implies that yRx.
symmetric
The relation R is blank if for every x,y ∈ A, xRy and yRx imply that x = y.
anti-symmetric
Each of the properties of a binary relation is stated as a blank. Therefore in order to establish that relation has a property, the condition must be shown to be true for all the elements in the domain.
universal condition
A blank (or digraph, for short) consists of a pair (V, E).
directed graph
V is a set of blank, and E, a set of directed blank, is a subset of V × V.
vertices
edges
An individual element of V is called a blank. A blank is typically pictured as a dot or a circle labeled with the name of the vertex.
vertex
An blank (u, v) ∈ E, is pictured as an arrow going from the vertex labeled u to the vertex labeled v.
edge
The vertex u is the tail of the edge (u, v) and vertex v is the head. If the head and the tail of an edge are the same vertex, the edge is called a blank.
self-loop
The blank of a vertex is the number of edges pointing into it.
in-degree
The blank of a vertex is the number of edges pointing out of it.
out-degree
A blank from v0 to vl in a directed graph G is a sequence of alternating vertices and edges that starts and ends with a vertex.
walk
The blank of a walk is l, the number of edges in the walk.
length
An blank is a walk in which the first and last vertices are not the same.
open walk
A blank is a walk in which the first and last vertices are the same.
closed walk
A blank is an open walk in which no edge occurs more than once.
trail
A blank is a closed walk in which no edge occurs more than once.
circuit
A blank is a trail in which no vertex occurs more than once.
path
A blank is a circuit of length at least 1 in which no vertex occurs more than once, except the first and last vertices which are the same.
cycle
<a, c, d, a>
is a blank because the only repeated vertices are the first and the last, a.
cycle
The circuit <a, c, a, d, a>
is blank because the vertex a appears in the middle of the circuit as well as at the beginning and the end.
not a cycle
The circuit <b, c, d, c, b>
is also blank because the vertex c is repeated in the middle of the circuit.
not a cycle
A blank is a link between two sets and is a collection of ordered pairs that contains one object from each of the given set. The arrow diagram for a binary relation is a directed graph.
relation
The blank of binary relations is a concept of forming a new relation from two given relations.
composition
The composition of two relations, B and W, on set Y is denoted blank
.
W o B
The ordering of a composition is to apply the output of the blank function as the input to the blank function.
second
first
Let G be a directed graph. Let u and v be any two vertices in G. There is an edge from u to v in Gk if and only if there is a walk of length k from u to v in G is what theorem
The Graph Power Theorem
The relation R+ is called the blank and is the smallest relation that is both transitive and includes all the pairs from R. In other words, any relation that contains all the pairs from R and is transitive must include all the pairs in R+.
transitive closure of R