def. Pushdown Autotmaton (PDA)

Where:

  • : stack alphabet
  • : stack bottom market
  • is a transition function where for

…where the destination set is a finite set.

…and strings can be accepted by either final state xor an empty stack (equivalent)

We’re going to deal mostly with nondeterministic pushdown automata (NPDA), as they are more useful.

Described mechanically:

  1. Input tape is read only once, left to right
  2. A read head has finite number of states
  3. A read head has a stack from which the top letter can be read off

Untitled

def. the current Configuration of a PDA is described as a tuple

where represents a single step of a PDA.

final state or an empty stack; these two definitions are equivalent.