I was working on my homework and I got stuck on this exercise: We define $f$ as type $A$ if: $\forall x\in \mathbf{R}\ \exists y\in \mathbf{R}(y\geq x \land |f(y)|\geq 1) $ We define $f$ as $B$ type if: $\exists x\in \mathbf{R}\ \forall y\in \mathbf{R}(y\geq x \Rightarrow |f(y)|\geq 1) $.
I have to understand (and write a proof) if an $A$ function is also a $B$ function and if a $B$ function is also an $A$ function. For what I undestood the first one is false (I assume $f=sin(x)$ and for all $z_{n}=2\pi+n$ I can use $y=z_{n+1}\geq z_{n}\geq x$). And the second one is true (by definition if I'm not wrong). My question is how could I write this in formal language? Does somebody have a book\website raccomandation to learn how to use formal language? Thanks everybody I hope you have a nice day! :)