Theorems · Theorem · order theory
dite_ne_bot
∀ {α : Type u} [inst : Bot α] {p : Prop} [inst_1 : Decidable p] {a : p → α} {b : ¬p → α},
(∀ (h : p), a h ≠ ⊥) → (∀ (h : ¬p), b h ≠ ⊥) → (if h : p then a h else b h) ≠ ⊥- Defined in
- Mathlib.Order.BoundedOrder.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 7 from the axioms · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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.
- ite_ne_botproof · cited by 0