Mathlib Map

Theorems · Definition

OrderBot.copy

{α : Type u} → {h h' : LE α} → (c : OrderBot α) → (bot : α) → bot = ⊥ → (∀ (x y : α), x ≤ y ↔ x ≤ y) → OrderBot α

A function to create a provable equal copy of a bottom order with possibly different definitional equalities.

Defined in
Mathlib.Order.Copy
Cited by
1 results in Mathlib
Foundations
Depth 7 from the axioms · uses propext

Around this declaration

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

Cites3

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

  • Bot.botstatement and proof · cited by 4,720
  • OrderBotstatement and proof · cited by 1,055
  • Botstatement · cited by 96

Cited by3

Results whose statement or proof uses this declaration.