Commit 2025-08-20 03:43 cb7220f9
View on Github →chore(Algebra/Group): rename Nat.addSubmonoid_closure_one
and AddSubgroup.closure_singleton_int_one_eq_top
(#28301)
This PR renames Nat.addSubmonoid_closure_one
to Nat.addSubmonoidClosure_one
, and AddSubgroup.closure_singleton_int_one_eq_top
to Int.addSubgroupClosure_one
, to align with naming convention. It also deprecates AddSubgroup.zmultiples_one_eq_top
because it's duplication of existing Int.zmultiples_one
, and simplifies the proof of AddGroup.FG ℤ
using the renamed theorem.