Skip to content

Commit 648d9f4

Browse files
Removing 'test' file and 'todoì file after exposition of my thesis to my firends
1 parent 3f19986 commit 648d9f4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ import Mathlib
55

66
-- • Propositions as Types
77

8-
def x : ℕ := 1
9-
108
def P : Prop := 0 = 0 + 0
119
def p : P := rfl
1210

Mahler/NotInMathlib/ForwardDiff.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ notation "δ_["h"]" => fwdDiff h
2727

2828
@[simp] theorem fwdDiff_div_apply {F : Type*} [Field F] (f g : M → F) (x : M) (hx : g x ≠ 0) (hx' : g (x + h) ≠ 0) :
2929
δ_[h] (f / g) x = ((δ_[h] f * g - f * δ_[h] g) / (g * (g + δ_[h] g))) x := by
30+
3031
simp only [fwdDiff,Pi.add_apply, Pi.sub_apply, Pi.mul_apply, Pi.div_apply, add_sub_cancel,
3132
div_sub_div _ _ hx' hx, div_eq_div_iff (mul_ne_zero hx' hx) (mul_ne_zero hx hx')]
3233
ring

0 commit comments

Comments
 (0)