Theorems · Definition · ring theory
AlgEquiv.piCongrRight
{R : Type u_3} →
{ι : Type u_4} →
{A₁ : ι → Type u_5} →
{A₂ : ι → Type u_6} →
[inst : CommSemiring R] →
[inst_1 : (i : ι) → Semiring (A₁ i)] →
[inst_2 : (i : ι) → Semiring (A₂ i)] →
[inst_3 : (i : ι) → Algebra R (A₁ i)] →
[inst_4 : (i : ι) → Algebra R (A₂ i)] →
((i : ι) → A₁ i ≃ₐ[R] A₂ i) → ((i : ι) → A₁ i) ≃ₐ[R] (i : ι) → A₂ iA family of algebra equivalences ∀ i, (A₁ i ≃ₐ A₂ i) generates a
multiplicative equivalence between Π i, A₁ i and Π i, A₂ i.
This is the AlgEquiv version of Equiv.piCongrRight, and the dependent version of
AlgEquiv.arrowCongr.
- Defined in
- Mathlib.Algebra.Algebra.Pi
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- AlgEquivstatement and proof · cited by 1,681
- RingEquivproof · cited by 1,147
- AlgEquiv.symmproof · cited by 615
- AlgEquiv.toRingEquivproof · cited by 137
- RingEquiv.piCongrRightproof · cited by 5
Cited by12
Results whose statement or proof uses this declaration.
- Module.Finite.of_quasiFiniteproof · cited by 7
- IsSemisimpleModule.exists_end_algEquiv_pi_matrix_endproof · cited by 3
- Algebra.FormallyEtale.equivPiOfIsSepClosedproof · cited by 3
- IsSemisimpleRing.exists_algEquiv_pi_matrix_end_mulOppositeproof · cited by 2
- Algebra.TensorProduct.piScalarRightproof · cited by 2
- IsSemisimpleRing.exists_algEquiv_pi_matrix_of_isAlgClosedproof · cited by 0
- Algebra.FormallyEtale.equivPiOfIsSepClosed_comapproof · cited by 0
- Algebra.FormallyEtale.equivPiOfIsSepClosed_self_applyproof · cited by 0
- AlgEquiv.piCongrRight_applystatement and proof · cited by 0
- AlgEquiv.piCongrRight_reflstatement · cited by 0
- AlgEquiv.piCongrRight_symmstatement · cited by 0
- AlgEquiv.piCongrRight_transstatement · cited by 0