Home
Explore
Exams
Search for anything
Search for anything
Login
Get started
Home
CMSC 141: Automata and Language Theory
Studied by 0 people
0.0
(0)
Add a rating
View linked note
Learn
A personalized and smart learning plan
Practice Test
Take a test on your terms and definitions
Spaced Repetition
Scientifically backed study method
Matching Game
How quick can you match all your cards?
Flashcards
Study terms and definitions
1 / 25
There's no tags or description
Looks like no one added any tags here yet for you.
26 Terms
View all (26)
Star these 26
1
Proof
A sequence/series of formal statements containing givens and deductions.
New cards
2
Set
A collection (unordered) of objects; the objects are called its elements or members.
New cards
3
PowerSet
The set of all subsets of a set S, denoted by P(S).
New cards
4
Partition
A subset of 2^A such that each element of A is in one and only one set of the partition.
New cards
5
Relation
A connection between the elements of two or more sets.
New cards
6
Binary Relation
A subset of A × B, where A and B are two sets.
New cards
7
Function
An association of each object of one kind with a unique object of another kind.
New cards
8
One-to-One
If for any two distinct elements a, a’, f(a) != f(a’).
New cards
9
Onto
If each element of B is the image under f of some element of A.
New cards
10
Bijection
If a function is both one-to-one and onto.
New cards
11
Direct Proof
A sequence of statements which are either givens or deductions from previous statements.
New cards
12
Proof by CounterExample
Proving/disproving by giving one example that disproves the case.
New cards
13
Proof by Contradiction
Assuming the opposite proposition is true and showing a contradiction.
New cards
14
Proof by Mathematical Induction
Contains a Base Step, Inductive Hypothesis, and Inductive Step.
New cards
15
Set Equality Proving
To prove that two sets are equal, one must prove that both sets are subsets of each other.
New cards
16
Symbol
An atomic unit such as a digit, character, or letter.
New cards
17
Alphabet (Σ)
A finite set of symbols denoted by Σ.
New cards
18
String
A finite length sequence of symbols, which may be empty (denoted by ε).
New cards
19
Concatenation
The string formed by string x followed by string y.
New cards
20
Substring
A string v is a substring of a string w if w can be expressed as xyv for some strings x and y.
New cards
21
Suffix
A substring v of some string w where w can be expressed as xv.
New cards
22
Prefix
A substring v of some string w where w can be expressed as vy.
New cards
23
Kleene Star (L*)
The set of all strings obtained by concatenating zero or more strings from L.
New cards
24
Kleene Plus (L+)
The language LL* - Kleene star without the empty string.
New cards
25
Regular Expression
A language described by means of symbols and operations such as ∪ and *.
New cards
26
Language Recognition Device
An algorithm designed to answer whether a string w is a member of language L.
New cards