Lukas' Notes

Accepted Language

Dec 13, 20251 min read

automata-theory

Definition

Accepted Language

The accepted language of an automaton A over alphabet Σ is the set of all strings that the automaton accepts, i.e. strings for which A has a successful run according to its acceptance criterion. It’s denoted as L(A).

L(A)={w∈Σ∗∣δ∗(q0​,w)∩F={}}

Graph View

Backlinks

  • Automaton
  • Context-Free Grammar
  • Context-Sensitive Language
  • Recursively Enumerable Language
  • Regular Language
  • Turing Machine

Created with Quartz v4.4.0 © 2025

  • GitHub