$L= \{a^{2^n} \mid n>1\} \cup \{a^m \mid m>1\}$
Is $L$ a regular?
My approach is-- union of a non regular and regular language may be regular or may be not regular. The left side of union is not regular so the language L is not regular.
Please advise.