Theorems · Theorem · order theory
WithBot.lt_def_aux
∀ {α : Type u_1} [inst : LT α] (a a_1 : WithBot α),
a.LT a_1 ↔ (∃ b, a = ⊥ ∧ a_1 = ↑b) ∨ ∃ a_2 b, a_2 < b ∧ a = ↑a_2 ∧ a_1 = ↑b- Defined in
- Mathlib.Order.WithBot
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses no axioms
- Assumes
- LT
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- WithBotstatement and proof · cited by 1,498
- WithBot.somestatement and proof · cited by 541
- WithBot.LTstatement and proof · cited by 4
- WithBot.LT.casesOnproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- WithBot.lt_defproof · cited by 2