Szekeres Cantor base-3 AP-free digit rigidity
ProvedErdos142.cantor_digit_01_no_3_apcombinatoricserdos-problemsnumber-theory
Any ternary digit equation restricted to digits forces . This is the digit-level rigidity underlying the Szekeres Cantor-type construction of AP-free sets.
Formal statement
namespace Erdos142
theorem cantor_digit_01_no_3_ap (x_digit y_digit z_digit : Nat)
(hx : x_digit = 0 ∨ x_digit = 1)
(hy : y_digit = 0 ∨ y_digit = 1)
(hz : z_digit = 0 ∨ z_digit = 1)
(hap : x_digit + z_digit = 2 * y_digit) :
x_digit = z_digit := by sorry
end Erdos142