Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Is there a $(n_3)$ configuration which is not self-dual?

+3
−0

Coxeter points out that for a self-dual configuration $(m_c,n_d)$ it must be that $m=n$ and $c=d$, so we may abbreviate it $(m_c)$.

However I'm interested in the other direction of this implication, i.e. is there a configuration $(m_c,m_c)$ which is not self-dual? For $c=2$ there is none. All polygons are combinatorially self-dual.

It's also clear that if the automorphism group of the configuration is flag-transitive, then it is of the form $_n\{p\}_n$ and must be self dual. (All polygons fall into this category.)

However this still leaves a lot of open cases. In particular I am interested in 3-configurations.

Is there a $(n_3)$ configuration which is not self-dual?

References

  • Coxeter, (1950) Self-dual configurations and regular graphs.
History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

0 comment threads

1 answer

+2
−0

OEIS has

  • A001403 Number of combinatorial configurations of type (n_3).
  • A100001 Number of self-dual combinatorial configurations of type (n_3).

They first differ at $n=11$. An example of a non-self-dual configuration of type $(11_3)$ has points $0$ to $10$ and lines $[0, 1, 2]$, $[0, 3, 4]$, $[0, 5, 6]$, $[1, 3, 7]$, $[1, 5, 8]$, $[4, 5, 9]$, $[3, 8, 10]$, $[6, 8, 9]$, $[2, 9, 10]$, $[6, 7, 10]$, $[2, 4, 7]$.

This was constructed by using nauty to generate regular bipartite graphs, filtering to configurations, and testing the automorphism groups. (And, for what it's worth, I found the OEIS entries on the basis of counts for small $n$ produced during the search).

History
Why does this post require moderator attention?
You might want to add some details to your flag.

0 comment threads

Sign up to answer this question »