با سلام
من مقداری کُد شما را تغییر دادم که بهصورت زیر است.
\documentclass[11pt,twoside,reqno]{article}
\usepackage{amsmath}
\newtheorem{thm}{Theorem}
\newtheorem{cor}[thm]{Corollary}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{prop}[thm]{Proposition}
%\theoremstyle{definition}
\newtheorem{pro}[thm]{Problem}
%\theoremstyle{remark}
\newtheorem{rem}[thm]{Remark}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{graphicx}
\setlength{\oddsidemargin}{0.25cm} \setlength{\evensidemargin}{0.25cm}
\textwidth=15.1cm \textheight=20.7cm \setcounter{page}{1}
\renewcommand{\baselinestretch}{1.}
\setcounter{page}{1}
\begin{document}
\pro : Let $X\subset \Bbb R$ be the set of points $1, \frac{1}{2}, \frac{ 1}{3},...$ and $0$. For the C*-algebra $M_2$ of
two-by-two matrices denote by $C(X;M_2)$ the set of all continuous functions on
$X$ with values in $ M_2$. Put $B_1 =\{f \in C(X;M_2) :~ f(0)$~{ is diagonalg}$\}$, $B_2 = \{f \in
C(X;M_2) :~ f(0) ${ has the form
$(X)=\left(
\begin{smallmatrix}
* & 0 \\
0 & 0 \\
\end{smallmatrix}
\right)$
\end{document}
به نکات زیر توجه کنید.
۱) برای نوشتن فرمول داخل خط از $ ... $ استفاده کنید همانطور که برای سایر روابط خود استفاده نمودهاید.
۲) برای نوشتن ماتریس در خط از محیط smallmatrix استفاده شده است که فاصله سطرها کماکان موزون بماند.
پیروز باشید.