I want to represent mathematically that all elements $v \in V$ has $x$ and $y$ properties.
I tried:
Consider a graph $G=(V,E)$ where $\forall v \in V(G) \Rightarrow x[v] \in \mathbb{R} \space|\space y[v] \in \mathbb{R}$.
Is it correct?
I want to represent mathematically that all elements $v \in V$ has $x$ and $y$ properties.
I tried:
Consider a graph $G=(V,E)$ where $\forall v \in V(G) \Rightarrow x[v] \in \mathbb{R} \space|\space y[v] \in \mathbb{R}$.
Is it correct?
If $x$ and $y$ are predicates with one variable each, then $\forall v\in V(G): x(v)\wedge y(v)$ or $\forall v: v\in V(G)\Rightarrow x(v)\wedge y(v)$.