Equiv.Perm.viaEmbedding
, a noncomputable analogue of Equiv.Perm.viaFintypeEmbedding
. #
noncomputable def
Equiv.Perm.viaEmbedding
{α : Type u_1}
{β : Type u_2}
(e : Perm α)
(ι : α ↪ β)
:
Perm β
Noncomputable version of Equiv.Perm.viaFintypeEmbedding
that does not assume Fintype
Equations
- e.viaEmbedding ι = e.extendDomain (Equiv.ofInjective ι.toFun ⋯)
Instances For
viaEmbedding
as a group homomorphism
Equations
Instances For
theorem
Equiv.Perm.viaEmbeddingHom_apply
{α : Type u_1}
{β : Type u_2}
(e : Perm α)
(ι : α ↪ β)
:
(viaEmbeddingHom ι) e = e.viaEmbedding ι