Theorems · Theorem · commutative algebra
Subring.prod_mono
∀ {R : Type u} {S : Type v} [inst : NonAssocRing R] [inst_1 : NonAssocRing S] ⦃s₁ s₂ : Subring R⦄,
s₁ ≤ s₂ → ∀ ⦃t₁ t₂ : Subring S⦄, t₁ ≤ t₂ → s₁.prod t₁ ≤ s₂.prod t₂- Defined in
- Mathlib.Algebra.Ring.Subring.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Quot.sound
- Assumes
- NonAssocRingNonAssocRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Subringstatement and proof · cited by 602
- NonAssocRingstatement and proof · cited by 483
- Set.prod_monoproof · cited by 52
- Subring.prodstatement · cited by 11
Cited by2
Results whose statement or proof uses this declaration.
- Subring.prod_mono_leftproof · cited by 1
- Subring.prod_mono_rightproof · cited by 1