Theorems · Theorem · linear algebra
PiTensorProduct.induction_on
∀ {ι : 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)] {motive : (PiTensorProduct R fun i => s i) → Prop}
(z : PiTensorProduct R fun i => s i),
(∀ (r : R) (f : (i : ι) → s i), motive (r • (PiTensorProduct.tprod R) f)) →
(∀ (x y : PiTensorProduct R fun i => s i), motive x → motive y → motive (x + y)) → motive zInduct using scaled versions of PiTensorProduct.tprod.
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 59 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- MultilinearMapstatement · cited by 370
- PiTensorProductstatement and proof · cited by 181
- PiTensorProduct.tprodstatement and proof · cited by 117
- PiTensorProduct.induction_on'proof · cited by 3
Cited by6
Results whose statement or proof uses this declaration.
- PiTensorProduct.span_tprod_eq_topproof · cited by 2
- TensorPower.mul_oneproof · cited by 1
- TensorPower.one_mulproof · cited by 1
- PiTensorProduct.mul_oneproof · cited by 0
- PiTensorProduct.norm_eval_le_injectiveSeminormproof · cited by 0
- PiTensorProduct.one_mulproof · cited by 0