In mathematics quantifiers always is used with restrictions $\forall x\in A$ etc and mathematicians often write: $$x\in A\implies p(x)\;\;\;\text{instead of}\;\;\;\forall x\in A:p(x).$$ Is there a counterpart expression for $\exists x\in A: p(x)$ without quantifier?
Is writing like this logical unobjectionable?
I'm interested in trying to replace 'predicate logic' in mathematics with a 'mathematical propositional algebra', that is, only use propositions of the type $x\in A\implies p(x)$. For such propositions $P_i$, there would be a "mathematical ring" with elements $$\displaystyle \bigoplus_i\bigwedge_j p_j^{n_i}. $$ I guess it won't work but in the process I might learn something about logic and semantics.
The fact that the universal quantifier on $x$ is omitted doesn't mean it's not supposed to be there. The correct parsing of $\forall x\in A: p(x)$ is $\forall x(x\in A\rightarrow p(x))$.
For existential quantifier this would be $\exists x(x\in A\land p(x))$. You may feel it is okay to omit the outer quantifier, but you have to remember it's still there.