English
Let i and j be elements of Fin n. The image of the asymmetric interval uIoc(i, j) under castSucc equals uIoc(i.castSucc, j.castSucc) in Fin(n+1).
Русский
Пусть i и j ∈ Fin n. Образ асимметричного интервала uIoc(i, j) под castSucc равен uIoc(i.castSucc, j.castSucc) в Fin(n+1).
LaTeX
$$$\operatorname{Set.image}(\mathrm{Fin.castSucc}, \mathrm{Set.uIoc}(i, j)) = \mathrm{Set.uIoc}(i.castSucc, j.castSucc)$$$
Lean4
@[simp]
theorem image_castSucc_uIoc (i j : Fin n) : castSucc '' uIoc i j = uIoc i.castSucc j.castSucc :=
image_castAdd_uIoc ..