Theorems · Theorem
Equiv.Perm.subtypeCongr.apply
∀ {ε : Type u_9} {p : ε → Prop} [inst : DecidablePred p] (ep : Equiv.Perm { a // p a }) (en : Equiv.Perm { a // ¬p a })
(a : ε), (ep.subtypeCongr en) a = if h : p a then ↑(ep ⟨a, h⟩) else ↑(en ⟨a, h⟩)- Defined in
- Mathlib.Logic.Equiv.Basic
- Cited by
- 2 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.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Equiv.Permstatement and proof · cited by 1,375
- Equiv.sumComplproof · cited by 23
- Equiv.sumCongr_applyproof · cited by 20
- Equiv.Perm.sumCongrproof · cited by 18
- Equiv.Perm.subtypeCongrstatement · cited by 13
- Equiv.sumCompl_symm_apply_of_posproof · cited by 7
- Equiv.sumCompl_symm_apply_of_negproof · cited by 6
Cited by2
Results whose statement or proof uses this declaration.
- Equiv.Perm.subtypeCongr.left_applyproof · cited by 3
- Equiv.Perm.subtypeCongr.right_applyproof · cited by 3