Mathlib Map

Theorems · Theorem · commutative algebra

AddEquiv.isRegular_congr

∀ {R : Type u_1} {S : Type u_2} {M : Type u_3} {M₂ : Type u_4} [inst : CommRing R] [inst_1 : CommRing S]
  [inst_2 : AddCommGroup M] [inst_3 : AddCommGroup M₂] [inst_4 : Module R M] [inst_5 : Module S M₂] {e : M ≃+ M₂}
  {as : List R} {bs : List S},
  List.Forall₂ (fun r s => ∀ (x : M), e (r • x) = s • e x) as bs →
    (RingTheory.Sequence.IsRegular M as ↔ RingTheory.Sequence.IsRegular M₂ bs)
Defined in
Mathlib.RingTheory.Regular.RegularSequence
Cited by
1 results in Mathlib
Foundations
Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingCommRingAddCommGroupAddCommGroupModuleModule

Around this declaration

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

Cites19

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

Cited by1

Results whose statement or proof uses this declaration.