Binary relation in a cartesian product

AI Thread Summary
The discussion centers on determining the number of binary relations that can be formed from the Cartesian product of sets A = {1, 2} and B = {a}. It is established that there are two ordered pairs in the Cartesian product A * B, leading to a total of four possible binary relations. The user expresses confusion about the specific relations, initially listing them incorrectly. Clarification is provided that valid binary relations include the empty set, individual pairs, and combinations of pairs. The conversation emphasizes the importance of understanding how binary relations are derived from Cartesian products.
nafees ahmad
Messages
4
Reaction score
0
How many binary relation can be formed from the cartesian product below:
A = { 1 , 2 } & B = {a }
i know there are two ordered pairs in this cartesian products A * B.
i also know that there are 4 binary realtions. could someone please write
those four relations for me, i am really confused here.
 
Physics news on Phys.org
{(1, a)}, {(2, a)}, {(a, 1)}, and {(a, 2)}.
 
HallsofIvy said:
{(1, a)}, {(2, a)}, {(a, 1)}, and {(a, 2)}.

I'd imagine, they're actually something more like these: {}, {(1, a)}, {(2, a)}, and {(1, a), (2, a)}...
 
thanx. i really apprecite u for this
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...

Similar threads

Back
Top