-
Notifications
You must be signed in to change notification settings - Fork 65
Closed
Labels
question ❓There is an unanswered question hereThere is an unanswered question here
Milestone
Description
Should inf_lb be inf_lbound?
When I want to prove a goal that S x -> inf S <= x, I couldn't find inf_lb by searching with (inf _ <= _) or inf "le".
Line 398 in 59fb6d2
| Lemma inf_lb E : has_lbound E -> lbound E (inf E). |
analysis/classical/classical_sets.v
Line 2908 in 59fb6d2
| Definition lbound A : set T := [set y | forall x, A x -> (y <= x)%O]. |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
question ❓There is an unanswered question hereThere is an unanswered question here