Theorems · Definition · order theory
Function.Injective.completeAtomicBooleanAlgebra
{α : Type u} →
{β : Type v} →
[inst : Max α] →
[inst_1 : Min α] →
[inst_2 : LE α] →
[inst_3 : LT α] →
[inst_4 : SupSet α] →
[inst_5 : InfSet α] →
[inst_6 : Top α] →
[inst_7 : Bot α] →
[inst_8 : Compl α] →
[inst_9 : HImp α] →
[inst_10 : HNot α] →
[inst_11 : SDiff α] →
[inst_12 : CompleteAtomicBooleanAlgebra β] →
(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) →
(∀ (s : Set α), f (sSup s) = ⨆ a ∈ s, f a) →
(∀ (s : Set α), f (sInf s) = ⨅ a ∈ s, f a) →
f ⊤ = ⊤ →
f ⊥ = ⊥ →
(∀ (a : α), f aᶜ = (f a)ᶜ) →
(∀ (a b : α), f (a ⇨ b) = f a ⇨ f b) →
(∀ (a : α), f (¬a) = ¬f a) →
(∀ (a b : α), f (a \ b) = f a \ f b) →
CompleteAtomicBooleanAlgebra αPullback a CompleteAtomicBooleanAlgebra along an injection.
- Defined in
- Mathlib.Order.CompleteBooleanAlgebra
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Top.topstatement and proof · cited by 9,680
- Bot.botstatement and proof · cited by 4,720
- Compl.complstatement and proof · cited by 2,925
- iSupstatement and proof · cited by 2,415
- iInfstatement and proof · cited by 1,690
- SupSet.sSupstatement and proof · cited by 954
- InfSet.sInfstatement and proof · cited by 935
- BooleanAlgebraproof · cited by 300
- SupSetstatement and proof · cited by 154
- HImp.himpstatement and proof · cited by 153
- InfSetstatement and proof · cited by 145
Cited by1
Results whose statement or proof uses this declaration.
- Equiv.completeAtomicBooleanAlgebraproof · cited by 0