Module I Automata Theory and Formal Languages - Lesson 2: Relations and Graphs

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/12

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards defining key terms related to binary relations and graph theory, including undirected and directed graph properties.

Last updated 2:25 AM on 8/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

13 Terms

1
New cards

Relation

A set of pairs where the first component of each pair is chosen from a set called the domain, and the second component is chosen from a set called the range.

2
New cards

Domain

The set from which the first component of each pair in a relation is chosen.

3
New cards

Range

The set from which the second component of each pair in a relation is chosen.

4
New cards

RA×BR \subseteq A \times B

A relation RR from set AA to set BB is a subset of the Cartesian product of AA and BB.

5
New cards

aRbaRb

The notation used to say that the pair (a,b)(a,b) is an element of the relation RR, denoted as (a,b)R(a,b) \in R.

6
New cards

Undirected graph

A graph denoted by G=(V,E)G= (V,E) that consists of a set of points with lines connecting some of the points.

7
New cards

Nodes or vertices (VV)

The points that make up an undirected or directed graph.

8
New cards

Edges (EE)

The lines connecting nodes in an undirected graph or the set of ordered pairs in a directed graph.

9
New cards

Degree

The number of edges at a particular node in an undirected graph.

10
New cards

Directed Graph (digraph)

A graph denoted as G=(V,E)G= (V,E) consisting of a finite set of vertices VV and a set of ordered pairs of vertices called edges EE, represented by arrows.

11
New cards

Outdegree

The number of arrows pointing from a particular node in a directed graph.

12
New cards

Indegree

The number of arrows pointing to a particular node in a directed graph.

13
New cards

A×BA \times B

The symbol used for the Cartesian product of sets AA and BB.