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

One Jet Bundle model space chart At

oneJetBundle_model_space_chartAt

Plain-language statement

In the OneJetBundle to the model space, the charts are just the canonical identification between a product type and a bundle total space type, a.k.a. Bundle.TotalSpace.toProd.

Exact Lean statement

@[simp, mfld_simps]
theorem oneJetBundle_model_space_chartAt (p : OneJetBundle I H I' H') :
    (chartAt π“œ p).toPartialEquiv =
      (Bundle.TotalSpace.toProd (H Γ— H') (E β†’L[π•œ] E')).toPartialEquiv

Formal artifact

Lean source

Canonical source
Full Lean sourceLean 4
@[simp, mfld_simps]theorem oneJetBundle_model_space_chartAt (p : OneJetBundle I H I' H') :    (chartAt π“œ p).toPartialEquiv =      (Bundle.TotalSpace.toProd (H Γ— H') (E β†’L[π•œ] E')).toPartialEquiv := by  apply partialEquiv_eq_equiv  Β· intro x    rw [OpenPartialHomeomorph.coe_toPartialEquiv, oneJetBundle_chartAt_apply p x,      inCoordinates_tangent_bundle_core_model_space]    ext <;> rfl  Β· simp_rw [oneJetBundle_chart_source, prodChartedSpace_chartAt, chartAt_self_eq,      OpenPartialHomeomorph.refl_prod_refl]    rfl  Β· simp_rw [oneJetBundle_chart_target, prodChartedSpace_chartAt, chartAt_self_eq,      OpenPartialHomeomorph.refl_prod_refl]    rfl
Project
Sphere eversion
License
Apache-2.0
Commit
ded8fda5e76b
Source
SphereEversion/Global/OneJetBundle.lean:607-621

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