Commit debc3b0
chore: cleanup API around LinearMap.surjective_domRestrict_iff (leanprover-community#41235)
- semilinearize [LinearMap.range_domRestrict](https://leanprover-community.github.io/mathlib4_docs/Mathlib/Algebra/Module/Submodule/Range.html#LinearMap.range_domRestrict)
- add `map_eq_range_iff` as a replacement for [LinearMap.range_domRestrict_eq_range_iff](https://leanprover-community.github.io/mathlib4_docs/Mathlib/LinearAlgebra/Span/Basic.html#LinearMap.range_domRestrict_eq_range_iff), with a golfed proof.
- use `Codisjoint` in [LinearMap.surjective_domRestrict_iff](https://leanprover-community.github.io/mathlib4_docs/Mathlib/LinearAlgebra/Span/Basic.html#LinearMap.surjective_domRestrict_iff)1 parent fdee760 commit debc3b0
3 files changed
Lines changed: 15 additions & 19 deletions
File tree
- Mathlib
- Algebra/Module/Submodule
- LinearAlgebra/Span
- MeasureTheory/Measure/Haar
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| 306 | + | |
306 | 307 | | |
307 | 308 | | |
308 | 309 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
529 | 529 | | |
530 | 530 | | |
531 | 531 | | |
| 532 | + | |
| 533 | + | |
532 | 534 | | |
533 | 535 | | |
534 | 536 | | |
| |||
539 | 541 | | |
540 | 542 | | |
541 | 543 | | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
542 | 549 | | |
543 | 550 | | |
544 | 551 | | |
| |||
587 | 594 | | |
588 | 595 | | |
589 | 596 | | |
| 597 | + | |
590 | 598 | | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
| 599 | + | |
| 600 | + | |
605 | 601 | | |
606 | 602 | | |
607 | 603 | | |
608 | | - | |
| 604 | + | |
609 | 605 | | |
610 | | - | |
611 | | - | |
| 606 | + | |
612 | 607 | | |
613 | 608 | | |
614 | 609 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments