proof that axiom of union and axiom of pairing imply weak axiom of union
$begingroup$
The axiom of union says that to every set $mathcal{A}$ there is a set ${z: exists A ; z in A wedge A in mathcal{A}}$ or in other words: $forall mathcal{A} exists B: forall z [z in B leftrightarrow exists A in mathcal{A} ; z in A]$.
The weak axiom of union says that $forall A forall B exists C: forall x (x in C leftrightarrow x in A vee x in B)$.
The axiom of pairing says: $forall x forall y exists p: forall z [z in p leftrightarrow z = x vee z = y]$.
I am trying to give a (not fully formal) proof that if the axiom of union and axiom of pairing do hold, then also the weak axiom of pairing does hold.
Futhermore, I'm looking for a structure in which the axiom of union does hold, but the weak axiom of union doesn't. (So obviously this has to be a structure where the axiom of union does hold, but the axiom of pairing does not.)
I'm still trying to find an apt structure, but I think that finally I'll find one.
So I'd primarily appreciate your help on giving a (nearly formal) proof, since I'm just not managing to. Thank you in advance!
elementary-set-theory logic proof-writing
$endgroup$
add a comment |
$begingroup$
The axiom of union says that to every set $mathcal{A}$ there is a set ${z: exists A ; z in A wedge A in mathcal{A}}$ or in other words: $forall mathcal{A} exists B: forall z [z in B leftrightarrow exists A in mathcal{A} ; z in A]$.
The weak axiom of union says that $forall A forall B exists C: forall x (x in C leftrightarrow x in A vee x in B)$.
The axiom of pairing says: $forall x forall y exists p: forall z [z in p leftrightarrow z = x vee z = y]$.
I am trying to give a (not fully formal) proof that if the axiom of union and axiom of pairing do hold, then also the weak axiom of pairing does hold.
Futhermore, I'm looking for a structure in which the axiom of union does hold, but the weak axiom of union doesn't. (So obviously this has to be a structure where the axiom of union does hold, but the axiom of pairing does not.)
I'm still trying to find an apt structure, but I think that finally I'll find one.
So I'd primarily appreciate your help on giving a (nearly formal) proof, since I'm just not managing to. Thank you in advance!
elementary-set-theory logic proof-writing
$endgroup$
add a comment |
$begingroup$
The axiom of union says that to every set $mathcal{A}$ there is a set ${z: exists A ; z in A wedge A in mathcal{A}}$ or in other words: $forall mathcal{A} exists B: forall z [z in B leftrightarrow exists A in mathcal{A} ; z in A]$.
The weak axiom of union says that $forall A forall B exists C: forall x (x in C leftrightarrow x in A vee x in B)$.
The axiom of pairing says: $forall x forall y exists p: forall z [z in p leftrightarrow z = x vee z = y]$.
I am trying to give a (not fully formal) proof that if the axiom of union and axiom of pairing do hold, then also the weak axiom of pairing does hold.
Futhermore, I'm looking for a structure in which the axiom of union does hold, but the weak axiom of union doesn't. (So obviously this has to be a structure where the axiom of union does hold, but the axiom of pairing does not.)
I'm still trying to find an apt structure, but I think that finally I'll find one.
So I'd primarily appreciate your help on giving a (nearly formal) proof, since I'm just not managing to. Thank you in advance!
elementary-set-theory logic proof-writing
$endgroup$
The axiom of union says that to every set $mathcal{A}$ there is a set ${z: exists A ; z in A wedge A in mathcal{A}}$ or in other words: $forall mathcal{A} exists B: forall z [z in B leftrightarrow exists A in mathcal{A} ; z in A]$.
The weak axiom of union says that $forall A forall B exists C: forall x (x in C leftrightarrow x in A vee x in B)$.
The axiom of pairing says: $forall x forall y exists p: forall z [z in p leftrightarrow z = x vee z = y]$.
I am trying to give a (not fully formal) proof that if the axiom of union and axiom of pairing do hold, then also the weak axiom of pairing does hold.
Futhermore, I'm looking for a structure in which the axiom of union does hold, but the weak axiom of union doesn't. (So obviously this has to be a structure where the axiom of union does hold, but the axiom of pairing does not.)
I'm still trying to find an apt structure, but I think that finally I'll find one.
So I'd primarily appreciate your help on giving a (nearly formal) proof, since I'm just not managing to. Thank you in advance!
elementary-set-theory logic proof-writing
elementary-set-theory logic proof-writing
edited Jan 12 at 18:42
Andrés E. Caicedo
65.7k8160250
65.7k8160250
asked Jan 12 at 15:48
StudentuStudentu
1279
1279
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Assume the axiom of union and the axiom of pairing hold. Then by the axiom of pairing $$forall Aforall Bexists p:forall S[Sin piff S=Avee S=B],$$ and by the axiom of union $$forall pexists C:forall z[zin Ciffexists Sin p:zin S].$$ Therefore $$forall Aforall Bexists C:forall z[zin Ciffexists S:(S=Avee S=B)wedge zin S].$$ I will leave the details to you.
EDIT: Full proof: Let $A,B$ be sets. By the axiom of pairing there exists a set $p$ such that $$forall S[Sin piff S=Avee S=B].$$ It follows that $forall z:$
begin{align}
(exists Sin p:zin S)
&iff(exists S:(S=Avee S=B)wedge zin S)
\&iff(exists S:(S=Awedge zin S)vee(S=Bwedge zin S))
\&iff(zin Avee zin B).
end{align}
By the axiom of union there exists a set $C$ such that $$forall z[zin Ciffexists Sin p:zin S].$$ Hence, we find $$forall z[zin Ciff zin Avee zin B].$$ Since $A,B$ were arbitrary, we conclude $$forall Aforall Bexists C:forall z[zin Ciff zin Avee zin B].$$ So if the axiom of pairing and the axiom of union hold, then the weak axiom of union holds.
Fixed counterexample: A model where the axiom of union holds but the weak axiom of union does not hold would be the model where $emptyset$, ${emptyset}$ and ${{emptyset}}$ are the only sets. The weak axiom of union would imply that ${emptyset}cup{{emptyset}}={emptyset,{emptyset}}$ would exist, which it does not. I leave it up to you to check that the axiom of union does hold.
$endgroup$
$begingroup$
Thank you for your fast reply, SmileyCraft! But it are the details I am struggling with. Could you show me either how to proof that ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S] follows from ∀A∀B∃p:∀S[S∈p⇔S=A∨S=B]∧∀Ap∃C:∀z[z∈C⇔∃S$in p:$z∈S]
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
or how to proof ∀A∀B∃C:∀z[z∈C⇔z∈A∨z∈B] from ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S]?
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
And I don't see how your example doesn't fulfill the weak axiom of union: 1) $A = emptyset, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. $A = emptyset, B = emptyset$, then $C = emptyset$ fulfills what we want. $A = {emptyset}, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. So we don't get any contradiction to the weak axiom of union?
$endgroup$
– Studentu
Jan 12 at 17:04
1
$begingroup$
I added a full fool proof proof :) And you were correct that my example was flawed, I fixed it.
$endgroup$
– SmileyCraft
Jan 12 at 18:17
$begingroup$
Cool, thank you, SmileyCraft!
$endgroup$
– Studentu
Jan 13 at 16:59
add a comment |
$begingroup$
For any sets $A$ and $B$ there is a set $C = { A, B }$. By Union, there must be a set $D$ that contains all and only the elements of the elements of $C$, i.e. $D$ will contain all and only elements of either $A$ or $B$. That's the set $'C'$ you are looking for in the definition of Weak Union .. not the initial $C$
The outline for the proof is so mechanical that I decided just to put it in formal proof format ... I left just the inside few steps for you if you wanted to complete this as a formal proof:

$endgroup$
$begingroup$
Thanks for your help, Bram28!
$endgroup$
– Studentu
Jan 13 at 18:08
1
$begingroup$
@Studentu You're welcome :)
$endgroup$
– Bram28
Jan 13 at 18:18
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3071035%2fproof-that-axiom-of-union-and-axiom-of-pairing-imply-weak-axiom-of-union%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Assume the axiom of union and the axiom of pairing hold. Then by the axiom of pairing $$forall Aforall Bexists p:forall S[Sin piff S=Avee S=B],$$ and by the axiom of union $$forall pexists C:forall z[zin Ciffexists Sin p:zin S].$$ Therefore $$forall Aforall Bexists C:forall z[zin Ciffexists S:(S=Avee S=B)wedge zin S].$$ I will leave the details to you.
EDIT: Full proof: Let $A,B$ be sets. By the axiom of pairing there exists a set $p$ such that $$forall S[Sin piff S=Avee S=B].$$ It follows that $forall z:$
begin{align}
(exists Sin p:zin S)
&iff(exists S:(S=Avee S=B)wedge zin S)
\&iff(exists S:(S=Awedge zin S)vee(S=Bwedge zin S))
\&iff(zin Avee zin B).
end{align}
By the axiom of union there exists a set $C$ such that $$forall z[zin Ciffexists Sin p:zin S].$$ Hence, we find $$forall z[zin Ciff zin Avee zin B].$$ Since $A,B$ were arbitrary, we conclude $$forall Aforall Bexists C:forall z[zin Ciff zin Avee zin B].$$ So if the axiom of pairing and the axiom of union hold, then the weak axiom of union holds.
Fixed counterexample: A model where the axiom of union holds but the weak axiom of union does not hold would be the model where $emptyset$, ${emptyset}$ and ${{emptyset}}$ are the only sets. The weak axiom of union would imply that ${emptyset}cup{{emptyset}}={emptyset,{emptyset}}$ would exist, which it does not. I leave it up to you to check that the axiom of union does hold.
$endgroup$
$begingroup$
Thank you for your fast reply, SmileyCraft! But it are the details I am struggling with. Could you show me either how to proof that ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S] follows from ∀A∀B∃p:∀S[S∈p⇔S=A∨S=B]∧∀Ap∃C:∀z[z∈C⇔∃S$in p:$z∈S]
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
or how to proof ∀A∀B∃C:∀z[z∈C⇔z∈A∨z∈B] from ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S]?
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
And I don't see how your example doesn't fulfill the weak axiom of union: 1) $A = emptyset, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. $A = emptyset, B = emptyset$, then $C = emptyset$ fulfills what we want. $A = {emptyset}, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. So we don't get any contradiction to the weak axiom of union?
$endgroup$
– Studentu
Jan 12 at 17:04
1
$begingroup$
I added a full fool proof proof :) And you were correct that my example was flawed, I fixed it.
$endgroup$
– SmileyCraft
Jan 12 at 18:17
$begingroup$
Cool, thank you, SmileyCraft!
$endgroup$
– Studentu
Jan 13 at 16:59
add a comment |
$begingroup$
Assume the axiom of union and the axiom of pairing hold. Then by the axiom of pairing $$forall Aforall Bexists p:forall S[Sin piff S=Avee S=B],$$ and by the axiom of union $$forall pexists C:forall z[zin Ciffexists Sin p:zin S].$$ Therefore $$forall Aforall Bexists C:forall z[zin Ciffexists S:(S=Avee S=B)wedge zin S].$$ I will leave the details to you.
EDIT: Full proof: Let $A,B$ be sets. By the axiom of pairing there exists a set $p$ such that $$forall S[Sin piff S=Avee S=B].$$ It follows that $forall z:$
begin{align}
(exists Sin p:zin S)
&iff(exists S:(S=Avee S=B)wedge zin S)
\&iff(exists S:(S=Awedge zin S)vee(S=Bwedge zin S))
\&iff(zin Avee zin B).
end{align}
By the axiom of union there exists a set $C$ such that $$forall z[zin Ciffexists Sin p:zin S].$$ Hence, we find $$forall z[zin Ciff zin Avee zin B].$$ Since $A,B$ were arbitrary, we conclude $$forall Aforall Bexists C:forall z[zin Ciff zin Avee zin B].$$ So if the axiom of pairing and the axiom of union hold, then the weak axiom of union holds.
Fixed counterexample: A model where the axiom of union holds but the weak axiom of union does not hold would be the model where $emptyset$, ${emptyset}$ and ${{emptyset}}$ are the only sets. The weak axiom of union would imply that ${emptyset}cup{{emptyset}}={emptyset,{emptyset}}$ would exist, which it does not. I leave it up to you to check that the axiom of union does hold.
$endgroup$
$begingroup$
Thank you for your fast reply, SmileyCraft! But it are the details I am struggling with. Could you show me either how to proof that ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S] follows from ∀A∀B∃p:∀S[S∈p⇔S=A∨S=B]∧∀Ap∃C:∀z[z∈C⇔∃S$in p:$z∈S]
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
or how to proof ∀A∀B∃C:∀z[z∈C⇔z∈A∨z∈B] from ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S]?
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
And I don't see how your example doesn't fulfill the weak axiom of union: 1) $A = emptyset, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. $A = emptyset, B = emptyset$, then $C = emptyset$ fulfills what we want. $A = {emptyset}, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. So we don't get any contradiction to the weak axiom of union?
$endgroup$
– Studentu
Jan 12 at 17:04
1
$begingroup$
I added a full fool proof proof :) And you were correct that my example was flawed, I fixed it.
$endgroup$
– SmileyCraft
Jan 12 at 18:17
$begingroup$
Cool, thank you, SmileyCraft!
$endgroup$
– Studentu
Jan 13 at 16:59
add a comment |
$begingroup$
Assume the axiom of union and the axiom of pairing hold. Then by the axiom of pairing $$forall Aforall Bexists p:forall S[Sin piff S=Avee S=B],$$ and by the axiom of union $$forall pexists C:forall z[zin Ciffexists Sin p:zin S].$$ Therefore $$forall Aforall Bexists C:forall z[zin Ciffexists S:(S=Avee S=B)wedge zin S].$$ I will leave the details to you.
EDIT: Full proof: Let $A,B$ be sets. By the axiom of pairing there exists a set $p$ such that $$forall S[Sin piff S=Avee S=B].$$ It follows that $forall z:$
begin{align}
(exists Sin p:zin S)
&iff(exists S:(S=Avee S=B)wedge zin S)
\&iff(exists S:(S=Awedge zin S)vee(S=Bwedge zin S))
\&iff(zin Avee zin B).
end{align}
By the axiom of union there exists a set $C$ such that $$forall z[zin Ciffexists Sin p:zin S].$$ Hence, we find $$forall z[zin Ciff zin Avee zin B].$$ Since $A,B$ were arbitrary, we conclude $$forall Aforall Bexists C:forall z[zin Ciff zin Avee zin B].$$ So if the axiom of pairing and the axiom of union hold, then the weak axiom of union holds.
Fixed counterexample: A model where the axiom of union holds but the weak axiom of union does not hold would be the model where $emptyset$, ${emptyset}$ and ${{emptyset}}$ are the only sets. The weak axiom of union would imply that ${emptyset}cup{{emptyset}}={emptyset,{emptyset}}$ would exist, which it does not. I leave it up to you to check that the axiom of union does hold.
$endgroup$
Assume the axiom of union and the axiom of pairing hold. Then by the axiom of pairing $$forall Aforall Bexists p:forall S[Sin piff S=Avee S=B],$$ and by the axiom of union $$forall pexists C:forall z[zin Ciffexists Sin p:zin S].$$ Therefore $$forall Aforall Bexists C:forall z[zin Ciffexists S:(S=Avee S=B)wedge zin S].$$ I will leave the details to you.
EDIT: Full proof: Let $A,B$ be sets. By the axiom of pairing there exists a set $p$ such that $$forall S[Sin piff S=Avee S=B].$$ It follows that $forall z:$
begin{align}
(exists Sin p:zin S)
&iff(exists S:(S=Avee S=B)wedge zin S)
\&iff(exists S:(S=Awedge zin S)vee(S=Bwedge zin S))
\&iff(zin Avee zin B).
end{align}
By the axiom of union there exists a set $C$ such that $$forall z[zin Ciffexists Sin p:zin S].$$ Hence, we find $$forall z[zin Ciff zin Avee zin B].$$ Since $A,B$ were arbitrary, we conclude $$forall Aforall Bexists C:forall z[zin Ciff zin Avee zin B].$$ So if the axiom of pairing and the axiom of union hold, then the weak axiom of union holds.
Fixed counterexample: A model where the axiom of union holds but the weak axiom of union does not hold would be the model where $emptyset$, ${emptyset}$ and ${{emptyset}}$ are the only sets. The weak axiom of union would imply that ${emptyset}cup{{emptyset}}={emptyset,{emptyset}}$ would exist, which it does not. I leave it up to you to check that the axiom of union does hold.
edited Jan 12 at 18:17
answered Jan 12 at 16:03
SmileyCraftSmileyCraft
3,709519
3,709519
$begingroup$
Thank you for your fast reply, SmileyCraft! But it are the details I am struggling with. Could you show me either how to proof that ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S] follows from ∀A∀B∃p:∀S[S∈p⇔S=A∨S=B]∧∀Ap∃C:∀z[z∈C⇔∃S$in p:$z∈S]
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
or how to proof ∀A∀B∃C:∀z[z∈C⇔z∈A∨z∈B] from ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S]?
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
And I don't see how your example doesn't fulfill the weak axiom of union: 1) $A = emptyset, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. $A = emptyset, B = emptyset$, then $C = emptyset$ fulfills what we want. $A = {emptyset}, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. So we don't get any contradiction to the weak axiom of union?
$endgroup$
– Studentu
Jan 12 at 17:04
1
$begingroup$
I added a full fool proof proof :) And you were correct that my example was flawed, I fixed it.
$endgroup$
– SmileyCraft
Jan 12 at 18:17
$begingroup$
Cool, thank you, SmileyCraft!
$endgroup$
– Studentu
Jan 13 at 16:59
add a comment |
$begingroup$
Thank you for your fast reply, SmileyCraft! But it are the details I am struggling with. Could you show me either how to proof that ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S] follows from ∀A∀B∃p:∀S[S∈p⇔S=A∨S=B]∧∀Ap∃C:∀z[z∈C⇔∃S$in p:$z∈S]
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
or how to proof ∀A∀B∃C:∀z[z∈C⇔z∈A∨z∈B] from ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S]?
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
And I don't see how your example doesn't fulfill the weak axiom of union: 1) $A = emptyset, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. $A = emptyset, B = emptyset$, then $C = emptyset$ fulfills what we want. $A = {emptyset}, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. So we don't get any contradiction to the weak axiom of union?
$endgroup$
– Studentu
Jan 12 at 17:04
1
$begingroup$
I added a full fool proof proof :) And you were correct that my example was flawed, I fixed it.
$endgroup$
– SmileyCraft
Jan 12 at 18:17
$begingroup$
Cool, thank you, SmileyCraft!
$endgroup$
– Studentu
Jan 13 at 16:59
$begingroup$
Thank you for your fast reply, SmileyCraft! But it are the details I am struggling with. Could you show me either how to proof that ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S] follows from ∀A∀B∃p:∀S[S∈p⇔S=A∨S=B]∧∀Ap∃C:∀z[z∈C⇔∃S$in p:$z∈S]
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
Thank you for your fast reply, SmileyCraft! But it are the details I am struggling with. Could you show me either how to proof that ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S] follows from ∀A∀B∃p:∀S[S∈p⇔S=A∨S=B]∧∀Ap∃C:∀z[z∈C⇔∃S$in p:$z∈S]
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
or how to proof ∀A∀B∃C:∀z[z∈C⇔z∈A∨z∈B] from ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S]?
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
or how to proof ∀A∀B∃C:∀z[z∈C⇔z∈A∨z∈B] from ∀A∀B∃C:∀z[z∈C⇔∃S:(S=A∨S=B)∧z∈S]?
$endgroup$
– Studentu
Jan 12 at 16:37
$begingroup$
And I don't see how your example doesn't fulfill the weak axiom of union: 1) $A = emptyset, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. $A = emptyset, B = emptyset$, then $C = emptyset$ fulfills what we want. $A = {emptyset}, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. So we don't get any contradiction to the weak axiom of union?
$endgroup$
– Studentu
Jan 12 at 17:04
$begingroup$
And I don't see how your example doesn't fulfill the weak axiom of union: 1) $A = emptyset, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. $A = emptyset, B = emptyset$, then $C = emptyset$ fulfills what we want. $A = {emptyset}, B = {emptyset}$, then $C = {emptyset}$ fulfills what we want. So we don't get any contradiction to the weak axiom of union?
$endgroup$
– Studentu
Jan 12 at 17:04
1
1
$begingroup$
I added a full fool proof proof :) And you were correct that my example was flawed, I fixed it.
$endgroup$
– SmileyCraft
Jan 12 at 18:17
$begingroup$
I added a full fool proof proof :) And you were correct that my example was flawed, I fixed it.
$endgroup$
– SmileyCraft
Jan 12 at 18:17
$begingroup$
Cool, thank you, SmileyCraft!
$endgroup$
– Studentu
Jan 13 at 16:59
$begingroup$
Cool, thank you, SmileyCraft!
$endgroup$
– Studentu
Jan 13 at 16:59
add a comment |
$begingroup$
For any sets $A$ and $B$ there is a set $C = { A, B }$. By Union, there must be a set $D$ that contains all and only the elements of the elements of $C$, i.e. $D$ will contain all and only elements of either $A$ or $B$. That's the set $'C'$ you are looking for in the definition of Weak Union .. not the initial $C$
The outline for the proof is so mechanical that I decided just to put it in formal proof format ... I left just the inside few steps for you if you wanted to complete this as a formal proof:

$endgroup$
$begingroup$
Thanks for your help, Bram28!
$endgroup$
– Studentu
Jan 13 at 18:08
1
$begingroup$
@Studentu You're welcome :)
$endgroup$
– Bram28
Jan 13 at 18:18
add a comment |
$begingroup$
For any sets $A$ and $B$ there is a set $C = { A, B }$. By Union, there must be a set $D$ that contains all and only the elements of the elements of $C$, i.e. $D$ will contain all and only elements of either $A$ or $B$. That's the set $'C'$ you are looking for in the definition of Weak Union .. not the initial $C$
The outline for the proof is so mechanical that I decided just to put it in formal proof format ... I left just the inside few steps for you if you wanted to complete this as a formal proof:

$endgroup$
$begingroup$
Thanks for your help, Bram28!
$endgroup$
– Studentu
Jan 13 at 18:08
1
$begingroup$
@Studentu You're welcome :)
$endgroup$
– Bram28
Jan 13 at 18:18
add a comment |
$begingroup$
For any sets $A$ and $B$ there is a set $C = { A, B }$. By Union, there must be a set $D$ that contains all and only the elements of the elements of $C$, i.e. $D$ will contain all and only elements of either $A$ or $B$. That's the set $'C'$ you are looking for in the definition of Weak Union .. not the initial $C$
The outline for the proof is so mechanical that I decided just to put it in formal proof format ... I left just the inside few steps for you if you wanted to complete this as a formal proof:

$endgroup$
For any sets $A$ and $B$ there is a set $C = { A, B }$. By Union, there must be a set $D$ that contains all and only the elements of the elements of $C$, i.e. $D$ will contain all and only elements of either $A$ or $B$. That's the set $'C'$ you are looking for in the definition of Weak Union .. not the initial $C$
The outline for the proof is so mechanical that I decided just to put it in formal proof format ... I left just the inside few steps for you if you wanted to complete this as a formal proof:

edited Jan 12 at 18:27
answered Jan 12 at 18:18
Bram28Bram28
63.7k44793
63.7k44793
$begingroup$
Thanks for your help, Bram28!
$endgroup$
– Studentu
Jan 13 at 18:08
1
$begingroup$
@Studentu You're welcome :)
$endgroup$
– Bram28
Jan 13 at 18:18
add a comment |
$begingroup$
Thanks for your help, Bram28!
$endgroup$
– Studentu
Jan 13 at 18:08
1
$begingroup$
@Studentu You're welcome :)
$endgroup$
– Bram28
Jan 13 at 18:18
$begingroup$
Thanks for your help, Bram28!
$endgroup$
– Studentu
Jan 13 at 18:08
$begingroup$
Thanks for your help, Bram28!
$endgroup$
– Studentu
Jan 13 at 18:08
1
1
$begingroup$
@Studentu You're welcome :)
$endgroup$
– Bram28
Jan 13 at 18:18
$begingroup$
@Studentu You're welcome :)
$endgroup$
– Bram28
Jan 13 at 18:18
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3071035%2fproof-that-axiom-of-union-and-axiom-of-pairing-imply-weak-axiom-of-union%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown