Theorems · Definition · logic and foundations
Subtype.map
{α : Sort u_1} →
{β : Sort u_2} → {p : α → Prop} → {q : β → Prop} → (f : α → β) → (∀ (a : α), p a → q (f a)) → Subtype p → Subtype qRestriction of a function to a function on subtypes.
- Defined in
- Mathlib.Data.Subtype
- Cited by
- 52 results in Mathlib
- Foundations
- Depth 5 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites0
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Nothing in Mathlib beyond the foundations.
Cited by62
Results whose statement or proof uses this declaration.
- Set.MapsTo.restrictproof · cited by 57
- QuasispectrumRestricts.nonUnitalStarAlgHomproof · cited by 10
- SpectrumRestricts.starAlgHomproof · cited by 10
- Unitary.mapproof · cited by 10
- StarSubalgebra.inclusionproof · cited by 9
- cfcₙHomSupersetproof · cited by 7
- Subtype.map_injectivestatement · cited by 7
- Finset.prod_addproof · cited by 7
- cfcHomSupersetproof · cited by 6
- Subtype.map_coestatement and proof · cited by 5
- QuasispectrumRestricts.nonUnitalStarAlgHom_applystatement · cited by 4
- SpectrumRestricts.starAlgHom_applystatement · cited by 4