#Been stuck on this claim for a while
90 messages · Page 1 of 1 (latest)
- Wait patiently for a helper to come along.
- Once someone helps you, say thank you and close the thread with:
+close
- Feel free to nominate the person for helper of the week in #helper-nominations
- Do not ping the mods, unless someone is breaking the rules.
- If you're happy with the help you got here, and the server overall, you can contribute financially as well:
what does "×" means?
cartesian product
so like for example if A={1,2,3} and B={4,5,6} then A×B={4,10,18}?
let there exist an element x in a and an element y in B
so A x B will have an element (x,y)
now, we have AxB is subset of BxC
so, (x,y) is in BxC
so, x is in B and y is in C
but we know that x is in A
so A is subset of B
and we know that y is in B
B is subset of C
so A is subset of C
so it follows that A - C is the empty set
were we supposed to do that?
now you need to prove that if A is subset of C then A - C = empty set
i alr did lol
no that part is logical
proving that is trivial, and I trust OP enough to fill in the blanks where necessary
the sufficient and necessary condition for this is tush A is a subset of B and B is a subset of C, this is evident from the behavior of Cartesian products. Now due to the transitivity of inclusion we can say that A is a subset of C => A/C = null. [A/C is the same as A-C].
bruh that's what I said
did you?
yeah lol
without the technical terms at least
what's the technical term
@stable cape
idk what the technical terms are
ik cartesian product and all but not that transitivity of inclusion thingy
A relation $R$ is transitive $\equiv (xRy \land yRz \implies xRz)$
Comfey
and the $A \times B$ is the Cartesian product
Comfey
ik that
this is also why the x-y plane is Called the Cartesian plane
it's the Cartesian product, R x R
$A \times B = {(x,y)| x \in A \text{ and } y \in B}$
@stable cape what's $A \times \phi$

there is no element y for which $y \in \phi$
No Lifer (no lifer)
so A x phi = phi
okay
yee
you need to prove it as a lemma otherwise your proof will be wrong
it's because the path you chosen
Pardon me I forgot that part too 
lemme fill that out real quick
by contradiction or contrapositive
direct proof will not work, I think
contrapositive is better for this case
claim : $A \subseteq B \implies A/B = \phi$ \ $A/B = {x \vert x \in A \land x \in ' B}$ \ Suppose, $A/B \neq \phi$. Thus, $\exists x : x \in A \land x \in ' B$, which is a contradiction of the given condition that $A \subseteq B$. So $A/B$ is an empty set.
Comfey
uhum
is it incorrect?
let there exist an element x in a and an element y in B
so A x B will have an element (x,y)
now, we have AxB is subset of BxC
so, (x,y) is in BxC
so, x is in B and y is in C
but we know that x is in A
so A is subset of B
and we know that y is in B
B is subset of C
so A is subset of C
so every element in A is in C
let's phrase this in technical terms
if x is in a, x is in C
now, we know that the definition of A - C is
{x| (x in A) and (x not in C)}
but for all x in A x is also in C
so there is no element x which satisfies the above condition
hence, A - C must be the empty set
no
you only need to put, suppose a subset of b and a/b =! empty set
because the way you wrote seems like contrapositive
but it's by contradiction, so you need the "suppose a subset of b"
this gives me physical pain
That's a part of the claim
bruh I don't really want to write it in fancy terms
I mean make it 3 lines?
and easier to read
the point is, you need to prove that "so there is no element x which satisfies the above condition", how you do that?
it's because that when proving things which involve empty set, you need to negate most of statemants
so you usually use contradiction or contrapositive
suppose there is a element
oh...
when doing set theory proves
you have to logic everything huh