Prove through induction that $a in A_1 triangle A_2 triangle ldots triangle A_n $ $iff$ $|{{i|a in A_i}}| $...
$begingroup$
I am trying to prove the following claim through induction:
Assume $A_1,ldots,A_n$ series of Sets.
Prove that $a in A_1 triangle A_2 triangle ldots triangle A_n $ $iff$ $|{{i|a in A_i}}| $ is odd
My questions:
- The base case starts here from one or from zero?
- Should I prove this claim in two ways? right to left and left to right? i.e do two inductions?
elementary-set-theory induction
$endgroup$
add a comment |
$begingroup$
I am trying to prove the following claim through induction:
Assume $A_1,ldots,A_n$ series of Sets.
Prove that $a in A_1 triangle A_2 triangle ldots triangle A_n $ $iff$ $|{{i|a in A_i}}| $ is odd
My questions:
- The base case starts here from one or from zero?
- Should I prove this claim in two ways? right to left and left to right? i.e do two inductions?
elementary-set-theory induction
$endgroup$
add a comment |
$begingroup$
I am trying to prove the following claim through induction:
Assume $A_1,ldots,A_n$ series of Sets.
Prove that $a in A_1 triangle A_2 triangle ldots triangle A_n $ $iff$ $|{{i|a in A_i}}| $ is odd
My questions:
- The base case starts here from one or from zero?
- Should I prove this claim in two ways? right to left and left to right? i.e do two inductions?
elementary-set-theory induction
$endgroup$
I am trying to prove the following claim through induction:
Assume $A_1,ldots,A_n$ series of Sets.
Prove that $a in A_1 triangle A_2 triangle ldots triangle A_n $ $iff$ $|{{i|a in A_i}}| $ is odd
My questions:
- The base case starts here from one or from zero?
- Should I prove this claim in two ways? right to left and left to right? i.e do two inductions?
elementary-set-theory induction
elementary-set-theory induction
asked Dec 29 '18 at 17:01
John DJohn D
366
366
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
You can start from $0$, because one can define the multiple symmetric difference by
$$
mathop{largetriangle}_{i=0}^0 A_i=emptyset, qquad
mathop{largetriangle}_{i=0}^{n+1} A_i=
biggl(mathop{largetriangle}_{i=0}^{n} A_ibiggr)mathbin{triangle}A_{n+1}
$$
Here, associativity of symmetric difference is important.
Now the base step of the induction is clear: for $n=0$, we have $|{imid ain A_i}|=0$ and $anotinemptyset$.
Now suppose that the statement holds for $n$ sets and set, for simplicity,
$$
B=mathop{largetriangle}_{i=0}^{n} A_i
$$
We have that $ain Bmathbin{triangle}A$ if and only if $ain B$ or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$. This is equivalent, by the induction hypothesis, to
$|{imid ain A_i}|$ is odd or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$.
Check the cases and you're done.
$endgroup$
add a comment |
$begingroup$
Base case is for $n=1$:
$$a in A_1 iff |{i in {1} : a in A_i}| = 1 iff |{iin {1} : a in A_i}| text{ is odd}$$
since $|{i in {1} : a in A_i}| in {0,1}$.
Assume that $a in A_1 Delta, cdots Delta,A_n iff |{i in {1, ldots, n}: a in A_i}|$ is odd.
For $n+1$ we have
begin{align}
a in A_1 Delta, cdots Delta,A_n Delta,A_{n+1} &iff veebegin{cases} big(a in A_1 Delta, cdots Delta,A_nbig) wedge (a notin A_{n+1}), \
big(a notin A_1 Delta, cdots Delta,A_nbig) wedge (a in A_{n+1})end{cases}\
&iff veebegin{cases} big(|{i in {1, ldots, n}: a in A_i}| text{ is odd}big) wedge (a notin A_{n+1}), \
big(|{i in {1, ldots, n}: a in A_i}| text{ is even}big) wedge (a in A_{n+1})end{cases}\
&iff veebegin{cases} |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}, \
|{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}end{cases}\
&iff |{i in {1, ldots, n,n+1}: a in A_i}|text{ is odd}
end{align}
$endgroup$
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%2f3056042%2fprove-through-induction-that-a-in-a-1-triangle-a-2-triangle-ldots-triangle%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$
You can start from $0$, because one can define the multiple symmetric difference by
$$
mathop{largetriangle}_{i=0}^0 A_i=emptyset, qquad
mathop{largetriangle}_{i=0}^{n+1} A_i=
biggl(mathop{largetriangle}_{i=0}^{n} A_ibiggr)mathbin{triangle}A_{n+1}
$$
Here, associativity of symmetric difference is important.
Now the base step of the induction is clear: for $n=0$, we have $|{imid ain A_i}|=0$ and $anotinemptyset$.
Now suppose that the statement holds for $n$ sets and set, for simplicity,
$$
B=mathop{largetriangle}_{i=0}^{n} A_i
$$
We have that $ain Bmathbin{triangle}A$ if and only if $ain B$ or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$. This is equivalent, by the induction hypothesis, to
$|{imid ain A_i}|$ is odd or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$.
Check the cases and you're done.
$endgroup$
add a comment |
$begingroup$
You can start from $0$, because one can define the multiple symmetric difference by
$$
mathop{largetriangle}_{i=0}^0 A_i=emptyset, qquad
mathop{largetriangle}_{i=0}^{n+1} A_i=
biggl(mathop{largetriangle}_{i=0}^{n} A_ibiggr)mathbin{triangle}A_{n+1}
$$
Here, associativity of symmetric difference is important.
Now the base step of the induction is clear: for $n=0$, we have $|{imid ain A_i}|=0$ and $anotinemptyset$.
Now suppose that the statement holds for $n$ sets and set, for simplicity,
$$
B=mathop{largetriangle}_{i=0}^{n} A_i
$$
We have that $ain Bmathbin{triangle}A$ if and only if $ain B$ or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$. This is equivalent, by the induction hypothesis, to
$|{imid ain A_i}|$ is odd or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$.
Check the cases and you're done.
$endgroup$
add a comment |
$begingroup$
You can start from $0$, because one can define the multiple symmetric difference by
$$
mathop{largetriangle}_{i=0}^0 A_i=emptyset, qquad
mathop{largetriangle}_{i=0}^{n+1} A_i=
biggl(mathop{largetriangle}_{i=0}^{n} A_ibiggr)mathbin{triangle}A_{n+1}
$$
Here, associativity of symmetric difference is important.
Now the base step of the induction is clear: for $n=0$, we have $|{imid ain A_i}|=0$ and $anotinemptyset$.
Now suppose that the statement holds for $n$ sets and set, for simplicity,
$$
B=mathop{largetriangle}_{i=0}^{n} A_i
$$
We have that $ain Bmathbin{triangle}A$ if and only if $ain B$ or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$. This is equivalent, by the induction hypothesis, to
$|{imid ain A_i}|$ is odd or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$.
Check the cases and you're done.
$endgroup$
You can start from $0$, because one can define the multiple symmetric difference by
$$
mathop{largetriangle}_{i=0}^0 A_i=emptyset, qquad
mathop{largetriangle}_{i=0}^{n+1} A_i=
biggl(mathop{largetriangle}_{i=0}^{n} A_ibiggr)mathbin{triangle}A_{n+1}
$$
Here, associativity of symmetric difference is important.
Now the base step of the induction is clear: for $n=0$, we have $|{imid ain A_i}|=0$ and $anotinemptyset$.
Now suppose that the statement holds for $n$ sets and set, for simplicity,
$$
B=mathop{largetriangle}_{i=0}^{n} A_i
$$
We have that $ain Bmathbin{triangle}A$ if and only if $ain B$ or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$. This is equivalent, by the induction hypothesis, to
$|{imid ain A_i}|$ is odd or $ain A_{n+1}$, but $anotin Bcap A_{n+1}$.
Check the cases and you're done.
answered Dec 29 '18 at 17:21
egregegreg
183k1486204
183k1486204
add a comment |
add a comment |
$begingroup$
Base case is for $n=1$:
$$a in A_1 iff |{i in {1} : a in A_i}| = 1 iff |{iin {1} : a in A_i}| text{ is odd}$$
since $|{i in {1} : a in A_i}| in {0,1}$.
Assume that $a in A_1 Delta, cdots Delta,A_n iff |{i in {1, ldots, n}: a in A_i}|$ is odd.
For $n+1$ we have
begin{align}
a in A_1 Delta, cdots Delta,A_n Delta,A_{n+1} &iff veebegin{cases} big(a in A_1 Delta, cdots Delta,A_nbig) wedge (a notin A_{n+1}), \
big(a notin A_1 Delta, cdots Delta,A_nbig) wedge (a in A_{n+1})end{cases}\
&iff veebegin{cases} big(|{i in {1, ldots, n}: a in A_i}| text{ is odd}big) wedge (a notin A_{n+1}), \
big(|{i in {1, ldots, n}: a in A_i}| text{ is even}big) wedge (a in A_{n+1})end{cases}\
&iff veebegin{cases} |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}, \
|{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}end{cases}\
&iff |{i in {1, ldots, n,n+1}: a in A_i}|text{ is odd}
end{align}
$endgroup$
add a comment |
$begingroup$
Base case is for $n=1$:
$$a in A_1 iff |{i in {1} : a in A_i}| = 1 iff |{iin {1} : a in A_i}| text{ is odd}$$
since $|{i in {1} : a in A_i}| in {0,1}$.
Assume that $a in A_1 Delta, cdots Delta,A_n iff |{i in {1, ldots, n}: a in A_i}|$ is odd.
For $n+1$ we have
begin{align}
a in A_1 Delta, cdots Delta,A_n Delta,A_{n+1} &iff veebegin{cases} big(a in A_1 Delta, cdots Delta,A_nbig) wedge (a notin A_{n+1}), \
big(a notin A_1 Delta, cdots Delta,A_nbig) wedge (a in A_{n+1})end{cases}\
&iff veebegin{cases} big(|{i in {1, ldots, n}: a in A_i}| text{ is odd}big) wedge (a notin A_{n+1}), \
big(|{i in {1, ldots, n}: a in A_i}| text{ is even}big) wedge (a in A_{n+1})end{cases}\
&iff veebegin{cases} |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}, \
|{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}end{cases}\
&iff |{i in {1, ldots, n,n+1}: a in A_i}|text{ is odd}
end{align}
$endgroup$
add a comment |
$begingroup$
Base case is for $n=1$:
$$a in A_1 iff |{i in {1} : a in A_i}| = 1 iff |{iin {1} : a in A_i}| text{ is odd}$$
since $|{i in {1} : a in A_i}| in {0,1}$.
Assume that $a in A_1 Delta, cdots Delta,A_n iff |{i in {1, ldots, n}: a in A_i}|$ is odd.
For $n+1$ we have
begin{align}
a in A_1 Delta, cdots Delta,A_n Delta,A_{n+1} &iff veebegin{cases} big(a in A_1 Delta, cdots Delta,A_nbig) wedge (a notin A_{n+1}), \
big(a notin A_1 Delta, cdots Delta,A_nbig) wedge (a in A_{n+1})end{cases}\
&iff veebegin{cases} big(|{i in {1, ldots, n}: a in A_i}| text{ is odd}big) wedge (a notin A_{n+1}), \
big(|{i in {1, ldots, n}: a in A_i}| text{ is even}big) wedge (a in A_{n+1})end{cases}\
&iff veebegin{cases} |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}, \
|{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}end{cases}\
&iff |{i in {1, ldots, n,n+1}: a in A_i}|text{ is odd}
end{align}
$endgroup$
Base case is for $n=1$:
$$a in A_1 iff |{i in {1} : a in A_i}| = 1 iff |{iin {1} : a in A_i}| text{ is odd}$$
since $|{i in {1} : a in A_i}| in {0,1}$.
Assume that $a in A_1 Delta, cdots Delta,A_n iff |{i in {1, ldots, n}: a in A_i}|$ is odd.
For $n+1$ we have
begin{align}
a in A_1 Delta, cdots Delta,A_n Delta,A_{n+1} &iff veebegin{cases} big(a in A_1 Delta, cdots Delta,A_nbig) wedge (a notin A_{n+1}), \
big(a notin A_1 Delta, cdots Delta,A_nbig) wedge (a in A_{n+1})end{cases}\
&iff veebegin{cases} big(|{i in {1, ldots, n}: a in A_i}| text{ is odd}big) wedge (a notin A_{n+1}), \
big(|{i in {1, ldots, n}: a in A_i}| text{ is even}big) wedge (a in A_{n+1})end{cases}\
&iff veebegin{cases} |{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}, \
|{i in {1, ldots, n,n+1}: a in A_i}| text{ is odd}end{cases}\
&iff |{i in {1, ldots, n,n+1}: a in A_i}|text{ is odd}
end{align}
answered Dec 29 '18 at 17:19
mechanodroidmechanodroid
27.8k62447
27.8k62447
add a comment |
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%2f3056042%2fprove-through-induction-that-a-in-a-1-triangle-a-2-triangle-ldots-triangle%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