
\documentclass[a4paper]{report}
\usepackage{graphicx}
\usepackage{booktabs}


\usepackage{multirow}
\usepackage{wrapfig}


\usepackage{amsmath}   % From the American Mathematical Society
\usepackage{mathtools}
\usepackage{amssymb}
\usepackage{amsbsy}
\usepackage{amstext}
\usepackage{amscd}
\usepackage{amsopn}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{xfrac}




\usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}


\usepackage[top=3cm, bottom=2.5cm, left=2.5cm, right=3cm]{geometry}


\usepackage{xecolour}
\usepackage{hyperref} % PDF links
\usepackage{xepersian}
\settextfont[Scale=1]{XB Zar} 
\setlatintextfont{Times New Roman}
\setdigitfont[Scale=1]{XB Zar}

\renewcommand{\baselinestretch}{2.1}


\renewcommand{\bibname}{فهرست مراجع}
\renewcommand{\chaptername}{فصل}
\renewcommand{\contentsname}{\centering{ فهرست مطالب}}



% تعریف و نحوه ظاهر شدن قضایا، لم‌ها، تعریف‌ها و ...
\theoremstyle{definition}
\newtheorem{definition}{تعریف}[section]
\theoremstyle{theorem}
\newtheorem{theorem}[definition]{قضیه}[section]
\newtheorem{lemma}[definition]{لم}[section]
\newtheorem{proposition}[definition]{گزاره}[section]
\newtheorem{corollary}[definition]{نتیجه}[section]
\newtheorem{remark}[definition]{ملاحظه}[section]
\theoremstyle{definition}
\newtheorem{example}[definition]{مثال}[section]


\begin{document}


\chapter{تست}
\section{تست تست}

\begin{theorem}\label{th:List}
در الگوریتم دکدینگ  اندازه لیست ها برابر $m - 1$ می باشد.
\begin{equation}
|L| \leq |\mathcal{A}| - 1  
\end{equation}
\end{theorem}
\begin{corollary}
هیچ نشانگری به برگ ها اشاره نمی کند.
\end{corollary}
\end{document}