\documentclass{article}
\usepackage{amsthm,amssymb,amsmath,mathrsfs}
\usepackage{xepersian}
\settextfont[Scale=1.2]{XB Niloofar}
\newtheoremstyle{dotless}{3pt}{3pt}{}{}{\bfseries}{}{}{}
\theoremstyle{dotless}
\newtheorem{thm}{قضیه}[section]
\newtheorem{dfn}[thm]{تعریف}
\newtheorem{lem}[thm]{لم}
\newtheorem{prop}[thm]{گزاره}
\newtheorem{cor}[thm]{نتیجه}
\newtheorem{con}[thm]{حدس}
\newtheorem{notation}[thm]{نماد}
\newtheorem{rem}[thm]{تذکر}
\newtheorem{exm}[thm]{مثال}
\begin{document}


\section{قسمت اول}
\begin{dfn}
اولین تعریف که یک تعریف است.
\end{dfn}















\end{document}