Theorems · Inductive type · general topology
ShrinkingLemma.PartialRefinement
{ι : Type u_1} → {X : Type u_2} → [TopologicalSpace X] → (ι → Set X) → Set X → (Set X → Prop) → Type (max u_1 u_2)Auxiliary definition for the proof of the shrinking lemma. A partial refinement of a covering
⋃ i, u i of a set s is a map v : ι → Set X and a set carrier : Set ι such that
* s ⊆ ⋃ i, v i;
* all v i are open;
* if i ∈ carrier v, then closure (v i) ⊆ u i;
* if i ∉ carrier, then v i = u i.
This type is equipped with the following partial order: v ≤ v' if v.carrier ⊆ v'.carrier
and v i = v' i for i ∈ v.carrier. We will use Zorn's lemma to prove that this type has
a maximal element, then show that the maximal element must have carrier = univ.
- Defined in
- Mathlib.Topology.ShrinkingLemma
- Cited by
- 21 results in Mathlib
- Foundations
- Depth 1 from the axioms · uses no axioms
- Assumes
- TopologicalSpace
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- TopologicalSpacestatement · cited by 24,529
Cited by32
Results whose statement or proof uses this declaration.
- ShrinkingLemma.PartialRefinement.carrierstatement and proof · cited by 15
- ShrinkingLemma.PartialRefinement.toFunstatement and proof · cited by 14
- ShrinkingLemma.PartialRefinement.closure_subsetstatement and proof · cited by 5
- ShrinkingLemma.PartialRefinement.findstatement and proof · cited by 4
- ShrinkingLemma.PartialRefinement.isOpenstatement and proof · cited by 4
- ShrinkingLemma.PartialRefinement.subset_iUnionstatement and proof · cited by 4
- ShrinkingLemma.PartialRefinement.chainSupstatement and proof · cited by 3
- exists_subset_iUnion_closure_subsetproof · cited by 3
- ShrinkingLemma.PartialRefinement.apply_eqstatement and proof · cited by 3
- ShrinkingLemma.PartialRefinement.le_chainSupstatement and proof · cited by 2
- ShrinkingLemma.PartialRefinement.pred_of_memstatement and proof · cited by 2
- exists_subset_iUnion_closure_subset_t2spaceproof · cited by 2