Please enable JavaScript.
Coggle requires JavaScript to display documents.
MoC Mind Map - Coggle Diagram
MoC Mind Map
-
Automaton
Pushdown Automaton
Context Free Grammar
-
Elements
V: Variable (A, S, E, etc)
-
-
-
-
-
-
-
-
-
-
Finite Automaton
-
-
-
-
Key points
-
-
-
Minimizing DFA from NFA
-
- Determinize the result (subset construction)
-
-
-
-
-
Set and Relations
Relation
Binary Relation
Properties
Symmetric
R(x,y) -> R(y,x) for all x, y
Asymmetric
R(x,y) -> no R(y,x) for all x, y
Anti-symmetric
R(x,y) & R(y,x) -> x = y for all x,y in A
Transitive
R(x,y) & R(y,z) -> R(x,z) for all x,y,z
-
-
-
Domain: x in R(x,y) where x is an element of A
Range: y in R(x,y) where y is an element of B
-
-
-
-
Inverse: (b,a) from (a,b)
Composition: (x,z) elements of R1 o R2 iff R1(x,y) & R2(y,z)
Equivalence relation: reflexive, symmetric, transitive
Partial orders
-
-
Partial order: antisymetric, transitive, reflexive (pre-order)
Linear: iff R(x,y) || R(y,x) || x = y for all x,y in A
-
-
-
-
-
Set
-
-
-
Special sets
-
-
-
Pair set
Ordered pair (If (x,y), x <= y for all x, y)
-