Rayleigh's theorem on Beatty sequences #
This file proves Rayleigh's theorem on Beatty sequences. We start by proving compl_beattySeq
,
which is a generalization of Rayleigh's theorem, and eventually prove
Irrational.beattySeq_symmDiff_beattySeq_pos
, which is Rayleigh's theorem.
Main definitions #
beattySeq
: In the Beatty sequence for real numberr
, thek
th term is⌊k * r⌋
.beattySeq'
: In this variant of the Beatty sequence forr
, thek
th term is⌈k * r⌉ - 1
.
Main statements #
Define the following Beatty sets, where r
denotes a real number:
B_r := {⌊k * r⌋ | k ∈ ℤ}
B'_r := {⌈k * r⌉ - 1 | k ∈ ℤ}
B⁺_r := {⌊r⌋, ⌊2r⌋, ⌊3r⌋, ...}
B⁺'_r := {⌈r⌉-1, ⌈2r⌉-1, ⌈3r⌉-1, ...}
The main statements are:
compl_beattySeq
: Letr
be a real number greater than 1, and1/r + 1/s = 1
. Then the complement ofB_r
isB'_s
.beattySeq_symmDiff_beattySeq'_pos
: Letr
be a real number greater than 1, and1/r + 1/s = 1
. ThenB⁺_r
andB⁺'_s
partition the positive integers.Irrational.beattySeq_symmDiff_beattySeq_pos
: Letr
be an irrational number greater than 1, and1/r + 1/s = 1
. ThenB⁺_r
andB⁺_s
partition the positive integers.
References #
Tags #
beatty, sequence, rayleigh, irrational, floor, positive
Generalization of Rayleigh's theorem on Beatty sequences. Let r
be a real number greater
than 1, and 1/r + 1/s = 1
. Then the complement of B_r
is B'_s
.
Generalization of Rayleigh's theorem on Beatty sequences. Let r
be a real number greater
than 1, and 1/r + 1/s = 1
. Then B⁺_r
and B⁺'_s
partition the positive integers.
Let r
be an irrational number. Then B⁺_r
and B⁺'_r
are equal.
Rayleigh's theorem on Beatty sequences. Let r
be an irrational number greater than 1, and
1/r + 1/s = 1
. Then B⁺_r
and B⁺_s
partition the positive integers.