Mathlib Map

Theorems · Theorem · commutative algebra

TensorProduct.induction_on

∀ {R : Type u_1} [inst : CommSemiring R] {M : Type u_7} {N : Type u_8} [inst_1 : AddCommMonoid M]
  [inst_2 : AddCommMonoid N] [inst_3 : Module R M] [inst_4 : Module R N] {motive : TensorProduct R M N → Prop}
  (z : TensorProduct R M N),
  motive 0 →
    (∀ (x : M) (y : N), motive (x ⊗ₜ[R] y)) →
      (∀ (x y : TensorProduct R M N), motive x → motive y → motive (x + y)) → motive z
Defined in
Mathlib.LinearAlgebra.TensorProduct.Defs
Cited by
81 results in Mathlib
Foundations
Depth 42 from the axioms · uses propext, Quot.sound
Assumes
CommSemiringAddCommMonoidAddCommMonoidModuleModule

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

TensorProduct.ext' · cited by 39TensorProduct.ext'LinearMap.lTensor_surjective · cited by 11LinearMap.lTensor_surject…LinearMap.rTensor_surjective · cited by 9LinearMap.rTensor_surject…TensorProduct.span_tmul_eq_top · cited by 8TensorProduct.span_tmul_e…IsTensorProduct.inductionOn · cited by 8IsTensorProduct.induction…Algebra.IsPushout.symm · cited by 7IsPushout.symmIsBaseChange.of_lift_unique · cited by 5IsBaseChange.of_lift_uniq…RingHom.SurjectiveOnStalks.exists_mul_eq_tmul · cited by 4SurjectiveOnStalks.exists…Algebra.TensorProduct.ringHom_ext · cited by 4TensorProduct.ringHom_extAlgebra.isEpi_iff_forall_one_tmul_eq · cited by 3Algebra.isEpi_iff_forall_…Ideal.map_includeRight_eq · cited by 3Ideal.map_includeRight_eqAlgebra.FormallyUnramified.comp_sec · cited by 3FormallyUnramified.comp_s…TensorProduct.exists_finite_submodule_of_setFinite · cited by 3TensorProduct.exists_fini…KaehlerDifferential.tensorKaehlerEquiv_tmul_D · cited by 3KaehlerDifferential.tenso…Algebra.isEpi_iff_surjective_algebraMap_of_finite · cited by 2Algebra.isEpi_iff_surject…Module · cited by 20661ModuleAddCommMonoid · cited by 12281AddCommMonoidCommSemiring · cited by 10911CommSemiringTensorProduct · cited by 2545TensorProductTensorProduct.tmul · cited by 1182TensorProduct.tmulFreeAddMonoid · cited by 145FreeAddMonoidFreeAddMonoid.of · cited by 69FreeAddMonoid.ofAddCon.Quotient · cited by 54AddCon.QuotientAddCon.toQuotient · cited by 38AddCon.toQuotientaddConGen · cited by 28addConGenTensorProduct.Eqv · cited by 8TensorProduct.EqvFreeAddMonoid.recOn · cited by 8FreeAddMonoid.recOnAddCon.induction_on · cited by 2AddCon.induction_onAddCon.coe_add · cited by 1AddCon.coe_addTensorProduct.induction_onCITED BYCITES

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by81

Results whose statement or proof uses this declaration.