我需要从教科书中复制文本,其中包含按此顺序排列的定理
\documentclass[a4paper, 14pt]{article}
\usepackage[T2A]{fontenc}
\usepackage[cp1251]{inputenc}
\usepackage{amsmath, amsthm, amssymb, mathtools}
\newtheorem{dost_sys}{Theorem}
\begin{document}
\begin{dost_sys}
Theorem 1
\end{dost_sys}
\begin{dost_sys}
Theorem 2
\end{dost_sys}
\begin{dost_sys}
Theorem 2'
\end{dost_sys}
\end{document}
他们是如何将这个定理编号为 2' 的?