Changelog¶
See Releases on GitHub.
2026-03-28¶
#12 --- Aristotle proof golf¶
Proof golf pass using Aristotle-discovered simplifications. Eliminates intermediate bindings and restores named squeeze waypoints in the headline theorem.
Changed files: FlowerConstruction.lean, FlowerCounts.lean, FlowerDiameter.lean, FlowerDimension.lean, FlowerLog.lean, GraphBall.lean, PathGraphDist.lean
Highlights:
flowerVertCountReal_posandflowerHubDistReal_posare now term-mode proofs (Nat.cast_pos.mpr ...)FlowerVert.hub0_ne_hub1is now term-mode (Sum.inl_injective.ne (by decide))hc₁_posin the headline theorem usessub_pos.mprpattern directly- Named squeeze waypoints (
h_lo,h_hi,h_res) restored inflowerDimensionfor readability - Net reduction: 49 insertions, 104 deletions across 7 files
#11 --- Mathlib style cleanup¶
Proof style tightening from Mathlib PR review feedback. Aligns proof idioms with upstream conventions.
Changed files: FlowerConstruction.lean, FlowerCounts.lean, FlowerDimension.lean, FlowerLog.lean, GraphBall.lean, PathGraphDist.lean
Highlights:
flowerGraph'_adj_iffnow uses.rflinstead of tactic proofball_oneandball_topusesimpproofs (leveragingENat.lt_one_iff_eq_zeroandlt_top_iff_ne_top)- Various
show ... from bypatterns replaced withshow ... by(dropped deprecatedfrom) - Net reduction: 50 insertions, 67 deletions across 7 files