Complete this form and hit the "Save Changes" button!
No ratings
Are you sure you want to delete this code? Please type DELETE in the box below to confirm.
Are you sure you want to verify this code?
Are you sure you want to publish this code?
Are you sure you want to unpublish this code?
Are you sure you want to autogenerate the summary + description for this code?
xxxxxxxxxx
import topology.metric_space.isometry
open set
open metric_space
lemma intersection_closed {α : Type*} [metric_space α] {s : ℕ → set α} (h : ∀ n, is_closed (s n)) :
is_closed (⋂ n, s n) :=
begin
exact is_closed_Inter (λ n, h n),
end