Theorems · Definition · order theory
BoundedOrder.lift
{α : Type u} →
{β : Type v} →
[inst : LE α] →
[inst_1 : Top α] →
[inst_2 : Bot α] →
[inst_3 : LE β] →
[inst_4 : BoundedOrder β] →
(f : α → β) → (∀ (a b : α), f a ≤ f b → a ≤ b) → f ⊤ = ⊤ → f ⊥ = ⊥ → BoundedOrder αPullback a BoundedOrder.
- Defined in
- Mathlib.Order.BoundedOrder.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
- Assumes
- LETopBotLEBoundedOrder
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Top.topstatement and proof · cited by 9,680
- Bot.botstatement and proof · cited by 4,720
- OrderBotproof · cited by 1,055
- OrderTopproof · cited by 493
- BoundedOrderstatement and proof · cited by 270
- Botstatement and proof · cited by 96
- Topstatement and proof · cited by 93
- OrderTop.liftproof · cited by 0
- OrderBot.liftproof · cited by 0
Cited by1
Results whose statement or proof uses this declaration.
- Function.Injective.completeLatticeproof · cited by 0