Commit 998cee5
committed
feat: two lemmas about ContinuousMultilinearMap (#36188)
* Rename `continuousMultilinearCurryFin0_symm_apply` and remove its simp-lemma (simp can now prove it using the new simp-lemma)
* Add a new version of `continuousMultilinearCurryFin0_symm_apply`.
* The new lemma is very similar to the old one, and these lemmas are most likely to be used only by `simp`, so I don't think a deprecation cycle is needed.
* Also add `ContinuousMultilinearMap.fin0_apply_enorm`
Used for Sobolev spaces.1 parent bfb66f7 commit 998cee5
1 file changed
+10
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
458 | 463 | | |
459 | 464 | | |
460 | 465 | | |
| |||
481 | 486 | | |
482 | 487 | | |
483 | 488 | | |
484 | | - | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
485 | 494 | | |
486 | 495 | | |
487 | 496 | | |
| |||
0 commit comments