Mathlib Map

Theorems · Theorem · general topology

IsCompact.nonempty_iInter_of_directed_nonempty_isCompact_isClosed

∀ {X : Type u} [inst : TopologicalSpace X] {ι : Type v} [hι : Nonempty ι] (t : ι → Set X),
  Directed (fun x1 x2 => x1 ⊇ x2) t →
    (∀ (i : ι), (t i).Nonempty) → (∀ (i : ι), IsCompact (t i)) → (∀ (i : ι), IsClosed (t i)) → (⋂ i, t i).Nonempty

Cantor's intersection theorem for iInter: the intersection of a directed family of nonempty compact closed sets is nonempty.

Defined in
Mathlib.Topology.Compactness.Compact
Cited by
11 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceNonempty

Around this declaration

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

IsCompact.nonempty_iInter_of_sequence_nonempty_isCompact_isClosed · cited by 4IsCompact.nonempty_iInter…exists_subset_nhds_of_isCompact' · cited by 2exists_subset_nhds_of_isC…TopCat.nonempty_limitCone_of_compact_t2_cofiltered_system · cited by 2TopCat.nonempty_limitCone…IsCompact.extremePoints_nonempty · cited by 2IsCompact.extremePoints_n…exists_idempotent_of_compact_t2_of_continuous_add_left · cited by 2exists_idempotent_of_comp…exists_idempotent_of_compact_t2_of_continuous_mul_left · cited by 2exists_idempotent_of_comp…nonempty_omegaLimit_of_isCompact_absorbing · cited by 1nonempty_omegaLimit_of_is…exists_compact_surjective_zorn_subset · cited by 1exists_compact_surjective…IsClosed.exists_minimal_nonempty_closed_subset · cited by 1IsClosed.exists_minimal_n…IsCompact.nonempty_sInter_of_directed_nonempty_isCompact_isClosed · cited by 0IsCompact.nonempty_sInter…DiscreteQuotient.exists_of_compat · cited by 0DiscreteQuotient.exists_o…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceSet.Nonempty · cited by 2627Set.NonemptyIsClosed · cited by 1639IsClosedIsCompact · cited by 1282IsCompactSet.iInter · cited by 1084Set.iInterNonempty.some · cited by 340Nonempty.someDirected · cited by 213DirectedSet.Nonempty.mono · cited by 88Nonempty.monoSet.subset_inter · cited by 74Set.subset_interSet.inter_eq_right · cited by 41Set.inter_eq_rightSet.iInter_subset · cited by 39Set.iInter_subsetIsCompact.elim_directed_family_closed · cited by 3IsCompact.elim_directed_f…IsCompact.nonempty_iInter_of_…CITED BYCITES

Cites13

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by11

Results whose statement or proof uses this declaration.