Obviously when writing a math research paper it is good to cite one's references. However, with the advent of arXiv, oftentimes a paper is only available on arXiv while is awaits the long process of peer-review. But here a problem arises: how does one cite an arXiv preprint?
Note: I would be nice if a bibTeX template was included.
I don't see any reason for treating preprints on arxiv in references differently, so you should do the same thing as what you would do for a preprint found on the author's webpage.
Personally, I would simply put
NOTE = {preprint, \url{http://arxiv.org/abs/****}}in the bibtex entry. (You also need\usepackage{url}in your main tex-file, if you use this syntax. If your bibtex style supports url field, it would be put the url there.)BTW by checking a few results when searching for "preprint arxiv" in Google Books or from this Scholar Google search: "preprint arxiv" site:springer.com you can see, that there are other people using similar convention.
EDIT: After adding this answer I've noticed that it is basically the same thing as Willy Wong's suggestion from TeX.SE thread linked in Marvis' comment: How to cite an article from Arxiv using bibtex.