All proofs
Project-declaredLean 4.32.0 · mathlib@81a5d257c8e4

Basis eq mfderiv model Diffeo single

Space.basis_eq_mfderiv_modelDiffeo_single

Plain-language statement

The derivative of modelDiffeo provides an equivalence between Space d and EuclideanSpace ℝ (Fin d). This equivalences takes the basis of EuclideanSpace ℝ (Fin d) to the basis of Space d, and vice versa.

Exact Lean statement

lemma basis_eq_mfderiv_modelDiffeo_single (d : ℕ) (μ : Fin d) (x : Space d) :
    basis μ = mfderiv (𝓡 d) 𝓘(ℝ, Space d) (modelDiffeo (d := d)) x
      (EuclideanSpace.single μ 1)

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
lemma basis_eq_mfderiv_modelDiffeo_single (d : ) (μ : Fin d) (x : Space d) :    basis μ = mfderiv (𝓡 d) 𝓘(, Space d) (modelDiffeo (d := d)) x      (EuclideanSpace.single μ 1) := by  simp only [modelDiffeo_apply, mfderiv, writtenInExtChartAt, extChartAt,    OpenPartialHomeomorph.extend, OpenPartialHomeomorph.refl_partialEquiv, PartialEquiv.refl_source,    OpenPartialHomeomorph.singletonChartedSpace_chartAt_eq, modelWithCornersSelf_partialEquiv,    PartialEquiv.trans_refl, PartialEquiv.refl_coe, Homeomorph.symm_toOpenPartialHomeomorph,    OpenPartialHomeomorph.symm_toPartialEquiv, PartialEquiv.symm_symm,    OpenPartialHomeomorph.toFun_eq_coe, Homeomorph.toOpenPartialHomeomorph_apply,    CompTriple.comp_eq, modelWithCornersSelf_coe, Set.range_id,    OpenPartialHomeomorph.coe_toPartialEquiv_symm, Homeomorph.toOpenPartialHomeomorph_symm_apply,    fderivWithin_univ]  rw [if_pos (modelDiffeo.mdifferentiable (WithTop.top_ne_zero)).mdifferentiableAt]  ext i  have h := fderiv_space_components i ((⇑modelDiffeo ∘ ⇑(homEuclideanSpaceSpace d)))    (by simpa [Function.comp_def, homEuclideanSpaceSpace] using by fun_prop)    (((homEuclideanSpaceSpace d).symm x)) ((EuclideanSpace.single μ 1))  convert! h.symm  simp only [basis_apply, homEuclideanSpaceSpace, PiLp.continuousLinearEquiv_symm_apply,    Homeomorph.homeomorph_mk_coe, Equiv.coe_fn_mk, Function.comp_apply, modelDiffeo_apply,    PiLp.continuousLinearEquiv_apply, Homeomorph.homeomorph_mk_coe_symm, Equiv.symm_mk]  change _ = fderiv  (EuclideanSpace.proj i) _ (EuclideanSpace.single μ 1)  simp only [ContinuousLinearMap.fderiv, PiLp.proj_apply, PiLp.single_apply]  congr 1  exact Eq.propIntro (fun a => Eq.symm a) fun a => (Eq.symm a)
Project
Physlib
License
Apache-2.0
Commit
dd43e9e65791
Source
Physlib/SpaceAndTime/Space/Module.lean:683-707

Reuse this declaration

Bring the exact result into your workflow

The import identifies the source module. Your project still needs the pinned package dependency shown on this page.

What this badge means

This completion status comes from the project or community source. It has not yet been represented here as an independent rebuild and axiom audit.

Continue in this project

Related declarations

Project-declaredLean 4.32.0

Adiabatic relation log

adiabatic_relation_log

Plain-language statement

Adiabatic relation in logarithmic form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then c * log (Ua/Ub) + log (Va/Vb) = 0.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Adiabatic relation Ua Ub Va Vb

adiabatic_relation_UaUbVaVb

Plain-language statement

Adiabatic relation in product form: If S(Ua,Va,N) = S(Ub,Vb,N) with N fixed, then (Ua/Ub)^c * (Va/Vb) = 1.

physicsquantum field theoryrelativity

Source project: Physlib

Person-level attribution pending.

View proof record