Theorems · Theorem · linear algebra
PiTensorProduct.lifts_smul
∀ {ι : Type u_1} {R : Type u_4} [inst : CommSemiring R] {s : ι → Type u_7} [inst_1 : (i : ι) → AddCommMonoid (s i)]
[inst_2 : (i : ι) → Module R (s i)] {x : PiTensorProduct R fun i => s i} {p : FreeAddMonoid (R × ((i : ι) → s i))},
p ∈ x.lifts → ∀ (a : R), (FreeAddMonoid.map fun y => (a * y.1, y.2)) p ∈ (a • x).liftsIf an element p of FreeAddMonoid (R × Π i, s i) lifts an element x of ⨂[R] i, s i,
and if a is an element of R, then the list obtained by multiplying the first entry of each
element of p by a lifts a • x.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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
- Setstatement · cited by 53,352
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- AddMonoidHomstatement · cited by 3,230
- SemigroupAction.mul_smulproof · cited by 291
- PiTensorProductstatement and proof · cited by 181
- FreeAddMonoidstatement and proof · cited by 145
- PiTensorProduct.tprodproof · cited by 117
- FreeAddMonoid.toListproof · cited by 32
- FreeAddMonoid.mapstatement and proof · cited by 14
Cited by1
Results whose statement or proof uses this declaration.
- PiTensorProduct.projectiveSeminorm_smul_leproof · cited by 0