Theorems · Definition
Quotient.congr
{α : Sort u} →
{β : Sort v} →
{ra : Setoid α} →
{rb : Setoid β} → (e : α ≃ β) → (∀ (a₁ a₂ : α), ra a₁ a₂ ↔ rb (e a₁) (e a₂)) → Quotient ra ≃ Quotient rbAn equivalence e : α ≃ β generates an equivalence between quotient spaces,
if ra a₁ a₂ ↔ rb (e a₁) (e a₂).
- Defined in
- Mathlib.Logic.Equiv.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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
- Equivstatement and proof · cited by 8,337
- Quot.congrproof · cited by 1
Cited by11
Results whose statement or proof uses this declaration.
- Submodule.quotEquivOfEqproof · cited by 15
- Module.Ray.mapproof · cited by 7
- RingCon.congrproof · cited by 3
- AddCon.congrproof · cited by 2
- Con.congrproof · cited by 2
- Subgroup.quotConjEquivproof · cited by 1
- Quotient.congr_mkstatement · cited by 0
- homotopyGroupEquivFundamentalGroupproof · cited by 0
- homotopyGroupEquivFundamentalGroupOfUniqueproof · cited by 0
- homotopyGroupEquivZerothHomotopyOfIsEmptyproof · cited by 0
- Projectivization.equivQuotientOrbitRelproof · cited by 0