Mathlib Map

Theorems · Inductive type · global analysis

IsLocalFrameOn

{𝕜 : Type u_1} →
  [inst : NontriviallyNormedField 𝕜] →
    {E : Type u_2} →
      [inst_1 : NormedAddCommGroup E] →
        [inst_2 : NormedSpace 𝕜 E] →
          {H : Type u_3} →
            [inst_3 : TopologicalSpace H] →
              ModelWithCorners 𝕜 E H →
                {M : Type u_4} →
                  [inst_4 : TopologicalSpace M] →
                    [ChartedSpace H M] →
                      (F : Type u_5) →
                        [inst_6 : NormedAddCommGroup F] →
                          [NormedSpace 𝕜 F] →
                            {V : M → Type u_6} →
                              [inst_8 : TopologicalSpace (Bundle.TotalSpace F V)] →
                                [inst_9 : (x : M) → AddCommGroup (V x)] →
                                  [(x : M) → Module 𝕜 (V x)] →
                                    [inst : (x : M) → TopologicalSpace (V x)] →
                                      [FiberBundle F V] →
                                        {ι : Type u_7} → WithTop ℕ∞ → (ι → (x : M) → V x) → Set M → Prop

A family of sections s i of V → M is called a C^k local frame on a set U ⊆ M iff - the section values s i x form a basis for each x ∈ U, - each section s i is C^k on U.

Defined in
Mathlib.Geometry.Manifold.VectorBundle.LocalFrame
Cited by
25 results in Mathlib
Foundations
Depth 45 from the axioms · uses propext, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceTopologicalSpaceTopologicalSpaceChartedSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceAddCommGroupModuleTopologicalSpaceFiberBundle

Around this declaration

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

IsLocalFrameOn.coeff · cited by 15IsLocalFrameOn.coeffBundle.Trivialization.isLocalFrameOn_localFrame_baseSet · cited by 7Trivialization.isLocalFra…IsLocalFrameOn.contMDiffOn · cited by 7IsLocalFrameOn.contMDiffOnIsLocalFrameOn.toBasisAt · cited by 7IsLocalFrameOn.toBasisAtIsLocalFrameOn.fintypeOfFiniteDimensional · cited by 6IsLocalFrameOn.fintypeOfF…IsLocalFrameOn.coeff_sum_eq · cited by 5IsLocalFrameOn.coeff_sum_…IsLocalFrameOn.generating · cited by 5IsLocalFrameOn.generatingIsLocalFrameOn.linearIndependent · cited by 5IsLocalFrameOn.linearInde…Bundle.Trivialization.localFrameCoeff_apply_of_mem_baseSet · cited by 2Trivialization.localFrame…IsLocalFrameOn.coeff_congr · cited by 2IsLocalFrameOn.coeff_congrIsLocalFrameOn.contMDiffAt_of_coeff · cited by 2IsLocalFrameOn.contMDiffA…IsLocalFrameOn.eventually_eq_sum_coeff_smul · cited by 2IsLocalFrameOn.eventually…IsLocalFrameOn.coeff_apply_of_notMem · cited by 1IsLocalFrameOn.coeff_appl…IsLocalFrameOn.contMDiffAt · cited by 1IsLocalFrameOn.contMDiffAtIsLocalFrameOn.eq_of_coeff_eq · cited by 1IsLocalFrameOn.eq_of_coef…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceModule · cited by 20661ModuleNormedAddCommGroup · cited by 15752NormedAddCommGroupAddCommGroup · cited by 12871AddCommGroupNormedSpace · cited by 12499NormedSpaceNontriviallyNormedField · cited by 8742NontriviallyNormedFieldENat · cited by 4985ENatWithTop · cited by 3754WithTopModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpaceBundle.TotalSpace · cited by 766Bundle.TotalSpaceFiberBundle · cited by 471FiberBundleIsLocalFrameOnCITED BYCITES

Cites13

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

Cited by30

Results whose statement or proof uses this declaration.