Theorems · Definition · order theory
Function.Injective.coheytingAlgebra
{α : Type u_2} →
{β : Type u_3} →
[inst : Min α] →
[inst_1 : Max α] →
[inst_2 : LE α] →
[inst_3 : LT α] →
[inst_4 : Bot α] →
[inst_5 : Top α] →
[inst_6 : HNot α] →
[inst_7 : SDiff α] →
[inst_8 : CoheytingAlgebra β] →
(f : α → β) →
Function.Injective f →
(∀ {y x : α}, f y ≤ f x ↔ y ≤ x) →
(∀ {y x : α}, f y < f x ↔ y < x) →
(∀ (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) →
(∀ (b a : α), f (b \ a) = f b \ f a) → CoheytingAlgebra αPullback a CoheytingAlgebra 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.
Cites9
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
- CoheytingAlgebrastatement and proof · cited by 96
- Botstatement and proof · cited by 96
- GeneralizedCoheytingAlgebraproof · cited by 95
- Topstatement and proof · cited by 93
- HNot.hnotstatement and proof · cited by 83
- HNotstatement and proof · cited by 5
- Function.Injective.generalizedCoheytingAlgebraproof · cited by 0
Cited by3
Results whose statement or proof uses this declaration.
- Function.Injective.biheytingAlgebraproof · cited by 0
- Function.Injective.coframeproof · cited by 0
- Equiv.coheytingAlgebraproof · cited by 0