Theorems · Definition · logic and foundations
Quot.map
{α : Sort u_1} →
{β : Sort u_2} →
{ra : α → α → Prop} → {rb : β → β → Prop} → (f : α → β) → (∀ ⦃a b : α⦄, ra a b → rb (f a) (f b)) → Quot ra → Quot rbMap a function f : α → β such that ra x y implies rb (f x) (f y)
to a map Quot ra → Quot rb.
- Defined in
- Mathlib.Data.Quot
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses Quot.sound
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 by16
Results whose statement or proof uses this declaration.
- Sym2.mapproof · cited by 61
- FreeGroup.mapproof · cited by 20
- Quotient.map'proof · cited by 18
- FreeAddGroup.mapproof · cited by 16
- Cycle.reverseproof · cited by 14
- Quotient.mapproof · cited by 7
- Quot.congrproof · cited by 1
- Quot.map.congr_simpstatement and proof · cited by 0
- FreeGroup.quot_map_mkstatement · cited by 0
- Quot.mapRightproof · cited by 0
- Quot.map_surjectivestatement · cited by 0
- CategoryTheory.isomorphismClassesproof · cited by 0