\documentclass{article}
\usepackage{amsthm,amssymb,amsmath,mathrsfs}
\usepackage{xepersian}
\settextfont[Scale=1.1]{Yas}
\newcount\mydigits
\XeTeXinterchartokenstate=1
\newXeTeXintercharclass\mydigitscharclass
\newXeTeXintercharclass\mydotcharclass
\XeTeXcharclass `\. \mydotcharclass
\mydigits=`\0 \loop \XeTeXcharclass \mydigits \mydigitscharclass \ifnum\mydigits<`\9 \advance\mydigits by 1 \repeat
\XeTeXinterchartoks \mydigitscharclass  \mydotcharclass = {‏}
\XeTeXinterchartoks \mydotcharclass  \mydigitscharclass = {‏}
\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}
اولین تعریف که یک تعریف است.\\
شکل 1.2
\qquad
متن در ادامه آید.\\
عدد 1.3
\qquad
متن در ادامه آید.\\
\end{dfn}



















\end{document}