Local properties invariant under a groupoid #
We study properties of a triple (g, s, x)
where g
is a function between two spaces H
and H'
,
s
is a subset of H
and x
is a point of H
. Our goal is to register how such a property
should behave to make sense in charted spaces modelled on H
and H'
.
The main examples we have in mind are the properties "g
is differentiable at x
within s
", or
"g
is smooth at x
within s
". We want to develop general results that, when applied in these
specific situations, say that the notion of smooth function in a manifold behaves well under
restriction, intersection, is local, and so on.
Main definitions #
LocalInvariantProp G G' P
says that a propertyP
of a triple(g, s, x)
is local, and invariant under composition by elements of the groupoidsG
andG'
ofH
andH'
respectively.ChartedSpace.LiftPropWithinAt
(resp.LiftPropAt
,LiftPropOn
andLiftProp
): given a propertyP
of(g, s, x)
whereg : H → H'
, define the corresponding property for functionsM → M'
whereM
andM'
are charted spaces modelled respectively onH
andH'
. We define these properties within a set at a point, or at a point, or on a set, or in the whole space. This lifting process (obtained by restricting to suitable chart domains) can always be done, but it only behaves well under locality and invariance assumptions.
Given hG : LocalInvariantProp G G' P
, we deduce many properties of the lifted property on the
charted spaces. For instance, hG.liftPropWithinAt_inter
says that P g s x
is equivalent to
P g (s ∩ t) x
whenever t
is a neighborhood of x
.
Implementation notes #
We do not use dot notation for properties of the lifted property. For instance, we have
hG.liftPropWithinAt_congr
saying that if LiftPropWithinAt P g s x
holds, and g
and g'
coincide on s
, then LiftPropWithinAt P g' s x
holds. We can't call it
LiftPropWithinAt.congr
as it is in the namespace associated to LocalInvariantProp
, not
in the one for LiftPropWithinAt
.
Structure recording good behavior of a property of a triple (f, s, x)
where f
is a function,
s
a set and x
a point. Good behavior here means locality and invariance under given groupoids
(both in the source and in the target). Given such a good behavior, the lift of this property
to charted spaces admitting these groupoids will inherit the good behavior.
Instances For
Given a property of germs of functions and sets in the model space, then one defines
a corresponding property in a charted space, by requiring that it holds at the preferred chart at
this point. (When the property is local and invariant, it will in fact hold using any chart, see
liftPropWithinAt_indep_chart
). We require continuity in the lifted property, as otherwise one
single chart might fail to capture the behavior of the function.
- continuousWithinAt : ContinuousWithinAt f s x
Instances For
Given a property of germs of functions and sets in the model space, then one defines a corresponding property of functions on sets in a charted space, by requiring that it holds around each point of the set, in the preferred charts.
Equations
- ChartedSpace.LiftPropOn P f s = ∀ x ∈ s, ChartedSpace.LiftPropWithinAt P f s x
Instances For
Given a property of germs of functions and sets in the model space, then one defines a corresponding property of a function at a point in a charted space, by requiring that it holds in the preferred chart.
Equations
- ChartedSpace.LiftPropAt P f x = ChartedSpace.LiftPropWithinAt P f Set.univ x
Instances For
Given a property of germs of functions and sets in the model space, then one defines a corresponding property of a function in a charted space, by requiring that it holds in the preferred chart around every point.
Equations
- ChartedSpace.LiftProp P f = ∀ (x : M), ChartedSpace.LiftPropAt P f x
Instances For
LiftPropWithinAt P f s x
is equivalent to a definition where we restrict the set we are
considering to the domain of the charts at x
and f x
.
If a property of a germ of function g
on a pointed set (s, x)
is invariant under the
structure groupoid (by composition in the source space and in the target space), then
expressing it in charted spaces does not depend on the element of the maximal atlas one uses
both in the source and in the target manifolds, provided they are defined around x
and g x
respectively, and provided g
is continuous within s
at x
(otherwise, the local behavior
of g
at x
can not be captured with a chart in the target).
A version of liftPropWithinAt_indep_chart
, only for the source.
A version of liftPropWithinAt_indep_chart
, only for the target.
A version of liftPropWithinAt_indep_chart
, that uses LiftPropWithinAt
on both sides.
Alias of StructureGroupoid.LocalInvariantProp.liftPropWithinAt_mono_of_mem_nhdsWithin
.
A function from a model space H
to itself is a local structomorphism, with respect to a
structure groupoid G
for H
, relative to a set s
in H
, if for all points x
in the set, the
function agrees with a G
-structomorphism on s
in a neighbourhood of x
.
Equations
Instances For
For a groupoid G
which is ClosedUnderRestriction
, being a local structomorphism is a local
invariant property.
A slight reformulation of IsLocalStructomorphWithinAt
when f
is a partial homeomorph.
This gives us an e
that is defined on a subset of f.source
.
A slight reformulation of IsLocalStructomorphWithinAt
when f
is a partial homeomorph and
the set we're considering is a superset of f.source
.
A slight reformulation of IsLocalStructomorphWithinAt
when f
is a partial homeomorph and
the set we're considering is f.source
.