Theorems · Definition
Equiv.Perm.extendDomain
{α' : Type u_9} →
{β' : Type u_10} → Equiv.Perm α' → {p : β' → Prop} → [DecidablePred p] → α' ≃ Subtype p → Equiv.Perm β'Extend the domain of e : Equiv.Perm α to one that is over β via f : α → Subtype p,
where p : β → Prop, permuting only the b : β that satisfy p b.
This can be used to extend the domain across a function f : α → β,
keeping everything outside of Set.range f fixed. For this use-case Equiv given by f can
be constructed by Equiv.of_leftInverse' or Equiv.of_leftInverse when there is a known
inverse, or Equiv.ofInjective in the general case.
- Defined in
- Mathlib.Logic.Equiv.Basic
- Cited by
- 34 results in Mathlib
- Foundations
- Depth 22 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidablePred
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Equivstatement and proof · cited by 8,337
- Equiv.Permstatement and proof · cited by 1,375
- Equiv.reflproof · cited by 274
- Equiv.permCongrproof · cited by 27
- Equiv.Perm.subtypeCongrproof · cited by 13
Cited by40
Results whose statement or proof uses this declaration.
- Equiv.Perm.ofSubtypeproof · cited by 41
- Fin.cycleRangeproof · cited by 35
- Fin.cycleIccproof · cited by 22
- Equiv.Perm.extendDomain_apply_not_subtypestatement · cited by 10
- Equiv.Perm.extendDomain_apply_imagestatement · cited by 9
- Equiv.Perm.extendDomain_apply_subtypestatement · cited by 7
- Fin.cycleIcc_def_lestatement and proof · cited by 5
- Equiv.Perm.extendDomainHomproof · cited by 5
- Equiv.Perm.sign_extendDomainstatement · cited by 4
- Equiv.Perm.viaFintypeEmbeddingproof · cited by 4
- Equiv.Perm.IsCycle.extendDomainstatement and proof · cited by 3
- Equiv.Perm.viaEmbeddingproof · cited by 3