Mathlib Map

Theorems · Theorem · ring theory

Ideal.closure_eq_of_isClosed

∀ {R : Type u_1} [inst : TopologicalSpace R] [inst_1 : Ring R] [inst_2 : IsTopologicalRing R] (I : Ideal R),
  IsClosed ↑I → I.closure = I

This is not @[simp] since otherwise it causes timeouts downstream as simp tries and fails to generate an IsClosed instance. https://leanprover.zulipchat.com/#narrow/stream/287929-mathlib4/topic/!4.234852.20heartbeats.20of.20the.20linter

Defined in
Mathlib.Topology.Algebra.Ring.Ideal
Cited by
1 results in Mathlib
Foundations
Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceRingIsTopologicalRing

Around this declaration

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

Cites9

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.