Commit e899c46
refactor: make
I've been meaning to do this for a while; indeed, I created this branch 2 years ago! The purpose now is to avoid some defeq abuse related to `Unitization`. In this case, especially since I already had this branch, I decided that the easiest thing to do would be to turn it into a one-field structure. I have removed a few of the `IsDefEq.respectTransparency` overrides, just to verify that this really solved the problem and that it didn't lie elsewhere. Probably more can be removed elsewhere, but we'll leave those to automation.
Co-authored-by: Kim Morrison <477956+kim-em@users.noreply.github.com>Unitization into a one-field structure (#37014)1 parent ec3a721 commit e899c46
File tree
5 files changed
+221
-172
lines changed- Mathlib
- Algebra/Algebra
- Spectrum
- Analysis
- CStarAlgebra/ContinuousFunctionalCalculus
- Normed/Algebra
5 files changed
+221
-172
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
157 | | - | |
| 156 | + | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
| 161 | + | |
161 | 162 | | |
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
165 | | - | |
| 166 | + | |
| 167 | + | |
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
169 | 171 | | |
170 | | - | |
171 | | - | |
| 172 | + | |
| 173 | + | |
172 | 174 | | |
173 | 175 | | |
174 | 176 | | |
| |||
0 commit comments