Commit 2025-01-02 12:06 f65e1af0
View on Github →feat: Fin.cons and Fin.snoc are continuous (#20352)
These are adapted from the results for insertNth, which now appear immediately below the new results.
I've also:
- extracted
sections with appropriatevariabless for theseFinresults. - renamed from
fin_insertNthtofinInsertNth, to match the naming rules - reordered the parameters to put all the continuity assumptions at the end
- not tagged these with
@[continuity]as it doesn't seem to help solveContinuous fun x : X => ![x, x]. We can look at this in a follow-up.