Can A∩B⊖∩C⊖ = A∩C⊖ be Equal to A∩B∩C= A∩B?

  • MHB
  • Thread starter solakis1
  • Start date
In summary: By using the laws of commutativity associativity,distributivity,nutility and independence, we can manipulate the left side of the equation to reach the right side. First, we can use the distributive law to expand A∩B^c∩C^c into (A∩B^c)∩(A∩C^c). Then, using the commutative law, we can rearrange the terms to get (A∩A)∩(B^c∩C^c). Since A∩A is equivalent to A, we can rewrite the equation as A∩(B^c∩C^c). Similarly, we can use the distributive law on
  • #1
solakis1
422
0
Is it possible for \(\displaystyle A\cap B^c\cap C^c= A\cap C^c\) to be equivalent to

\(\displaystyle A\cap B\cap C= A\cap B\) ??

I think not

Is there any way to check that without a counter example??
 
Physics news on Phys.org
  • #2
solakis said:
Is it possible for \(\displaystyle A\cap B^c\cap C^c= A\cap C^c\) to be equivalent to

\(\displaystyle A\cap B\cap C= A\cap B\) ??
It's is not only possible. For all sets $A$, $B$ and $C$ it is the case that the first equality holds iff the second one holds.
 
Last edited:
  • #3
Evgeny.Makarov said:
Its is not only possible. .

you mean it is possible? If yes ,how can we know that before we even start to solve the problem.

Set theory is not a decidable theory
 
  • #4
solakis said:
you mean it is possible?
I am not sure what you mean by this. Usually the question "Is it possible that $P(A,B,C)$ holds?" means "Is $\exists A,B,C\;P(A,B,C)$ true?". If $P(A,B,C)$ is
\[
A\cap B^c\cap C^c= A\cap C^c\iff A\cap B\cap C= A\cap B
\]
then $\forall A,B,C\;P(A,B,C)$ is true, which implies the existential statement.

solakis said:
If yes ,how can we know that before we even start to solve the problem.
Nothing can be said about a problem until one starts solving it.

solakis said:
Set theory is not a decidable theory
First-order set theory, yes, but problem like yours can be encoded in propositional logic, which is decidable. Even if the class of problems is not decidable, it does not prevent us from solving some problems of that class.
 
  • #5
Evgeny.Makarov said:
\[
A\cap B^c\cap C^c= A\cap C^c\iff A\cap B\cap C= A\cap B
\]
solakis said:
for \(\displaystyle A\cap B^c\cap C^c= A\cap C^c\) to be equivalent to

\(\displaystyle A\cap B\cap C= A\cap B\)
Evgeny.Makarov said:
but problem like yours can be encoded in propositional logic, which is decidable. .

Right. What is the corresponding propositional formula then
 
  • #6
solakis said:
What is the corresponding propositional formula then
\[
(A\land \neg B\land \neg C\leftrightarrow A\land \neg C)\leftrightarrow (A\land B\land C\leftrightarrow A\land B)
\]
 
  • #7
Evgeny.Makarov said:
\[
(A\land \neg B\land \neg C\leftrightarrow A\land \neg C)\leftrightarrow (A\land B\land C\leftrightarrow A\land B)
\]

And a truth table generator from google tells me that the above is atautology, hence we have a solution.

One in propositional logic and

one in boolean ALGEBRA or in propositional algebra.

The one in propositional logic is easy

But the one in Boolean algebra is impossible .

Any suggestions??
 
  • #8
solakis said:
And a truth table generator from google tells me that the above is atautology, hence we have a solution.
Could you give a link to the truth table generator you are using?

solakis said:
One in propositional logic and

one in boolean ALGEBRA or in propositional algebra.
What exactly do you mean by Boolean algebra: a structure, a branch of algebra or something else?

solakis said:
But the one in Boolean algebra is impossible .
Why?

solakis said:
Any suggestions?
About what?
 
  • #9
Evgeny.Makarov said:
Could you give a link to the truth table generator you are using?

https://syn-sem.appspot.com/alPropositional Logic: Truth Table Generator

¬ ∧ ∨ → ↔
( p q r s )
pqr((((p ∧ q) ∧ r) ↔ (p ∧ q)) ↔ (((p ∧ ¬q) ∧ ¬r) ↔ (p ∧ ¬r)))
0001
0011
0101
0111
1001
1011
1101
1111


show instructions


https://syn-sem.appspot.com/ || Contact || Powered by NLTK and Google App Engine
Evgeny.Makarov said:
What exactly do you mean by Boolean algebra: a structure, a branch of algebra or something else?

A Boolean algebra can be seen as a generalization of a power set algebra or a field of setsI mean a solution in Boolean Algebra is very difficult .

Have you any hints ??
 
  • #10
Thanks for the link.

solakis said:
A Boolean algebra can be seen as a generalization of a power set algebra or a field of sets
So you mean Boolean algebra as a structure (a complemented distributive lattice). Propositional logic is sound and complete w.r.t. Boolean algebras, i.e., $\varphi$ is a tautology iff $B\models\varphi$ for all Boolean algebras $B$. (One book where the definition of $B\models\varphi$ can be found is Heine Sorensen, Pawel Urzyczyn, "Lectures on the Curry-Howard Isomorphism", Elsevier, 2006.) So if you want to find out if a formula holds on all Boolean algebras, it is sufficient to test it on the two-element algebra.
 
  • #11
Evgeny.Makarov said:
s, i.e., $\varphi$ is a tautology iff $B\models\varphi$ for all Boolean algebras $B$. .
No, $\varphi$ is a tautology iff $B\models\varphi=1$ for all Boolean algebras $B$

Apart from that have you any hints as to how i am going to prove :

\[
A\cap B^c\cap C^c= A\cap C^c\iff A\cap B\cap C= A\cap B
\]

By using the laws of commutativity associativity,distributivity,nutility ,indep. e.t.c e.t.c
 
  • #12
solakis said:
No, $\varphi$ is a tautology iff $B\models\varphi=1$ for all Boolean algebras $B$
The standard notation is $B\models\varphi$. It means that the formula $\varphi$ is true in the algebra $B$ for all valuations (values of variables).

solakis said:
Apart from that have you any hints as to how i am going to prove :

\[
A\cap B^c\cap C^c= A\cap C^c\iff A\cap B\cap C= A\cap B
\]

By using the laws of commutativity associativity,distributivity,nutility ,indep. e.t.c e.t.c
You should have stated from the start that you want to derive this equivalence from the axioms of Boolean algebra. It is easily derivable from $X\land Y=X\iff X\land\neg Y=0$. This equivalence, in turn, is easy to prove for sets. I'll have to think show to derive it from axioms.
 
  • #13
Thanks i know how to solve the problem now.

By the way have you any hints with respect to the following equivalence??

\(\displaystyle A\cup B=A\cap B\Longleftrightarrow A=B\) forall non empty A,B sets.

using the Boolean axioms
 
  • #14
Is it possible for \(\displaystyle A \cap B^c \cap C^c = A \cap C^c\) to be equivalent to \(\displaystyle A \cap B \cap C = A \cap B \) ?

Sketch the Venn diagrams.

The two equations hold if \(\displaystyle A \cap B \cap C^c\,=\,\emptyset\)

 

Related to Can A∩B⊖∩C⊖ = A∩C⊖ be Equal to A∩B∩C= A∩B?

What is the meaning of A∩B⊖∩C⊖ = A∩C⊖?

The symbol "∩" represents the intersection of two sets, while "⊖" represents the symmetric difference. Therefore, A∩B⊖∩C⊖ is the intersection of A and B, with the elements in common with C removed.

What does it mean for A∩B⊖∩C⊖ to be equal to A∩C⊖?

This means that the sets A∩B⊖∩C⊖ and A∩C⊖ have the same elements. In other words, the elements that are in common between A and B, but not in C, are the same as the elements that are in common between A and C, but not in B.

Can A∩B⊖∩C⊖ ever be equal to A∩B∩C?

No, it is not possible for A∩B⊖∩C⊖ to be equal to A∩B∩C. This is because A∩B∩C includes all the elements that are in common between A, B, and C, while A∩B⊖∩C⊖ only includes the elements that are in common between A and B, but not in C.

Are there any real-life examples of A∩B⊖∩C⊖ = A∩C⊖?

Yes, for example, let's say A represents the set of students who play soccer, B represents the set of students who play basketball, and C represents the set of students who play tennis. A∩B⊖∩C⊖ would be the students who play soccer and basketball, but not tennis. A∩C⊖ would be the students who play soccer, but not basketball or tennis. If these two sets are equal, it means that there are no students who play only basketball or only tennis, and all students who play soccer also play either basketball or tennis.

What implications does A∩B⊖∩C⊖ = A∩C⊖ have in set theory?

This equality has implications in set theory when working with finite sets. It can be used to simplify certain set operations and prove relationships between sets. Additionally, it can help to identify patterns and relationships between different sets.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
812
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
904
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
940
  • Set Theory, Logic, Probability, Statistics
Replies
7
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
717
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
806
  • Set Theory, Logic, Probability, Statistics
2
Replies
62
Views
3K
Back
Top