\documentclass[oneside]{report}
\usepackage[top=3cm, bottom=3cm, left=2cm, right=3cm, footskip=2cm]{geometry}
\usepackage{amssymb,amsmath,mathrsfs}
\usepackage{amsthm}
\usepackage{graphicx}
\usepackage{calc}
\pagestyle{plain}
\newcommand\persiangloss[2]{#1\dotfill\lr{#2}\\}
\usepackage{xepersian}
\settextfont[Scale=1.1]{XB Niloofar}
%\setlatintextfont{Arial}
\SepMark{-}
\makeatletter
\def\@thm#1#2#3{%
  \ifhmode\unskip\unskip\par\fi
  \normalfont
  \trivlist
  \let\thmheadnl\relax
  \let\thm@swap\@gobble
  \thm@notefont{\fontseries\mddefault\upshape}%
  \thm@headpunct{}
  \thm@headsep 5\p@ plus\p@ minus\p@\relax
  \thm@space@setup
  #1% style overrides
  \@topsep \thm@preskip              
  \@topsepadd \thm@postskip      
  \def\@tempa{#2}\ifx\@empty\@tempa
    \def\@tempa{\@oparg{\@begintheorem{#3}{}}[]}%
  \else
    \refstepcounter{#2}%
    \def\@tempa{\@oparg{\@begintheorem{#3}{\csname the#2\endcsname}}[]}%
  \fi
  \@tempa
}
\makeatother
 \newtheorem{thm}{قضیه}[section]
 \newtheorem{lem}[thm]{لم}
\newtheorem{coroll}[thm]{نتیجه}
\theoremstyle{definition}
\newtheorem{exam}[thm]{مثال}
\newtheorem{defin}[thm]{تعریف}
\newtheorem{remark}[thm]{نکته}

\thispagestyle{empty}
\begin{document}
\begin{thm}
تغییر شمارنده اول به (الف)
\renewcommand{\labelenumi}{(\Alph{enumi})}
\begin{enumerate}
\item $\lesssim$ یک شبه ترتیب است;
\item برای هر $x\in M$ , $S_M(x)$ بسته است;
\item $S_M$ از نوع $(\mu_d)$ است که $\mu_d(A):=diam(A)$ برای $A\subset M$;
\item $(M,\lesssim,\mu_d)$ یک مجموعه ی شبه مرتب  $\mu_d$-کراندار است.
\end{enumerate} 
\end{thm}
\end{document}