Theorems · Theorem · order theory
SuccOrder.forall_ne_bot_iff
∀ {α : Type u_1} [Nontrivial α] [inst : PartialOrder α] [inst_1 : OrderBot α] [inst_2 : SuccOrder α]
[IsSuccArchimedean α] (P : α → Prop), (∀ (i : α), i ≠ ⊥ → P i) ↔ ∀ (i : α), P (SuccOrder.succ i)- Defined in
- Mathlib.Order.SuccPred.Archimedean
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 16 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- PartialOrderstatement and proof · cited by 6,410
- Bot.botstatement and proof · cited by 4,720
- Nontrivialstatement and proof · cited by 2,416
- OrderBotstatement and proof · cited by 1,055
- Nat.iterateproof · cited by 740
- Order.succproof · cited by 633
- SuccOrderstatement and proof · cited by 574
- bot_leproof · cited by 306
- IsSuccArchimedeanstatement and proof · cited by 88
- Function.iterate_succ'proof · cited by 56
- SuccOrder.succstatement and proof · cited by 13
- IsSuccArchimedean.exists_succ_iterate_of_leproof · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- Nat.forall_ne_zero_iffproof · cited by 0