Lukas' Notes

Set of all Strings

Jan 28, 20261 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 © 2026

  • GitHub