Theorems · Definition · order theory
IsBot.rec
{α : Type u} →
[inst : LE α] →
{motive : (x : α) → IsBot x → Sort u_1} →
([inst_1 : OrderBot α] → motive ⊥ ⋯) → (x : α) → (hx : IsBot x) → motive x hxA bottom element can be replaced with ⊥.
Prefer IsBot.eq_bot if α already has a bottom element.
- Defined in
- Mathlib.Order.BoundedOrder.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
- Assumes
- LE
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites4
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
Cited by1
Results whose statement or proof uses this declaration.
- Set.Iio_eq_singleton_iffproof · cited by 0