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.
Cited by3
Results whose statement or proof uses this declaration.
- GeneralizedCoheytingAlgebra.copyproof · cited by 1
- HeytingAlgebra.copyproof · cited by 0
- OrderBot.copy.congr_simpstatement and proof · cited by 0