Commit 5a2fd49
committed
feat(Algebra/Module/Submodule): Add pointwise negation lemma (#36634)
- Add `Submodule.neg_eq_iff_neg_le` proving `-S = S ↔ -S ≤ S`
- Make arguments of `Submodule.neg_le_neg` and `Submodule.neg_le` implicit
For completeness I added the set version:
- Add `Set.inv_eq_iff_inv_subset` proving `s⁻¹ = s ↔ s⁻¹ ⊆ s` and its additive version
I did not manage to give a short proof of the submodule version from the set version like it is the case for `neg_le` and `neg_le_neg`.
Co-authored-by: Martin Winter <martin.winter.math@gmail.com>1 parent be0a10d commit 5a2fd49
File tree
2 files changed
+9
-2
lines changed- Mathlib/Algebra
- Group/Pointwise/Set
- Module/Submodule
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
232 | 236 | | |
233 | 237 | | |
234 | 238 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
| 102 | + | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
105 | 108 | | |
106 | 109 | | |
107 | 110 | | |
| |||
0 commit comments