I know I can use \ker in place of \text{ker} to denote the kernel of a map. Is there a similar command for the image of a map?
Even if I define my own command like
\newcommand{\Ima}{\text{Im}}
Inside the theorem environment (for example) I get the italic version of Im. How can I fix this?

amsmathdoesn't define it. The package does seem to have a bit of a bias toward calculus, somehow. – Ryan Reich Dec 01 '12 at 15:25Imfor image is less universal thankerfor kernel, perhaps becauseImcan also be used to denote the imaginary part of a complex number. – Charles Staats Dec 01 '12 at 15:33\Imis already defined (in both plain tex and latex) to be a fraktur "I", so\newcommandwon't work. – barbara beeton Dec 01 '12 at 15:38