Mir gefällt nicht, dass die Fälle (Elemente 1 und 2) nicht auf derselben vertikalen Achse liegen. Ich würde die 1 gerne auf die Achse verschieben, auf der sich 2 befindet.
\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}
Antwort1
Füge \mbox{}
vorher hinzu 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}
Ich habe alle Befehle entfernt \left
, \right
die hier völlig unnötig sind (und unerwünschte Leerzeichen hinzufügen). Im ersten Element ist das Komma nicht Teil der Formel, also habe ich es in zwei Teile geteilt.
Natürlich würde ich definieren
\newcommand{\cL}{\mathcal{L}}
\newcommand{\RR}{\mathbb{R}}
so ist die Eingabe einfacher und lesbarer.