You
I'm not sure about how you could notate that languageas (n)n (wait, I don't think this is correct), for n ≥ 0; but that language isn't a regularlanguage, as you can show be shown using the pumping lemma for regular languages (and thusthat little string over there isn't , it can't be noted by a regular expression)regex). An intuitive explanation is that accepting words from that language would require the FDA to 'remember' the number of opening parenthesis that it just read while reading the every time it begins to read closing parenthesis, and that isn't possible for them as they have no 'memory'. A push-down automaton, on the other hand...
Could that language be noted as {(n)n}*, for any n?
