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

Can the bijection for the Lost Boarding Pass Probability Problem, be formulated or pictured?

+0
−1

The two proofs below moot "bijection", but I don't see a formula. 1. Does the bijection have an explicit formula?

  1. Can this bijection be pictorialized? My 16 y.o. kid doesn't understand the abstract, Daedalian phrasing below.

hunter's answer dated Dec. 4 2013

Claim 3: There is a bijection between the set of admissible seatings in which the final passenger gets his seat and the set where he doesn't.

Proof: Suppose for an admissible seating $S$ that passenger $n$ is the first to choose one of {first passenger's seat, last passenger's seat}. By claim $2$, there is a unique admissible seating $T$ which agrees with $S$ except that passenger $n$ and the final passenger make the opposite decision ($T$ matches $S$ until passenger $n$ sits, then by Claim 2, $T$ must continue to match $S$ until the final passenger).

azjps comments on A combinatorics problem that I was never able to solve.

Here's a bijective proof: let all $n$ individuals find a seat according to the rule. For each sequence in which the $n$th person sits in the seat assigned to the $k$th person, consider the corresponding sequence in which the $n$th and $k$th individuals are swapped (so the last person is in the right seat). Both sequences have equal probability and it is not difficult to verify that this correspondence is a bijection, so the answer is 1/2.

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

+0
−0

The bijection is just to swap the people sitting in the first and last seats.

I feel like a ‘formula’ is more machinery than this simple concept is worth, but here, if this helps: let $P$ be the set of permutations on $\{0\ldots n - 1\}$, where for $p \in P$, $p(s)$ is the number of the passenger who sits in seat $s$. Then there exists a bijection $-_{\operatorname{swap}} : P \to P$, defined with the following formula: $$ p_{\operatorname{swap}}(s) = \left\{\begin{array}{ll} \, p(n - 1) \quad & \text{if} \, s = 0\\ \, p(s) \quad & \text{if} \, 0 < s < n - 1\\ \, p(0) \quad & \text{if} \, s = n - 1 \end{array}\right. $$

I'm not going to draw a picture of the people in the first and last seats switching places. Please try to imagine that yourself.

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 »