I have a theorem that looks like this:

Now I would like to break the (A....D) math expression. The problem is, that nothing I did from the solution of this answer helped (since probably people will direct me to that answer), that is:
- breaking the math expression in two different math expression separated by a comma did nothing and if I added a
\\it broke the expression, but it looked ugly since the part on the second line wasn't aligned properly to the right \allowbreakdid nothingadding
\makeatletter \def\old@comma{,} \catcode`\,=13 \def,{% \ifmmode% \old@comma\discretionary{}{}{}% \else% \old@comma% \fi% } \makeatother
caused an error, since I'm using TikZ where some parameters are separated by a comma.
Does someone know any other solution, please ?
