Theorems · Theorem · commutative algebra
IsTensorProduct.inductionOn
∀ {R : Type u_1} [inst : CommSemiring R] {M₁ : Type u_2} {M₂ : Type u_3} {M : Type u_4} [inst_1 : AddCommMonoid M₁]
[inst_2 : AddCommMonoid M₂] [inst_3 : AddCommMonoid M] [inst_4 : Module R M₁] [inst_5 : Module R M₂]
[inst_6 : Module R M] {f : M₁ →ₗ[R] M₂ →ₗ[R] M},
IsTensorProduct f →
∀ {motive : M → Prop} (m : M),
motive 0 →
(∀ (x : M₁) (y : M₂), motive ((f x) y)) → (∀ (x y : M), motive x → motive y → motive (x + y)) → motive m- Defined in
- Mathlib.RingTheory.IsTensorProduct
- Cited by
- 8 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.
Cites16
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
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- LinearMapstatement and proof · cited by 10,215
- TensorProductproof · cited by 2,545
- map_zeroproof · cited by 1,614
- map_addproof · cited by 964
- TensorProduct.induction_onproof · cited by 81
- TensorProduct.liftproof · cited by 59
- IsTensorProductstatement and proof · cited by 31
Cited by8
Results whose statement or proof uses this declaration.
- IsBaseChange.inductionOnproof · cited by 5
- IsTensorProduct.map_compproof · cited by 2
- IsTensorProduct.map_idproof · cited by 1
- IsTensorProduct.map_id_injective_of_flat_leftproof · cited by 1
- IsBaseChange.map_id_lsmul_eq_lsmul_algebraMapproof · cited by 1
- IsTensorProduct.map_id_injective_of_flat_rightproof · cited by 0
- IsTensorProduct.map_injective_of_flat_left_rightproof · cited by 0
- IsTensorProduct.map_injective_of_flat_right_leftproof · cited by 0