Mathlib Map

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.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.