Mathlib Map

Theorems · Theorem · commutative algebra

Ideal.sup_iInf_eq_top

∀ {R : Type u} [inst : Semiring R] {I : Ideal R} {ι : Type u_1} {s : Finset ι} {J : ι → Ideal R}
  [∀ (i : ι), (J i).IsTwoSided], (∀ i ∈ s, I ⊔ J i = ⊤) → I ⊔ ⨅ i ∈ s, J i = ⊤
Defined in
Mathlib.RingTheory.Ideal.Operations
Cited by
5 results in Mathlib
Foundations
Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringIdeal.IsTwoSided

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 by5

Results whose statement or proof uses this declaration.