Theorems · Definition · order theory
HeytingHom.copy
{α : Type u_2} →
{β : Type u_3} →
[inst : HeytingAlgebra α] →
[inst_1 : HeytingAlgebra β] → (f : HeytingHom α β) → (f' : α → β) → f' = ⇑f → HeytingHom α βCopy of a HeytingHom with a new toFun equal to the old one. Useful to fix definitional
equalities.
- Defined in
- Mathlib.Order.Heyting.Hom
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses Quot.sound
- Assumes
- HeytingAlgebraHeytingAlgebra
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.
- DFunLike.coestatement and proof · cited by 62,936
- HeytingAlgebrastatement and proof · cited by 108
- HeytingHomstatement and proof · cited by 45
Cited by2
Results whose statement or proof uses this declaration.
- HeytingHom.copy_eqstatement · cited by 0
- HeytingHom.coe_copystatement · cited by 0