Lukas' Notes

Set of all Strings

Dec 14, 20251 min read

languages

Definition

Set of all Strings

The set of all strings Σ∗ over an alphabet Σ is the set of all possible string concatenations on Σ.

Monoid

The set of all strings Σ∗ (including the empty string) is a monoid:

⟨Σ∗,⋅,ε⟩ is a Monoid

where ε is the empty string (the neutral element).


Graph View

  • Definition
  • Monoid

Backlinks

  • Formal Language
  • Set of all Languages
  • String

Created with Quartz v4.4.0 © 2025

  • GitHub