I need to use \ldbrack and \rdbrack symbols from the package \mathabx, but when I use the \mathabx with the \amssymb package (previously installed) it is causing me an issue with symbols: \subseteq, \cap, \cup, etc
\documentclass{book}
\usepackage{amssymb}
\usepackage{mathabx}
\begin{document}
This a example,
$$A\subseteq B=\emptyset A\cap B\cup C$$
$$x + y \ldbrack z \rdbrack$$
\end{document}
The following picture was created using \mathabx and \amssymb.
And the following picture was created using only \amssymb.
Please notice that on imagen 1, \cap, \cup, etc; are different and I require the other ones.
Is there a way to use both packages without mess up my document symbols? Thanks.




mathabxprovides also the symbols inamssymb, but uses its own version. See Importing a single symbol from a different font for adding just a few ones frommathabx. – egreg Aug 05 '16 at 20:17\llbracketand\rrbracketin the st. mary road font;\usepackage{stmaryrd}. (texdoc stmaryrdfor the documentation.) – barbara beeton Aug 05 '16 at 20:44