Não gosto que os casos (itens 1 e 2) não estejam no mesmo eixo vertical. Eu gostaria de mover o 1 para o eixo onde o 2 está.
\begin{corollary}[Измеримость и мера декартово произведения множеств]
\begin{enumerate}
\item Пусть $\left.A \in \mathcal{L}\left(\mathbb{R}^p\right), \quad B \in \mathcal{(} \mathbb{R}^q\right)$ . Тогда $A \times B \in \mathcal{L}\left(\mathbb{R}^{p+q}\right)$.
\item При $A \times B \in \mathcal{L}\left(\mathbb{R}^{p+q}\right)$.
при этом при $0 \cdot+\infty=0$ ( и наоборот ) по свойству меры.
\end{enumerate}
\end{corollary}
Responder1
Acrescentar \mbox{}
antes enumerate
.
\documentclass[a4paper]{article}
\usepackage[T2A]{fontenc}
\usepackage[russian]{babel}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\newtheorem{corollary}{Короллар}
\begin{document}
\begin{corollary}[Измеримость и мера декартово произведения множеств]\mbox{}
\begin{enumerate}
\item Пусть $A \in \mathcal{L}(\mathbb{R}^p)$, $B \in \mathcal{L}(\mathbb{R}^q)$.
Тогда $A \times B \in \mathcal{L}(\mathbb{R}^{p+q})$.
\item При $A \times B \in \mathcal{L}(\mathbb{R}^{p+q})$.
при этом при $0 \cdot+\infty=0$ (и наоборот) по свойству меры.
\end{enumerate}
\end{corollary}
\end{document}
Removi todos \left
os \right
comandos que são completamente desnecessários aqui (e adicionei espaços indesejados). No primeiro item a vírgula não faz parte da fórmula, então divido em duas.
Claro que eu definiria
\newcommand{\cL}{\mathcal{L}}
\newcommand{\RR}{\mathbb{R}}
então a entrada é mais fácil e legível.