Theorems · Definition · order theory
Function.Injective.generalizedHeytingAlgebra
{α : Type u_2} →
{β : Type u_3} →
[inst : Max α] →
[inst_1 : Min α] →
[inst_2 : LE α] →
[inst_3 : LT α] →
[inst_4 : Top α] →
[inst_5 : HImp α] →
[inst_6 : GeneralizedHeytingAlgebra β] →
(f : α → β) →
Function.Injective f →
(∀ {x y : α}, f x ≤ f y ↔ x ≤ y) →
(∀ {x y : α}, f x < f y ↔ x < y) →
(∀ (a b : α), f (a ⊔ b) = f a ⊔ f b) →
(∀ (a b : α), f (a ⊓ b) = f a ⊓ f b) →
f ⊤ = ⊤ → (∀ (a b : α), f (a ⇨ b) = f a ⇨ f b) → GeneralizedHeytingAlgebra αPullback a GeneralizedHeytingAlgebra along an injection.
- Defined in
- Mathlib.Order.Heyting.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 17 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- Latticeproof · cited by 916
- HImp.himpstatement and proof · cited by 153
- Topstatement and proof · cited by 93
- GeneralizedHeytingAlgebrastatement and proof · cited by 68
- HImpstatement and proof · cited by 7
- Function.Injective.latticeproof · cited by 0
Cited by2
Results whose statement or proof uses this declaration.
- Equiv.generalizedHeytingAlgebraproof · cited by 0
- Function.Injective.heytingAlgebraproof · cited by 0