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
section
s with appropriatevariables
s for theseFin
results. - renamed from
fin_insertNth
tofinInsertNth
, 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.