What is the largest number of intersecting circles such that every pair of circles has an overlapping area?











up vote
0
down vote

favorite












Think of a Venn diagram made of circles. You need to draw one such that every pair of sets is represented (and areas with more than 2 circles overlapping don't count!). What is the largest number of circles possible? I can do at least 4. (Is there a way to prove it?)



For the higher dimensional problem...



What is the smallest number of N-balls such that every M-tuple of sets is represented as shared volume?



e.g. for the 1-ball which is a line segment you can only have 2 sets to represent all pairs with the lines overlapping once.










share|cite|improve this question






















  • What exactly are the constraints you’re looking for? Can you give an example and a non-example in $mathbb{R}^2$? I see a construction where I place a circle of radius $2$ centered at each point on the unit circle. Each pair of circle overlaps since they all contain $(0,0)$, but this doesn’t seem as though it would fit your criteria.
    – Santana Afton
    2 days ago












  • Only 2 circles should overlap at once. Like a Venn diagram these areas would correspond to 2 properties.
    – zooby
    2 days ago

















up vote
0
down vote

favorite












Think of a Venn diagram made of circles. You need to draw one such that every pair of sets is represented (and areas with more than 2 circles overlapping don't count!). What is the largest number of circles possible? I can do at least 4. (Is there a way to prove it?)



For the higher dimensional problem...



What is the smallest number of N-balls such that every M-tuple of sets is represented as shared volume?



e.g. for the 1-ball which is a line segment you can only have 2 sets to represent all pairs with the lines overlapping once.










share|cite|improve this question






















  • What exactly are the constraints you’re looking for? Can you give an example and a non-example in $mathbb{R}^2$? I see a construction where I place a circle of radius $2$ centered at each point on the unit circle. Each pair of circle overlaps since they all contain $(0,0)$, but this doesn’t seem as though it would fit your criteria.
    – Santana Afton
    2 days ago












  • Only 2 circles should overlap at once. Like a Venn diagram these areas would correspond to 2 properties.
    – zooby
    2 days ago















up vote
0
down vote

favorite









up vote
0
down vote

favorite











Think of a Venn diagram made of circles. You need to draw one such that every pair of sets is represented (and areas with more than 2 circles overlapping don't count!). What is the largest number of circles possible? I can do at least 4. (Is there a way to prove it?)



For the higher dimensional problem...



What is the smallest number of N-balls such that every M-tuple of sets is represented as shared volume?



e.g. for the 1-ball which is a line segment you can only have 2 sets to represent all pairs with the lines overlapping once.










share|cite|improve this question













Think of a Venn diagram made of circles. You need to draw one such that every pair of sets is represented (and areas with more than 2 circles overlapping don't count!). What is the largest number of circles possible? I can do at least 4. (Is there a way to prove it?)



For the higher dimensional problem...



What is the smallest number of N-balls such that every M-tuple of sets is represented as shared volume?



e.g. for the 1-ball which is a line segment you can only have 2 sets to represent all pairs with the lines overlapping once.







geometry elementary-set-theory






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked 2 days ago









zooby

946616




946616












  • What exactly are the constraints you’re looking for? Can you give an example and a non-example in $mathbb{R}^2$? I see a construction where I place a circle of radius $2$ centered at each point on the unit circle. Each pair of circle overlaps since they all contain $(0,0)$, but this doesn’t seem as though it would fit your criteria.
    – Santana Afton
    2 days ago












  • Only 2 circles should overlap at once. Like a Venn diagram these areas would correspond to 2 properties.
    – zooby
    2 days ago




















  • What exactly are the constraints you’re looking for? Can you give an example and a non-example in $mathbb{R}^2$? I see a construction where I place a circle of radius $2$ centered at each point on the unit circle. Each pair of circle overlaps since they all contain $(0,0)$, but this doesn’t seem as though it would fit your criteria.
    – Santana Afton
    2 days ago












  • Only 2 circles should overlap at once. Like a Venn diagram these areas would correspond to 2 properties.
    – zooby
    2 days ago


















What exactly are the constraints you’re looking for? Can you give an example and a non-example in $mathbb{R}^2$? I see a construction where I place a circle of radius $2$ centered at each point on the unit circle. Each pair of circle overlaps since they all contain $(0,0)$, but this doesn’t seem as though it would fit your criteria.
– Santana Afton
2 days ago






What exactly are the constraints you’re looking for? Can you give an example and a non-example in $mathbb{R}^2$? I see a construction where I place a circle of radius $2$ centered at each point on the unit circle. Each pair of circle overlaps since they all contain $(0,0)$, but this doesn’t seem as though it would fit your criteria.
– Santana Afton
2 days ago














Only 2 circles should overlap at once. Like a Venn diagram these areas would correspond to 2 properties.
– zooby
2 days ago






Only 2 circles should overlap at once. Like a Venn diagram these areas would correspond to 2 properties.
– zooby
2 days ago












1 Answer
1






active

oldest

votes

















up vote
0
down vote













$mathbf{Lemma}$



-Two circles intersect each other in at most two points-



Consider a Venn-Diagram with three circles. Here you would have in total 7 regions $(A, B, C, Acap B, Acap C, Bcap C, Acap Bcap C)$.



Adding a new circle you will get at most 6 intersections (two with every initial circle), which will create, at most, 6 new regions. Nevertheless, those are in total 14 regions at most, and you're looking for ${2^4}=16>14$ regions.



$mathbf{Remark}$



It is possible to create a Venn-Diagram with four ellipses.






share|cite|improve this answer





















  • Yes but I can create a Venn diagram with 4 circles such that every pair is represented. (Not other combinations).
    – zooby
    2 days ago










  • Oh, all right... Sorry, I didn't understand the answer then...
    – Dr. Mathva
    2 days ago











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',
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
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3005558%2fwhat-is-the-largest-number-of-intersecting-circles-such-that-every-pair-of-circl%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













$mathbf{Lemma}$



-Two circles intersect each other in at most two points-



Consider a Venn-Diagram with three circles. Here you would have in total 7 regions $(A, B, C, Acap B, Acap C, Bcap C, Acap Bcap C)$.



Adding a new circle you will get at most 6 intersections (two with every initial circle), which will create, at most, 6 new regions. Nevertheless, those are in total 14 regions at most, and you're looking for ${2^4}=16>14$ regions.



$mathbf{Remark}$



It is possible to create a Venn-Diagram with four ellipses.






share|cite|improve this answer





















  • Yes but I can create a Venn diagram with 4 circles such that every pair is represented. (Not other combinations).
    – zooby
    2 days ago










  • Oh, all right... Sorry, I didn't understand the answer then...
    – Dr. Mathva
    2 days ago















up vote
0
down vote













$mathbf{Lemma}$



-Two circles intersect each other in at most two points-



Consider a Venn-Diagram with three circles. Here you would have in total 7 regions $(A, B, C, Acap B, Acap C, Bcap C, Acap Bcap C)$.



Adding a new circle you will get at most 6 intersections (two with every initial circle), which will create, at most, 6 new regions. Nevertheless, those are in total 14 regions at most, and you're looking for ${2^4}=16>14$ regions.



$mathbf{Remark}$



It is possible to create a Venn-Diagram with four ellipses.






share|cite|improve this answer





















  • Yes but I can create a Venn diagram with 4 circles such that every pair is represented. (Not other combinations).
    – zooby
    2 days ago










  • Oh, all right... Sorry, I didn't understand the answer then...
    – Dr. Mathva
    2 days ago













up vote
0
down vote










up vote
0
down vote









$mathbf{Lemma}$



-Two circles intersect each other in at most two points-



Consider a Venn-Diagram with three circles. Here you would have in total 7 regions $(A, B, C, Acap B, Acap C, Bcap C, Acap Bcap C)$.



Adding a new circle you will get at most 6 intersections (two with every initial circle), which will create, at most, 6 new regions. Nevertheless, those are in total 14 regions at most, and you're looking for ${2^4}=16>14$ regions.



$mathbf{Remark}$



It is possible to create a Venn-Diagram with four ellipses.






share|cite|improve this answer












$mathbf{Lemma}$



-Two circles intersect each other in at most two points-



Consider a Venn-Diagram with three circles. Here you would have in total 7 regions $(A, B, C, Acap B, Acap C, Bcap C, Acap Bcap C)$.



Adding a new circle you will get at most 6 intersections (two with every initial circle), which will create, at most, 6 new regions. Nevertheless, those are in total 14 regions at most, and you're looking for ${2^4}=16>14$ regions.



$mathbf{Remark}$



It is possible to create a Venn-Diagram with four ellipses.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered 2 days ago









Dr. Mathva

606




606












  • Yes but I can create a Venn diagram with 4 circles such that every pair is represented. (Not other combinations).
    – zooby
    2 days ago










  • Oh, all right... Sorry, I didn't understand the answer then...
    – Dr. Mathva
    2 days ago


















  • Yes but I can create a Venn diagram with 4 circles such that every pair is represented. (Not other combinations).
    – zooby
    2 days ago










  • Oh, all right... Sorry, I didn't understand the answer then...
    – Dr. Mathva
    2 days ago
















Yes but I can create a Venn diagram with 4 circles such that every pair is represented. (Not other combinations).
– zooby
2 days ago




Yes but I can create a Venn diagram with 4 circles such that every pair is represented. (Not other combinations).
– zooby
2 days ago












Oh, all right... Sorry, I didn't understand the answer then...
– Dr. Mathva
2 days ago




Oh, all right... Sorry, I didn't understand the answer then...
– Dr. Mathva
2 days ago


















 

draft saved


draft discarded



















































 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3005558%2fwhat-is-the-largest-number-of-intersecting-circles-such-that-every-pair-of-circl%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

MongoDB - Not Authorized To Execute Command

How to fix TextFormField cause rebuild widget in Flutter

Npm cannot find a required file even through it is in the searched directory