Mathlib Map

Theorems · Definition · global analysis

IsLocalFrameOn.coeff

{𝕜 : 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] →
              {I : ModelWithCorners 𝕜 E H} →
                {M : Type u_4} →
                  [inst_4 : TopologicalSpace M] →
                    [inst_5 : ChartedSpace H M] →
                      {F : Type u_5} →
                        [inst_6 : NormedAddCommGroup F] →
                          [inst_7 : NormedSpace 𝕜 F] →
                            {V : M → Type u_6} →
                              [inst_8 : TopologicalSpace (Bundle.TotalSpace F V)] →
                                [inst_9 : (x : M) → AddCommGroup (V x)] →
                                  [inst_10 : (x : M) → Module 𝕜 (V x)] →
                                    [inst_11 : (x : M) → TopologicalSpace (V x)] →
                                      [inst_12 : FiberBundle F V] →
                                        {ι : Type u_7} →
                                          {s : ι → (x : M) → V x} →
                                            {u : Set M} →
                                              {n : WithTop ℕ∞} → IsLocalFrameOn I F n s u → ι → (x : M) → V x →ₗ[𝕜] 𝕜

Coefficients of a section s of V w.r.t. a local frame {s i} on u. Outside of u, this returns the junk value 0.

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

Around this declaration

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

Bundle.Trivialization.localFrameCoeff · cited by 33Trivialization.localFrame…IsLocalFrameOn.coeff_sum_eq · cited by 5IsLocalFrameOn.coeff_sum_…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.eq_of_coeff_eq · cited by 1IsLocalFrameOn.eq_of_coef…IsLocalFrameOn.mdifferentiableAt_of_coeff · cited by 1IsLocalFrameOn.mdifferent…IsLocalFrameOn.mdifferentiableAt_of_coeff_aux · cited by 1IsLocalFrameOn.mdifferent…IsLocalFrameOn.coeff.congr_simp · cited by 0coeff.congr_simpIsLocalFrameOn.coeff_apply_of_mem · cited by 0IsLocalFrameOn.coeff_appl…IsLocalFrameOn.coeff_eq_of_eq · cited by 0IsLocalFrameOn.coeff_eq_o…IsLocalFrameOn.contMDiffAt_of_coeff_aux · cited by 0IsLocalFrameOn.contMDiffA…IsLocalFrameOn.contMDiffOn_of_coeff · cited by 0IsLocalFrameOn.contMDiffO…IsLocalFrameOn.eq_iff_coeff · cited by 0IsLocalFrameOn.eq_iff_coe…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceModule · cited by 20661ModuleRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupAddCommGroup · cited by 12871AddCommGroupNormedSpace · cited by 12499NormedSpaceLinearMap · cited by 10215LinearMapNontriviallyNormedField · cited by 8742NontriviallyNormedFieldENat · cited by 4985ENatWithTop · cited by 3754WithTopModelWithCorners · cited by 2462ModelWithCornersChartedSpace · cited by 2397ChartedSpaceBundle.TotalSpace · cited by 766Bundle.TotalSpaceFiberBundle · cited by 471FiberBundleIsLocalFrameOn.coeffCITED BYCITES

Cites18

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

Cited by16

Results whose statement or proof uses this declaration.