You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import SciLean
open SciLean
example : IsDifferentiable ℝ (fun ((x,y,z) : ℝ×ℝ×ℝ) => z) := by fprop
example
: (cderiv ℝ (fun ((x,y,z) : ℝ×ℝ×ℝ) => z))
=
fun (x,y,z) (dx,dy,dz) => dz := by ftrans only
The text was updated successfully, but these errors were encountered:
lecopivo
added
bug
Something isn't working
fprop
Tactic `fprop` that proves function properties
ftrans
Tactic `ftrans` for function transformation
labels
Aug 29, 2023
fprop
andftrans
tactics can't handle match statementslikely #15 has to be solved first
This should work
The text was updated successfully, but these errors were encountered: