Mathlib Map

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
Assumes
BotDecidable

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.

  • Bot.botstatement and proof · cited by 4,720
  • Botstatement and proof · cited by 96

Cited by1

Results whose statement or proof uses this declaration.