Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
lecopivo committed Nov 4, 2024
1 parent 02807fc commit e46e652
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SciLean/Analysis/Diffeology/Connection.lean
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,11 @@ instance {X : Type*} (E : X → Type*) [Diffeology X] [∀ x, Diffeology (E x)]
· apply hp₂

const_plot := by
intros
intros n xdx
constructor
· apply Diffeology.const_plot
· intros
· intros x₀ ht
simp at ht
simp
unfold PlotPointHomotopy.transportSection
unfold PlotPointHomotopy.transportSection'
Expand Down

0 comments on commit e46e652

Please sign in to comment.