Ruben Van de Velde

Results 20 issues of Ruben Van de Velde

--- #3884, second attempt. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-author

Co-authored-by: Jujian Zhang --- Rewrite of a result from #15954. [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-review

Ref: #13776. --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

easy
awaiting-review

iterated_deriv.lean was not used anywhere, and derivative.lean already had independent variants of several of the lemmas there, without the `iterated_deriv` indirecion. It seems better to consolidate these results. --- I...

awaiting-review

--- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-review
easy

These were interesting when they worked on number literals, which is no longer the case in lean4. --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-review

This was previously about LinearOrderedRing, which is strictly stronger. The new assumptions match sq_nonneg. --- [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-review

This caught 14 bugs with no false positives over in https://github.com/leanprover-community/mathlib4/pull/10899

awaiting-author
merge-conflict

```lean import Std.Tactic.RCases theorem aux (h : 0 < 2) : ∃ n : Nat, n = 2 := ⟨2, rfl⟩ example : True := by rcases aux ?_ with...

This is consistent with the `Group` file, and drops the dependency on `Mathlib.Order` entirely. --- - [x] depends on: #13008 - [x] depends on: #13033 [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

awaiting-review
merge-conflict
move-decls