How to write the following mathematical expression in LaTeX?

Asked
Active
Viewed 325 times
0
Micky K
- 1,457
1 Answers
3
There are errors in the original, which I have tried to correct.
\documentclass{amsart}
\begin{document}
\[
f^+_A \tilde{\circ} g_A^+ \colon S \longrightarrow P(U), x \longmapsto
\begin{cases}
\bigcup_{x=pq} \left\{f_A^+(p) \cap g_A^+(q)\right\}, & \text{ if \(\exists p,q \in S\) such that \(x=pq\)},
\emptyset, & \text{otherwise}
\end{cases}
\]
\end{document}
Benjamin McKay
- 4,171
casesfromamsmath, see https://tex.stackexchange.com/questions/32140/how-to-write-a-function-piecewise-with-bracket-outside/32142#32142 – Torbjørn T. May 11 '17 at 13:10