Theorems · Theorem · order theory
Set.Icc_succ_left_eq_Ioc_of_not_isMax
∀ {α : Type u_1} [inst : LinearOrder α] [inst_1 : SuccOrder α] {a : α},
¬IsMax a → ∀ (b : α), Set.Icc (Order.succ a) b = Set.Ioc a b- Defined in
- Mathlib.Order.Interval.Set.SuccPred
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext, Quot.sound
- Assumes
- LinearOrderSuccOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- LinearOrderstatement and proof · cited by 8,572
- Set.extproof · cited by 2,266
- Set.Iccstatement · cited by 1,702
- Set.Iocstatement and proof · cited by 971
- Order.succstatement and proof · cited by 633
- SuccOrderstatement and proof · cited by 574
- IsMaxstatement and proof · cited by 372
- Set.mem_Iccproof · cited by 46
- Set.mem_Iocproof · cited by 20
- Order.succ_le_iff_of_not_isMaxproof · cited by 15
Cited by3
Results whose statement or proof uses this declaration.
- Set.Icc_succ_left_eq_Iocproof · cited by 1
- Finset.Icc_succ_left_eq_Ioc_of_not_isMaxproof · cited by 1
- Set.Icc_add_one_left_eq_Ioc_of_not_isMaxproof · cited by 0