Theorems · Definition · order theory
Function.Injective.heytingAlgebra
{α : Type u_2} →
{β : Type u_3} →
[inst : Max α] →
[inst_1 : Min α] →
[inst_2 : LE α] →
[inst_3 : LT α] →
[inst_4 : Top α] →
[inst_5 : Bot α] →
[inst_6 : Compl α] →
[inst_7 : HImp α] →
[inst_8 : HeytingAlgebra β] →
(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 ⊤ = ⊤ →
f ⊥ = ⊥ →
(∀ (a : α), f aᶜ = (f a)ᶜ) →
(∀ (a b : α), f (a ⇨ b) = f a ⇨ f b) → HeytingAlgebra αPullback a HeytingAlgebra along an injection.
- Defined in
- Mathlib.Order.Heyting.Basic
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 20 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- HeytingAlgebrastatement and proof · cited by 108
- Botstatement and proof · cited by 96
- Topstatement and proof · cited by 93
- GeneralizedHeytingAlgebraproof · cited by 68
- Complstatement and proof · cited by 11
- HImpstatement and proof · cited by 7
- Function.Injective.generalizedHeytingAlgebraproof · cited by 0
Cited by3
Results whose statement or proof uses this declaration.
- Function.Injective.biheytingAlgebraproof · cited by 0
- Equiv.heytingAlgebraproof · cited by 0
- Function.Injective.frameproof · cited by 0