Theorems · Definition · ring theory
AlgEquiv.subalgebraMap
{R : Type u} →
{A : Type v} →
{B : Type w} →
[inst : CommSemiring R] →
[inst_1 : Semiring A] →
[inst_2 : Semiring B] →
[inst_3 : Algebra R A] →
[inst_4 : Algebra R B] → (e : A ≃ₐ[R] B) → (S : Subalgebra R A) → ↥S ≃ₐ[R] ↥(Subalgebra.map (↑e) S)Given an equivalence e : A ≃ₐ[R] B of R-algebras and a subalgebra S of A,
subalgebraMap is the induced equivalence between S and S.map e
- Defined in
- Mathlib.Algebra.Algebra.Subalgebra.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 31 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- AlgEquivstatement and proof · cited by 1,681
- Subalgebrastatement and proof · cited by 1,353
- RingEquivproof · cited by 1,147
- RingHomClass.toRingHomproof · cited by 746
- AlgEquiv.toAlgHomstatement · cited by 273
- AlgEquiv.toRingEquivproof · cited by 137
- Subalgebra.toSubsemiringproof · cited by 115
- RingEquiv.toEquivproof · cited by 101
- Subalgebra.mapstatement · cited by 90
Cited by3
Results whose statement or proof uses this declaration.
- IntermediateField.intermediateFieldMapproof · cited by 2
- AlgEquiv.subalgebraMap_apply_coestatement and proof · cited by 0
- AlgEquiv.subalgebraMap_symm_apply_coestatement and proof · cited by 0