Mathlib Map

Theorems · Theorem · global analysis

StructureGroupoid.LocalInvariantProp.liftPropWithinAt_indep_chart

∀ {H : Type u_1} {M : Type u_2} {H' : Type u_3} {M' : Type u_4} [inst : TopologicalSpace H]
  [inst_1 : TopologicalSpace M] [inst_2 : ChartedSpace H M] [inst_3 : TopologicalSpace H']
  [inst_4 : TopologicalSpace M'] [inst_5 : ChartedSpace H' M'] {G : StructureGroupoid H} {G' : StructureGroupoid H'}
  {e : OpenPartialHomeomorph M H} {f : OpenPartialHomeomorph M' H'} {P : (H → H') → Set H → H → Prop} {g : M → M'}
  {s : Set M} {x : M},
  G.LocalInvariantProp G' P →
    e ∈ StructureGroupoid.maximalAtlas M G →
      x ∈ e.source →
        f ∈ StructureGroupoid.maximalAtlas M' G' →
          g x ∈ f.source →
            (ChartedSpace.LiftPropWithinAt P g s x ↔
              ContinuousWithinAt g s x ∧ P (↑f ∘ g ∘ ↑e.symm) (↑e.symm ⁻¹' s) (↑e x))
Defined in
Mathlib.Geometry.Manifold.LocalInvariantProperties
Cited by
6 results in Mathlib
Foundations
Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceTopologicalSpaceChartedSpaceTopologicalSpaceTopologicalSpaceChartedSpace

Around this declaration

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

contMDiffWithinAt_iff_of_mem_maximalAtlas · cited by 4contMDiffWithinAt_iff_of_…StructureGroupoid.LocalInvariantProp.liftPropAt_of_mem_maximalAtlas · cited by 3LocalInvariantProp.liftPr…mdifferentiableWithinAt_iff_of_mem_maximalAtlas · cited by 2mdifferentiableWithinAt_i…StructureGroupoid.LocalInvariantProp.liftPropAt_symm_of_mem_maximalAtlas · cited by 2LocalInvariantProp.liftPr…StructureGroupoid.LocalInvariantProp.liftPropOn_indep_chart · cited by 1LocalInvariantProp.liftPr…StructureGroupoid.LocalInvariantProp.liftPropWithinAt_indep_chart' · cited by 0LocalInvariantProp.liftPr…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceSet.preimage · cited by 4946Set.preimageChartedSpace · cited by 2397ChartedSpacePartialEquiv.source · cited by 964PartialEquiv.sourcePartialHomeomorph.toPartialEquiv · cited by 917PartialHomeomorph.toParti…OpenPartialHomeomorph.toPartialHomeomorph · cited by 851OpenPartialHomeomorph.toP…OpenPartialHomeomorph.toFun' · cited by 745OpenPartialHomeomorph.toF…OpenPartialHomeomorph · cited by 664OpenPartialHomeomorphContinuousWithinAt · cited by 512ContinuousWithinAtOpenPartialHomeomorph.symm · cited by 460OpenPartialHomeomorph.symmStructureGroupoid · cited by 121StructureGroupoidStructureGroupoid.LocalInvariantProp · cited by 64StructureGroupoid.LocalIn…ChartedSpace.LiftPropWithinAt · cited by 37ChartedSpace.LiftPropWith…StructureGroupoid.maximalAtlas · cited by 28StructureGroupoid.maximal…LocalInvariantProp.liftPropWi…CITED BYCITES

Cites16

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

Cited by6

Results whose statement or proof uses this declaration.