Theorems · Definition
BiheytingAlgebra.copy
{α : Type u} →
(c : BiheytingAlgebra α) →
(le : α → α → Prop) →
le = LE.le →
(top : α) →
top = ⊤ →
(bot : α) →
bot = ⊥ →
(sup : α → α → α) →
sup = max →
(inf : α → α → α) →
inf = min →
(sdiff : α → α → α) →
sdiff = SDiff.sdiff →
(hnot : α → α) →
hnot = HNot.hnot →
(himp : α → α → α) →
himp = HImp.himp → (compl : α → α) → compl = Compl.compl → BiheytingAlgebra αA function to create a provable equal copy of a bi-Heyting algebra with possibly different definitional equalities.
- Defined in
- Mathlib.Order.Copy
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- Compl.complstatement and proof · cited by 2,925
- HImp.himpstatement and proof · cited by 153
- HeytingAlgebraproof · cited by 108
- CoheytingAlgebraproof · cited by 96
- Botstatement · cited by 96
- Topstatement · cited by 93
- HNot.hnotstatement and proof · cited by 83
- BiheytingAlgebrastatement and proof · cited by 25
- Complstatement · cited by 11
- HImpstatement · cited by 7
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.