Theorems · Definition
Frame.copy
{α : Type u} →
(c : Order.Frame α) →
(le : α → α → Prop) →
le = LE.le →
(top : α) →
top = ⊤ →
(bot : α) →
bot = ⊥ →
(sup : α → α → α) →
sup = max →
(inf : α → α → α) →
inf = min →
(himp : α → α → α) →
himp = HImp.himp →
(compl : α → α) →
compl = Compl.compl →
(sSup : Set α → α) →
sSup = SupSet.sSup → (sInf : Set α → α) → sInf = InfSet.sInf → Order.Frame αA function to create a provable equal copy of a frame with possibly different definitional equalities.
- Defined in
- Mathlib.Order.Copy
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Top.topstatement and proof · cited by 9,680
- Bot.botstatement and proof · cited by 4,720
- Compl.complstatement and proof · cited by 2,925
- CompleteLatticeproof · cited by 1,048
- SupSet.sSupstatement and proof · cited by 954
- InfSet.sInfstatement and proof · cited by 935
- SupSetstatement · cited by 154
- HImp.himpstatement and proof · cited by 153
- InfSetstatement · cited by 145
- HeytingAlgebraproof · cited by 108
- Botstatement · cited by 96
Cited by1
Results whose statement or proof uses this declaration.
- CompleteDistribLattice.copyproof · cited by 0