This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Commit b1c0175
refactor(linear_algebra/dual): make
Otherwise Lean 4 can't apply `simp` lemmas about linear maps to elements of `module.dual`.
There is no need for this to be reducible anyway, as all the instances on `dual` agree with the instances on linear maps.
Also delete `basis.to_dual_equiv_symm_apply`, which stated `⇑(b.to_dual_equiv.symm) f = ⇑((linear_equiv.of_injective b.to_dual _).symm) (⇑((linear_equiv.of_top (linear_map.range b.to_dual) _).symm) f)` which was hardly helpful.
Co-authored-by: Eric Wieser <wieser.eric@gmail.com>module.dual reducible (#18963)1 parent 08e1d8d commit b1c0175
1 file changed
+4
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
| 97 | + | |
104 | 98 | | |
105 | 99 | | |
106 | 100 | | |
| |||
335 | 329 | | |
336 | 330 | | |
337 | 331 | | |
338 | | - | |
339 | 332 | | |
340 | 333 | | |
341 | 334 | | |
342 | 335 | | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
343 | 339 | | |
344 | 340 | | |
345 | 341 | | |
| |||
0 commit comments