Mathlib Map

Theorems · Theorem · order theory

iUnion_Ioc_map_succ_eq_Ioi

∀ {α : Type u_1} {β : Type u_2} [inst : LinearOrder α] [inst_1 : OrderBot α] [inst_2 : SuccOrder α]
  [IsSuccArchimedean α] [inst_4 : LinearOrder β] {f : α → β},
  (∀ (a : α), f ⊥ ≤ f a) → ¬BddAbove (Set.range f) → ⋃ a, Set.Ioc (f a) (f (Order.succ a)) = Set.Ioi (f ⊥)

Special case a = ⊥ of biUnion_Ici_Ioc_map_succ.

Defined in
Mathlib.Order.SuccPred.IntervalSucc
Cited by
0 results in Mathlib
Foundations
Depth 63 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
LinearOrderOrderBotSuccOrderIsSuccArchimedeanLinearOrder

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites18

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.imageproof · cited by 5,609
  • Bot.botstatement and proof · cited by 4,720
  • Set.rangestatement and proof · cited by 4,705
  • Set.iUnionstatement and proof · cited by 2,483
  • Set.Ioistatement and proof · cited by 1,463
  • OrderBotstatement and proof · cited by 1,055
  • Set.Iocstatement and proof · cited by 971
  • Order.succstatement and proof · cited by 633
  • BddAbovestatement and proof · cited by 620
  • SuccOrderstatement and proof · cited by 574

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.