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)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- DFunLike.coestatement and proof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- CommRingstatement and proof · cited by 17,173
- AddCommGroupstatement and proof · cited by 12,871
- Top.topproof · cited by 9,680
- Nontrivialproof · cited by 2,416
- HasQuotient.Quotientproof · cited by 2,301
- AddEquivstatement and proof · cited by 1,087
- AddEquiv.toEquivproof · cited by 174
- Submodule.toAddSubgroupproof · cited by 106
- RingTheory.Sequence.IsWeaklyRegularproof · cited by 40
- AddEquiv.surjectiveproof · cited by 37
Cited by1
Results whose statement or proof uses this declaration.
- LinearEquiv.isRegular_congr'proof · cited by 1