Theorems · Theorem · commutative algebra
RingTheory.Sequence.IsWeaklyRegular.prototype_perm
∀ {R : Type u_1} {M : Type u_3} [inst : CommRing R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] {rs : List R},
RingTheory.Sequence.IsWeaklyRegular M rs →
∀ {rs' : List R},
rs.Perm rs' →
(∀ (a b : R) (rs' : List R),
(a :: b :: rs').Subperm rs →
have K := Submodule.torsionBy R (M ⧸ Ideal.ofList rs' • ⊤) b;
K = a • K → K = ⊥) →
RingTheory.Sequence.IsWeaklyRegular M rs'- Cited by
- 1 results in Mathlib
- Foundations
- Depth 101 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingAddCommGroupModule
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.
- Modulestatement and proof · cited by 20,661
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Top.topstatement and proof · cited by 9,680
- Submodulestatement and proof · cited by 7,192
- Idealstatement and proof · cited by 4,748
- Bot.botstatement and proof · cited by 4,720
- HasQuotient.Quotientstatement and proof · cited by 2,301
- Submodule.pointwiseDistribMulActionstatement · cited by 105
- RingTheory.Sequence.IsWeaklyRegularstatement and proof · cited by 40
- Ideal.ofListstatement and proof · cited by 33
- Submodule.torsionBystatement and proof · cited by 31
Cited by1
Results whose statement or proof uses this declaration.