I've started to learn regular expressions in one of my classes
I know that a* is infinite, which leads me to believe that a*∅ is not infinite, since concatenating any language by a empty set is just empty set, similar to multiplying by zero. Is this line of thinking correct?