Theorems · Theorem · linear algebra
LinearPMap.coprod_apply
∀ {R : Type u_1} {S : Type u_2} [inst : Ring R] [inst_1 : Ring S] {σ : R →+* S} {E : Type u_4} [inst_2 : AddCommGroup E]
[inst_3 : Module R E] {F : Type u_5} [inst_4 : AddCommGroup F] {G : Type u_6} [inst_5 : AddCommGroup G]
[inst_6 : Module R F] [inst_7 : Module S G] (f : E →ₛₗ.[σ] G) (g : F →ₛₗ.[σ] G) (x : ↥(f.coprod g).domain),
↑(f.coprod g) x = ↑f ⟨(↑x).1, ⋯⟩ + ↑g ⟨(↑x).2, ⋯⟩- Defined in
- Mathlib.LinearAlgebra.LinearPMap
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Modulestatement and proof · cited by 20,661
- AddCommGroupstatement and proof · cited by 12,871
- RingHomstatement and proof · cited by 10,189
- SetLike.coestatement · cited by 8,199
- Ringstatement and proof · cited by 7,463
- Submodulestatement · cited by 7,192
- LinearPMapstatement and proof · cited by 179
- LinearPMap.domainstatement and proof · cited by 167
- LinearPMap.toFun'statement · cited by 124
- LinearPMap.coprodstatement and proof · cited by 2
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.