leanprover-community/mathlib4

Add typeclasses for smooth `(· • ·)`

Open

#5,617 opened on Jun 30, 2023

 (1 comment) (0 reactions) (0 assignees)Lean (1,381 forks)github user discovery
good first issuet-differential-geometry

Repository metrics

Stars
 (3,405 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

  • Add a typeclass for ∀ c, Smooth I I (c • ·).
  • Add a typeclass for Smooth (I.prod J) J (Function.uncurry (· • ·))

See ContinuousConstSMul and ContinuousSMul for example of API.

Contributor guide