Theorems · Theorem · commutative algebra
Submodule.set_smul_inductionOn
∀ {R : Type u_2} {M : Type u_3} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] {S : Type u_4}
[inst_3 : Monoid S] [inst_4 : DistribMulAction S M] {s : Set S} {N : Submodule R M}
{motive : (x : M) → x ∈ s • N → Prop} (x : M) (hx : x ∈ s • N),
(∀ ⦃r : S⦄ ⦃n : M⦄ (mem₁ : r ∈ s) (mem₂ : n ∈ N), motive (r • n) ⋯) →
(∀ (r : R) ⦃m : M⦄ (mem : m ∈ s • N), motive m mem → motive (r • m) ⋯) →
(∀ ⦃m₁ m₂ : M⦄ (mem₁ : m₁ ∈ s • N) (mem₂ : m₂ ∈ s • N), motive m₁ mem₁ → motive m₂ mem₂ → motive (m₁ + m₂) ⋯) →
motive 0 ⋯ → motive x hxInduction principle for set acting on submodules. To prove P holds for all s • N, it is enough
to prove:
- for all r ∈ s and n ∈ N, P (r • n);
- for all r and m ∈ s • N, P (r • n);
- for all m₁, m₂, P m₁ and P m₂ implies P (m₁ + m₂);
- P 0.
To invoke this induction principle, use induction x, hx using Submodule.set_smul_inductionOn where
x : M and hx : x ∈ s • N
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Submodulestatement and proof · cited by 7,192
- Set.ofPredproof · cited by 6,101
- Monoidstatement and proof · cited by 3,887
- DistribMulActionstatement and proof · cited by 584
- Submodule.smul_memstatement and proof · cited by 204
- Submodule.add_memstatement and proof · cited by 75
- Submodule.zero_memstatement and proof · cited by 58
- Submodule.pointwiseSetSMulstatement · cited by 30
Cited by4
Results whose statement or proof uses this declaration.
- Submodule.restrictScalars_image_smul_eqproof · cited by 2
- Submodule.smul_inductionOn_pointwiseproof · cited by 1
- Submodule.mem_singleton_set_smulproof · cited by 0
- Submodule.set_smul_botproof · cited by 0