\documentclass{bidipresentation}
\usepackage{amsmath,amsfonts,amssymb,amsthm} % For including math equations, theorems, symbols, etc
\usepackage{tikz} % Required for drawing custom shapes
\usetikzlibrary{calc,arrows,shadings,shadows}

\usepackage{xcolor} % Required for specifying colors by name
\definecolor{ocre}{RGB}{243,102,25} % Define the orange color used for highlighting throughout the book
\definecolor{MyGreen}{cmyk}{0.92,0,0.87,0.09} % Define the green color used for highlighting throughout the book

\newcommand\Loadedframemethod{tikz} % {default}{PSTricks}{TikZ}
\usepackage[framemethod=\Loadedframemethod]{mdframed}

\usepackage{xepersian}
\settextfont[Scale=1]{XB Yas}
\setlatintextfont{Times New Roman}
\setdigitfont{Yas}

\newcommand{\no}{\nonumber}
%------------------------------------------------- framemethod=tikz, Example 7 – Theorem style shading background
\mdtheorem[%
 apptotikzsetting={\tikzset{mdfbackground/.append style =%
                              {top color=brown!40!white,
                               bottom color=brown!80!black},
                            mdfframetitlebackground/.append style =%
                               {top color=ocre!40!white,
                                bottom color=ocre!80!black}
                           }%
                    },
  ,roundcorner=10pt,
  middlelinewidth=2pt,
  shadow=true,
  frametitlerule=true,
  frametitlerulewidth=4pt,
  innertopmargin=10pt,%
  ]{tikzproblem}{مسأله}

%----------------------------------------------------------------
\begin{document}
\setlength{\baselineskip}{2\baselineskip}

\mdfsetup{skipabove=\topskip,skipbelow=\topskip}

%\begin{rawslide}[عنوان اسلاید مسأله]
\begin{plainslide}[عنوان اسلاید مسأله]

\begin{tikzproblem}
فرض کنید
$\{ {V_i}\} _{i = 0}^d$
 و 
$\{ V_i^ * \} _{i = 0}^\delta $
 دو تجزیه متفاوتی از فضای برداری $V$ باشند و $D$ و $D^\ast$ زیر جبرهای جابجایی از 
${\text{End}}(V)$
باشند. مواردی را بررسی کنید که در شرایط 1 تا 5 زیر صدق می‌کنند.
\begin{enumerate}
\item
$D$
یک مولد $A_+$ دارد به طوری که برای هر
$0 \leq i \leq \delta$،
${A_ + }V_i^ *  \subseteq V_0^ *  +  \cdots  + V_{i + 1}^ *$.
\item
$D$
یک مولد $A_-$ دارد به طوری که برای هر
$0 \leq i \leq \delta$،
${A_ - }V_i^ *  \subseteq V_{i - 1}^ *  +  \cdots  + V_\delta ^ *$.
\item
$D^\ast$
یک مولد $A_+$ دارد به طوری که برای هر
$0 \leq i \leq d$،
$A_ + ^ * {V_i} \subseteq {V_0} +  \cdots  + {V_{i + 1}}$.
\item
$D^\ast$
یک مولد $A_-$ دارد به طوری که برای هر
$0 \leq i \leq d$،
$A_ - ^ * {V_i} \subseteq {V_{i - 1}} +  \cdots  + {V_d}$.
\item
زیرفضای $W$ از $V$ موجود نیست به طوری که
$DW \subseteq W$
و
${D^*}W \subseteq W$
مگر اینکه $W=0$ یا $W=V$.
\end{enumerate}
\end{tikzproblem}

\end{plainslide}
%\end{rawslide}



\end{document}
%---------------------------------------------------------------