Theorems · Theorem · commutative algebra
AddSubmonoid.smul_induction_on
∀ {R : Type u_2} {A : Type u_3} [inst : AddMonoid R] [inst_1 : AddMonoid A] [inst_2 : DistribSMul R A]
{M : AddSubmonoid R} {N : AddSubmonoid A} {C : A → Prop} {a : A},
a ∈ M • N → (∀ m ∈ M, ∀ n ∈ N, C (m • n)) → (∀ (x y : A), C x → C y → C (x + y)) → C a- Defined in
- Mathlib.Algebra.Ring.Submonoid.Pointwise
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 66 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- AddMonoidstatement and proof · cited by 2,864
- AddSubmonoidstatement and proof · cited by 1,178
- DistribSMulstatement and proof · cited by 117
- AddSubmonoid.smulstatement · cited by 11
- AddSubmonoid.smul_leproof · cited by 8
Cited by2
Results whose statement or proof uses this declaration.
- Submodule.smul_induction_onproof · cited by 10
- AddSubmonoid.mul_induction_onproof · cited by 0