Types: N/A
Examples: N/A
Constructions: N/A
Generalizations: 2.3 Relation

Properties: N/A
Sufficiencies: N/A
Questions: N/A

Traffic Control System Relation

Suppose we are designing a way to control traffic. We want to know how we can use symbols to direct traffic.

A={🟢,🔴}B={STOP, GO}A×B={(🟢,STOP),(🟢,GO),(🔴,STOP),(🔴,GO)}

Solution. We decide the relation would be:

R={(🟢,GO),(🔴,STOP)}

Remark. Note that RA×B. In this case, we've used the set theoretic version for relations to establish a solution to our traffic control problem.