Succ Succ Above comm
Fin.succSuccAbove_comm
Project documentation
The preimage of m under succSuccAbove i j hij given that m is not equal to i or j. -/ def predPredAbove (i j : Fin (n + 1 + 1)) (hij : i ā j) (m : Fin (n + 1 + 1)) (hm : m ā i ā§ m ā j) : Fin n := if h1 : m.1 < i.1 ā§ m.1 < j.1 then āØm, by grindā© else if h2 : m.1 - 1 < i.1 ā§ j.1 ⤠m.1 then āØm - 1, by grindā© else if h3 : i.1 - 1 ⤠m.1 ā§ m.1 < j.1 t...
Source project: Physlib
Person-level attribution pending.