thor
thor

Reputation: 22530

What's the difference between `Reals` and `Coq.Reals.*` in Coq?

In proving general facts like inequalities and polynomial equations, what's the difference between importing Reals and things like Coq.Reals.{Rineq, R_sqrt, ...}?

I started from searching specific facts/theorems and ended up in using the latter, but I've seen others using just Reals. Is it easier or more comprehensive to just use Reals?

Suspecting it's a legacy thing, I tried to import just Coq.Reals but it does not seem to exist (Coq 8.5 beta 3).

Upvotes: 0

Views: 180

Answers (0)

Related Questions