show/hide this revision's text 3 Attempted to fix some inaccuracies.

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?

show/hide this revision's text 2 I don't think that grammar means what I thought it means...

You could notate that language as (n)n (wait, I don't think this is correct), for n ≥ 0; but that isn't a regular language, as you can show using the pumping lemma (and thus that little string over there isn't a regular expression). 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 closing parenthesis, and that isn't possible for them as they have no 'memory'. A push-down automaton, on the other hand...

show/hide this revision's text 1

You could notate that language as (n)n, for n ≥ 0; but that isn't a regular language, as you can show using the pumping lemma (and thus that little string over there isn't a regular expression). 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 closing parenthesis, and that isn't possible for them as they have no 'memory'. A push-down automaton, on the other hand...