Theorems · Definition
Quotient.congrRight
{α : Sort u} → {r r' : Setoid α} → (∀ (a₁ a₂ : α), r a₁ a₂ ↔ r' a₁ a₂) → Quotient r ≃ Quotient r'Quotients are congruent on equivalences under equality of their relation.
An alternative is just to use rewriting with eq, but then computational proofs get stuck.
- Defined in
- Mathlib.Logic.Equiv.Defs
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Equivstatement · cited by 8,337
- Quot.congrRightproof · cited by 0
Cited by5
Results whose statement or proof uses this declaration.
- Submodule.Quotient.restrictScalarsEquivproof · cited by 2
- AddSubgroup.index_piproof · cited by 1
- Setoid.comapQuotientEquivproof · cited by 0
- UniformSpace.sepQuotHomeomorphRingQuotproof · cited by 0
- Subgroup.index_piproof · cited by 0