Theorems · Definition
Equiv.algEquiv
(R : Type u_1) →
{α : Type u_2} →
{β : Type u_3} →
[inst : CommSemiring R] →
(e : α ≃ β) →
[inst_1 : Semiring β] →
[inst_2 : Algebra R β] →
let semiring := e.semiring;
have algebra := Equiv.algebra R e;
α ≃ₐ[R] βAn equivalence e : α ≃ β gives an algebra equivalence α ≃ₐ[R] β
where the R-algebra structure on α is
the one obtained by transporting an R-algebra structure on β back along e.
- Defined in
- Mathlib.Algebra.Algebra.TransferInstance
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 25 from the axioms · uses propext, Quot.sound
- Assumes
- CommSemiringSemiringAlgebra
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- Equivstatement and proof · cited by 8,337
- AlgEquivstatement · cited by 1,681
- RingEquivproof · cited by 1,147
- RingEquiv.toEquivproof · cited by 101
- Equiv.addproof · cited by 8
- Equiv.mulproof · cited by 8
- Equiv.semiringstatement and proof · cited by 4
- Equiv.algebrastatement and proof · cited by 4
- Equiv.ringEquivproof · cited by 4
Cited by6
Results whose statement or proof uses this declaration.
- Shrink.algEquivproof · cited by 4
- ContinuousLinearMapWOT.algEquivproof · cited by 2
- WithAbs.algEquivproof · cited by 2
- WithVal.algEquivproof · cited by 2
- Equiv.algEquiv_applystatement · cited by 0
- Equiv.algEquiv_symm_applystatement · cited by 0