Theorems · Definition · logic and foundations
Quotient.map
{α : Sort u_1} →
{β : Sort u_2} →
{sa : Setoid α} → {sb : Setoid β} → (f : α → β) → (∀ ⦃a b : α⦄, a ≈ b → f a ≈ f b) → Quotient sa → Quotient sbMap a function f : α → β that sends equivalent elements to equivalent elements
to a function Quotient sa → Quotient sb. Useful to define unary operations on quotients.
- Defined in
- Mathlib.Data.Quot
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 5 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites1
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quot.mapproof · cited by 5
Cited by28
Results whose statement or proof uses this declaration.
- Ordinal.cardproof · cited by 122
- Finset.offDiagproof · cited by 44
- Path.Homotopic.Quotient.mapproof · cited by 19
- CategoryTheory.Abelian.Pseudoelement.pseudoApplyproof · cited by 18
- Path.Homotopic.Quotient.castproof · cited by 16
- ZFSet.sUnionproof · cited by 15
- ZFSet.powersetproof · cited by 11
- ZFSet.sepproof · cited by 8
- CategoryTheory.ThinSkeleton.mapproof · cited by 6
- Quotient.finChoiceproof · cited by 5
- Quotient.finChoice_eqproof · cited by 5
- WeierstrassCurve.Jacobian.negMapproof · cited by 5