Theorems · Definition · ring theory
DirectSum.toAlgebra
{ι : Type uι} →
(R : Type uR) →
(A : ι → Type uA) →
{B : Type uB} →
[inst : CommSemiring R] →
[inst_1 : (i : ι) → AddCommMonoid (A i)] →
[inst_2 : (i : ι) → Module R (A i)] →
[inst_3 : AddMonoid ι] →
[inst_4 : DirectSum.GSemiring A] →
[inst_5 : Semiring B] →
[inst_6 : DirectSum.GAlgebra R A] →
[inst_7 : Algebra R B] →
[inst_8 : DecidableEq ι] →
(f : (i : ι) → A i →ₗ[R] B) →
(f 0) GradedMonoid.GOne.one = 1 →
(∀ {i j : ι} (ai : A i) (aj : A j),
(f (i + j)) (GradedMonoid.GMul.mul ai aj) = (f i) ai * (f j) aj) →
(DirectSum ι fun i => A i) →ₐ[R] BA family of LinearMaps preserving DirectSum.GOne.one and DirectSum.GMul.mul
describes an AlgHom on ⨁ i, A i. This is a stronger version of DirectSum.toSemiring.
Of particular interest is the case when A i are bundled subobjects, f is the family of
coercions such as Submodule.subtype (A i), and the [GMonoid A] structure originates from
DirectSum.GMonoid.ofAddSubmodules, in which case the proofs about GOne and GMul
can be discharged by rfl.
- Defined in
- Mathlib.Algebra.DirectSum.Algebra
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Algebrastatement and proof · cited by 11,388
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- RingHomproof · cited by 10,189
- AlgHomstatement · cited by 3,236
- AddMonoidstatement and proof · cited by 2,864
- DirectSumstatement and proof · cited by 446
Cited by3
Results whose statement or proof uses this declaration.
- TensorAlgebra.ofDirectSumproof · cited by 6
- DirectSum.coeAlgHomproof · cited by 2
- DirectSum.toAlgebra_applystatement and proof · cited by 0