While going through Relation I'm bit confuse on how to read the representation of empty relation. The ref. book I have, in that, it is represented following without proper parenthesis.
$R = \emptyset \subset A \times A $
It should be read as
$(R = \emptyset) \subset A \times A $
OR
$R = (\emptyset \subset A \times A) $
Sub Question: Which one is right representation?
$R = \emptyset \subset A \times A $ // Proper subset
OR
$ R = \emptyset \subseteq A \times A $ //Subset