How to prove that the language over the alphabet $\{0, 1, +, =\}$ is regular or not:
$\{a+b=c:a,b,c \text{ are integers in binary for which } a \text{ plus } b\text{ equals } c\}$
I started with the pumping lemma:
- |$y$| ≥ 1
- |$xy$| ≤ $p$
- for all $i$ ≥ 0, $xy^iz$ ∈ $L$
But I don't know what to do next. How can split "$a+b=c$" string to start with the pumping lemma? Or I should apply another method?