All proofs
Project-declaredLean 4.32.0-rc1 · mathlib@e752928d

One Jet Bundle chart target

oneJetBundle_chart_target

Plain-language statement

In J¹(M, M'), the target of a chart has a nice formula

Exact Lean statement

theorem oneJetBundle_chart_target (x₀ : J¹MM') :
    (chartAt HJ x₀).target = Prod.fst ⁻¹' (chartAt (ModelProd H H') x₀.proj).target

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
theorem oneJetBundle_chart_target (x₀ : J¹MM') :    (chartAt HJ x₀).target = Prod.fst ⁻¹' (chartAt (ModelProd H H') x₀.proj).target := by  rw [FiberBundle.chartedSpace_chartAt]  simp only [prodChartedSpace_chartAt,    OpenPartialHomeomorph.trans_toPartialEquiv, OpenPartialHomeomorph.prod_toPartialHomeomorph,    OpenPartialHomeomorph.refl_partialEquiv, PartialEquiv.trans_target, PartialEquiv.prod_target,    PartialEquiv.refl_target]  erw [hom_trivializationAt_target]  simp only [trivializationAt_pullBack_baseSet, TangentBundle.trivializationAt_baseSet]  rcases x₀ with ⟨⟨m, m', φ  simp only [ContMDiffMap.coe_fst, ContMDiffMap.fst_apply, ContMDiffMap.coe_snd,    ContMDiffMap.snd_apply]  erw [prod_univ, inter_eq_left, prod_univ, PartialEquiv.prod_symm, PartialEquiv.prod_symm]  rw [preimage_preimage,  Set.prod_eq, PartialEquiv.refl_symm, PartialEquiv.prod_coe,      PartialEquiv.refl_coe]  have : (fun x : ModelProd (ModelProd H H') (E SL[σ] E')       ((chartAt H m).toPartialEquiv.symm.prod (chartAt H' m').toPartialEquiv.symm) x.1) =      (Prod.map (chartAt H m).symm (chartAt H' m').symm) ∘ Prod.fst := by    ext x <;> rfl  rw [this, preimage_comp, preimage_prod_map_prod]  gcongr  · exact (chartAt H m).target_subset_preimage_source  · exact (chartAt H' m').target_subset_preimage_source
Project
Sphere eversion
License
Apache-2.0
Commit
ded8fda5e76b
Source
SphereEversion/Global/OneJetBundle.lean:307-329

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-rc1

Continuous of Path

Continuous.ofPath

Plain-language statement

Loop.ofPath is continuous, general version.

topologydifferential geometryhomotopy

Source project: Sphere eversion

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0-rc1

Injective update iff

DualPair.injective_update_iff

Project documentation

Map a dual pair under a linear equivalence. -/ @[simps] def map (p : DualPair E) (L : E ≃L[ℝ] E') : DualPair E' := ⟨p.π ∘L ↑L.symm, L p.v, (congr_arg p.π <| L.symm_apply_apply p.v).trans p.pairing⟩ theorem update_comp_left (p : DualPair E) (ψ' : F →L[ℝ] G) (φ : E →L[ℝ] F) (w : F) : p.update (ψ' ∘L φ) (ψ' w) = ψ' ∘L p.update φ w := by ext1 u simp only [upd...

topologydifferential geometryhomotopy

Source project: Sphere eversion

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0-rc1

Extend loops

extend_loops

Project documentation

A more precise version of sfHomotopy_in. -/ theorem sfHomotopy_in' {ι} (h₀ : SurroundingFamily g b γ₀ U) (h₁ : SurroundingFamily g b γ₁ U) (τ : ι → ℝ) (x : ι → E) (i : ι) {V : Set E} (hx : x i ∈ V) {t : ℝ} (ht : t ∈ I) {s : ℝ} (h_in₀ : ∀ i, x i ∈ V → ∀ t ∈ I, ∀ (s : ℝ), τ i ≠ 1 → (x i, γ₀ (x i) t s) ∈ Ω) (h_in₁ : ∀ i, x i ∈ V → ∀ t ∈ I, ∀ (s : ℝ), τ i ≠...

topologydifferential geometryhomotopy

Source project: Sphere eversion

Person-level attribution pending.

View proof record