Consider following cases:
- example #1
$$\forall x,y\in\mathbb R\left(\neg\left(\frac{1}{x}\ge y\right)\rightarrow\frac{1}{x}\lt y\right)$$
- example #2 (assuming universe of discourse is all square matrices elements of which are real numbers) $$\forall A,B\left(B=B (A A^{-1})\right)$$ As for example 1 if x is zero then what does the statement evaluate to and as for example 2 what if A and B are not conformable for multiplication or A does not have an inverse? Are these considered undefined or false?