This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Commit c0cc689
committed
chore(algebra/lie/direct_sum): remove
This meant the same thing as the unprefixed version, and wasn't used anywhere:
```lean
example [decidable_eq ι] : direct_sum.lie_algebra_is_internal I ↔ direct_sum.is_internal I := iff.rfl
```
I think it was added before `direct_sum.is_internal` generalized to arbitrary additive subobjects.direct_sum.lie_algebra_is_internal (#15631)1 parent 92e9660 commit c0cc689
1 file changed
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | 197 | | |
206 | 198 | | |
207 | 199 | | |
| |||
0 commit comments