Zulip Chat Archive
Stream: mathlib4
Topic: circle
edklencl (Oct 29 2024 at 07:25):
r : ℝ≥0
⊢ disc ↑r = regionBetween (fun x => -√(↑r ^ 2 - x ^ 2)) (fun x => √(↑r ^ 2 - x ^ 2)) (Ioc (-↑r) ↑r)
edklencl (Oct 29 2024 at 07:25):
what does the up arrow stand for
edklencl (Oct 29 2024 at 07:26):
this is the code from 100 theorem
Daniel Weber (Oct 29 2024 at 08:00):
It stands for a coercion (from the context it's probably from ℝ≥0 to ℝ)
Last updated: May 02 2025 at 03:31 UTC