Commit 82012ac
committed
chore(Analysis/SpecialFunctions/ContinuousFunctionalCalculus/ExpLog): weaken positivity hypothesis (#25194)
`CFC.log_smul` and `CFC.log_pow` had unnecessary assumptions that the operator, and the scalar, were positive. Assuming nonzero is sufficient.
Upstreamed from [quantumInfo](https://ohaithe.re/Lean-QuantumInfo/)1 parent 8dbdfb1 commit 82012ac
File tree
1 file changed
+3
-5
lines changed- Mathlib/Analysis/SpecialFunctions/ContinuousFunctionalCalculus
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
138 | | - | |
| 137 | + | |
139 | 138 | | |
140 | 139 | | |
141 | 140 | | |
142 | | - | |
| 141 | + | |
143 | 142 | | |
144 | | - | |
145 | 143 | | |
146 | 144 | | |
147 | 145 | | |
| |||
0 commit comments