Commit cadee3a
feat(Algebra/Group/Subgroup/ZPowers): add Int.closure_eq_zmultiples (leanprover-community#39435)
- Show that for `a b : ℤ`, `AddSubgroup.closure {a, b} = AddSubgroup.zmultiples (a.gcd b : ℤ)`
- Used Claude to find the names of relevant theorems to use. However, I wrote the whole proof on my own.
Co-authored-by: tdM05 <taddmao@gmail.com>1 parent c599759 commit cadee3a
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
72 | 78 | | |
0 commit comments