Theorems · Definition · combinatorics
Equiv.extendSubtype
{α : Type u_1} →
{p q : α → Prop} →
[DecidablePred p] → [DecidablePred q] → [Finite ↑{x | p x}] → { x // p x } ≃ { x // q x } → Equiv.Perm αIf e is an equivalence between two subtypes of a type α, e.extendSubtype
is a permutation of α acting like e on the subtypes and doing something arbitrary outside.
Note that when p = q, Equiv.Perm.subtypeCongr e (Equiv.refl _) can be used instead.
- Defined in
- Mathlib.Logic.Equiv.Fintype
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivstatement and proof · cited by 8,337
- Set.Elemstatement and proof · cited by 7,166
- Set.ofPredstatement and proof · cited by 6,101
- Finitestatement and proof · cited by 3,029
- Equiv.Permstatement · cited by 1,375
- Equiv.toComplproof · cited by 4
- Equiv.subtypeCongrproof · cited by 1
Cited by7
Results whose statement or proof uses this declaration.
- Equiv.extendSubtype_apply_of_memstatement · cited by 3
- Equiv.Perm.isConj_of_support_equivproof · cited by 2
- Equiv.Perm.exists_extending_pairproof · cited by 2
- Equiv.extendSubtype_apply_of_not_memstatement · cited by 1
- Equiv.extendSubtype_not_memstatement · cited by 1
- Equiv.extendSubtype_memstatement · cited by 0
- Equiv.extendSubtype.congr_simpstatement and proof · cited by 0