Mathlib Map

Theorems · Theorem · order theory

Order.IsNormal.exists_map_le_lt_map_succ

∀ {α : Type u_1} [inst : LinearOrder α] [WellFoundedLT α] [inst_2 : SuccOrder α] [NoMaxOrder α] [inst_4 : OrderBot α]
  {f : α → α} {x : α}, Order.IsNormal f → f ⊥ ≤ x → ∃ a, f a ≤ x ∧ x < f (Order.succ a)

If f : α → α, we can infer one of the hypotheses in exists_map_le_lt_map_succ_of_exists_ge.

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

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.