[Tex/LaTex] Bad math environment delimiter

delimitersmath-mode

I'm getting a bad math environment delimiter error and I don't know why. Here is the part where I'm getting error:

\\(\forall x \in U: \tilde{M}  = \{(\(x\); \mu_{\tilde{M}}(x)) \in [0,1]\}\\)

I hope you can help me! Thanks for any help in advance!

Best regards,
Ben

Best Answer

Are you looking for something similar to

\documentclass[a4paper]{article}
\begin{document}
\[
\forall x \in U: \tilde{M} = 
 (x);\quad \mu_{\tilde{M}}(x) \in [0,1]
\]
\end{document}

enter image description here