vault backup: 2026-04-08 15:10:32

This commit is contained in:
Jan Meyer
2026-04-08 15:10:32 +02:00
parent 8bcf049ced
commit 33843cd0e6
3 changed files with 25 additions and 5 deletions

View File

@@ -28,4 +28,6 @@ A _regular expression_ $r$ over an alphabet $Sigma$ is defined recursively:
> [!EXAMPLE]
> The language $L$ over $Sigma = {a, b}$ containing the substring $a b$ is regular, since it can be expressed using the regular expression
> $r = (a +b)^* a b (a + b)^*$
## Equivalence of regular expressions
Two regular expressiosn $r$ and $s$ are _equivalent_ ($r eq.triple s$ or $r hat(eq) s$) if thy generate the same language ($L(r) eq L(s)$).