English
Let h : n = m and i,j ∈ Fin n. The image of uIcc(i,j) under the embedding given by finCongr h is uIcc(i.cast h, j.cast h).
Русский
Пусть h : n = m и i, j ∈ Fin n. Образ uIcc(i,j) под встроением finCongr h равен uIcc(i.cast h, j.cast h).
LaTeX
$$$$ (\operatorname{Finset.uIcc}(i, j)).map (\operatorname{finCongr} h).toEmbedding = \operatorname{Finset.uIcc}(\operatorname{Fin.cast} h\, i, \operatorname{Fin.cast} h\, j) $$$$
Lean4
@[simp]
theorem map_finCongr_uIcc (h : n = m) (i j : Fin n) :
(uIcc i j).map (finCongr h).toEmbedding = uIcc (i.cast h) (j.cast h) := by simp [← coe_inj]