[Merged by Bors] - chore(Archive): small golfs#34688
[Merged by Bors] - chore(Archive): small golfs#34688grunweg wants to merge 1 commit intoleanprover-community:masterfrom
Conversation
Use fun_prop more, and make indentation match mathlib style better. Extracted from leanprover-community#31607.
PR summary e3128c5dc9Import changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
YaelDillies
left a comment
There was a problem hiding this comment.
Thanks! 🚀
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
|
I don't think there's anything in Counterexamples here? can you update the title? |
| IntervalIntegrable (fun (θ : ℝ) => min d (θ.sin * l)) ℙ a b := by | ||
| apply Continuous.intervalIntegrable | ||
| exact Continuous.min continuous_const (Continuous.mul Real.continuous_sin continuous_const) | ||
| apply Continuous.intervalIntegrable (by fun_prop) |
There was a problem hiding this comment.
we ought to make IntervalIntegrable work with fun_prop too...
There was a problem hiding this comment.
It's in the tracking issue now (sorry can't find it right now)
b-mehta
left a comment
There was a problem hiding this comment.
Nice, thanks!
bors merge
Use fun_prop more, and make indentation match mathlib style better. Extracted from #31607.
|
Pull request successfully merged into master. Build succeeded: |
Use fun_prop more, and make indentation match mathlib style better. Extracted from leanprover-community#31607.
Use fun_prop more, and make indentation match mathlib style better. Extracted from leanprover-community#31607.
Use fun_prop more, and make indentation match mathlib style better. Extracted from leanprover-community#31607.
Use fun_prop more, and make indentation match mathlib style better. Extracted from leanprover-community#31607.
Use fun_prop more, and make indentation match mathlib style better. Extracted from #31607.