English
Let m, n be natural numbers with m = n, and i, j ∈ Fin n. Then the preimage of the unit interval uIcc i j under Fin.cast h is uIcc (i.cast h.symm) (j.cast h.symm).
Русский
Пусть m, n — натуральные числа и m = n, и пусть i, j ∈ Fin n. Тогда прообраз полу-замкнутого интервала uIcc i j по отображению Fin.cast h равен uIcc (i.cast h.symm) (j.cast h.symm).
LaTeX
$$$ \operatorname{Set.preimage}(\operatorname{Fin.cast} h)\, (\operatorname{Set.uIcc} i j) = \operatorname{uIcc}(i.cast\, h.symm) (j.cast\, h.symm) $$$
Lean4
@[simp]
theorem preimage_cast_uIcc (h : m = n) (i j : Fin n) : .cast h ⁻¹' uIcc i j = uIcc (i.cast h.symm) (j.cast h.symm) :=
rfl