A = set of all English words. R = {(x,y)∈AxA | the word y occurs at least as late in alphabetical order as the word x}. What does this even mean???
You should think of R as a type of ordering relation, like \(<,\leq,>\geq \)
In a way it is basically \(x \geq y\), where every word is sorted in alphabetical order, and \(x\) and \(y\) are some natural number which represent some words ordinal value.
what does *occur at least as late * mean?
ok how about let (x,y) = (cat, batman). Is it in R?
I see a Cartesian product
Yes, it's a Cartesian product with a condition whose meaning I don't quite understand
at least as late means it is the same word or it comes after the word in alphabetical order.
\( A\times A \) is the set of any two words, such at \((\text{dog},\text{cat})\).
\( (\text{dog},\text{cat})\notin R \) but \( (\text{cat},\text{dog})\in R \) also \( (\text{cat},\text{cat})\in R \)
The second word must be the same or comes after the first word, so shouldn't (cat,dog) be in R instead?
What? \((\text{dog},\text{cat})\in A\times A\)
oh wait nvm. I just repeated what you said earlier.
So (cat, batman) isn't in R, but (batman, cat) is right?
\[A \times B =[(a,b) : a \in A \land b \in B]\] there are elements in A and B it's an ordered pair...
so I see two A's won't that be elements in A and elements in A again?!
That's correct.
so if A = set of all english words then we have the set of all english words and the set of all english words... like mouse mouse in A
the components need not to be the same. (mouse, cat) is certainly in AxA
hmm late for y ... like the ending of the alphabet worm xray yarn zebra
(digimon, pokemon)
(UsukiDoll, Wio) :DD
anyway, thanks for the explanation @Wio
Join our real-time social learning platform and learn together with your friends!