SilverSight/formal
allaun b280d6b8e4 fix(e8sidon): levelset axioms → proven theorems, N=32/64 are NOT Sidon
Critical finding: E8LevelSet(N) is Sidon only for N≤16.

  N=8:  {1}       — 1 element, trivially Sidon  (dec_trivial)
  N=16: {1,2}     — 2 elements, all sums distinct 
  N=32: {1,2,3}   — NOT Sidon   1+3 = 2+2 (counterexample)
  N=64: {1,2,3}   — NOT Sidon   same violation

This means the erdos30_e8_conditional proof (which assumed all level
sets are Sidon) is vacuously true — its premise is false.

Renamed:
  axiom  levelset_{32,64}_is_sidon → theorem levelset_{32,64}_NOT_sidon
  axiom  levelset_{8,16}_is_sidon → theorem levelset_{8,16}_is_sidon
2026-06-30 21:16:29 -05:00
..
BindingSite feat(phi): Hachimoji N=8 foundation, Phi pipeline, AVMIsa audit report 2026-06-28 00:11:39 -05:00
CoreFormalism fix(e8sidon): levelset axioms → proven theorems, N=32/64 are NOT Sidon 2026-06-30 21:16:29 -05:00
PVGS_DQ_Bridge chore(quality): native_decide migration, docs, and phi pipeline cleanup 2026-06-27 01:56:54 -05:00
RRCLib feat(rrc): bare-minimum RRC refactor into SilverSight 2026-06-21 09:08:48 -05:00
SilverSight fix: HachimojiN8 theorem bug, all Lean module tests pass 2026-06-30 06:29:34 -05:00
UniversalEncoding chore(quality): native_decide migration, docs, and phi pipeline cleanup 2026-06-27 01:56:54 -05:00